repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
httpie/cli | api | 1,516 | Average speed is reported incorrectly for resumed downloads | ## Checklist
- [x] I've searched for similar issues.
- [x] I'm using the latest version of HTTPie.
---
## Minimal reproduction code and steps
1. Download a file using `http -dc <address> -o ./somefile`
2. Interrupt the download at a high percentage done (e.g. 95%)
3. Resume the download with the same com... | open | 2023-06-27T11:46:39Z | 2023-07-14T22:05:03Z | https://github.com/httpie/cli/issues/1516 | [
"bug",
"new"
] | sankalp-khare | 1 |
microsoft/MMdnn | tensorflow | 349 | Cntk Parser has not supported operator [Slice] | Platform (like ubuntu 16.04/win10):
win10
Python version:
3.5
Source framework with version (like Tensorflow 1.4.1 with GPU):
CNTK-gpu 2.5.1
Destination framework with version (like CNTK 2.3 with GPU):
Keras 2.2.0
| closed | 2018-08-07T18:33:42Z | 2018-08-11T07:19:28Z | https://github.com/microsoft/MMdnn/issues/349 | [] | rasemailcz | 7 |
iperov/DeepFaceLab | deep-learning | 513 | RTX 2070 Super, can't extract faces. | Are RTX cards still not compatible with DFL? I'm using DeepFaceLabCUDA10.1AVX 10/14/19
How do I use DFL with RTX card? | closed | 2019-12-06T06:27:59Z | 2020-03-28T05:41:58Z | https://github.com/iperov/DeepFaceLab/issues/513 | [] | grexter4 | 4 |
manrajgrover/halo | jupyter | 177 | Suggestion: show GIF demo of the various spinners | ## Description
Looking at the various spinner animations in this JSON file, it is difficult to really get how they will look:
https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json
I would be useful to have a table showing for each one its name next to GIF showing it in action.
| open | 2023-05-11T12:38:13Z | 2023-05-11T12:38:13Z | https://github.com/manrajgrover/halo/issues/177 | [] | MasterScrat | 0 |
skypilot-org/skypilot | data-science | 4,766 | [Reservations] Only waits for reservations | Reservations can be much cheaper than the on-demand instances, once a reservation is purchased for a future period of time, a user wants `sky launch` to only wait the reservation to be ready and launch the job, not risking to get an on-demand cluster with a much higher price.
It could be done by:
1. Allowing a new val... | open | 2025-02-20T01:32:32Z | 2025-02-20T01:36:38Z | https://github.com/skypilot-org/skypilot/issues/4766 | [
"good first issue"
] | Michaelvll | 0 |
whitphx/streamlit-webrtc | streamlit | 1,213 | Inconsistent issue with streamlit-webrtc in streamlit app | A post in https://github.com/aiortc/aiortc/issues/85 says
> Maybe the root cause is something weird happening in the python selector generated by others things that share the same event loop.
---
Hypothesis:
* The WebRTC connection is properly closed as ICE failed under this network environment ("... | open | 2023-03-08T07:21:46Z | 2025-02-07T17:26:53Z | https://github.com/whitphx/streamlit-webrtc/issues/1213 | [] | araii | 45 |
jonaswinkler/paperless-ng | django | 291 | Error consuming pdf | Setup: paperless-ng 0.9.11
Following error occurs with every single file, when paperless tries to consume:
08:06:27 [Q] ERROR Failed [2007-08-07 - Rechnung - Alice.pdf] - Unsupported mime type application/octet-stream of file 2007-08-07 - Rechnung - Alice.pdf : Traceback (most recent call last):
File "/usr/loca... | closed | 2021-01-08T07:14:58Z | 2021-01-08T12:27:10Z | https://github.com/jonaswinkler/paperless-ng/issues/291 | [
"duplicate"
] | andbez | 1 |
holoviz/panel | jupyter | 7,166 | Template header_color option is ignored |
#### ALL software version info
```
$ pip list | egrep 'panel|bokeh|param'
bokeh 3.5.1
ipywidgets_bokeh 1.6.0
panel 1.5.0b4
param 2.1.1
```
#### Description of expected behavior and the observed behavior
... | closed | 2024-08-19T18:48:38Z | 2024-08-27T14:54:51Z | https://github.com/holoviz/panel/issues/7166 | [] | cdeil | 0 |
babysor/MockingBird | deep-learning | 452 | 大家好,请问在打开web后点击录制出现【Uncaught Error】“recStart”未定义...是存在什么问题,应该怎么解决呢? | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
**Screenshots[截图(如有)]**
If applicable, add screenshots to help
| open | 2022-03-13T00:57:05Z | 2022-03-13T00:57:05Z | https://github.com/babysor/MockingBird/issues/452 | [] | JJJIANGJIANG | 0 |
microsoft/qlib | deep-learning | 1,880 | "qlib/data/_libs/rolling" can not be import | ## ❓ Questions and Help
We sincerely suggest you to carefully read the [documentation](http://qlib.readthedocs.io/) of our library as well as the official [paper](https://arxiv.org/abs/2009.11189). After that, if you still feel puzzled, please describe the question clearly under this issue.
location in : qlib/data/_l... | open | 2024-12-29T11:52:10Z | 2024-12-30T09:02:01Z | https://github.com/microsoft/qlib/issues/1880 | [
"question"
] | Peakara | 2 |
mljar/mercury | data-visualization | 211 | mercury adding widgets not working | Hi, I installed mercury using the command `pip install mercury` in Python 3.9.13
And then run the below code
`import mercury as mr`
`name = mr.Text(label="What is your name?")`
The above code receives an error:
`AttributeError: module 'mercury' has no attribute 'Text'`
Any help is appreciated. Thanks! | closed | 2023-02-15T17:48:47Z | 2023-02-15T17:56:54Z | https://github.com/mljar/mercury/issues/211 | [] | eluyutao | 1 |
xuebinqin/U-2-Net | computer-vision | 14 | Can I specify object to be segmented? | Hello, thank you for this work.
This issue is as the following images:


