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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
vaexio/vaex | data-science | 1,258 | [BUG-REPORT] 'str' has no attribute '_fields' in from_json() | **Description**
`vaex.from_json(path, orient='index')` returns the error `AttributeError: 'str' object has no attribute '_fields'` when called with `test_data.json.txt`. `.txt` appended to filename so I can upload it here.
Here's the format of one entry on `test_data.json`
"YYY-MM-DD HH:MM:SS": {
... | closed | 2021-03-14T23:52:34Z | 2021-03-16T08:16:38Z | https://github.com/vaexio/vaex/issues/1258 | [] | samayer12 | 6 |
harry0703/MoneyPrinterTurbo | automation | 402 | 解压到下一级文件夹打不开 | 解压到根目录文件夹可以用,再往下一级文件夹,打开时就没有反应了,这个能解决吗?我是想放到我自己的portable文件夹里。谢谢 | closed | 2024-06-07T05:27:26Z | 2024-06-11T03:36:22Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/402 | [] | kevinqingqinga | 2 |
zappa/Zappa | django | 781 | [Migrated] problem using django-compressor with Zappa/Lambda | Originally from: https://github.com/Miserlou/Zappa/issues/1926 by [Krolken](https://github.com/Krolken)
<!--- Provide a general summary of the issue in the Title above -->
## Problems using django-compressor and manifest on Lambda
<!--- Provide a more detailed introduction to the issue itself, and why you consider i... | closed | 2021-02-20T12:42:20Z | 2022-08-18T12:37:21Z | https://github.com/zappa/Zappa/issues/781 | [] | jneves | 1 |
onnx/onnxmltools | scikit-learn | 246 | onnxmltools import fails when pyspark is not installed | closed | 2019-02-21T18:07:30Z | 2019-02-26T23:18:29Z | https://github.com/onnx/onnxmltools/issues/246 | [] | xadupre | 3 | |
ultralytics/ultralytics | machine-learning | 19,710 | Using `single_cls` while loading the data the first time causes warnings and errors | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi,
I have a dataset with two classes: 0 and 1.
In my data.yaml file I hav... | closed | 2025-03-15T04:54:32Z | 2025-03-21T14:06:16Z | https://github.com/ultralytics/ultralytics/issues/19710 | [
"bug",
"question",
"fixed",
"detect"
] | Nau3D | 11 |
plotly/dash-core-components | dash | 218 | Displaying graphs inside `html.Details` | If a graph is embedded in `html.Details`, it can't determine it's size: https://community.plot.ly/t/plotly-resize-bug-using-html-details-and-width-100/11201/3?u=chriddyp | open | 2018-06-26T12:49:20Z | 2019-12-09T12:39:56Z | https://github.com/plotly/dash-core-components/issues/218 | [
"dash-type-bug",
"Status: Discussion Needed"
] | chriddyp | 5 |
home-assistant/core | asyncio | 140,815 | Switchbot meters not updating | ### The problem
I use several Switchbot Meters to keep track of temperatures around the house and report to my thermostat. Normally these update every couple of minutes. After updating Home Assistant to 2025.3.3 they quit updating consistently sometimes taking up to 20 minutes to several hours, which of course does no... | open | 2025-03-17T18:56:25Z | 2025-03-22T02:48:39Z | https://github.com/home-assistant/core/issues/140815 | [
"integration: switchbot"
] | Jabo21 | 4 |
stas00/ml-engineering | pytorch | 20 | pip install -r build/requirements.txt fails due to github_md_utils | `ERROR: Could not find a version that satisfies the requirement github_md_utils (from versions: none)
ERROR: No matching distribution found for github_md_utils
`
Any ideas? Googling github_md_utils gives 0 hits: https://www.google.com/search?client=safari&rls=en&q=github_md_utils&ie=UTF-8&oe=UTF-8
Thanks! | closed | 2024-01-23T11:50:40Z | 2024-01-26T10:34:55Z | https://github.com/stas00/ml-engineering/issues/20 | [] | ebowman | 3 |
iMerica/dj-rest-auth | rest-api | 435 | JWT - /logout Doesn't Delete Cookies | When the two settings are used, the JWT AUTH cookies aren't deleted since the `secure` flag isn't set.
```
JWT_AUTH_SAMESITE = 'None'
JWT_AUTH_SECURE = True
```
The logic in `dj_rest_auth.jwt_auth.unset_jwt_cookies()` hard codes the `samesite` attribute of `delete_cookie()`, which causes the `secure` flag to not... | closed | 2022-09-29T19:08:50Z | 2023-01-02T22:17:29Z | https://github.com/iMerica/dj-rest-auth/issues/435 | [] | Dresdn | 1 |
modin-project/modin | data-science | 6,876 | df.take is much slower against pandas | On a machine with 192 CPUs.
```python
# import pandas as pd
import modin.pandas as pd
import numpy as np
import time
df = pd.DataFrame(data=np.random.randint(99999, 99999999, size=(100000000,4)),
columns=['C1','C2','C3','C4'])
to_take = np.random.randint(0, 100000000, size=80000000)
t0 = ... | closed | 2024-01-23T14:52:15Z | 2024-01-24T17:02:37Z | https://github.com/modin-project/modin/issues/6876 | [
"Performance 🚀"
] | YarShev | 2 |
allenai/allennlp | data-science | 5,152 | Skip the train_step | I have an issue that I want to skip a training step and I really cannot filter these instances in DataLoader. I am just wondering if it is possible to skip this batch and carry on with the next one with the allennlp framework? | closed | 2021-04-24T17:08:21Z | 2021-05-10T16:10:10Z | https://github.com/allenai/allennlp/issues/5152 | [
"question",
"stale"
] | Aiah | 5 |
microsoft/nni | machine-learning | 5,767 | NNI console won't show after trialGpuNumber was set to 1 | **Describe the issue**:
NNI console won't show after trialGpuNumber was set to 1
**Environment**:
- NNI version: 3.0
- Training service (local|remote|pai|aml|etc):
- Client OS:
- Server OS (for remote mode only):
- Python version: 2.1
- PyTorch/TensorFlow version:
- Is conda/virtualenv/venv used?:
- Is ru... | closed | 2024-04-02T21:54:41Z | 2024-04-03T01:56:05Z | https://github.com/microsoft/nni/issues/5767 | [] | yiqiaoc11 | 0 |
napari/napari | numpy | 7,362 | Dims reordering widget does not show up when in 3D mode | ### 🐛 Bug Report
Following the [Viewer tutorial](https://napari.org/stable/tutorials/fundamentals/viewer.html#toggle-2d-3d-button), I can't see the Dim ordering widget when right-clicking the Dims ordering button.
### 💡 Steps to Reproduce
1. Open image
2. Toggle 3d mode
3. Right-click Dimension ordering bu... | open | 2024-11-11T19:05:56Z | 2024-11-11T21:05:29Z | https://github.com/napari/napari/issues/7362 | [
"bug"
] | melissawm | 3 |
torchbox/wagtail-grapple | graphql | 40 | request: setting to disable auto-conversion from snake_case to camelCase |
Currently, the graphene schema is initialized as follows:
https://github.com/torchbox/wagtail-grapple/blob/c35408ad3e6a5e273d1e2316c0f3c988f5064501/grapple/schema.py#L47-L49
This automatically converts model attribute names from e.g. `url_path` to `urlPath`. While some people might like this because it conforms... | closed | 2020-01-01T20:48:33Z | 2020-04-17T21:37:32Z | https://github.com/torchbox/wagtail-grapple/issues/40 | [] | indirectlylit | 1 |
Kludex/mangum | asyncio | 177 | Allow user provided handlers | Hello there!
While investigating #176 I found it could be useful to add user provided handler factories to Mangum. It could look like
```python
def __init__(
self,
app: ASGIApp,
lifespan: str = "auto",
additional_handler_factories: Optional[List[Callable[[event: dict, ... | closed | 2021-04-09T02:46:14Z | 2022-07-07T18:38:56Z | https://github.com/Kludex/mangum/issues/177 | [
"feature"
] | cblegare | 3 |
mlfoundations/open_clip | computer-vision | 966 | Error loading ViT-L-14-quickgelu (metaclip_fullcc) model with version v2.27.0+ | Hello.
I am getting an exception `pickle.UnpicklingError` when loading `ViT-L-14-quickgelu` model (`metaclip_fullcc` pretrained) with `open_clip` version 2.27.0+.
Code that's throwing the exception:
```
self._model, _, _ = open_clip.create_model_and_transforms(
'ViT-L-14-quickgelu',
pretrained='metaclip... | closed | 2024-10-21T09:18:33Z | 2024-10-24T15:27:21Z | https://github.com/mlfoundations/open_clip/issues/966 | [] | aivarasbaranauskas | 12 |
serengil/deepface | deep-learning | 784 | DeepFace: Identifying wrong facial area | Hi serengil!
There are several portrait images (each photo with only one individual), but the model detected two.
One is the actual facial area, and another is usually the area around the neck.
Any model that does better at detecting faces, and passing these coordinates to DeepFace for vectorization? Thanks! | closed | 2023-06-22T08:34:30Z | 2023-06-22T08:35:52Z | https://github.com/serengil/deepface/issues/784 | [
"question"
] | jsnleong | 1 |
jina-ai/langchain-serve | fastapi | 81 | Push Gateway as private | Request from user | closed | 2023-05-18T11:18:51Z | 2023-05-18T11:34:15Z | https://github.com/jina-ai/langchain-serve/issues/81 | [] | deepankarm | 0 |
ycd/manage-fastapi | fastapi | 58 | fastapi version error | I use fastapi version is 0.70,but create is 0.68 in requirements.txt | closed | 2021-12-01T04:02:19Z | 2021-12-04T10:33:04Z | https://github.com/ycd/manage-fastapi/issues/58 | [] | wangxr011235 | 1 |
zwczou/weixin-python | flask | 1 | 关闭和查询订单写反了 | 文档中那两句代码
| closed | 2016-09-13T04:37:03Z | 2016-09-24T01:48:39Z | https://github.com/zwczou/weixin-python/issues/1 | [] | dhcn | 1 |
matterport/Mask_RCNN | tensorflow | 2,632 | Agario can't log in through his client | Agario I start my server, I can't log in through my client. But through the official web client, I can connect, what is the problem?
Writes
"Connecting
If you cannot connect to the servers, check if you have some anti virus or firewall blocking the connection." | open | 2021-07-12T19:41:20Z | 2021-07-12T19:41:20Z | https://github.com/matterport/Mask_RCNN/issues/2632 | [] | KRiSTaLMaN | 0 |
graphql-python/graphene | graphql | 1,145 | graphene error | from graphene.types.objecttype import ObjectTypeMeta
ImportError: cannot import name 'ObjectTypeMeta' | closed | 2020-02-27T15:17:02Z | 2020-06-26T18:40:45Z | https://github.com/graphql-python/graphene/issues/1145 | [
"wontfix"
] | mmayor | 2 |
iperov/DeepFaceLab | deep-learning | 5,575 | Can I train with multi graphics card | Multiple graphics cards
Want to use multi card graphics to train at the same time | closed | 2022-10-30T09:51:56Z | 2023-06-09T00:56:22Z | https://github.com/iperov/DeepFaceLab/issues/5575 | [] | monkeycc | 2 |
PrefectHQ/prefect | automation | 17,143 | Flow run labels missing from Kubernetes job | ### Bug summary
We're running a self-hosted Prefect on EKS, deployed via the official Helm charts. We want to add custom labels to our Kubernetes jobs, to allow for easier identification of flow run jobs in our analytics and metrics tools. However, when specifying `labels={"example": "example"}` in `create_flow_run_fr... | open | 2025-02-14T17:24:02Z | 2025-02-14T17:24:17Z | https://github.com/PrefectHQ/prefect/issues/17143 | [
"bug"
] | janesch97 | 0 |
reloadware/reloadium | pandas | 126 | Upgrade Reloadium to 1.0.0 doesn't update `reloadium_launcher` version, causing PyCharm to warn obsolete version | ## Describe the bug*
After Reloadium is upgraded to `1.0.0`, the `reloadium_launcher` version is still `0.9.5`, causing PyCharm to warn:
```
This Reloadium version is obsolete.
Please update by running "pip install reloadium --upgrade"
```
## To Reproduce
Steps to reproduce the behavior:
1. Debug / Run Pyt... | closed | 2023-03-22T06:29:26Z | 2023-03-24T06:01:08Z | https://github.com/reloadware/reloadium/issues/126 | [] | Jasonnor | 3 |
piskvorky/gensim | machine-learning | 3,362 | Install issue when installing with poetry | `poetry add gensim`
https://github.com/RaRe-Technologies/gensim/blob/ded78776284ad7b55b6626191eaa8dcea0dd3db0/setup.py#L107
getting `AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'` when trying to install gensim with poetry.
Seems to work on intel Macs, fails on M1
```pytb
Traceback... | closed | 2022-07-08T18:49:51Z | 2022-12-03T15:34:58Z | https://github.com/piskvorky/gensim/issues/3362 | [
"bug"
] | jaymegordo | 8 |
onnx/onnx | tensorflow | 5,955 | Convert format from NCHW to NHWC in onnx itself without adding extra transpose layer | ### System information
Latest
### What is the problem that this feature solves?
My Accelerator H/W only support NHWC format so my SDK can take tflite/onnx model as input and make run on Accelerator but the issue is the format i.e. NHWC. If this problem gets solved i will be able run all kind of model directly on... | open | 2024-02-23T04:08:15Z | 2024-02-23T04:08:15Z | https://github.com/onnx/onnx/issues/5955 | [
"topic: enhancement"
] | abhishek27m1992github | 0 |
ymcui/Chinese-BERT-wwm | tensorflow | 71 | 通用数据哪里可以获取 | 请问训练ext model的通用数据在哪里可以获取
或者可以告诉一下具体的数据来源吗 | closed | 2019-11-07T12:11:40Z | 2019-11-08T04:04:00Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/71 | [] | shizhediao | 1 |
ultralytics/ultralytics | python | 19,259 | How to save detections which are counted as False Positives | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
So I am doing yolo multiband and dealing with 7 band data. The issue I am ha... | open | 2025-02-15T10:06:35Z | 2025-02-15T17:07:42Z | https://github.com/ultralytics/ultralytics/issues/19259 | [
"question",
"detect"
] | ronit450 | 6 |
mitmproxy/mitmproxy | python | 6,851 | Mitmproxy taking long time to respond on Macbook M1 Sonoma | I am facing issue where mitmproxy takes a long time to send response due to which it throws 502 bad gateway error for traffic through browser.
While trying through terminal using command `curl -x localhost:8080 -k https://www.google.com` or `curl -x localhost:8080 -k https://lh3.googleusercontent.com`. It is taking a ... | closed | 2024-05-14T15:50:21Z | 2024-10-03T04:14:03Z | https://github.com/mitmproxy/mitmproxy/issues/6851 | [
"kind/triage"
] | Srijan67 | 12 |
feature-engine/feature_engine | scikit-learn | 411 | [FEATURE] Categorical Variable Concatenation | ## Expected Behavior
Concatenating categorical variables is a powerful feature engineering technique, often used in competitions. You could watch the 9 minuts of this video for understanding the topic (i placed the video on the right starting minute already): [Winning Solution --> RecSys 2020 Tutorial: Feature Engin... | open | 2022-04-07T22:40:39Z | 2023-05-18T16:29:41Z | https://github.com/feature-engine/feature_engine/issues/411 | [] | Pacman1984 | 6 |
pyeve/eve | flask | 1,342 | Pin to Cerberus <2.0 | Next year, we are likely to see a Cerberus 2 release, which will likely bring a number of breaking changes. | closed | 2019-12-18T09:08:52Z | 2019-12-18T09:13:00Z | https://github.com/pyeve/eve/issues/1342 | [] | nicolaiarocci | 0 |
littlecodersh/ItChat | api | 196 | 网页登陆 | hi ~
如果我想实现网页扫码登陆,应该如何做呢,在后台成成二维码传到前端就行吗 | closed | 2017-01-01T07:07:09Z | 2018-05-27T01:57:57Z | https://github.com/littlecodersh/ItChat/issues/196 | [
"question"
] | wwj718 | 4 |
Kav-K/GPTDiscord | asyncio | 34 | Add welcome message for new members. | It will be nice to make this bot behave more humanely by using this feature.
You'll add a new env variable for welcome message.
The bot DM every new member with the message.
It should be an embed in case someone wants style.
Happy new year. | closed | 2022-12-31T06:38:05Z | 2023-01-03T00:14:55Z | https://github.com/Kav-K/GPTDiscord/issues/34 | [
"enhancement",
"help wanted",
"good first issue"
] | motikolorado | 3 |
modelscope/modelscope | nlp | 797 | Qwen-audio:想修改audio.py,用其他模型进行audio encode。模型一直从.cache里面加载文件 | 我想修改audio.py,用其他模型进行语音部分的处理。重写了audio.py之后,我将这个文件放进Qwen-Audio目录里面(该目录其他内容跟官方一致)
但是为什么,修改了--model_cache_dir 为本地目录,定义了--model_type,训练的时候还是调用.cache里面代码?
如何修改才能让脚本调用
@wenmengzhou @tastelikefeet

| closed | 2024-03-04T10:31:12Z | 2024-05-21T01:49:08Z | https://github.com/modelscope/modelscope/issues/797 | [
"Stale"
] | yttas | 2 |
joke2k/django-environ | django | 183 | Remove custom Path implementation in favor of PEP428 | Is there any good reason why this library implements it's own path implementation even tho there is a builtin in Python?
https://docs.python.org/3/library/pathlib.html#module-pathlib
https://www.python.org/dev/peps/pep-0428/
My suggestion would be to replace it, to reduce complexity and avoid people confusing them... | open | 2018-05-15T08:07:40Z | 2021-09-04T21:25:42Z | https://github.com/joke2k/django-environ/issues/183 | [
"enhancement"
] | codingjoe | 1 |
paperless-ngx/paperless-ngx | machine-learning | 8,264 | userdefined field has the wrong content. | ### Description
If I want to add a custom field called "paid" to a document of type "invoice" in a workflow during importing documents in paperless, it has neither the content "true" nor "false". It has the content "lowValue". This means that I want to activate the field "paid" manually once and then deactivate it aga... | closed | 2024-11-12T18:06:32Z | 2024-12-13T03:18:34Z | https://github.com/paperless-ngx/paperless-ngx/issues/8264 | [
"not a bug"
] | dieterknott | 2 |
facebookresearch/fairseq | pytorch | 5,108 | NLLB sentence trimming | Hi! I am using the nllb models for the first time and I am having some trouble for making tranlations of complete documents. I am following the same structure as the hugginface tutorial (https://huggingface.co/docs/transformers/model_doc/nllb) down on my question is the code.
What I am seeing is that sometimes a com... | open | 2023-05-18T14:20:31Z | 2023-07-31T06:02:30Z | https://github.com/facebookresearch/fairseq/issues/5108 | [
"question",
"needs triage"
] | alberto-solano | 3 |
mlflow/mlflow | machine-learning | 14,950 | [BUG] SQL queries for large experiments cause the MLFlow tracking server to crash | ### Issues Policy acknowledgement
- [x] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where did you encounter this bug?
Other
### MLflow version
- Tracking server: 2.18.0
### System information
- **OS Plat... | open | 2025-03-11T12:58:14Z | 2025-03-13T10:40:26Z | https://github.com/mlflow/mlflow/issues/14950 | [
"bug",
"area/tracking",
"area/sqlalchemy"
] | aaj-synth | 2 |
proplot-dev/proplot | data-visualization | 402 | Legend facecolor has no effect | ### Description
Legend ```facecolor``` has no effect, but ```fc``` appears to work.
### Steps to reproduce
```python
import proplot as pplt
fig, axs = pplt.subplots(ncols=2)
for i in range(0,2):
axs[i].plot((0,1),(-0.5,0.5), label='a', c='k', cycle_kw={'ls': ('-','--',':')})
axs[i].plot((0,1),... | closed | 2022-12-27T22:03:25Z | 2023-03-29T08:40:55Z | https://github.com/proplot-dev/proplot/issues/402 | [
"bug"
] | AWSisco | 1 |
Morizeyao/GPT2-Chinese | nlp | 214 | 使用新版本代码古诗生成问题 | 使用新版本代码,加载提供的古诗模型,想生成古诗的时候,发现使用generation.py得到的结果

第二句开始是四个字,后面的是五个字
但是用提供的huggingface的demo时

... | open | 2021-06-14T09:57:03Z | 2022-02-10T14:24:37Z | https://github.com/Morizeyao/GPT2-Chinese/issues/214 | [] | WhiteFu | 1 |
Guovin/iptv-api | api | 947 | [Bug]:打开GUI开始更新总提示安装FFMPEG,实际已安装,通过scoop自定义安装在D盘。 | ### Don't skip these steps | 不要跳过这些步骤
- [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**限制**
- [x] I am sure that this is a running error exception problem and will not submit any problems unrelated to this project | 我确定这是运行报错异常问题,... | closed | 2025-03-02T09:25:06Z | 2025-03-02T09:45:11Z | https://github.com/Guovin/iptv-api/issues/947 | [
"invalid"
] | 553195418 | 1 |
pytest-dev/pytest-xdist | pytest | 241 | Problem printing or storing longrepr when using pytest-xdist (introduced in 1.18.0) | Hi,
I currently have the following code, which works with pytest-xdist 1.17.1, but broken in 1.18.0, when running with `-nX` where X > 0. With X=0, or without -n at all, it works in all versions.
test_foo.py:
```python
def test_fail():
assert False
```
conftest.py:
```python
def pytest_runtest_logrep... | closed | 2017-11-09T08:23:38Z | 2018-01-08T05:23:38Z | https://github.com/pytest-dev/pytest-xdist/issues/241 | [
"bug",
"regression"
] | mikeage | 9 |
keras-team/keras | deep-learning | 20,955 | Error with variable.regularizer in keras.layers.TFSMLayer | I created a universal sentence encoder layer as an instance of `keras.layers.TFSMLayer` and used it in a binary classifier. Training the model results in the following error:
```
Epoch 1/10
---------------------------------------------------------------------------
AttributeError Traceback (m... | closed | 2025-02-24T21:04:34Z | 2025-03-08T18:22:39Z | https://github.com/keras-team/keras/issues/20955 | [
"type:Bug"
] | rlcauvin | 9 |
ExpDev07/coronavirus-tracker-api | fastapi | 260 | Using your API together with other sources to provide much updated data | I am using your API at https://github.com/assetcorp/covid-stats. I rely on your API to handle location information for all affected places. I have a front-end website that displays the data to the general public in a much more meaningful manner.
Check it out at https://covid.delalify.com/ | closed | 2020-04-05T02:53:49Z | 2020-04-19T18:26:25Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/260 | [
"user-created"
] | assetcorp | 0 |
apify/crawlee-python | automation | 70 | Introduce a better solution for dealing with byte size | ### Current state
- Currently, we have many variables describing "byte size" as integers. It leads to identifiers with the `_bytes` suffixes, e.g. `max_memory_bytes`, `buffer_memory_bytes`, `threshold_memory_bytes`, ...
- Then we have to use some conversion functions, for example when we want to log it (e.g. `to_m... | closed | 2024-03-11T19:13:11Z | 2024-04-05T11:31:04Z | https://github.com/apify/crawlee-python/issues/70 | [
"t-tooling",
"debt"
] | vdusek | 0 |
dynaconf/dynaconf | django | 1,203 | [RFC] Load databricks job parameters | **Is your feature request related to a problem? Please describe.**
I love dynaconf it's a perfect tool.
However, the company I'm in is using databricks and I was running my code (with dynaconf in it)
Databricks have a notion of "Jobs" that can have "parameters".
However, they're not passed as environment variab... | closed | 2024-12-09T16:38:36Z | 2024-12-09T20:15:36Z | https://github.com/dynaconf/dynaconf/issues/1203 | [
"Not a Bug",
"RFC"
] | ierezell | 2 |
sherlock-project/sherlock | python | 2,025 | "No such file or directory" error | - [x] I'm reporting a bug in Sherlock's functionality
- [x] The bug I'm reporting is not a false positive or a false negative
- [x] I've verified that I'm running the latest version of Sherlock
- [x] I've checked for similar bug reports including closed ones
- [x] I've checked for pull requests that attempt to fix ... | open | 2024-02-24T19:55:47Z | 2024-02-24T19:55:47Z | https://github.com/sherlock-project/sherlock/issues/2025 | [
"bug"
] | TeemSucks | 0 |
JaidedAI/EasyOCR | machine-learning | 536 | Add a new language (Shan) | Excuse me that I'm very new to python language.
But I read the documentation and I prepared the training [data here](https://github.com/kwarm/shan-ocr-training-data)
The repo includes 1000 images with its' labels.
Could someone help me in training this new language? thanks in advance. | closed | 2021-09-10T04:02:35Z | 2021-09-20T15:08:16Z | https://github.com/JaidedAI/EasyOCR/issues/536 | [] | ronaldaug | 0 |
streamlit/streamlit | data-visualization | 10,701 | Preserve Selection, Sorting and Scrolling Position in st.dataframe | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
Today, when a page is refreshed / app gets rerun / data for dataframe changes, the dataframe completely refre... | open | 2025-03-09T22:14:24Z | 2025-03-10T19:46:25Z | https://github.com/streamlit/streamlit/issues/10701 | [
"type:enhancement",
"feature:st.dataframe",
"feature:st.data_editor"
] | miketech | 1 |
ClimbsRocks/auto_ml | scikit-learn | 295 | FUTURE: parallelize training up our three different prediction_interval models | open | 2017-07-14T03:13:46Z | 2017-07-14T03:13:46Z | https://github.com/ClimbsRocks/auto_ml/issues/295 | [] | ClimbsRocks | 0 | |
QuivrHQ/quivr | api | 3,248 | Fix: get prompt (instructions) from front | The changes introduced in [https://github.com/QuivrHQ/quivr/pull/3227](https://github.com/QuivrHQ/quivr/pull/3227) broke the possibility for the user to define custom instructions (prompt) in the Brain configuration, since the custom prompt is currently read from the yaml file.
We need to restore the original behaviou... | closed | 2024-09-24T09:12:49Z | 2024-09-24T12:26:20Z | https://github.com/QuivrHQ/quivr/issues/3248 | [
"bug",
"area: frontend"
] | jacopo-chevallard | 1 |
Johnserf-Seed/TikTokDownload | api | 69 | 抖音账号批量下载内容,总是出错,提示该音频不可用 | conf.ini
[url]
uid = https://v.douyin.com/8eJSv1U/
[music]
musicarg = no
[count]
count = 100
[save]
url = .\download\
[mode]
mode = post
该音频目前不可用
该音频目前不可用
该音频目前不可用
该音频目前不可用
Traceback (most recent call last):
File "TikTokDownload\TikTokMulti.py", line 272, in <module>
File "TikTokDownloa... | closed | 2021-12-19T14:33:32Z | 2022-08-19T14:02:03Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/69 | [
"额外求助(help wanted)",
"无效(invalid)"
] | chambersyang | 0 |
KaiyangZhou/deep-person-reid | computer-vision | 126 | New samplers | Add sampler to support unsupervised domain adaptation | closed | 2019-03-15T22:02:08Z | 2019-05-09T22:36:38Z | https://github.com/KaiyangZhou/deep-person-reid/issues/126 | [] | KaiyangZhou | 0 |
cleanlab/cleanlab | data-science | 903 | make null issue type more user-facing | Should be mentioned in datalab issue guide and relevant docstrings.
https://docs.cleanlab.ai/master/cleanlab/datalab/guide/issue_type_description.html
This issue type can also be added to the default Datalab audit at this point, I think it'll be useful to check for by default
https://github.com/cleanlab/cleanlab... | closed | 2023-11-26T06:41:26Z | 2024-01-05T14:15:31Z | https://github.com/cleanlab/cleanlab/issues/903 | [
"next release",
"needs triage"
] | jwmueller | 0 |
apify/crawlee-python | web-scraping | 815 | 'RequestQueue._clear_possible_locks' is not handled correctly in `event_manager` | When the `Event.MIGRATING` event occurs, we get an error
```bash
RuntimeWarning: coroutine 'RequestQueue._clear_possible_locks' was never awaited
handle = None # Needed to break cycles when an exception occurs.
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
```
Due to incorrect li... | closed | 2024-12-14T01:49:34Z | 2024-12-17T09:23:19Z | https://github.com/apify/crawlee-python/issues/815 | [
"bug",
"t-tooling"
] | Mantisus | 0 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 145 | 不能定位到QQ窗口的控件 | ## 环境
- python 3.6.6
- win7
- uiautomation~=2.0.9
- 打开QQ登陆框
## 定位打印的元素
```
2020-12-27 12:41:41.194 automation.py[75] main -> Starts, Current Cursor Position: (621, 433)
ControlType: PaneControl ClassName: #32769 AutomationId: Rect: (0,0,1366,768)[1366x768] Name: 桌面 Handle: 0x10010(65552) Dept... | open | 2020-12-27T04:55:45Z | 2021-08-24T06:41:42Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/145 | [
"need reproduce"
] | Louis-me | 3 |
open-mmlab/mmdetection | pytorch | 11,095 | Can it be installed on the NPU? | closed | 2023-10-26T12:59:21Z | 2023-10-30T01:39:03Z | https://github.com/open-mmlab/mmdetection/issues/11095 | [] | WoooWZY | 1 | |
vi3k6i5/flashtext | nlp | 137 | Extracting Keywords That Are Subsets Of Each Other | Hey everyone, I was wondering why is it that when we have multiple keywords that overlap, for example: `["super computer", "computer game"]` we only extract the longest one, why not extract both of them?
I would assume that if you want to extract a bunch of keywords from a document it makes sense to get all the matche... | open | 2023-01-08T17:59:32Z | 2023-11-23T16:45:18Z | https://github.com/vi3k6i5/flashtext/issues/137 | [] | shner-elmo | 3 |
zalandoresearch/fashion-mnist | computer-vision | 44 | Duplicate samples and overlap between train and test | I hope I have got this right, but it seems that there are 43 samples duplicated in the training set and 1 sample that is duplicated in the test set. There are also 10 samples in the training set that appear in the test set. This was done by comparing the samples at the byte level.
Here is a list of the duplicates:
... | closed | 2017-08-31T10:09:41Z | 2017-08-31T12:18:42Z | https://github.com/zalandoresearch/fashion-mnist/issues/44 | [
"bug"
] | Britefury | 1 |
pytest-dev/pytest-mock | pytest | 21 | Warn when no specs are used | Mock without specs is so forgiving that people often write tests whose asserts do nothing
This is mainly because the apu of mock is severely flawed and error-prone
| open | 2015-09-29T04:58:47Z | 2020-12-21T16:25:23Z | https://github.com/pytest-dev/pytest-mock/issues/21 | [
"enhancement"
] | RonnyPfannschmidt | 7 |
plotly/dash | dash | 3,225 | Documentation needs to be updated. | The content below should be updated as the stable version of `3.0` has been released.
https://dash.plotly.com/dash-plugins-using-hooks
 | closed | 2025-03-18T08:52:45Z | 2025-03-18T13:48:13Z | https://github.com/plotly/dash/issues/3225 | [] | CNFeffery | 1 |
yunjey/pytorch-tutorial | deep-learning | 95 | [Image captioning] pack_packed wrong lengths | In the Image Captioning tutorial
in the DecoderRNN:
```
def forward(self, features, captions, lengths):
embeddings = self.embed(captions)
embeddings = torch.cat((features.unsqueeze(1), embeddings), 1)
packed = pack_padded_sequence(embeddings, lengths, batch_first=True)
hiddens, _ = self.lstm(packed)
... | closed | 2018-01-25T13:18:53Z | 2018-12-27T10:58:24Z | https://github.com/yunjey/pytorch-tutorial/issues/95 | [] | lfrati | 5 |
matterport/Mask_RCNN | tensorflow | 2,545 | Validation loss keeps fluctuating | Hi all,
I am using this maskrcnn library to do detection and segmentation. I have this class distribution:
**Class_Occurrences = { 0:189 , 1:22, 2:1, 3:40, 4:28, 5:85, 6:40, 7:63, 8:42, 9:5 }**
key: class_id, value: number of occurrences.
First class with key 0 is the background.
Data set contains *... | open | 2021-04-27T12:43:10Z | 2023-06-04T14:51:36Z | https://github.com/matterport/Mask_RCNN/issues/2545 | [] | MahBadran93 | 17 |
computationalmodelling/nbval | pytest | 202 | pytest 8.1.0 breaks nbval 0.10.0 | Seems that pytest 8.1.0 (just released) breaks nbval 0.10.0:
```bash
alias test="docker run --rm python:3.11.8 /bin/bash -c"
test "pip install nbval pytest && pytest --nbval" # ❌ PluginValidationError: Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec
test "pip... | closed | 2024-03-03T23:51:12Z | 2024-03-04T14:33:23Z | https://github.com/computationalmodelling/nbval/issues/202 | [] | ryan-williams | 1 |
gee-community/geemap | jupyter | 2,071 | Datapane no longer actively maintained | As per https://github.com/datapane/datapane/, `datapane` is no longer actively maintained. This project may want to seek alternatives. | closed | 2024-07-12T13:45:41Z | 2024-07-12T15:10:17Z | https://github.com/gee-community/geemap/issues/2071 | [
"bug"
] | DManowitz | 3 |
tensorflow/datasets | numpy | 5,341 | Multi-threaded compression? | **What I need help with / What I was wondering**
I need to build a large dataset of imagery that has > 3 channels (multi-spectral satellite imagery), so I'm relying on the `tfds.features.Tensor` feature connector. As writing data uncompressed is highly inefficient, I'm using `tfds.features.Encoding.ZLIB` for compressi... | open | 2024-03-28T08:00:44Z | 2024-04-02T14:17:34Z | https://github.com/tensorflow/datasets/issues/5341 | [
"help"
] | khdlr | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 17 | 作者大大您好!在看完您的 resnet 训练代码后有几个地方不太明白,可能我的问题很小白,还请别介意,感谢指教 | **在您的tensorflow resnet 的 train.py 中这一段代码的作用是什么呢?(另外,很抱歉,目前我没看resnet相关论文,所以理论方面还不懂(捂脸))**
* train.py line 70
```
model = tf.keras.Sequential([feature,
tf.keras.layers.GlobalAvgPool2D(),
tf.keras.layers.Dropout(rate=0.5),
tf.kera... | closed | 2020-05-05T06:49:41Z | 2020-05-07T01:25:03Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/17 | [] | pacyu | 3 |
litestar-org/polyfactory | pydantic | 218 | Enhancement: Pydantic V2 Support | ### Summary
The main repo, specifically the work in https://github.com/litestar-org/litestar/issues/1708, relies on Polyfactory in the test suite. I believe this issue is a pre-req to have https://github.com/litestar-org/litestar/issues/1708 completed.
### Drawbacks and Impact
Unsure of impact as it stands wit... | closed | 2023-05-23T03:11:14Z | 2023-06-18T06:08:07Z | https://github.com/litestar-org/polyfactory/issues/218 | [
"enhancement",
"upstream"
] | JacobCoffee | 0 |
Lightning-AI/LitServe | rest-api | 228 | Feature: Pass custom middlewares to the app | ## 🚀 Feature
Add a parameter "middlewares" to the LitServer class that takes a list of fastapi middlewares that will be assigned to the self.app.
### Motivation
It is useful to enrich the fastapi app with custom middlewares, for example for metrics updates. Similarly it can be done for exception handlers.
| closed | 2024-08-27T14:02:06Z | 2024-08-30T11:57:50Z | https://github.com/Lightning-AI/LitServe/issues/228 | [
"enhancement",
"help wanted"
] | lorenzomassimiani | 5 |
tensorpack/tensorpack | tensorflow | 704 | Resuming training and weight initialization in Similarity Learning example | Hello! :)
I am using the Similarity Learning example and I have made a couple minor changes, so it can work for CIFAR10, instead of MNIST.
Mainly I changed the network architecture, using a ResNet model instead of the one provided for MNIST, but I wrote the architecture in exactly the same format as the existing o... | closed | 2018-03-22T09:10:55Z | 2018-05-30T20:59:40Z | https://github.com/tensorpack/tensorpack/issues/704 | [
"usage"
] | MaggiePas | 1 |
koxudaxi/datamodel-code-generator | fastapi | 1,548 | Error when generating --enum-field-as-literal all from multiple files with same schema names | **Describe the bug**
When generating models from openapi yaml that references multiple files with same schemas, and setting `--enum-field-as-literal all ` following Exception is raised:
`python3.10/site-packages/datamodel_code_generator/parser/base.py", line 595, in __delete_duplicate_models
child.replace_refe... | open | 2023-09-13T13:31:47Z | 2024-01-11T14:03:44Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1548 | [
"bug"
] | igorbanfi | 1 |
explosion/spaCy | data-science | 13,157 | Issue when calling spacy info | Hi I am Bala. I use Spacy 3.6.1 for NLP. I am facing the following issue when calling spacy info and when loading any model. I use Python 3.8 on Windows 10.
<<
(pnlpbase) PS C:\windows\system32> python -m spacy info
Traceback (most recent call last):
File "D:\python\Anaconda3\envs\pnlpbase\lib\runpy.py", line 185... | closed | 2023-11-28T01:55:43Z | 2024-01-26T08:50:07Z | https://github.com/explosion/spaCy/issues/13157 | [
"duplicate"
] | balachander1964 | 3 |
openapi-generators/openapi-python-client | rest-api | 671 | Optional date-time attribute with value None gets isoparse'd | **Describe the bug**
I have a similar problem to https://github.com/openapi-generators/openapi-python-client/issues/456, but in my case `date-time` attribute isn't marked as required. Yet, the model's `from_dict` method has following code:
```python
_retry_at = d.pop("retry_at", UNSET)
retry_at: Union[Unset, dateti... | closed | 2022-09-16T21:24:31Z | 2022-09-19T17:38:38Z | https://github.com/openapi-generators/openapi-python-client/issues/671 | [
"🐞bug"
] | ololobus | 3 |
python-gitlab/python-gitlab | api | 3,105 | issues set time_estimate and add_spent_time do not seem to work | first off: thank you for the amazing gitlab library! 🚀
## Description of the problem, including code/CLI snippet
when using win10, python-gitlab 5.4.0 on python 3.12.0 (and 3.13.0) to set the time estimate or add spent time I get an error:
```python
import pathlib
import gitlab
import requests
def connect_to_git... | closed | 2025-01-28T10:39:20Z | 2025-01-28T12:23:30Z | https://github.com/python-gitlab/python-gitlab/issues/3105 | [] | ay-ex | 3 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,147 | it,s give the error | 


| closed | 2019-03-20T08:43:36Z | 2019-03-29T02:14:24Z | https://github.com/AirtestProject/Airtest/issues/330 | [] | ceshi2018 | 2 |
kynan/nbstripout | jupyter | 143 | Metadata keys containing periods are unstrippable | I work with databricks notebooks, which (when exported to the ipynb format) add metadata fields with keys:
- `application/vnd.databricks.v1+cell`
- `application/vnd.databricks.v1+notebook`
at the cell and notebook levels, respectively.
Stripping these does not work using this tool because nbstripout interpret... | closed | 2021-01-12T01:44:28Z | 2025-03-16T08:29:00Z | https://github.com/kynan/nbstripout/issues/143 | [
"type:enhancement",
"resolution:fixed"
] | baldwint | 4 |
alteryx/featuretools | scikit-learn | 2,553 | Add Python 3.11 support and unit tests | closed | 2023-04-17T18:05:51Z | 2023-07-27T13:36:51Z | https://github.com/alteryx/featuretools/issues/2553 | [] | gsheni | 2 | |
exaloop/codon | numpy | 632 | 【Codon】File imports using Nunpy do not load properly. |
I was not sure if there was a report applicable to the same case, so I am reporting it just in case.
File import using Nunpy (using test02_1.py) does not load properly.
[Execution Result]
-test02_01.py Execution Result (import numpy as np)
ic@DESKTOP-C83DAGF:/mnt/c/Users/ic$ codon run -release /mnt/z/koko/ps3/cd/t... | open | 2025-03-05T05:11:26Z | 2025-03-05T11:47:55Z | https://github.com/exaloop/codon/issues/632 | [] | icst005 | 0 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 188 | learning rate update before optimizer.step() | Hi, thank you for your wonderful work and codes.
There is one question.
In the Optim.py, [line17,](https://github.com/jadore801120/attention-is-all-you-need-pytorch/blob/132907dd272e2cc92e3c10e6c4e783a87ff8893d/transformer/Optim.py#L17) the learning rate update is executed before the optimizer step, and this may ... | closed | 2021-09-23T14:46:04Z | 2021-09-24T00:56:36Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/188 | [] | AlbertiPot | 1 |
pytest-dev/pytest-django | pytest | 887 | RuntimeError: Settings already configured | The documentation says it's possible to set django settings using this simple setup:
https://pytest-django.readthedocs.io/en/latest/configuring_django.html#using-django-conf-settings-configure
I am trying to override caching to use the dummy backend and i get:
```py
CACHES = {
"default": {
"BACK... | closed | 2020-10-16T15:33:21Z | 2020-10-24T21:56:32Z | https://github.com/pytest-dev/pytest-django/issues/887 | [
"question"
] | minusf | 7 |
pytorch/pytorch | deep-learning | 149,802 | (With PR) `torch.cuda.MemPool()` internal assertion failure when changing devices | ### Potential cause analysis
Quickly glanced at the code, quick thoughts:
* When creating `MemPool` on device 0, it creates a MemPool on device 0, let's say it has mempool_id 111
* When first call to `use_mem_pool`, it tells C++ to find mempool with id 111 on device 1 (!), but that does not exist, so C++ side creates... | open | 2025-03-22T10:22:37Z | 2025-03-24T18:28:30Z | https://github.com/pytorch/pytorch/issues/149802 | [
"module: cuda",
"triaged"
] | fzyzcjy | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 729 | Hyperparameter Tuning | I have different datasets of different scenarios, And I noticed each required different parameter settings, Is there a way to find out which params suits well and which won't | open | 2024-03-27T08:06:18Z | 2024-03-27T08:06:18Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/729 | [] | hariharan1412 | 0 |
tensorflow/tensor2tensor | deep-learning | 1,378 | About the '_rev' in translation problem when using two vocabularies | ### Description
Hi, guys. I have an error when using the 'translate_enzh_wmt32k_rev' problem for decoding.
It was fine during training with the reverse problem name but interrupted when decoding.
...
### Environment information
```
OS: Ubuntu 16.04
$ pip freeze | grep tensor
tensorflow-gpu == 1.12.0
tens... | open | 2019-01-17T07:33:59Z | 2019-02-21T10:46:40Z | https://github.com/tensorflow/tensor2tensor/issues/1378 | [] | Changl14 | 2 |
modin-project/modin | data-science | 6,949 | Create Modin on Dask cluster tutorial | closed | 2024-02-20T11:15:35Z | 2024-02-27T10:12:47Z | https://github.com/modin-project/modin/issues/6949 | [] | Retribution98 | 0 | |
python-restx/flask-restx | api | 280 | Flask-RESTX breaks our swagger-codegen builds | First off, thanks for forking Flask-RESTPlus. Much needed continuity for that now-dormant progenitor project...
We're just now getting around to migrating our RESTPlus-based code to RESTX, and were pleased to find that it was pretty much a drop-in replacement. Good job on backward compatibility.
However, that b... | closed | 2021-02-15T18:49:44Z | 2021-02-18T18:50:41Z | https://github.com/python-restx/flask-restx/issues/280 | [] | cinchent | 2 |
google/trax | numpy | 1,256 | trax can not find GPU | ### Description
I have gpu, but trax just can not find it, it report that:
WARNING:absl:No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)
...
### Environment information
```
OS: <your answer here>
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
... | open | 2020-11-28T14:54:08Z | 2021-02-02T07:38:07Z | https://github.com/google/trax/issues/1256 | [] | shengyushen | 3 |
cchen156/Learning-to-See-in-the-Dark | tensorflow | 106 | Broken links in the README file | Some important links in the README file are broken, for example a link to the paper shows 404. It seems particularly everything under `http://cchen156.web.engr.illinois.edu/` is broken. | closed | 2020-04-22T16:29:21Z | 2020-04-22T23:23:54Z | https://github.com/cchen156/Learning-to-See-in-the-Dark/issues/106 | [] | OlliV | 2 |
Farama-Foundation/Gymnasium | api | 1,123 | [Bug] info dictionary in `env.step()` does not include all claimed terms | ### Describe the bug
The documentation for mujoco environments claims several terms to be in the returned info dictionary that are not actually present. For [Hopper](https://gymnasium.farama.org/environments/mujoco/hopper/), it states
> info will also contain the individual reward terms
which is not the case.
... | closed | 2024-07-18T15:04:29Z | 2024-07-18T16:24:25Z | https://github.com/Farama-Foundation/Gymnasium/issues/1123 | [
"bug"
] | manuelhaussmann | 2 |
proplot-dev/proplot | matplotlib | 53 | Seamless animation! | I think it would be really awesome if users could generate mp4s and gifs by passing arrays with an extra "time" dimension and the keyword arg `animate=True` to arbitrary plotting functions.
The following approach would allow users to animate stuff in multiple subplots, possibly with multiple plotting commands, simul... | open | 2019-10-20T19:48:09Z | 2022-05-06T02:03:16Z | https://github.com/proplot-dev/proplot/issues/53 | [
"feature"
] | lukelbd | 0 |
ivy-llc/ivy | pytorch | 28,530 | Fix Frontend Failing Test: tensorflow - math.paddle.trunc | To-do List: https://github.com/unifyai/ivy/issues/27499 | closed | 2024-03-09T21:02:50Z | 2024-03-14T21:29:54Z | https://github.com/ivy-llc/ivy/issues/28530 | [
"Sub Task"
] | ZJay07 | 0 |
gevent/gevent | asyncio | 1,366 | Let tests pass if only one backend is available | This came up in https://github.com/gevent/gevent/issues/1345. Not all backends will build on all platforms, but some parts of the test code assume that more than one backend is present (at least on POSIX platforms). | closed | 2019-03-21T21:53:50Z | 2019-04-09T13:38:47Z | https://github.com/gevent/gevent/issues/1366 | [] | jamadden | 0 |
ets-labs/python-dependency-injector | flask | 495 | Is that possible to pass the same factory dependency to all dependants? | For example, I have 1 use case, it has 3 dependencies - Session, ProductRepository, and UserRepository; repositories depend on session. Could I pass single SQLAlchemy session to all them? When I create second use case, session should be different. | open | 2021-08-25T05:43:49Z | 2024-02-23T21:35:36Z | https://github.com/ets-labs/python-dependency-injector/issues/495 | [] | AlexanderFarkas | 12 |
litestar-org/litestar | asyncio | 3,370 | docs(v3): intersphinx for litestar v2 docs | If we can reference our previous docs, we'd still be able to reference things that don't exist anymore, e.g., in the changelog.
_Originally posted by @JacobCoffee in https://github.com/litestar-org/litestar/pull/3360#discussion_r1559641544_ | open | 2024-04-10T21:04:51Z | 2025-03-20T15:54:35Z | https://github.com/litestar-org/litestar/issues/3370 | [] | peterschutt | 0 |
ckan/ckan | api | 8,133 | ModuleNotFoundError: No module named 'pkg_resources' | ## CKAN version
2.9
## Describe the bug
Just try to install following [the tutorial](https://docs.ckan.org/en/2.9/maintaining/installing/install-from-package.html) on documentation to install with from package. When try to install the .deb file with the command ```sudo dpkg -i python-ckan_2.9-py3-focal_amd64.deb``... | open | 2024-03-23T15:30:13Z | 2024-03-26T13:03:54Z | https://github.com/ckan/ckan/issues/8133 | [] | k3ybladewielder | 0 |
mjhea0/flaskr-tdd | flask | 83 | Issue with SQLAlchemy tests | Hi.
I think I found some misconfiuration in a part where you implement SQLAlchemy in place of a standard sqlite3 library to initiate and test the db.
The following part doesn't seem to work:
```python
@pytest.fixture
def client():
BASE_DIR = Path(__file__).resolve().parent.parent
app.config["TESTING"] ... | open | 2023-11-24T19:40:37Z | 2025-01-12T16:47:05Z | https://github.com/mjhea0/flaskr-tdd/issues/83 | [] | Matelin | 1 |
flasgger/flasgger | flask | 167 | Swagger 2.0 does not support null types | Here is my swagger.json it's generated with SwaggerView
for schema I using marshmallow
`{
"definitions": {
"BuildingSwimmingPoolSchema": {
"properties": {
"address_ids": {
"default": null,
"items": {
"properties": {
"address_ids": {
... | open | 2017-11-02T16:57:02Z | 2018-10-01T17:31:19Z | https://github.com/flasgger/flasgger/issues/167 | [
"hacktoberfest"
] | mexekanez | 2 |
ultralytics/yolov5 | deep-learning | 13,371 | Training inside Python 3.12 miniconda environment currently fails with ModuleNotFoundError | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Training, Detection
### Bug
```
$ python train.py --epochs 1
train: weights=yolov5s.pt, cfg=, data=data/coco128.yaml, hyp=data/hyps/hy... | open | 2024-10-21T19:04:32Z | 2024-10-27T13:30:31Z | https://github.com/ultralytics/yolov5/issues/13371 | [
"bug"
] | michael-mayo | 9 |
twelvedata/twelvedata-python | matplotlib | 72 | [Bug] API not working properly, OHLC values are less than 10000 of what it should be | Refering to [#67 ](https://github.com/twelvedata/twelvedata-python/issues/67) since I do not know if the APi issue is resolved yet. I commented but got no response.
I am using the python client to pull BTC/USDT data, and as noted in the title and the mentioned issue, several OHLC values are less than 10000 of what ... | closed | 2023-10-03T04:02:51Z | 2023-11-15T13:41:36Z | https://github.com/twelvedata/twelvedata-python/issues/72 | [] | huytradingz | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.