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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dask/dask | pandas | 11,566 | Should `dask.persist` raise on non-persistable objects? | # Problem
Until [recently](https://github.com/dask/distributed/issues/8948), `dask.persist()` supported both persistable Dask collections and ordinary Python objects as inputs. The Dask collections would be persisted (as expected) while the Python objects would be handled transparently and returned as-is in the outp... | open | 2024-11-25T18:20:34Z | 2025-02-24T02:01:27Z | https://github.com/dask/dask/issues/11566 | [
"needs attention",
"needs triage"
] | hendrikmakait | 3 |
TheKevJames/coveralls-python | pytest | 238 | Unable to submit coverage during re-run travis jobs | Whenever trying to re-run a travis ci job, submitting to coveralls.io fails with:
```422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs```
Additional debugging indicates this is due to the job id not being unique, as the submit/post returns an error of the form:
```service_job_id ... | closed | 2020-11-03T11:35:33Z | 2021-01-12T01:59:56Z | https://github.com/TheKevJames/coveralls-python/issues/238 | [] | r0ps3c | 1 |
MaartenGr/BERTopic | nlp | 1,913 | Can I merge_topics() after reduce_outliers() and update_topics() | Thank you so much for the great job.
In my case, there are too many outliers here. I want to reduce the outliers, but at the same time I need to merge topics.
My question is, can I merge topics after reducing the outliers and updating the topics. The code is below:
```
new_topics = topic_model.reduce_outliers(d... | closed | 2024-04-06T01:43:05Z | 2024-04-11T13:10:04Z | https://github.com/MaartenGr/BERTopic/issues/1913 | [] | lynn1885 | 4 |
httpie/http-prompt | rest-api | 215 | An error occurs during installation | Encoutered a problem while installing http-prompt using yay on manjaro.
I'm using python 3.10. Installation scripts use a folder which path contains python3.10. But when running install_scripts command, the path that is used contains 3.9 instead.
It looks like this :
==> Starting package()...
running install
... | open | 2023-01-15T16:42:24Z | 2023-01-15T16:42:24Z | https://github.com/httpie/http-prompt/issues/215 | [] | Chobazkun | 0 |
HumanSignal/labelImg | deep-learning | 822 | Deleting an image resets the file list without going to next image [suggested fix included] | In the latest version, when I delete an image, it resets my selection back to the first image.
This change seems to work:
def delete_image(self):
delete_path = self.file_path
if delete_path is not None:
idx = self.cur_img_idx
if os.path.exists(delete_path):
... | open | 2021-11-24T19:59:13Z | 2023-02-22T10:31:05Z | https://github.com/HumanSignal/labelImg/issues/822 | [] | CrucialDrew | 5 |
deezer/spleeter | tensorflow | 733 | [Discussion] Pretrained Spleeter models as layer in a Keras model | Is it possible to use the pretrained Spleeter models as a layer in a tensorflow keras model built with the functional api?
I currently use Spleeter in my preprocessing pipeline for a CRNN classifier, but I had the idea to move it into my model instead of doing the source separation beforehand.
```
┌───────┐ ... | open | 2022-02-24T13:18:52Z | 2022-04-23T23:46:16Z | https://github.com/deezer/spleeter/issues/733 | [
"question"
] | oststef | 5 |
modelscope/data-juicer | data-visualization | 340 | [Bug]: language_id_score_filter affect the speed of other operators | ### Before Reporting 报告之前
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w... | closed | 2024-07-04T04:07:45Z | 2024-07-05T06:44:17Z | https://github.com/modelscope/data-juicer/issues/340 | [
"bug"
] | simplew2011 | 3 |
albumentations-team/albumentations | deep-learning | 2,056 | [Documentation] Add explanation why you may get additional keyplints or Bounding boxes with Reflection Padding | To question on why the number of keypoints or bounding boxes increased https://github.com/albumentations-team/albumentations/issues/2055
Need to add clear explanation with example to docs about the behavior of transforms with Reflection padding | open | 2024-11-04T15:52:59Z | 2024-11-05T22:55:22Z | https://github.com/albumentations-team/albumentations/issues/2056 | [
"good first issue",
"documentation"
] | ternaus | 0 |
nltk/nltk | nlp | 3,355 | Broken link to NLTK team on Adding a Corpus page | The Adding a Corpus page - https://github.com/nltk/nltk/wiki/Adding-a-Corpus - there's the following text
wait for approval from someone in the NLTK team
The link - https://github.com/orgs/nltk/teams/team-nltk - is broken, gets a Page not found. | closed | 2025-01-09T16:01:22Z | 2025-03-10T11:51:20Z | https://github.com/nltk/nltk/issues/3355 | [] | trevorjwood | 6 |
automl/auto-sklearn | scikit-learn | 1,529 | `predict_proba` in classifier estimators is doing needless assertions | https://github.com/automl/auto-sklearn/blob/5e21e9cbd405eaef47b5e5d68cf092254ccffb51/autosklearn/estimators.py#L1453-L1465
There's a lot of assertion checking to do here which can really eat into inference time. While the checks are helpful, they seem like they should really be enforced in testing. | open | 2022-06-23T15:08:05Z | 2023-11-05T10:39:16Z | https://github.com/automl/auto-sklearn/issues/1529 | [
"enhancement"
] | eddiebergman | 7 |
tflearn/tflearn | tensorflow | 553 | How to use sparse tensor as input data properly? | Hi, all
I'm trying to input sparse data as X in order to use `embedding_lookup_sparse`, but seems not that easy to add this feature to tflearn.
The largest problem I found now is the feeding logic: When I'm trying to input sparse tensor for X and dense tensor for y, the feeding logic could not handle batch prope... | open | 2017-01-09T07:13:50Z | 2017-01-09T07:13:50Z | https://github.com/tflearn/tflearn/issues/553 | [] | lipixun | 0 |
NVlabs/neuralangelo | computer-vision | 6 | Number of epochs | Hi everyone, I'm training with the following command from readme file:
```
EXPERIMENT=toy_example
GROUP=example_group
NAME=example_name
CONFIG=projects/neuralangelo/configs/custom/${EXPERIMENT}.yaml
GPUS=1 # use >1 for multi-GPU training!
torchrun --nproc_per_node=${GPUS} train.py \
--logdir=logs/${GROUP}/... | closed | 2023-08-13T06:40:04Z | 2023-08-18T11:49:50Z | https://github.com/NVlabs/neuralangelo/issues/6 | [] | smtabatabaie | 1 |
apache/airflow | automation | 47,499 | TriggerDagRunOperator is failing for reason 'Direct database access via the ORM is not allowed in Airflow 3.0' | ### Apache Airflow version
3.0.0b2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
TriggerDagRunOperator is trying to connect to the DB when 'wait_for_completion' is true.
[2025-03-07, 12:54:58] - Task failed with exception logger="task" error_detail=[{"exc_type":"RuntimeEr... | closed | 2025-03-07T14:37:56Z | 2025-03-19T07:42:20Z | https://github.com/apache/airflow/issues/47499 | [
"kind:bug",
"priority:high",
"area:core",
"affected_version:3.0.0beta"
] | atul-astronomer | 4 |
pydata/xarray | pandas | 9,698 | Nightly Hypothesis tests failed | [Workflow Run URL](https://github.com/pydata/xarray/actions/runs/11622006687)
<details><summary>Python 3.12 Test Summary</summary>
```
properties/test_index_manipulation.py::DatasetTest::runTest: ValueError: Cannot unstack MultiIndex containing duplicates. Make sure entries are unique, e.g., by calling ``.drop_duplic... | open | 2024-10-30T00:30:44Z | 2024-11-01T00:30:39Z | https://github.com/pydata/xarray/issues/9698 | [
"topic-hypothesis"
] | github-actions[bot] | 1 |
adamerose/PandasGUI | pandas | 195 | Very slow to load dataframe of 369936 rows x 2 columns | Hi all,
I have been trying to use your cool and nice pandasGUI and it is really a useful tool.
However, to load the specified dataframe is quite fast, but the interactivity is difficult while making a x,y line graph, or almost impossible to do. I suggest to have a different thread for grapher tab, allowing the u... | open | 2022-02-19T02:57:03Z | 2022-02-20T19:52:47Z | https://github.com/adamerose/PandasGUI/issues/195 | [] | FrancisThibaultNRC | 0 |
pytorch/vision | machine-learning | 8,751 | Building libtorchvision.so with nvJPEG | ### 🐛 Describe the bug
When I build `libtorchvision.so` with cmake, it ends up without `nvJPEG`.
How should I modify `CMakeLists.txt` in order to get this to work?
Hope you can help me :) /Soren
### Versions
0.20.0 | open | 2024-11-26T00:21:10Z | 2024-11-27T15:37:33Z | https://github.com/pytorch/vision/issues/8751 | [] | srasmussenvl | 1 |
hankcs/HanLP | nlp | 579 | http://ictclas.nlpir.org/nlpir/ 请问跟这个比,区别在哪 | closed | 2017-07-10T16:02:29Z | 2017-07-12T10:11:46Z | https://github.com/hankcs/HanLP/issues/579 | [
"duplicated"
] | ExtremeYu | 1 | |
pytest-dev/pytest-randomly | pytest | 378 | Incompatible with `pytest-mypy-plugins` (3.10 version) | ### Python Version
3.8.11
### Package Version
3.10
### Description
I am trying to update `pytest-randomly` from `3.8` to `3.10`. But my test suite now fails:
```
============================= test session starts ==============================
platform linux -- Python 3.8.11, pytest-6.2.4, py-1.10.0, pluggy-0... | closed | 2021-08-13T16:21:18Z | 2021-08-13T21:05:51Z | https://github.com/pytest-dev/pytest-randomly/issues/378 | [] | sobolevn | 2 |
OWASP/Nettacker | automation | 62 | The scan methods in the readme need to be updated | The readme does not have the latest scan methods included.
| closed | 2018-03-09T13:47:22Z | 2018-04-17T21:41:38Z | https://github.com/OWASP/Nettacker/issues/62 | [
"enhancement",
"done"
] | shaddygarg | 1 |
deezer/spleeter | deep-learning | 303 | [Bug] IndexError: index 1 is out of bounds for axis 1 with size 1 | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
When I use ```spleeter separate``` a audio file, I met... | closed | 2020-03-26T05:21:42Z | 2020-04-13T09:32:53Z | https://github.com/deezer/spleeter/issues/303 | [
"bug",
"invalid"
] | DGideas | 5 |
graphql-python/gql | graphql | 356 | Am i able to mock response with gql? | I am trying to do some unit tests and i used requests_mock.
I got an error "Invalid or incomplete introspection result. Ensure that you are passing the 'data' attribute of an introspection response and no 'errors' were returned alongside"
i searched for mock test instructions in the doco but cant find anything. i... | closed | 2022-08-26T01:50:51Z | 2022-08-31T00:43:50Z | https://github.com/graphql-python/gql/issues/356 | [] | Mimezzz | 4 |
ultralytics/ultralytics | computer-vision | 19,082 | nms=true for exporting to onnx | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
i get this error
```
(yolo) root@workstation-016:/mnt/4T/Tohidi/object_detector_service# yolo ex... | closed | 2025-02-05T12:00:05Z | 2025-02-06T02:43:54Z | https://github.com/ultralytics/ultralytics/issues/19082 | [
"bug",
"fixed",
"exports"
] | mohamad-tohidi | 2 |
ionelmc/pytest-benchmark | pytest | 143 | test_commit_info_error fails with new git | With git version 2.20.1:
```
=================================== FAILURES ===================================
____________________________ test_commit_info_error ____________________________
/build/python-pytest-benchmark/src/pytest-benchmark-3.2.0/tests/test_utils.py:123: in test_commit_info_error
assert in... | closed | 2019-01-09T00:34:07Z | 2019-01-10T15:37:14Z | https://github.com/ionelmc/pytest-benchmark/issues/143 | [] | felixonmars | 0 |
deepset-ai/haystack | machine-learning | 8,291 | Rename `Pipeline.__init__()` argument `max_loops_allowed` as it is misleading | ## Summary and motivation
The name `max_loops_allowed` is misleading when calling `Pipeline.__init__()` as it doesn't limit the number of times a cycle in the Pipeline graph is executed.
Instead it limits the number of times a single Component can run. This is misleading for the user and we should rename it to someth... | closed | 2024-08-27T08:37:10Z | 2024-09-12T09:00:14Z | https://github.com/deepset-ai/haystack/issues/8291 | [
"breaking change",
"type:enhancement",
"P2"
] | silvanocerza | 1 |
mljar/mljar-supervised | scikit-learn | 696 | Get confidence scores for regression predictions | Is it possible to get confidence scores in predicting values for regression predictions in mljar-supervised AutoML? | open | 2024-01-25T13:15:08Z | 2024-01-25T13:41:05Z | https://github.com/mljar/mljar-supervised/issues/696 | [
"enhancement",
"help wanted"
] | namelessperson0 | 1 |
noirbizarre/flask-restplus | api | 194 | AttributeError: Api does not have __schema__ attribute | Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
Flask (0.11.1)
flask-restplus (0.9.2)
Flask-Script (2.0.5)
[2016-08-17 15:07:57,503] ERROR in app: Exception on /mailang/api/v1/swagger.json [GET]
Traceback (most recent ... | closed | 2016-08-17T07:12:55Z | 2019-02-27T02:23:27Z | https://github.com/noirbizarre/flask-restplus/issues/194 | [
"Need more feedback"
] | 984958198 | 25 |
anselal/antminer-monitor | dash | 124 | Add default value on KeyError | Some times the software cannot retrieve some values from the miner like POOLS or HASHRATE and it result for the app to crash.
Adding an exception or a default value for that key may fix the bug. | closed | 2018-09-14T18:45:07Z | 2019-12-06T12:58:24Z | https://github.com/anselal/antminer-monitor/issues/124 | [
":bug: bug"
] | anselal | 0 |
prkumar/uplink | rest-api | 20 | Example change from uplink import * to only include used modules | Any specific reason why in the example you're importing all packages like this?
```python
from uplink import *
```
References:
- https://stackoverflow.com/questions/2386714/why-is-import-bad
I think in the example we should be doing explicit imports for `headers `, `Consumer `, etc. This is maybe just a fol... | closed | 2017-11-18T17:56:24Z | 2018-01-09T04:29:31Z | https://github.com/prkumar/uplink/issues/20 | [
"Documentation"
] | ivansabik | 4 |
encode/databases | sqlalchemy | 426 | sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.aiopg | My database url is
```
DATABASE_URL = "postgresql+aiopg://nemo:password@localhost:5432/nemo"
database = databases.Database(DATABASE_URL)
```
Getting `sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.aiopg` | closed | 2021-11-20T10:37:37Z | 2021-11-20T10:40:54Z | https://github.com/encode/databases/issues/426 | [] | harshitsinghai77 | 0 |
blb-ventures/strawberry-django-plus | graphql | 213 | Documentation for migrating Graphene relay tests | I just wanted to leave a few pointers to others migrating their tests from Graphene with relay support. Below are code snippets that can be replaced one-to-one:
```py
# If not using the replacement base test class
- response = self.query(
+ from my_app.graphql import schema
+ response = schema.execute_sync(
... | closed | 2023-05-28T16:06:34Z | 2023-06-08T13:15:44Z | https://github.com/blb-ventures/strawberry-django-plus/issues/213 | [] | moritz89 | 0 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 738 | Relationship update using flask marshmallow does not work | Hi
The following code produces constraint error (unable to update foreign key with null value:
```
class Model1(db.Model):
__tablename__ = "model1"
id = db.Column(db.Integer, primary_key=True)
field1 = db.Column(db.String, nullable=True)
model2 = db.relationship('Model2', uselist=False, back_populate... | closed | 2019-05-16T14:20:59Z | 2020-12-05T20:21:52Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/738 | [] | liorchen | 1 |
amisadmin/fastapi-amis-admin | fastapi | 119 | 可否补充单纯使用CRUD模块的文档 | open | 2023-08-09T05:45:33Z | 2023-08-09T05:45:33Z | https://github.com/amisadmin/fastapi-amis-admin/issues/119 | [] | 0x587 | 0 | |
lepture/authlib | flask | 323 | OAuth and JWT | I am working on django + react app and want to integrate OAuth 2.0 using JWT
I tried to follow docs and found docs for integrating Authlib with django app but there was no option for integrating JWT with OAuth
```
<script>
function signInCallback(authResult) {
if (authResult['code']) {
// Hide the sig... | closed | 2021-02-22T04:16:27Z | 2021-02-24T06:46:45Z | https://github.com/lepture/authlib/issues/323 | [] | Priyansh2001here | 1 |
deepspeedai/DeepSpeed | pytorch | 7,150 | [BUG] Receiving CUDA error: invalid argument using pytorch 2.7 with deepspeed 0.16.4 with Cuda 12.8 | **Describe the bug**
I am currently not able to run deepspeed latest version (0.16.4) with cuda 12.8 using pytorch 2.7. I am receiving the following error stack:
GPU: 3090 TI FE
```
[rank0]: RuntimeError: CUDA error: invalid argument
[rank0]: CUDA kernel errors might be asynchronously reported at some other API call, s... | open | 2025-03-19T03:51:10Z | 2025-03-24T01:24:21Z | https://github.com/deepspeedai/DeepSpeed/issues/7150 | [
"bug",
"training"
] | rpgmaker | 32 |
Esri/arcgis-python-api | jupyter | 1,737 | documentation refers to a list of values for the privileges parameter that doesn't seem to exist | **Screenshots**
If applicable, add screenshots to help explain your problem.
https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#apikeymanager