Is there a way to c... | closed | 2020-05-12T15:19:30Z | 2020-05-14T23:40:32Z | https://github.com/xuebinqin/U-2-Net/issues/14 | [] | xamxixixo | 2 |
microsoft/qlib | machine-learning | 1,571 | When can Qlib support MacOS Ventura(MacOS 13)? | ## ❓ Questions and Help
I noticed the v0.9.2 already support MacOS Big Sur(MacOS 11), but my Mac's operating system is MacOS Ventura(MacOS 13), I try some methods to install Qlib on M1 architecture but there are always warning or error at runtime, so I sincerely hope developers can release the Qlib that is compatibl... | closed | 2023-06-26T05:53:54Z | 2023-12-08T03:02:03Z | https://github.com/microsoft/qlib/issues/1571 | [
"question",
"stale"
] | ikaroinory | 4 |
praw-dev/praw | api | 1,598 | CrossPost Support | after my last post i got this response:
This is clearly not true. There is an attribute, submission.crosspost_parent, that provides the fullname of the parent. The actual parent submission can be obtained by the following code:
>>> sub = reddit.submission(url="https://www.reddit.com/r/WhyWomenLiveLonger/comments/k9... | closed | 2020-12-10T03:37:46Z | 2021-03-14T22:05:36Z | https://github.com/praw-dev/praw/issues/1598 | [] | Nepion | 9 |
stanford-oval/storm | nlp | 133 | bing search error. | Hi,
Bing search cant generate report and many 403 error even there is working site.
> python examples/run_storm_wiki_gpt.py \
--output-dir ../storm/frontend/demo_light/DEMO_WORKING_DIR \
--retriever bing \
--do-research \
--do-generate-outline \
--do-generate-article \
--do-polis... | closed | 2024-08-06T14:34:07Z | 2024-09-23T06:02:06Z | https://github.com/stanford-oval/storm/issues/133 | [] | MyraBaba | 3 |
babysor/MockingBird | deep-learning | 40 | 如何使用训练好的数据集呢 | 如题~
我将百度云下载好的训练结果放在E:\Voice\trainmodel,执行python demo_toolbox.py -d E:\Voice\trainmodelc好像并不能成功运行 | closed | 2021-08-23T08:01:25Z | 2021-08-31T14:14:07Z | https://github.com/babysor/MockingBird/issues/40 | [] | zhangykevin | 1 |
strawberry-graphql/strawberry | django | 2,946 | Pedantic v2.0.2 is not supported | Starting from `pydantic==2.0.1`, there is no support for `strawberry.experimental.pydantic`.
## Traceback
```sh
...
File "<path>/gql.py", line 15, in <module>
@strawberry.experimental.pydantic.type(model=schemas.Location)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'strawberry.experiment... | closed | 2023-07-13T06:55:17Z | 2025-03-20T15:56:18Z | https://github.com/strawberry-graphql/strawberry/issues/2946 | [
"bug"
] | dsuhoi | 1 |
modelscope/modelscope | nlp | 905 | Hope datasets provides the debug logs viewer interface that causes the viewer to not show up | **Describe the feature**
Features description
**Motivation**
A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [....], which is very helpful for [....].
**Related resources**
If there is an official code release or third-party imp... | closed | 2024-07-11T08:03:36Z | 2024-10-23T05:28:21Z | https://github.com/modelscope/modelscope/issues/905 | [] | monetjoe | 4 |
plotly/dash-table | dash | 744 | Header width with fixed headers expand when filtering even when columns have fixed width |

```python
import dash
from dash.dependencies import Input, Output
import dash_table
import dash_html_components as html
import datetime
import pandas as pd
df = pd.read_csv('ht... | open | 2020-04-14T23:28:27Z | 2020-04-14T23:28:41Z | https://github.com/plotly/dash-table/issues/744 | [
"bug"
] | chriddyp | 1 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 799 | 关于pretrain阶段的一些疑问 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-07-31T07:25:55Z | 2023-08-10T22:02:15Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/799 | [
"stale"
] | chenhk-chn | 5 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,611 | AssertionError: .\datasets\wys_cyclegan_dataset\train is not a valid directory | Is it because it runs under Windows? | open | 2023-11-08T06:28:44Z | 2023-11-08T06:28:44Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1611 | [] | liboya888 | 0 |
fa0311/TwitterInternalAPIDocument | graphql | 616 | Is there any package that can parse Twitter's return JSON? | Good work, but I'm seeking help: Is there any package that can parse Twitter's return JSON? | open | 2024-08-23T16:48:14Z | 2024-08-26T15:38:08Z | https://github.com/fa0311/TwitterInternalAPIDocument/issues/616 | [] | bwnjnOEI | 1 |
scikit-hep/awkward | numpy | 2,374 | `ak.cartesian` followed by indexing operation over-touches data | ### Version of Awkward Array
main + #2370 & #2373
### Description and code to reproduce
```python3
import json
import awkward as ak
def delta_r2(a, b):
return (a.eta - b.eta) ** 2 + (a.phi - b.phi) ** 2
fromjson = {
"class": "RecordArray",
"fields": ["muon", "jet"],
"contents": ... | closed | 2023-04-07T18:30:13Z | 2023-04-08T16:51:38Z | https://github.com/scikit-hep/awkward/issues/2374 | [
"bug (unverified)"
] | lgray | 0 |
plotly/dash-table | dash | 563 | Text Comparison Operators | Typing "lens" as a filter for a text column gets interpreted as "le ns", that is "<= ns".
There is a workaround of course: typing "= lens" or "eq lens".
I suppose there's some value in being able to type "le something" instead of "<= something", but this should _only_ happen if the "le" is followed by a space.
... | closed | 2019-09-03T07:39:15Z | 2019-10-08T13:22:10Z | https://github.com/plotly/dash-table/issues/563 | [
"dash-type-bug",
"size: 1"
] | orenbenkiki | 1 |
hankcs/HanLP | nlp | 1,369 | pyhanlp配置问题:HANLP_JAR_PATH已配置,报错不是jar文件 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2020-01-01T07:29:25Z | 2020-01-01T10:43:39Z | https://github.com/hankcs/HanLP/issues/1369 | [
"ignored"
] | InfiYond | 2 |
TheKevJames/coveralls-python | pytest | 139 | Look into pytest versioning. | Why is it pinned as `pytest>=2.7.3,<2.8`? If we can unpin this, we can use [pytest-runner](http://doc.pytest.org/en/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner). | closed | 2017-02-14T07:36:09Z | 2017-02-22T18:00:02Z | https://github.com/TheKevJames/coveralls-python/issues/139 | [] | TheKevJames | 1 |
robotframework/robotframework | automation | 4,530 | Unable to generate log.html /output-xunit.xml | After i updated to robotframework 6.0/6.0.1, the log.html /output-xunit.xml files are not generated | closed | 2022-11-08T05:39:08Z | 2022-11-13T00:42:30Z | https://github.com/robotframework/robotframework/issues/4530 | [] | sasasa42 | 1 |
nalepae/pandarallel | pandas | 271 | Handle virtual cores more explicitly | **Please write here what feature `pandarallel` is missing:**
There is some inconsistency regarding whether `nb_workers` refers to pyhsical cores or logical cores.
* The documentation does not specify explicitly whether `pandarallel.initialize(nb_workers=...)` is physical or logical cores
* The default value use... | open | 2024-05-16T13:24:23Z | 2024-10-26T13:54:05Z | https://github.com/nalepae/pandarallel/issues/271 | [] | JnsLns | 3 |
pallets/flask | python | 5,407 | Extend Config type | At the moment, Pylance, when in strict mode, report an error when trying to use app config.
The return type of `app.config["KEY"]` is `Unknown`
First time contribution to an open source project, i want to try and see if i can tell Flask to take into account changes made to `App.config_class` for type hints
Pyth... | closed | 2024-02-08T14:56:01Z | 2024-02-23T00:05:37Z | https://github.com/pallets/flask/issues/5407 | [] | Zenthae | 1 |
keras-team/autokeras | tensorflow | 1,798 | Bug: AutoModel constructor does not scale well. | ### Bug Description
AutoModel constructor does not scale well to 5000+ inputs & outputs.
### Bug Reproduction
Code for reproducing the bug:
```
X_train = [] # of size 5000
Y_train = [] # of size 5000
am: AutoModel = ak.AutoModel(inputs=[ak.Input() for _ in range(0, len(X_train))],
... | open | 2022-11-04T19:20:46Z | 2022-12-05T18:25:11Z | https://github.com/keras-team/autokeras/issues/1798 | [
"bug report"
] | michaelcordero | 1 |
flairNLP/fundus | web-scraping | 178 | Scraping "Occupy Democrats" over Sitemap | I've encountered a problem with the sitemap of Occupy Democrats.
They support a [sitemap](https://occupydemocrats.com/sitemap.xml) but a very large portion of sub-sitemaps, e.g. [sitemap-tax-post_tag-1227.xml](https://occupydemocrats.com/sitemap-tax-post_tag-1227.xml) lead to a non-XML list of articles, e.g. https:... | closed | 2023-04-25T12:17:31Z | 2023-06-25T18:05:08Z | https://github.com/flairNLP/fundus/issues/178 | [
"help wanted",
"question"
] | dobbersc | 5 |
pennersr/django-allauth | django | 4,042 | Should allauth include HTML email templates in addition to plain text email templates? | django-allauth includes many email templates, all in plain text. It does not include any HTML email templates, as mentioned in [the documentation](https://docs.allauth.org/en/latest/common/email.html):
> The project does not contain any HTML email templates out of the box. When you do provide these yourself, note th... | closed | 2024-08-17T13:52:58Z | 2024-08-22T17:25:13Z | https://github.com/pennersr/django-allauth/issues/4042 | [] | Flimm | 5 |
saleor/saleor | graphql | 16,954 | Add support for "connect" type webhooks in Stripe plugin |
**Problem:**
Currently, the Saleor Stripe plugin only supports webhooks for the primary account, defaulting the `connect` parameter to `false`. However, Stripe provides an option to set this parameter to `true` to allow webhooks to receive events from connected accounts, which is useful for multi-account setups.
... | closed | 2024-10-31T16:55:31Z | 2025-03-13T10:58:15Z | https://github.com/saleor/saleor/issues/16954 | [
"plugins",
"stripe"
] | hersentino | 3 |
ading2210/poe-api | graphql | 92 | AttributeError: module 'websocket' has no attribute 'WebSocketApp'. | Traceback (most recent call last):
File "G:\AI\poe\poe\poe-api-main\poe-api-main\examples\send_message.py", line 10, in <module>
client = poe.Client('',client_identifier=None)
File "C:\Users\lin85\AppData\Local\Programs\Python\Python310\lib\site-packages\poe.py", line 130, in __init__
self.connect_ws()
... | closed | 2023-06-02T04:18:20Z | 2023-06-02T22:54:45Z | https://github.com/ading2210/poe-api/issues/92 | [
"invalid"
] | 40740 | 6 |
keras-team/autokeras | tensorflow | 954 | 文本分类clf.export_model()出现一下报错,autokeras1.0.1,tensorflow-gpu 2.1.0,请问是怎么回事 | WARNING:tensorflow:Inconsistent references when loading the checkpoint into this object graph. Either the Trackable object references in the Python program have changed in an incompatible way, or the checkpoint was generated in an incompatible program.
Two checkpoint references resolved to different objects (<tensor... | closed | 2020-02-10T04:26:11Z | 2020-04-19T03:53:13Z | https://github.com/keras-team/autokeras/issues/954 | [
"bug report",
"wontfix"
] | fucker007 | 5 |
tensorpack/tensorpack | tensorflow | 871 | StageOp and Unstage don't have a control dependence in StagingInput | I foud that StageOp and Unstage don't have a control dependence in tesorboard
There is a NoOp depen on both of them
And I just found the code as below:
```
def _before_run(self, ctx):
# This has to happen once, right before the first iteration.
# doing it in `before_train` may ... | closed | 2018-08-23T03:01:26Z | 2018-09-05T01:40:49Z | https://github.com/tensorpack/tensorpack/issues/871 | [] | yogurfrul | 5 |
awesto/django-shop | django | 496 | Invalid template name in 'extends' tag | ./manage.py compilescss give:
Invalid template name in 'extends' tag:
Error parsing template /Users/malt/Env/py3.5/lib/python3.5/site-packages/cms/templates/cms/dummy.html: Invalid template name in 'extends' tag: ''. Got this from the 'template' variable.
Error parsing template /Users/malt/Env/py3.5/lib/python... | closed | 2017-01-05T10:12:02Z | 2017-01-05T10:32:48Z | https://github.com/awesto/django-shop/issues/496 | [] | maltitco | 2 |
seleniumbase/SeleniumBase | web-scraping | 2,608 | Headless Not Passing Captchas in Some Cases | For example, with seleniumbase https://www.marketwatch.com/investing/stock/GOOG headless uc mode doesn't get past I'm thinking this recaptcha script: `<script data-cfasync="false" src="https://interstitial.captcha-delivery.com/i.js">`
It was working yesterday though. Weird. Any ideas?
```
dis... | closed | 2024-03-15T20:01:17Z | 2024-03-16T02:06:33Z | https://github.com/seleniumbase/SeleniumBase/issues/2608 | [
"duplicate",
"workaround exists",
"UC Mode / CDP Mode"
] | own3mall | 4 |
tox-dev/tox | automation | 3,394 | Warn or error on invalid extras | If an extra is misspelled or missing, tox should give an error or warning. For example when running `tox -e badextras` with
```
[testenv:badextras]
extras = missing
commands = python --version
```
I came across this when I was debugging a project with an env like
```
[testenv:docs]
...
extras = build_... | closed | 2024-10-07T15:21:28Z | 2025-02-15T17:56:14Z | https://github.com/tox-dev/tox/issues/3394 | [
"help:wanted",
"enhancement"
] | eaubin | 2 |
yunjey/pytorch-tutorial | pytorch | 172 | [image captioning] issues in training phase | Hi,It's a nice work and very helpful for beginners.
there is a issue when I write my own code according to your code in image captioning model.
in the example of training phase,you said that for a image description "**Giraffes standing next to each other**" , the source sequence is a list containing **['start', 'Gir... | open | 2019-04-08T15:58:38Z | 2020-09-29T09:52:15Z | https://github.com/yunjey/pytorch-tutorial/issues/172 | [] | Lzhushuai | 1 |
graphistry/pygraphistry | jupyter | 165 | [DOCS] Spark | Refresh for modern practices -- code style, arrow | open | 2020-08-12T02:54:55Z | 2020-08-12T02:54:55Z | https://github.com/graphistry/pygraphistry/issues/165 | [
"help wanted",
"docs",
"good-first-issue"
] | lmeyerov | 0 |
ansible/awx | django | 15,214 | Tech Preview UI does not present Source Control credentials to project | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates.
- [X] I understand that the AWX Operator is open s... | open | 2024-05-09T10:41:14Z | 2025-02-13T22:19:48Z | https://github.com/ansible/awx/issues/15214 | [
"type:bug",
"needs_triage",
"community"
] | cdot65 | 1 |
waditu/tushare | pandas | 1,708 | [BUG] 服务器错误(数据库异常) | {'api_name': 'bak_basic', 'token': '591e6891f9287935f45fc712bcf62335a81cd6829ce76c21c0fdf7b2', 'params': {'trade_date': '20221107'}, 'fields': ''}
{'code': 50101, 'msg': '服务器错误(数据库异常),请稍后再试!期待您能把错误反馈给我们,谢谢!', 'message': "(pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query')\n[SQL: SEL... | open | 2023-06-24T05:08:02Z | 2023-06-24T05:08:02Z | https://github.com/waditu/tushare/issues/1708 | [] | NeoWang9999 | 0 |
FlareSolverr/FlareSolverr | api | 1,444 | [yggcookie] (testing) Exception (yggcookie): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 100.0 seconds.: The operation was canceled. | ### Have you checked our README?
- [x] I have checked the README
### Have you followed our Troubleshooting?
- [x] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [x] I have checked older issues, open and closed
### Have you checked the discussions?
- [x] I have read the Dis... | closed | 2025-02-07T19:03:28Z | 2025-02-08T01:44:21Z | https://github.com/FlareSolverr/FlareSolverr/issues/1444 | [
"duplicate"
] | Jamalouw | 0 |
slackapi/bolt-python | fastapi | 279 | Add a default attribute for selected_options for ViewStateValue | Having a default attribute for selected_options would allow consistency with the other attributes available. As it is now, if a ViewStateValue object is created with an empty list for selected_options (ex. checkbox) no attribute will be created, leading to an AttributeError when accessed.
### Reproducible in:
###... | closed | 2021-04-01T19:29:18Z | 2021-04-01T23:47:46Z | https://github.com/slackapi/bolt-python/issues/279 | [
"enhancement",
"improvement"
] | scott-shields-github | 1 |
sanic-org/sanic | asyncio | 2,733 | ImportError: cannot import name 'CLOSED' from 'websockets.connection' | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We're using Sanic `21.12.2` at rasa and notice this bug whenever rasa tries to spin a sanic server,
```
File "/Users/zi/Work/Rasa/venv-rasa-oss-3-10-2/lib/python3.10/site-packages/sanic/mixins/startup.py", lin... | open | 2023-04-03T16:39:38Z | 2023-07-04T19:40:09Z | https://github.com/sanic-org/sanic/issues/2733 | [
"bug",
"help wanted",
"beginner"
] | vcidst | 3 |
huggingface/peft | pytorch | 1,478 | Connection to huggingface.co timed out when merging Qwen model | Why do I still need to connect to huggingface.co when all my model files are local? Is there a way to skip the connection? Even when I use a proxy, the connection still times out
peft ==0.8.2
```
The model is automatically converting to bf16 for faster inference. If you want to disable the automatic precision, plea... | closed | 2024-02-18T06:22:05Z | 2024-03-28T15:04:59Z | https://github.com/huggingface/peft/issues/1478 | [] | anyiz | 3 |
youfou/wxpy | api | 16 | [建议]建议增加消息尾巴选项 | ## 有时候想注明消息是由机器人发出来的,避免机器人造成不必要的误解,希望大神能增加一个可选参数,定义消息的尾巴。。。。。。。 | closed | 2017-03-23T07:26:47Z | 2017-03-23T07:39:01Z | https://github.com/youfou/wxpy/issues/16 | [] | Levstyle | 2 |
matplotlib/matplotlib | data-science | 28,956 | [Bug]: Incorrect Y limits | ### Bug summary
I am creating a dummy plot with 4 subplots. I set the y limits as -300 and 300 for each. But when the plot is drawn the y limits are always set to -200 and 200. Similarily, if i set to 150, it sets to 100.
Is this expected behavior and is the reason mentioned in the doc or is this a bug?
### Code fo... | closed | 2024-10-09T06:42:46Z | 2024-10-10T05:24:59Z | https://github.com/matplotlib/matplotlib/issues/28956 | [
"Community support"
] | savitha-suresh | 3 |
randyzwitch/streamlit-folium | streamlit | 84 | Just a question: extract more values based on user click on Draw plugin. | Hi, thanks for this great library. Really helpful!
btw I am a beginner in the web developing and github as well, I am so sorry if there are some stupidities on my questions.
I would like to ask, is it possible to return every value of click event?
At the moment, I am trying to present folium map on Streamlit... | open | 2022-09-09T02:26:36Z | 2024-11-14T19:37:04Z | https://github.com/randyzwitch/streamlit-folium/issues/84 | [
"enhancement"
] | leclab0 | 1 |
kennethreitz/records | sqlalchemy | 30 | Bug with table headings | Database query:
``` Python
rows = db.query("select * from users")
```
if he does not return the headers of the table, the result:

and if you try to export the data, there will ... | closed | 2016-02-10T06:30:02Z | 2018-04-28T22:58:47Z | https://github.com/kennethreitz/records/issues/30 | [
"invalid"
] | dorosch | 3 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,390 | Exception on UNIQUE constraint failed: internaltip.tid, internaltip.progressive | ### What version of GlobaLeaks are you using?
Hi @evilaliv3
I am seeing this error with v4.10.18
```
Platform:
Host:
Version: 4.10.18
sqlalchemy.exc.IntegrityError Wraps a DB-API IntegrityError.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sqlalchemy/engine/base.py", l... | open | 2023-03-20T11:14:57Z | 2023-03-23T10:14:15Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3390 | [
"T: Bug",
"C: Backend"
] | aetdr | 2 |
onnx/onnx | pytorch | 6,602 | Installing onnxrruntime (GPU) -1.14.1 on Ubuntu 22.04 reports an error | # Ask a Question
When I installed ONNXruntime v1.14.1 on Ubuntu, I executed the command "./build. sh -- skipthests -- config Release -- build_sthared_lib -- parallel -- use_cuda -- CUDA_ home/var/local/CUDA-11.1-- CUDNN_home/var/local/CUDA-11.1-- use_tensorrt -- tensort_home/home/ps/rain/YK/task/TensorRT-8.5.3.1" and ... | closed | 2024-12-30T02:05:10Z | 2024-12-30T20:39:24Z | https://github.com/onnx/onnx/issues/6602 | [
"question"
] | yuan-kai-design | 1 |
saulpw/visidata | pandas | 2,261 | website has dead links for man pages/quick docs | **Small description**
https://www.visidata.org/docs/ and https://www.visidata.org/ both link to https://www.visidata.org/docs/man/ which has an Oops! (404?) page.
**Expected result**
See quick ref guide (2.0?)
**Actual result with screenshot**
> Oops!
> Oops!
> Sorry, we can't find that page!
>
> Ta... | closed | 2024-01-19T16:48:11Z | 2024-01-21T04:50:13Z | https://github.com/saulpw/visidata/issues/2261 | [
"bug",
"fixed"
] | clach04 | 1 |
davidsandberg/facenet | computer-vision | 1,169 | The effect of fixed_image_standardization | Hello,
Could any one here explain to me that why we need to use fixed_image_standardization? what is the effect of this algorithm to the
image and to the model? Do we have any paper that describe about this? | open | 2020-08-24T08:37:30Z | 2021-04-16T08:41:00Z | https://github.com/davidsandberg/facenet/issues/1169 | [] | glmanhtu | 2 |
kornia/kornia | computer-vision | 2,093 | Update configs to use `dataclasses` | We have some specific configs for some algorithms, will be nice to update them from using `dicts`/`TypedDict` to `dataclasses`.
The idea here is to do it in a way that does not break things, so we should have an interface (to/from) between `dict` and the `dataclasses`.
Example of what we can explore for these me... | open | 2022-12-16T12:59:43Z | 2024-05-16T23:36:50Z | https://github.com/kornia/kornia/issues/2093 | [
"enhancement :rocket:",
"help wanted",
"good first issue",
"code heatlh :pill:"
] | johnnv1 | 11 |
scikit-hep/awkward | numpy | 3,128 | Scalar type promotion not working | ### Version of Awkward Array
2.6.4
### Description and code to reproduce
In the following code
```python
from typing import Annotated
import numpy as np
import awkward as ak
from enum import IntEnum
class ParticleOrigin(IntEnum):
NonDefined: int = 0
SingleElec: int = 1
SingleMuon: int = 2
... | open | 2024-05-24T13:53:39Z | 2024-05-24T14:35:26Z | https://github.com/scikit-hep/awkward/issues/3128 | [
"bug (unverified)"
] | nsmith- | 2 |
gee-community/geemap | streamlit | 2,186 | geemap is still relying on pkg_ressource that is deprecated starting from Python 3.10 | I was testing my code with Python 3.11 in pyGAUL and everything started to crash from Python 3.11. The completely removed the `pkg_resources` module from the standards lib but you are still importing it in `conversion.py`:
https://github.com/gee-community/geemap/blob/fa56084f15b786ba1afad042a20dbe6f113edda2/geemap/... | closed | 2024-12-09T07:39:14Z | 2024-12-09T14:33:23Z | https://github.com/gee-community/geemap/issues/2186 | [
"bug"
] | 12rambau | 0 |
google-research/bert | nlp | 752 | tensorflow/core/framework/op_kernel.cc:1273] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: masked_lm_weights. Can't parse serialized Example. | Tensorflow:1.12
python3.6
when run run_pretraining.py, i meet the error. And when I set the max_predictions_per_seq=5, no error; but when set the max_predictions_per_seq=10, the error happens.
| open | 2019-07-08T15:49:58Z | 2020-08-30T20:16:25Z | https://github.com/google-research/bert/issues/752 | [] | yw411 | 2 |
litestar-org/litestar | asyncio | 3,516 | Bug: LoggingMiddleware breaks static file serving | ### Description
If you try to add logging middleware without excluded /static route, then you will get the following error
```
Traceback (most recent call last):
File "/workdir/.venv/lib/python3.11/site-packages/litestar/response/streaming.py", line 134, in send_body
await self._listen_for_disconnect(can... | open | 2024-05-22T09:24:11Z | 2025-03-20T15:54:43Z | https://github.com/litestar-org/litestar/issues/3516 | [
"Bug :bug:"
] | wallseat | 2 |
ivy-llc/ivy | pytorch | 28,587 | fix `greater_equal` at `tf frontend` | closed | 2024-03-13T16:04:54Z | 2024-03-14T22:04:34Z | https://github.com/ivy-llc/ivy/issues/28587 | [
"Sub Task"
] | samthakur587 | 0 | |
sammchardy/python-binance | api | 1,178 | futures_aggregate_trades | Hi futures_aggregate_trades function is not aggregates the quantities. | open | 2022-04-27T22:02:35Z | 2022-04-27T22:02:35Z | https://github.com/sammchardy/python-binance/issues/1178 | [] | Tanerbaysa | 0 |
vastsa/FileCodeBox | fastapi | 273 | [ UI问题 ] 黑色模式下一些字直接消失 | 例如我框选出的wget下载 如果我不选中其中几个字 剩下的近乎不可读,另外 相对于白天模式,黑色模式中的过期时间 安全加密等字样的灰色可读性也很差,而且也仅仅只反色了文件详情下方 文件logo的背景色 为什么不能使用不同的深色来区分功能区呢?二维码反白的可读性也是很好的,以我使用美团深色模式为例 小米系统强制给美团适配了深色模式,简单粗暴的对二维码做了反白。我用了三年,核销二维码未出过扫码枪或者摄像头识别不出的情况,如果顾虑这个可以不用操心了

![Ima... | closed | 2025-03-05T19:36:30Z | 2025-03-09T14:47:22Z | https://github.com/vastsa/FileCodeBox/issues/273 | [] | Marrrrrrrrry | 1 |
RomelTorres/alpha_vantage | pandas | 183 | NESN.SWI + outputsize=full produces error | Here's another ticker that produces the "invalid API call" error:
https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol=NESN.SWI&outputsize=full&apikey=KEY
See also #173 .
| closed | 2020-01-25T13:16:41Z | 2021-07-21T01:18:31Z | https://github.com/RomelTorres/alpha_vantage/issues/183 | [
"av_issue"
] | ymyke | 9 |
biolab/orange3 | pandas | 6,581 | Error reading column header including char '#' in Excel .xlsx file | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2023-09-19T02:47:27Z | 2023-10-01T14:11:06Z | https://github.com/biolab/orange3/issues/6581 | [
"bug"
] | neverseek | 0 |
google-research/bert | nlp | 957 | How does Google calculate a document embeddings using BERT in its new search? | Google has started using BERT in its search engine. I imagine it creates embeddings for the query on the search engine, and then find a kind of similarity measure with the potential candidate websites/pages, finally ranking them in search results.
I am curious how do they create embeddings for the documents (the p... | open | 2019-12-10T09:31:51Z | 2020-02-15T17:47:09Z | https://github.com/google-research/bert/issues/957 | [] | ghost | 2 |
marcomusy/vedo | numpy | 542 | Animation: inconsistent camera parameters between the play() function and values obtained from typing 'C' key | Hi @marcomusy,
I've got another issue for you with the Animation class. I observed that the camera parameters from directly printing inside the `play` function is different from what I obtained by pressing `C` key with my keyboard.
For example, the following code simply rotates the body 180 degrees along the z-a... | open | 2021-11-19T19:24:51Z | 2021-11-24T13:34:34Z | https://github.com/marcomusy/vedo/issues/542 | [
"bug",
"long-term"
] | XushanLu | 4 |
nteract/papermill | jupyter | 479 | Close notebook after execution | When I run `papermill.execute_notebook()` the executed notebook stays in memory and occupies space until I close the parent notebook.
Is there a way to close the notebook after the execution, while the parent notebook is still running?
| closed | 2020-03-13T11:54:12Z | 2020-04-13T16:27:13Z | https://github.com/nteract/papermill/issues/479 | [] | Nikolai-Hlubek | 5 |
pyppeteer/pyppeteer | automation | 474 | websockets.exceptions.ConnectionClosedOK: sent 1000 (OK); then received 1000 (OK) asyncio.exceptions.InvalidStateError: invalid state | Python 3.8.19
pyppeteer 1.0.2 2.0.0
场景:访问google时,出现验证码,处理完验证码后,抛出异常
异常堆栈:
connection unexpectedly closed
Task exception was never retrieved
future: <Task finished name='Task-960' coro=<Connection._async_send() done, defined at C:\ProgramData\Anaconda3\envs\lazbao_work\lib\site-packages\pyppeteer\conne... | open | 2024-04-30T02:04:19Z | 2024-07-11T03:39:49Z | https://github.com/pyppeteer/pyppeteer/issues/474 | [] | iamdaguduizhang | 2 |
plotly/dash | jupyter | 3,126 | How to create a Loading component triggered by an external component | Hello,
I want to create a Loading component in a specific location of my page which is triggered by the content in another Div which is not wrapped by the Loading component. Is it possible? | closed | 2025-01-19T19:04:14Z | 2025-01-23T20:25:19Z | https://github.com/plotly/dash/issues/3126 | [] | marfago | 2 |
ipython/ipython | data-science | 14,446 | memory leakage with matplotlib | Running the following code in ipython causes memory leakage. The same thing occurs for both Agg and QtAgg.
```
import numpy as np
import matplotlib.pyplot as plt
import gc
for i in range(5):
fig = plt.figure(num=1, clear=True)
ax = fig.add_subplot()
ax.plot(np.arange(10**7))
gc.collect()
```
... | closed | 2024-05-30T09:29:44Z | 2024-05-31T12:10:29Z | https://github.com/ipython/ipython/issues/14446 | [] | SpaceWalker162 | 1 |
Nemo2011/bilibili-api | api | 800 | [新功能] 作者您好,求支持查询up主所有视频列表功能,感谢 | 作者您好, 您的代码非常好用,集成的非常贴心, 不知道能否支持查询up主左右投稿或者最新投稿功能,谢谢 | open | 2024-08-25T11:26:42Z | 2024-08-26T01:41:02Z | https://github.com/Nemo2011/bilibili-api/issues/800 | [] | 9ihbd2DZSMjtsf7vecXjz | 0 |
erdewit/ib_insync | asyncio | 64 | Set Time in Force of orders | When placing a LimitOrder using the example in your notebook, it gives a Day order which is cancelled at the close of the trading day. Is it possible to change the Times in Force of the order to Good-Til-Canceled? | closed | 2018-05-01T12:29:50Z | 2018-05-01T14:15:03Z | https://github.com/erdewit/ib_insync/issues/64 | [] | nyxynyx | 1 |
plotly/dash | plotly | 2,720 | Selenium 4.2.0 Version Vulnerability | **Selenium Version Vulnerability**: ```selenium>=3.141.0,<=4.2.0```
using ``` dash 2.14.2```
**Describe the bug**
We are using Synk to scan the dependencies of our project, which is using the latest version of dash. The Synk scan is showing these vulnerabilities (Snyk: [CVSS 7.5](https://security.snyk.io/vuln/... | open | 2023-12-28T18:58:55Z | 2024-08-13T19:44:29Z | https://github.com/plotly/dash/issues/2720 | [
"bug",
"infrastructure",
"sev-1",
"P3"
] | cbarrett3 | 2 |
django-oscar/django-oscar | django | 3,602 | order_by not working on SearchQuerySet | order_by not working on SearchQuerySet
In FacetedSearchView i am trying to sort/order the queryset in get_results(). But every time it gives me same results
```
class FacetedSearchView(views.FacetedSearchView):
"""
A modified version of Haystack's FacetedSearchView
Note that facets are configured ... | closed | 2020-12-16T06:51:18Z | 2021-09-08T06:48:57Z | https://github.com/django-oscar/django-oscar/issues/3602 | [] | pupattan | 2 |
albumentations-team/albumentations | deep-learning | 1,579 | [benchmark] Doublecheck that ImgAUG actually runs transforms | closed | 2024-03-12T20:35:35Z | 2024-03-15T20:27:04Z | https://github.com/albumentations-team/albumentations/issues/1579 | [] | ternaus | 0 | |
python-arq/arq | asyncio | 477 | GitHub Releases: Date years are off-by-one | The years on the dates in the release titles in GitHub releases are off-by-one, e.g. 2023 instead of 2024:

| open | 2024-09-03T15:58:16Z | 2024-09-04T09:17:30Z | https://github.com/python-arq/arq/issues/477 | [] | dannya | 2 |
zappa/Zappa | django | 865 | [Migrated] Add a support for a default AWS event handler | Originally from: https://github.com/Miserlou/Zappa/issues/2115 by [jiaaro](https://github.com/jiaaro)
Ticket: #2112
This PR adds a way for users to define a default handler for AWS events. This allows for handling events for sources that don't exist at the time of deployment (like temporary SQS queues) as well as ... | closed | 2021-02-20T13:03:02Z | 2022-08-18T01:45:52Z | https://github.com/zappa/Zappa/issues/865 | [] | jneves | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 940 | error when training with DRIVE database | i m using DRIVE database. I m getting this error:
File "C:\Users\Dell\Anaconda3\envs\aa\lib\site-packages\PIL\TiffImagePlugin.py", line 1182, in _load_libtiff
raise OSError(err)
OSError: -2 | open | 2020-02-28T07:12:14Z | 2020-02-28T07:12:14Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/940 | [] | manvirvirk | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,288 | AttributeError: from_statement_ctx when using PostgreSQL UPSERT and RETURNING | ### Describe the bug
Hi, We are running a FastAPI server and it is connected to a Postgres DB instance that is running in Docker. There is a table which we used to store information about our client timeslots for events.
The ORM model:
```python
class Timeslot(Base):
__tablename__ = "timeslot"
id: M... | closed | 2024-04-18T09:13:24Z | 2024-04-18T13:53:33Z | https://github.com/sqlalchemy/sqlalchemy/issues/11288 | [
"postgresql",
"awaiting info"
] | yoadev22 | 1 |
iperov/DeepFaceLive | machine-learning | 32 | Вставил Tim_Chrys.dfm в папку dfm_models, запустил bat. пишет:from PyQt6.QtCore import * ImportError: DLL load failed: Не найдена указанная процедура. | closed | 2022-01-18T15:39:10Z | 2022-01-18T16:03:32Z | https://github.com/iperov/DeepFaceLive/issues/32 | [] | okato23 | 6 | |
roboflow/supervision | machine-learning | 956 | set_classes bugs when I use it in the yolo world model | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
If I use set_classes to set the classes count more than 7, after I convert into coreml, it does not work in M1/M2 macbook.
### Environment
python: 3.1... | closed | 2024-02-28T15:57:47Z | 2024-02-28T16:15:25Z | https://github.com/roboflow/supervision/issues/956 | [
"bug"
] | qihuijia | 1 |
keras-team/keras | machine-learning | 20,158 | Tensorboard callback is blocking process | I am unable to find the transferred issue: https://github.com/keras-team/tf-keras/issues/496
This issue is still occuring and creates performance bottleneck when writing to cloud storage | open | 2024-08-23T18:05:17Z | 2024-09-05T17:09:59Z | https://github.com/keras-team/keras/issues/20158 | [
"stat:awaiting keras-eng"
] | rivershah | 2 |
benbusby/whoogle-search | flask | 243 | [BUG/FEATURE] Bypass EU cookie consent | **Describe the bug**
I use proxy setup that rotates the proxing in the background and from time to time, when I connect to EU in this particular instance DE, whoogle will display a "Cookie consent" form from google.
After reloading the pages 2-3 times it vanishes, nonetheless it shows up every ~1-3 request via the ad... | closed | 2021-03-30T02:18:03Z | 2021-04-07T14:21:36Z | https://github.com/benbusby/whoogle-search/issues/243 | [
"bug"
] | Suika | 26 |
httpie/cli | rest-api | 727 | JavaScript is disabled | I use httpie to access hackerone.com, prompting that javascript needs to be turned on
> [root@localhost ~]# http https://hackerone.com/monero/hacktivity?sort_type=latest_disclosable_activity_at\&filter=type%3Aall%20to%3Amonero&page=1
> It looks like your JavaScript is disabled. To use HackerOne, enable JavaScript ... | closed | 2018-11-06T05:50:09Z | 2018-11-06T05:57:17Z | https://github.com/httpie/cli/issues/727 | [] | linkwik | 1 |
CPJKU/madmom | numpy | 94 | move norm_observations out of observation models | If needed, the normalisation can be performed in the beat tracking classes before the observations are passed to the Viterbi algorithm.
| closed | 2016-02-19T14:47:24Z | 2016-02-22T08:20:58Z | https://github.com/CPJKU/madmom/issues/94 | [] | superbock | 2 |
pytest-dev/pytest-selenium | pytest | 320 | Compatibility with pytest 8.0 | Hi,
Since the release of pytest 8.0, a pytest internal error is raised while launching tests:
```
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/root/venv/lib/python3.10/site-packages/_pytest/main.py", line 272, in wrap_session
INTERNALERROR> session.exitstatus = doit(config, ses... | closed | 2024-02-01T10:20:15Z | 2024-02-01T15:01:28Z | https://github.com/pytest-dev/pytest-selenium/issues/320 | [] | sandre35 | 0 |
Yorko/mlcourse.ai | data-science | 641 | Docker image Kernel error | Windows 10
Jupyter starts, although it throws 'Kernel error' and cannot start python kernel.
[...]
File "/opt/conda/lib/python3.6/site-packages/jupyter_core/paths.py", line 412, in secure_write
.format(file=fname, permissions=os.stat(fname).st_mode))
RuntimeError: Permissions assignment failed for secure file:... | closed | 2019-11-01T15:03:24Z | 2019-11-04T14:09:40Z | https://github.com/Yorko/mlcourse.ai/issues/641 | [
"enhancement"
] | elgator | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 70 | Question about querying a single resource with flask sqlalchemy example. | I have followed the example at http://docs.graphene-python.org/projects/sqlalchemy/en/latest/tutorial/#testing-our-graphql-schema and have a question.
I can issue the following query to list all employees and their departments.
```
{
allEmployees {
edges {
node {
name
department ... | open | 2017-08-23T18:13:49Z | 2019-07-26T06:02:19Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/70 | [] | mojochao | 7 |
chatopera/Synonyms | nlp | 73 | 查“小康”的近义词出现了HTML标签和英文单词 | synonyms.display('小康')
'小康'近义词:
1. 小康:1.0
2. 新时期:0.505846
3. 中心镇:0.471591
4. 书香:0.471404
5. 家境贫寒:0.471054
6. 下乡:0.443652
7. 三代人:0.424502
8. 玉溪:0.416268
9. </s>:0.0780543
10. Pardosa:0.0624822 | closed | 2018-12-22T01:40:30Z | 2019-04-21T01:31:53Z | https://github.com/chatopera/Synonyms/issues/73 | [] | universe-st | 1 |
JaidedAI/EasyOCR | pytorch | 623 | Does training the model with one letter images helps ? | 
I saw on the 1000 images that easyocr team gave us to test the training of the model that they use one or two words for each image. Is it a bad idea to give the model letters to train if, at... | closed | 2021-12-15T16:42:04Z | 2022-08-07T05:01:27Z | https://github.com/JaidedAI/EasyOCR/issues/623 | [] | AvekIA | 0 |
profusion/sgqlc | graphql | 58 | Cannot un-pickle a pickled Operation instance 🥒 | Hey, I'm using sgqlc to introspect a schema and then generate queries from it and it is going well. However, I'm trying to parallelize tasks that contain an operation, which requires pickling it inside the task.
Here is the traceback that arises when trying to deserialize the (successfully) serialized op:
```
Trac... | open | 2019-07-31T23:52:16Z | 2024-03-22T11:57:33Z | https://github.com/profusion/sgqlc/issues/58 | [
"enhancement",
"waiting-input"
] | chartpath | 6 |
aminalaee/sqladmin | sqlalchemy | 491 | URLType field has no converter defined | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
When a URLType field is added to a model, "edit" on the record causes an exception:
from sqlalchemy_fields.types import URLType
clas... | closed | 2023-05-11T18:21:30Z | 2023-05-11T19:58:31Z | https://github.com/aminalaee/sqladmin/issues/491 | [] | dhait | 2 |
dask/dask | scikit-learn | 11,160 | Can not process datasets created by the older version of Dask | **Describe the issue**:
After upgrading the Dask from `2023.9.3` to the latest version `2024.5.2` or `2024.4.1`, we can not load the existing parquet files created by the previous version.
I'm getting an error during `to_parquet` operation (when `dask-expr` is enabled):
```
.../.venv/lib/python3.10/site-packages/... | open | 2024-06-04T08:02:39Z | 2024-06-13T06:24:03Z | https://github.com/dask/dask/issues/11160 | [
"needs triage"
] | dbalabka | 9 |
MaartenGr/BERTopic | nlp | 1,419 | Bertopic soemtimes gives me topic that are not mutually exclusive.. | 


As seen above, ... | open | 2023-07-21T04:53:43Z | 2023-07-21T07:58:16Z | https://github.com/MaartenGr/BERTopic/issues/1419 | [] | zhimin-z | 5 |
plotly/plotly.py | plotly | 4,789 | Export default module in plotly-renderer.js | Hi There!
We are using `jupyter-plotly` to support plotly plots in [mystmd's web themes](https://mystmd.org) to enable people publishing jupyter notebooks with plotly outputs to have their plots displayed and active in their websites.
To achieve this we currently have to patch plotly-renderer.js to add a default ... | open | 2024-10-09T08:41:02Z | 2024-10-10T16:28:25Z | https://github.com/plotly/plotly.py/issues/4789 | [
"feature",
"P3"
] | stevejpurves | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 183 | B站来的,感谢大佬,献出star | **System information**
* Have I written custom code:
* OS Platform(e.g., window10 or Linux Ubuntu 16.04):
* Python version:
* Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3):
* Use GPU or not:
* CUDA/cuDNN version(if you use GPU):
* The network you trained(e.g., Resnet34 network):
**Des... | closed | 2021-03-15T12:37:22Z | 2021-03-16T01:37:47Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/183 | [] | littledeep | 1 |
talkpython/data-driven-web-apps-with-flask | sqlalchemy | 4 | Pre-create db folder for users | Some users are reporting this error because they have not created the db folder first. Not sure whether this was missed or just not emphasized enough in the course but it's no big deal to create that folder in the starter code to help smooth things over:
```
sqlalchemy.exc.OperationalError: (sqlite3.OperationalErro... | closed | 2019-07-30T15:17:47Z | 2019-07-30T15:18:16Z | https://github.com/talkpython/data-driven-web-apps-with-flask/issues/4 | [] | mikeckennedy | 0 |
sinaptik-ai/pandas-ai | pandas | 646 | Raising `LLMResponseHTTPError` when a remote provider responded with an error code | ### 🚀 The feature
I've accidentally set wrong HF token when i was using `Starcoder` model. Then, i couldn't realize what the problem was that since [`query()` methods expects only a proper reponse](https://github.com/gventuri/pandas-ai/blob/f9facf383b6aff8e92065720a4719c5de11dc696/pandasai/llm/base.py#L335), sure, it... | closed | 2023-10-14T20:52:16Z | 2023-10-17T12:38:44Z | https://github.com/sinaptik-ai/pandas-ai/issues/646 | [] | nautics889 | 0 |
xorbitsai/xorbits | numpy | 586 | BUG: string accessor does not support getitem | ### Describe the bug
A clear and concise description of what the bug is.
```
Traceback (most recent call last):
File "/data/python/study/analysis_year_xorb.py", line 49, in <module>
df_xiang = df[df['vehicleId'].str[0] == '湘']
~~~~~~~~~~~~~~~~~~~^^^
TypeError: 'StringAccessor' object is... | closed | 2023-07-10T04:44:10Z | 2023-07-10T08:46:29Z | https://github.com/xorbitsai/xorbits/issues/586 | [
"bug"
] | qinxuye | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.