| closed | 2024-01-09T20:09:10Z | 2024-01-15T07:37:48Z | https://github.com/Esri/arcgis-python-api/issues/1737 | [
"bug"
] | leeberryman | 2 |
mwaskom/seaborn | pandas | 2,924 | next gen usage question | How can I plot all (or a subset of) the columns of a pandas dataframe, using the index as x-axis, with the new object-based interface? | closed | 2022-07-26T11:18:56Z | 2022-07-28T14:17:38Z | https://github.com/mwaskom/seaborn/issues/2924 | [
"question",
"objects-plot"
] | bdch1234 | 6 |
seleniumbase/SeleniumBase | pytest | 2,442 | Dashboard and report not reflecting failure correctly with pytest-check | I use [pytest-check](https://pypi.org/project/pytest-check/) for times that my test function checks more than one thing and want to proceed with the other checks if one of them fail.
When a test fails with pytest-check:
(a) for dashboard - chart shows Passed, table shows Passed
(b) for report - chart shows Passed,... | closed | 2024-01-20T11:53:11Z | 2024-01-20T14:43:05Z | https://github.com/seleniumbase/SeleniumBase/issues/2442 | [
"invalid usage"
] | listerplus | 1 |
apache/airflow | python | 47,382 | Make FAB provider smaller | FAB provider currently contains all the node modules and others - they should be excluded.
Currently the size of FAB provider wheel is 137 MB | open | 2025-03-05T12:38:16Z | 2025-03-06T15:54:50Z | https://github.com/apache/airflow/issues/47382 | [
"provider:fab"
] | potiuk | 5 |
timkpaine/lantern | plotly | 190 | dist with twine | closed | 2019-08-03T20:43:19Z | 2019-08-06T20:45:35Z | https://github.com/timkpaine/lantern/issues/190 | [
"ready",
"feature"
] | timkpaine | 0 | |
SYSTRAN/faster-whisper | deep-learning | 309 | run a local fine tuned model? | in order to run a fine tuned local model with whisper, this has to be done:
def hf_to_whisper_states(text):
text = re.sub('.layers.', '.blocks.', text)
text = re.sub('.self_attn.', '.attn.', text)
text = re.sub('.q_proj.', '.query.', text)
text = re.sub('.k_proj.', '.key.', text)
text = re.s... | closed | 2023-06-19T20:21:46Z | 2023-06-20T14:34:44Z | https://github.com/SYSTRAN/faster-whisper/issues/309 | [] | silvacarl2 | 2 |
wkentaro/labelme | computer-vision | 556 | Application crashes on polygon deletion | How to reproduce:
1. Select a polygon
2. Move the polygon
3. Do not move the mouse, do mouse right-click
4. Select "Delete polygons"
Expected behavior: Polygon gets deleted
Observed behavior: Application crashes
The application crashes due to the `ValueError` happening on the following line in the functio... | closed | 2020-01-20T02:12:51Z | 2020-01-22T02:26:11Z | https://github.com/wkentaro/labelme/issues/556 | [] | sergeyshilin | 1 |
arogozhnikov/einops | numpy | 315 | Circular imports when importing einops and torch._dynamo | **Describe the bug**
Importing `einops` before `torch._dynamo` currently leads to warnings. I'm not sure if this needs a fix on the `pytorch` or `einops` side. This is annoying for CI pipelines, where warnings are typically treated as errors. Note that, with sorted imports, `einops` will typically import before any `t... | closed | 2024-04-11T06:06:36Z | 2025-01-06T12:58:06Z | https://github.com/arogozhnikov/einops/issues/315 | [
"backend bug"
] | befelix | 8 |
fastapi-users/fastapi-users | asyncio | 273 | Use email as field name instead of username | Hello, Frankie!
First, I want to thank you for this fantastic job; it has helped me a lot in a few projects (both personal projects and for school). I'm posting this issue because in `auth/jwt/login`, I want to keep using email authentication, but I want to use "email" as the name of the corresponding field, instead... | closed | 2020-07-25T18:54:13Z | 2024-07-14T12:34:11Z | https://github.com/fastapi-users/fastapi-users/issues/273 | [
"question"
] | diflores | 4 |
chaos-genius/chaos_genius | data-visualization | 1,199 | [BUG] Clickhouse datasource not finishing schema scan | Clickhouse datasource schema sync is never finished / hangs at `in progress`, even several hours after adding it. This is on a completely fresh docker-compose based installation. The database is not excessively large from my understanding.
I tried triggering the sync again and, judging from the logs, it seems that C... | open | 2023-03-30T21:40:25Z | 2023-03-30T21:41:11Z | https://github.com/chaos-genius/chaos_genius/issues/1199 | [] | fstolba | 1 |
ipython/ipython | jupyter | 14,641 | IPython parsing 0_* in Python 3.12 | After typing something like `0_z` and Enter, IPython shows the continuation prompt and the cursor: it expects more! But what? Example:
```
Python 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
Type 'copyright', 'credits' or 'license' for more information
IPython 8.31.0 -- An enhanced I... | open | 2025-01-07T15:54:20Z | 2025-01-13T18:31:28Z | https://github.com/ipython/ipython/issues/14641 | [] | mdruiter | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 717 | I can't use Dataset/Speaker/Utterance | I can't use the upper section in the software. when loading it shows:
Warning: you did not pass a root directory for datasets as argument.
How can I fix this?
Thank you
| closed | 2021-03-31T15:37:41Z | 2021-04-01T00:02:54Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/717 | [] | HeiseBombe | 1 |
ultralytics/ultralytics | pytorch | 18,711 | Why the mAP increase only 0.001 percent every epoch. Any suggestion how to make fast? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
Hello,
I’ve been training a YOLO model on a custom dataset and have ... | open | 2025-01-16T12:15:37Z | 2025-01-16T13:59:07Z | https://github.com/ultralytics/ultralytics/issues/18711 | [
"question",
"detect"
] | khandriod | 2 |
Lightning-AI/pytorch-lightning | data-science | 19,991 | Show how to over-fit batches for real | ### Description & Motivation
Ok, there is a flag for the `Trainer`. But how to programmatically check that the loss goes down?
I'd like to write a test, checking that the loss at the end is lower than at the start.
### Pitch
```python
import lightning.pytorch as pl
trainer = pl.Trainer(max_steps=64, overfit_b... | open | 2024-06-18T16:52:48Z | 2024-07-01T11:32:08Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19991 | [
"feature",
"needs triage"
] | svnv-svsv-jm | 2 |
litestar-org/litestar | api | 3,787 | Bug: "Lockfile hash doesn't match pyproject.toml, packages may be outdated" warning in pdm | ### Description
When running `pdm install` on `litestar` repo you get:
```
Run pdm install -G:all
WARNING: Lockfile is generated on an older version of PDM
WARNING: Lockfile hash doesn't match pyproject.toml, packages may be outdated
Updating the lock file...
```
Link: https://github.com/litestar-org/litest... | closed | 2024-10-14T06:45:08Z | 2025-03-20T15:54:58Z | https://github.com/litestar-org/litestar/issues/3787 | [
"Bug :bug:",
"Dependencies",
"Package"
] | sobolevn | 2 |
huggingface/transformers | deep-learning | 35,948 | Document Question Answering Pipeline fails due to array with an inhomogeneous shape | ### System Info
transformers==4.48.1
### Who can help?
Maybe @amyeroberts ?
### Information
- [x] The official example scripts
- [x] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [x] My own task or dataset (give details below)
### Repr... | closed | 2025-01-28T22:43:40Z | 2025-01-30T15:38:34Z | https://github.com/huggingface/transformers/issues/35948 | [
"bug"
] | tillschander | 4 |
HIT-SCIR/ltp | nlp | 510 | ltp对英文语义依存分析结果的疑问与求助 | 请问一下,对英文句子进行SDP分析,如何得到格式化的结果呢?
ltp.ai 的demo演示结果效果还可以 ,但是只有一个示意图(或者是我没找到格式化输出?)
而通过pip install ltp,调用ltp.sdp得到的结果不太好(是最新的ltp 4.1.4),不知道是small的分析效果问题还是对英文句子分析的支持度不够?希望得到解答,谢谢!
调用ltp.sdp的测试结果如下,可以看到SDP分析结果输出为空:
from ltp import LTP
ltp = LTP()
seg, hidden = ltp.seg(["The boy wants to go to school."])
sdp = ltp.s... | closed | 2021-05-10T13:57:35Z | 2022-09-12T06:51:23Z | https://github.com/HIT-SCIR/ltp/issues/510 | [] | Cyich | 3 |
microsoft/nni | machine-learning | 5,632 | The accuracy and loss of ENAS algorithm are not convergent. Is there any appropriate parameter setting for the optimizer | **Describe the issue**:
Tensorboard shows:The accuracy and loss of ENAS algorithm are not convergent. Is there any appropriate parameter setting for the optimizer.
**Environment**:
- NNI version:2.10
- Training service (local|remote|pai|aml|etc):remote
- Client OS:Ubuntu
<!--
Where can you find the log files:
... | open | 2023-07-10T03:02:09Z | 2023-08-11T06:54:27Z | https://github.com/microsoft/nni/issues/5632 | [] | Drxdx | 1 |
nonebot/nonebot2 | fastapi | 2,917 | Plugin: nonebot-plugin-lolinfo | ### PyPI 项目名
nonebot-plugin-lolinfo
### 插件 import 包名
nonebot_plugin_lolinfo
### 标签
[{"label":"LOL","color":"#ea5252"},{"label":"英雄联盟","color":"#00aaff"}]
### 插件配置项
_No response_ | closed | 2024-08-21T11:07:25Z | 2024-10-02T11:43:11Z | https://github.com/nonebot/nonebot2/issues/2917 | [
"Plugin"
] | Shadow403 | 5 |
huggingface/datasets | deep-learning | 6,435 | Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method | ### Describe the bug
1. I ran dataset mapping with `num_proc=6` in it and got this error:
`RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method`
I can't actually find a way to run multi-GPU dataset mapping. Can you help?
### Steps to... | closed | 2023-11-19T04:21:16Z | 2024-01-27T17:14:20Z | https://github.com/huggingface/datasets/issues/6435 | [] | kopyl | 3 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 519 | AttributeError: module 'umap' has no attribute 'UMAP' on Windows 10 | not sure if it is a platform specific problem, all umap import would need to be changed to this format:
import umap.umap_ as umap
to resolve this problem from multiple files:
AttributeError: module 'umap' has no attribute 'UMAP'
| closed | 2020-09-03T01:31:28Z | 2020-09-04T00:01:31Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/519 | [] | lawrence124 | 4 |
jupyter/nbgrader | jupyter | 1,622 | upgrade nbclassic to version 0.4.0 | `nbclassic` in version `0.4.0` breaks `nbgrader` with labextensions :
- it seems that the `mathjax-url` settings of the handler in not populated anymore.
- it break the installation of server extensions in dev mode (maybe only if `notebook<7` is also installed).
The first issue should be fixed at least, as `notebo... | closed | 2022-07-04T22:26:55Z | 2023-03-24T10:13:55Z | https://github.com/jupyter/nbgrader/issues/1622 | [] | brichet | 3 |
tfranzel/drf-spectacular | rest-api | 1,077 | These three interfaces are accessible in a development environment, but not in an environment deployed through docker | **Describe the bug**
swagger_url = [
url('^schema/', SpectacularAPIView.as_view(api_version='v1'), name='schema'),
url('^api-ui/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
url('^api-doc/', SpectacularRedocView.as_view(url_name='schema'), name='swagger-doc'),
... | closed | 2023-09-18T10:01:49Z | 2023-09-18T10:52:05Z | https://github.com/tfranzel/drf-spectacular/issues/1077 | [] | Cloverxue | 5 |
deepset-ai/haystack | nlp | 8,290 | Hosted vector stores: Vertex Search AI, AWS Knowledge Bases, Azure AI Search | I'm curious if there's a reason you've stayed away from the big-tech vector/doc search tools like Google Vertex Search AI, AWS Knowledge Bases, Azure AI Search.
Don't get me wrong: I love pgvector, etc. But the ease of use of 100% hosted services is sometimes helpful.
**Describe the solution you'd like**
Any cha... | closed | 2024-08-26T13:36:12Z | 2024-08-27T08:31:55Z | https://github.com/deepset-ai/haystack/issues/8290 | [] | scosman | 2 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 252 | Website Code | Hi,
I'm a huge fan of your walkthroughs and website. I've been thinking about trying to make a similar project for robotics and robot-learning specifically and we'd like to model it after your site. Do you share the nn.labmlai.ai code anywhere?
If you'd prefer, I'd also be happy to contribute tutorials to your w... | closed | 2024-05-08T01:02:17Z | 2024-06-19T10:48:54Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/252 | [] | fishbotics | 1 |
streamlit/streamlit | streamlit | 10,598 | Avoid `StreamlitDuplicateElementId` error when the same widget is in the main area and sidebar | ### 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
Using the same widget in the main area and the sidebar results in a `StreamlitDuplicateElementId` error:
```... | open | 2025-03-02T19:48:13Z | 2025-03-17T11:55:52Z | https://github.com/streamlit/streamlit/issues/10598 | [
"type:enhancement",
"good first issue",
"feature:st.sidebar"
] | sfc-gh-jrieke | 7 |
ResidentMario/missingno | pandas | 165 | Module loading error | Despite installing the package under the base in Anaconda. Still, I am getting a module not found error when importing it.
<img width="1049" alt="Screen Shot 2023-05-24 at 9 08 13 AM" src="https://github.com/ResidentMario/missingno/assets/49127145/25439824-474b-4770-9c34-e7cbd07b2b43">
| closed | 2023-05-24T14:08:23Z | 2023-07-05T02:18:13Z | https://github.com/ResidentMario/missingno/issues/165 | [] | ishita199615 | 1 |
kizniche/Mycodo | automation | 1,222 | Turkish Language Support Add | **Is your feature request related to a problem? Please describe.**
I can do the Turkish translation for you.
**Describe the solution you'd like**
[I can do the Turkish translation for you.](http://translate.kylegabriel.com:8080/projects/mycodo/)
Language can be added for translation.
**Describe alternatives yo... | closed | 2022-08-29T13:23:36Z | 2022-11-22T16:20:35Z | https://github.com/kizniche/Mycodo/issues/1222 | [
"enhancement",
"Implemented"
] | ramazansancar | 4 |
nltk/nltk | nlp | 2,472 | cannot be skolemized | I am new to this
I encounter the error Exception: '{-P(x,y), Q(x,y,f(x,y))}' cannot be skolemized
It's from this
x1 = Clause([-P(x,y),Q(x,y,f(x,y))])
Am I encoding this clause correctly? | closed | 2019-12-03T21:13:55Z | 2019-12-03T21:32:42Z | https://github.com/nltk/nltk/issues/2472 | [] | daleangus | 0 |
axnsan12/drf-yasg | rest-api | 607 | How to get filter/ordering params for custom action. | Hi,
Is there something I can put in the @swagger_auto_schema decorator so my custom action has the Viewset's filter/ordering fields documented in Swagger similar to how it is generated automatically for my the list endpoint from the ListModelMixin? Right now I'm having to pass them all through manual_parameters
e... | open | 2020-06-29T16:44:49Z | 2025-03-07T12:14:03Z | https://github.com/axnsan12/drf-yasg/issues/607 | [
"triage"
] | adl-asi | 1 |
python-arq/arq | asyncio | 471 | Too many Redis calls happen randomly | From time to time we notice that ARQ starts to produce a lot of calls to Redis. It consumes a lot of connections and puts a lot of load on Redis
Here how it looks like during the incident:
<img width="336" alt="image" src="https://github.com/user-attachments/assets/c8a1aab4-d55c-4d35-beac-a1cee26505d0">
And most o... | open | 2024-07-19T09:54:57Z | 2024-07-19T10:02:32Z | https://github.com/python-arq/arq/issues/471 | [] | SlavaSkvortsov | 0 |
plotly/dash-table | dash | 400 | Thousands separator not working with format.locale | #### Issue description
The `format.locale` on Dash table version 3.6.0 is not working correctly.
#### Steps to reproduce the issue
Using dash-table==3.6.0 and the example code from the documentation on https://dash.plot.ly/datatable as a basis I added `'format': {'locale': {'group': '.', 'decimal': ','}}`
```
... | open | 2019-03-20T14:06:29Z | 2019-09-30T10:35:50Z | https://github.com/plotly/dash-table/issues/400 | [
"dash-type-question"
] | wild-thomas | 4 |
onnx/onnx | deep-learning | 6,720 | Why is the output of the ONNX MatMul node never the same as what PyTorch gives? | # Why the output of the ONNX MatMul node never be the same as what PyTorch gives?
### Question
The output of the ONNX MatMul node is never the same as what PyTorch gives, whether during CPU inference or GPU inference. I've tried a lot of different approaches to test the situation.
### Further information
I write a si... | closed | 2025-02-21T08:35:38Z | 2025-02-22T22:55:37Z | https://github.com/onnx/onnx/issues/6720 | [
"question",
"topic: runtime"
] | JNR000 | 1 |
roboflow/supervision | computer-vision | 1,019 | Bounding box and label annotations do not appear on resulting image | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
I'm currently unable to get annotations (bounding box and label) to show up in the resulting image, with no error logs.
This is what the code... | closed | 2024-03-18T17:42:28Z | 2024-03-19T10:46:34Z | https://github.com/roboflow/supervision/issues/1019 | [
"duplicate",
"question"
] | marcospgp | 3 |
proplot-dev/proplot | data-visualization | 3 | Legend label size not mutable by rcparams | Calling ax.format(rc_kw={'legend.fontsize': int}) does not affect the font size of labels within the legend, and in fact overrides 'axes.labelsize', affecting the size of tick labels. However, other rcparams for the legend (e.g., legend.handlelength) do work. Because of this, I anticipate this is a `proplot` issue and ... | closed | 2019-01-10T22:01:21Z | 2019-09-14T21:22:52Z | https://github.com/proplot-dev/proplot/issues/3 | [
"bug"
] | bradyrx | 7 |
dask/dask | pandas | 11,112 | Add support for `pip install dask[jobqueue]` | It might be worthwhile to add support for doing `pip install dask[jobqueue]` by adding the dependency to `[project.optional-dependencies]` in `pyproject.toml`. Additionally, it could be nice to have this tested in some integration CI run. | closed | 2024-05-09T06:23:02Z | 2024-05-21T15:01:42Z | https://github.com/dask/dask/issues/11112 | [
"discussion",
"tests"
] | Andrew-S-Rosen | 4 |
encode/databases | sqlalchemy | 8 | Don't require explicit `await database.connect()` | We should lazily establish the connection pool as needed.
| closed | 2019-02-07T17:14:10Z | 2020-05-01T17:05:33Z | https://github.com/encode/databases/issues/8 | [
"clean up"
] | tomchristie | 6 |
ray-project/ray | tensorflow | 51,214 | [Core] Ray core tasks tutorial not works. error msg: `Error Type: WORKER_DIED` | ### Description
# Issue with Ray Remote Functions Tutorial Example
<!-- Answering the following questions will greatly help the community to triage your post -->
**1. Severity of the issue: (select one)**
[x] Medium: Significantly affects my productivity but can find a workaround.
**2. Environment:**
- Ray versio... | open | 2025-03-10T12:12:00Z | 2025-03-10T12:12:00Z | https://github.com/ray-project/ray/issues/51214 | [
"triage",
"docs"
] | jankinf | 0 |
JaidedAI/EasyOCR | pytorch | 936 | AttributeError: 'numpy.float64' object has no attribute 'lower' | Hi.
I am trying to train a model. I have created a dataset as required and I tried to run the training script.
This is the result:
```
File "Downloads/EasyOCR-master/trainer/start_train.py", line 30, in <module>
train(opt, amp=False)
File "Downloads/EasyOCR-master/trainer/train.py", line 40, in train
... | closed | 2023-01-25T09:14:06Z | 2024-02-13T11:07:46Z | https://github.com/JaidedAI/EasyOCR/issues/936 | [] | proclaim5584 | 1 |
graphistry/pygraphistry | jupyter | 266 | [FEA] tree layouts should support a planar layout mode | **Is your feature request related to a problem? Please describe.**
When plotting tree data, edges sometimes intersect. Ex:
```
g = (g
.get_degrees()
.tree_layout(
level_sort_values_by='degree',
level_sort_values_by_ascending=False,
level_align='center',
vertical=Tr... | open | 2021-10-05T03:19:44Z | 2021-10-05T03:25:23Z | https://github.com/graphistry/pygraphistry/issues/266 | [
"enhancement",
"good-first-issue"
] | lmeyerov | 0 |
plotly/dash-component-boilerplate | dash | 114 | internal/main/run_main_module.js:17:47 code: 'MODULE_NOT_FOUND', | Hi!
I am getting this error following the tutorial:
```
Hash: 2f30a0133b3ea5344684
Version: webpack 4.36.1
Time: 2434ms
Built at: 12/21/2020 1:39:28 PM
Asset Size Chunks Chunk Names
web.min.js 3.15 KiB 0 [emitted] main
web.min.js.map 7.41 KiB 0 [emitted] mai... | closed | 2020-12-21T19:06:30Z | 2022-05-14T21:19:15Z | https://github.com/plotly/dash-component-boilerplate/issues/114 | [] | jmoreno127 | 11 |
SciTools/cartopy | matplotlib | 1,549 | Support for xkcd style | It would be nice if `add_geometries()` could play well with matplotlib's `with plt.xkcd()` contexrt manager. I'm currently resorting to adding `.exterior` and all of `.interiors` individually to my plot so it will get styled correctly.
| open | 2020-05-01T21:58:44Z | 2020-05-01T21:58:44Z | https://github.com/SciTools/cartopy/issues/1549 | [] | yportier | 0 |
pyqtgraph/pyqtgraph | numpy | 2,269 | why change plotItem.plot source code clearPlots() to clear() | when I upgrade pyqtgraph 0.11 to 0.12 , I found that my application hs a bug, the InfiniteLine is not visible, then I found that is because I set 'clear=True' in PlotItem.plot, so I check the source code, found 'clearPlots' is changed to 'clear'.
I think 'clearPlots' is better than 'clear', because when I set 'clear... | closed | 2022-04-22T03:36:08Z | 2022-07-14T05:30:52Z | https://github.com/pyqtgraph/pyqtgraph/issues/2269 | [
"cannot reproduce"
] | zhangxingjing | 2 |
unit8co/darts | data-science | 2,278 | learning more about covariates (finding relevant papers). Use with darts project |
I am working on a small project (forecasting electricity data). I am trying to write a report (planning to write a report is more correct to say). Searching the common scientific databases (e.g. google scholar). Particularly I want to focus on the exploration of covariates (i.e. their effects on forecasting electrici... | closed | 2024-03-12T05:21:42Z | 2024-03-14T08:29:47Z | https://github.com/unit8co/darts/issues/2278 | [
"question"
] | Allena101 | 1 |
ultralytics/ultralytics | pytorch | 19,518 | Metrics all 0 after TensorRT INT8 export for mode val, only INT8 ONNX performs well | ### 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
I succesfully exported my FP32 YOLOv8 OBB (s) model to FP16 and INT8. For FP... | open | 2025-03-04T17:11:26Z | 2025-03-14T01:33:53Z | https://github.com/ultralytics/ultralytics/issues/19518 | [
"question",
"OBB",
"exports"
] | Petros626 | 19 |
microsoft/JARVIS | pytorch | 41 | Does this support multi-gpus? | have not a >48g gpu.... | closed | 2023-04-05T10:42:56Z | 2023-04-05T10:44:38Z | https://github.com/microsoft/JARVIS/issues/41 | [] | laoda512 | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,658 | Help! | I have a question regarding training my CycleGAN model. My images have a height of 640 pixels and a width of 480 pixels. What adjustments should I make to my training parameters to accommodate these image dimensions? | open | 2024-05-21T01:27:43Z | 2024-05-21T01:44:57Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1658 | [] | izhaolinger | 1 |
pyeve/eve | flask | 1,060 | $regex doesn't work | I found the solution of case insensetive search on https://stackoverflow.com/a/31027960 But it doesn't work for me. I receive an error something like this
```
<resource>
<_error>
<code>400</code>
<message>
The browser (or proxy) sent a request that this server could not understand.
</m... | closed | 2017-09-05T20:06:34Z | 2017-09-25T07:30:48Z | https://github.com/pyeve/eve/issues/1060 | [] | athlonUA | 4 |
vitalik/django-ninja | pydantic | 618 | Implementing object-esque query params | (I suspect this is related to https://github.com/vitalik/django-ninja/issues/86.)
I want to implement arbitrary key/value filtering. A toy example of this:
```
class ObjectFilter(Schema):
metadata: dict[str, str] # `/objects?metadata[foo]=bar`
@router.get('/')
def list_objects(request, filters: ObjectFilt... | open | 2022-12-02T19:02:31Z | 2023-01-14T13:29:02Z | https://github.com/vitalik/django-ninja/issues/618 | [] | jmduke | 5 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 724 | Unable to unzip VoxCeleb1 and VoxCeleb2 | I follow the instructions to download the datasets - VoxCeleb1 and VoxCeleb2 and concatenate the files using "cat vox1_dev* > vox1_dev_wav.zip". However, when I get the following error when I try to unzip it:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains ‘\020\313¨/... | closed | 2021-04-05T12:04:18Z | 2021-04-09T19:32:52Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/724 | [] | namanshah971 | 3 |
SYSTRAN/faster-whisper | deep-learning | 539 | Is there any way we can get an example how to translate? | I only see examples pertaining to transcription, but can't faster-whisper also be used for translation and include parameters such as beam size, specifying the language translating from, etc., all the parameters in the WhisperModel class? | open | 2023-11-03T15:35:14Z | 2024-07-21T05:21:04Z | https://github.com/SYSTRAN/faster-whisper/issues/539 | [] | BBC-Esq | 6 |
inducer/pudb | pytest | 160 | AttributeError: 'FileSourceCodeProvider' object has no attribute 'source_hscroll_start' | Similar to #116 . I'm using **pudb 2015.4.1** (via `pip`)
``` py
(py)[timeless@gcc2-power8 crew]$ hg push -r . --debugger --config ui.debugger=pudb
entering debugger - type c to continue starting hg or h for help
Traceback (most recent call last):
File "/home/timeless/hg/crew/mercurial/dispatch.py", line 187, in _ru... | closed | 2015-12-30T07:34:52Z | 2015-12-31T03:37:38Z | https://github.com/inducer/pudb/issues/160 | [] | jsoref | 0 |
lepture/authlib | django | 30 | Allow bypassing of https check for dev purposes | Servers like Hydra support http mode for development purposes. It'd be great if there were some way to bypass the authlib.specs.rfc6749.InsecureTransportError check for local development. | closed | 2018-02-21T18:40:16Z | 2018-02-21T18:42:30Z | https://github.com/lepture/authlib/issues/30 | [] | ashic | 1 |
seleniumbase/SeleniumBase | pytest | 2,659 | Work with `pyautogui` and `seleniumbase` in a docker container | Hello,
Thank you for your work on this project. I'm trying to run `seleniumbase` and `pyautogui` together in a linux docker container and am running into issues. On using base `selenium`, it works fine but stops working when I switch it out for `seleniumbase`. Here are my two scripts.
With selenium: This opens a... | closed | 2024-04-03T19:14:46Z | 2024-04-04T14:16:40Z | https://github.com/seleniumbase/SeleniumBase/issues/2659 | [
"external",
"workaround exists",
"not enough info"
] | chahak13 | 10 |
neuml/txtai | nlp | 368 | Move mkdocs dependencies from docs.yml to setup.py | Currently, mkdocs dependencies are only specified in the docs build action script. This should instead be included as a dev dependency in setup.py.
txtai developers should have mkdocs installed locally so they can review documentation before checking it in.
| closed | 2022-10-17T17:20:30Z | 2022-10-17T17:23:21Z | https://github.com/neuml/txtai/issues/368 | [] | davidmezzetti | 0 |
thtrieu/darkflow | tensorflow | 885 | Output of last conv layer with 4096 size | I'm trying to get the outputs from the last convolutional layer with the 4096 high-level features of the images.
Is there a way to get them? | open | 2018-08-30T11:32:06Z | 2018-08-30T11:32:06Z | https://github.com/thtrieu/darkflow/issues/885 | [] | sgarbanti | 0 |
fastapi/fastapi | asyncio | 13,399 | Dependency Models created from Form input data are loosing metadata(field set) and are enforcing validation on default values. |
### Discussed in https://github.com/fastapi/fastapi/discussions/13380
<div type='discussions-op-text'>
<sup>Originally posted by **sneakers-the-rat** February 16, 2025</sup>
### First Check
- [X] I added a very descriptive title here.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [... | open | 2025-02-20T14:36:29Z | 2025-03-07T03:38:28Z | https://github.com/fastapi/fastapi/issues/13399 | [
"good first issue",
"question"
] | luzzodev | 9 |
deepinsight/insightface | pytorch | 1,785 | Importing numpy in setup.py file | Since version `0.3` of the library numpy is imported in the setup file of the python-package (https://github.com/deepinsight/insightface/blob/master/python-package/setup.py) this causes issues with creating requirements files and creating environments, as installation fails if numpy was not pre-installes. Is it possibl... | open | 2021-10-14T09:45:04Z | 2022-04-01T18:57:18Z | https://github.com/deepinsight/insightface/issues/1785 | [] | tomaszgrygiel | 2 |
Farama-Foundation/Gymnasium | api | 1,059 | [Proposal] Default metadata in BaseMujocoEnv | ### Proposal
The current code for BaseMujocoEnv requires the env metadata dictionary to have fixed, pre-specified values. While this may be useful for future API changes, it doesn't seem very useful at the moment.
------------
assert self.metadata["render_modes"] == [
"human",
"... | open | 2024-05-20T13:21:07Z | 2024-06-29T11:12:16Z | https://github.com/Farama-Foundation/Gymnasium/issues/1059 | [
"enhancement"
] | spiglerg | 2 |
ets-labs/python-dependency-injector | flask | 734 | Unable to initialize instance that are picklable in the container | Getting the following error while initializing the container that contains instances that cannot be pickled. Is there a requirement that all the instances created within the container should be picklable?
Version used: 4.41.0
```
class DependencyContainer(containers.DeclarativeContainer):
metric_flow_client... | open | 2023-08-03T18:49:17Z | 2023-09-25T10:18:53Z | https://github.com/ets-labs/python-dependency-injector/issues/734 | [] | arunbalasubramani | 1 |
fastapi-admin/fastapi-admin | fastapi | 135 | Static files failed to load from unpkg.com | Some time ago my admin UI started to emit errors on loading static files from unpkg.com.
Even on [demo](https://fastapi-admin.long2ice.io/admin/) one would get the following error:
```
The resource from “https://unpkg.com/@tabler/icons@2.19.0/iconfont/tabler-icons.min.css” was blocked due to MIME type (“text/plain... | open | 2023-05-17T15:44:52Z | 2023-05-17T17:10:51Z | https://github.com/fastapi-admin/fastapi-admin/issues/135 | [] | radiophysicist | 1 |
strawberry-graphql/strawberry | asyncio | 3,414 | Uncaught exceptions lead to `on_execute` / `on_operation` lifecycle hooks completing before some resolvers | ## TL;DR
Strawberry short-circuits the HTTP response whenever there is an uncaught exception. This reduces the latency, but leads to:
~(i) (a) incomplete and (b) nondeterministic responses~ (**edit:** _established in the comments that it's expected_)
(ii) hooks being completed before some resolvers, leading to a... | open | 2024-03-19T21:06:36Z | 2025-03-20T15:56:38Z | https://github.com/strawberry-graphql/strawberry/issues/3414 | [
"bug"
] | kkom | 12 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 756 | How can I query key's value in a text column from my table? | Hi,all.
There is a problem that has bothered me in recent days. I designed an org_score table using the MySql 5.7 database. In the table I designed "range" column of text type, using json string to store time.
The contents of this field are as follows:
`
{“timeStart”:"2017-01-01","timeEnd":"2017-02-01"}
`
I c... | closed | 2019-06-24T07:00:20Z | 2020-12-05T20:21:47Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/756 | [] | SuFIND | 1 |
apache/airflow | data-science | 47,786 | [Regression]Asset schedule info details are only showing up after DAG is executed once | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Noticed below Asset schedule info is only showing up after first DAGRUN
<img width="1393" alt="Image" src="https://github.com/user-attachments/assets/366a6d82-18b6-44dd-99e2-a86ad661c713" />
**A... | open | 2025-03-14T14:19:52Z | 2025-03-24T12:04:15Z | https://github.com/apache/airflow/issues/47786 | [
"kind:bug",
"priority:low",
"area:core",
"area:UI",
"area:datasets",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 4 |
tox-dev/tox | automation | 3,034 | package = wheel not respected for individual env if prior env uses package = editable | ## Issue
Disclaimer - I'm using tox-pdm plugin but I don't think it matters as it doesn't use pdm to install the main package - it only handles dependencies.
Some parts of the config:
```
[tox]
envlist = prepare,py310,quality,cli,ci
[testenv]
package = editable
```
I have a few envs, and one of them ov... | closed | 2023-06-15T22:47:04Z | 2023-06-17T01:09:10Z | https://github.com/tox-dev/tox/issues/3034 | [
"help:wanted"
] | f3flight | 10 |
comfyanonymous/ComfyUI | pytorch | 6,759 | Hay comfyui developer's | comfyui developers, please make comfyui smooth on AMD graphics cards. To be honest, MBDI is too expensive for performance. By the way, AMD is offering high performance and affordable prices. So please don't make it too available for MBDI graphics cards, but make it available for AMD | closed | 2025-02-09T20:16:13Z | 2025-02-09T22:09:40Z | https://github.com/comfyanonymous/ComfyUI/issues/6759 | [] | dznstd | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.