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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
hatchet-dev/hatchet | fastapi | 663 | feat: manually mark workers as inactive | It can sometimes be important to manually "lock" a worker so new step runs aren't assigned but it continues to process old step runs. | closed | 2024-06-27T15:02:56Z | 2024-07-01T18:44:13Z | https://github.com/hatchet-dev/hatchet/issues/663 | [] | abelanger5 | 0 |
Farama-Foundation/PettingZoo | api | 344 | Usage of random_demo | Hi, thanks for your environments,
I just have a question about using random_demo util
```python
from pettingzoo.magent import gather_v2
from pettingzoo.utils import random_demo
env = gather_v2.env()
random_demo(env, render=True, episodes=30)
```
This only shows the initial scene.
Other magent environme... | closed | 2021-03-07T15:18:56Z | 2021-03-08T23:33:28Z | https://github.com/Farama-Foundation/PettingZoo/issues/344 | [] | keep9oing | 2 |
scikit-optimize/scikit-optimize | scikit-learn | 218 | Increase nbconvert timeout | Sometimes the CircleCI build will fail because it took too long to run the example notebooks. This is a timeout in `nbconvert`. We should increase the timeout so that we do not get spurious build failures.
| closed | 2016-09-06T08:16:29Z | 2016-09-21T09:46:29Z | https://github.com/scikit-optimize/scikit-optimize/issues/218 | [
"Build / CI",
"Documentation",
"Easy"
] | betatim | 1 |
ivy-llc/ivy | tensorflow | 28,280 | Fix Ivy Failing Test: paddle - manipulation.reshape | To-do List: https://github.com/unifyai/ivy/issues/27501 | open | 2024-02-13T18:48:48Z | 2024-02-13T18:48:48Z | https://github.com/ivy-llc/ivy/issues/28280 | [
"Sub Task"
] | us | 0 |
jina-ai/clip-as-service | pytorch | 390 | std::bad_alloc | - **env**:ubuntu18.04,python3.6,
- **describe**:when i run the command as follow,there is a error (`std::bad_alloc` ),how can i fix it?
```bash
ice-melt@DELL:~$ bert-serving-start -model_dir /home/ice-melt/disk/DATASET/BERT/chinese_L-12_H-768_A-12/ -num_worker=1
/usr/lib/python3/dist-packages/requests/__init__.... | open | 2019-06-21T08:08:10Z | 2019-09-26T06:58:53Z | https://github.com/jina-ai/clip-as-service/issues/390 | [] | ice-melt | 6 |
gradio-app/gradio | python | 10,412 | `gradio.exceptions.Error` with the message `'This should fail!'` in Gradio Warning Doc | ### Describe the bug
An error occurs when clicking the "Trigger Failure" button on the [Gradio Warning Demos](https://www.gradio.app/docs/gradio/warning#demos) page. The error traceback indicates a failure in the process_events function, which raises a `gradio.exceptions.Error` with the message `'This should fail!'`.
... | open | 2025-01-23T03:03:31Z | 2025-01-23T04:28:20Z | https://github.com/gradio-app/gradio/issues/10412 | [
"bug",
"docs/website"
] | 1chooo | 0 |
sktime/sktime | data-science | 7,883 | [BUG] Deseasonalizer returns error when the data has a freq "YE-DEC", it askes for "Y-DEC", but I can't convert | **Describe the bug**
I'm trying to use the Deseasonalizer class inside a TransformedTargetForecaster with OptionalPassthrough, my project is to forecast the annual sunspot series. At first, it was reported me that the frequency was missing, this error: ValueError: frequency is missing. To solve this I used the method ... | open | 2025-02-22T19:43:45Z | 2025-02-23T21:26:36Z | https://github.com/sktime/sktime/issues/7883 | [
"bug",
"module:datatypes"
] | RodolfoViegas | 1 |
coqui-ai/TTS | deep-learning | 2,493 | [Bug] Voice conversion converting speaker of the `source_wav` to the speaker of the `target_wav` | ### Describe the bug
```
tts = TTS(model_name="voice_conversion_models/multilingual/vctk/freevc24", progress_bar=False, gpu=True)
tts.voice_conversion_to_file(source_wav="my/source.wav", target_wav="my/target.wav", file_path="output.wav")
```
```
(coqui) C:\Users\User\Desktop\coqui\TTS>python test.py
> vo... | closed | 2023-04-09T22:41:27Z | 2023-04-12T10:52:45Z | https://github.com/coqui-ai/TTS/issues/2493 | [
"bug"
] | ziyaad30 | 3 |
plotly/dash-core-components | dash | 651 | Update Plotly.js to latest | dcc version is 1.49.4, plotly.js currently stands at 1.49.5 with 1.50 coming
NB. To be done towards the very end of the `1.4.0` milestone to prevent having to redo it a 2nd time | closed | 2019-09-18T15:42:36Z | 2019-10-08T21:58:31Z | https://github.com/plotly/dash-core-components/issues/651 | [
"dash-type-enhancement",
"size: 0.2"
] | Marc-Andre-Rivet | 0 |
littlecodersh/ItChat | api | 213 | 怎么发送普通链接消息 | @itchat.msg_register(itchat.content.SHARING)
def sharing_replying(msg):
itchat.send_raw_msg(msg['MsgType'],msg['Content'],'filehelper')
这样收到的是XML字符串 | closed | 2017-01-24T11:44:58Z | 2017-01-25T10:02:07Z | https://github.com/littlecodersh/ItChat/issues/213 | [
"question"
] | auzn | 1 |
zappa/Zappa | django | 1,319 | Implement OICD authentication for PyPi package publishing | - [x] Configure [OICD authentication](https://docs.pypi.org/trusted-publishers/) settings in PyPi account
- [x] Set up secure PyPi publishing environment for repo
- [x] Modify `cd.yml` to utilize OICD authentication when publishing packages to PyPi | closed | 2024-04-03T13:06:56Z | 2024-04-10T17:06:25Z | https://github.com/zappa/Zappa/issues/1319 | [
"priority | P2",
"CI/CD"
] | javulticat | 0 |
horovod/horovod | tensorflow | 3,993 | Decentralized ML framework | **Is your feature request related to a problem? Please describe.**
We are a team of developers building a decentralized blockchain based ML framework. In this work, multiple machines accross internet should connect and send files to each other in each round of training. The head node responsible for aggregating the fi... | open | 2023-10-09T21:32:29Z | 2023-10-09T21:32:29Z | https://github.com/horovod/horovod/issues/3993 | [
"enhancement"
] | amirjaber | 0 |
FlareSolverr/FlareSolverr | api | 1,167 | Testing with the latest version 3.3.17, it was unable to bypass, it kept looping indefinitely for verification of robots. | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I hav... | closed | 2024-04-25T02:56:25Z | 2024-04-25T03:25:13Z | https://github.com/FlareSolverr/FlareSolverr/issues/1167 | [
"duplicate"
] | cpcp20 | 1 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 30 | 为什么不用全部数据训练? | ST-CMDS数据集train集有30万数据,实际只用了10万,为什么不用全部呢? | closed | 2018-07-30T08:33:13Z | 2018-08-13T09:41:18Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/30 | [] | luckmoon | 3 |
PokeAPI/pokeapi | api | 414 | Meltan and Melmetal Pokémon Missing | Database is missing Meltan (808) and Melmetal (809) originally discovered in Pokemon GO, usable in Pokemon Lets Go. | closed | 2019-02-03T15:00:58Z | 2019-05-15T07:14:23Z | https://github.com/PokeAPI/pokeapi/issues/414 | [] | shilangyu | 6 |
nvbn/thefuck | python | 1,296 | pnpm does not work | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | open | 2022-05-06T23:57:25Z | 2022-05-16T23:40:34Z | https://github.com/nvbn/thefuck/issues/1296 | [] | XboxBedrock | 3 |
pallets-eco/flask-wtf | flask | 625 | Support for reCAPTCHA v3 | I see there is a closed issue (https://github.com/pallets-eco/flask-wtf/issues/363) requesting this, along with an example of how to implement it, but it should be integrated into the base library.
| open | 2025-02-26T18:05:39Z | 2025-02-26T18:05:39Z | https://github.com/pallets-eco/flask-wtf/issues/625 | [] | bgreenlee | 0 |
ultralytics/yolov5 | machine-learning | 12,633 | How the yolov5 deal with the case where two target box are very close? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Thanks for sharing the code. There is a question i encountered when i read the code.
In... | closed | 2024-01-16T07:47:00Z | 2024-02-26T00:20:58Z | https://github.com/ultralytics/yolov5/issues/12633 | [
"question",
"Stale"
] | myalos | 2 |
ploomber/ploomber | jupyter | 669 | validate import_tasks_from | when loading the `import_tasks_from: file.yaml`, we are not validating its contents, if the file is empty, `yaml.safe_load` will return `None`, which will throw a cryptic error message:
https://github.com/ploomber/ploomber/blob/beb625cc977bcd34481608a91daddc5493e0983c/src/ploomber/spec/dagspec.py#L326
Fix:
* If ... | closed | 2022-03-21T01:19:24Z | 2022-04-01T17:47:33Z | https://github.com/ploomber/ploomber/issues/669 | [
"bug",
"good first issue"
] | edublancas | 3 |
iperov/DeepFaceLab | deep-learning | 5,592 | multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown |
## Other relevant information
- **Command lined used (if not specified in steps to reproduce)**: python3.7 main.py train --training-data-src-dir workspace/data_src/aligned --training-data-dst-dir workspace/data_dst/aligned --model-dir workspace/model --model SAEHD --no-preview
- **Operating system and version:** L... | open | 2022-12-08T06:57:47Z | 2023-06-08T23:19:21Z | https://github.com/iperov/DeepFaceLab/issues/5592 | [] | AntonioSu | 2 |
lepture/authlib | flask | 704 | OAuth2Session does not set a default http 'User-Agent' header | **Describe the bug**
authlib.integrations.requests_client.OAuth2Session does not set a default http 'User-Agent' header
**Error Stacks**
N/A
**To Reproduce**
```python
from authlib.integrations.base_client import FrameworkIntegration
from authlib.integrations.flask_client import FlaskOAuth2App
oauth_app = FlaskOA... | open | 2025-02-11T23:01:04Z | 2025-02-20T09:25:52Z | https://github.com/lepture/authlib/issues/704 | [
"bug",
"client"
] | gwelch-contegix | 0 |
fohrloop/dash-uploader | dash | 2 | [BUG] v0.2.2 pip install error | 0.2.2 cannot be installed via pip:
```
ERROR: Command errored out with exit status 1:
command: /home/user/PycharmProjects/columbus/venv3.8/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ea6fq8dy/dash-uploader/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ea6fq8dy/dash-uploa... | closed | 2020-05-27T05:59:33Z | 2020-05-27T19:31:42Z | https://github.com/fohrloop/dash-uploader/issues/2 | [
"bug"
] | MM-Lehmann | 3 |
ultralytics/ultralytics | pytorch | 19,199 | Yolov8-OpenVino-CPP-Inference Abnormal detection | ### 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
model: yolov8n
system: ubuntu20
question: In OpenVINO inference, the catego... | closed | 2025-02-12T08:19:22Z | 2025-02-15T05:21:43Z | https://github.com/ultralytics/ultralytics/issues/19199 | [
"question",
"detect",
"exports"
] | yang5757 | 6 |
mirumee/ariadne | graphql | 101 | Nested field resolver | Hello!
I have a question about resolving in nested field. I don't realize if there is a bug or that functionality is not exist yet.
I have this schema and resolver:
```python
from ariadne import ResolverMap, gql, start_simple_server, snake_case_fallback_resolvers
type_defs = """
schema {
query: RootQuery
}
... | closed | 2019-02-02T19:40:46Z | 2021-01-25T17:55:00Z | https://github.com/mirumee/ariadne/issues/101 | [
"question"
] | sinwires | 4 |
agronholm/anyio | asyncio | 95 | Transparently entering and exiting anyio land | This follows up on an old discussion that started [here](https://github.com/agronholm/anyio/issues/37#issuecomment-481215995).
As far as I understand, anyio has been designed to provide a generic layer on top of specific backends and it works great for this purpose.
I would like to know if there is also a plan t... | closed | 2020-01-01T15:25:41Z | 2020-01-14T13:18:08Z | https://github.com/agronholm/anyio/issues/95 | [] | vxgmichel | 12 |
pyeve/eve | flask | 967 | Versioning doesn't work with U-RRA | The basic schema layout for this issue may look something like this.
```python
users = {
'schema': {
'username': {
'type': 'string',
},
'password': {
'type': 'string',
},
}
}
products = {
'authentication': UserAuth,
'auth_field': 'o... | closed | 2017-01-19T20:34:22Z | 2017-01-22T14:01:16Z | https://github.com/pyeve/eve/issues/967 | [
"bug"
] | klambrec | 0 |
pytest-dev/pytest-django | pytest | 883 | Detect invalid migration state when using --reuse-db | When using --reuse-db it would be nice if pytest-django could detect that the database it's reusing has applied migrations that don't exist (due to changing branch or code edits) and rebuild it from scratch.
Our migrations take about 30 seconds to run. So per the doco here https://pytest-django.readthedocs.io/en/lat... | open | 2020-10-12T08:56:45Z | 2022-02-28T22:33:41Z | https://github.com/pytest-dev/pytest-django/issues/883 | [
"enhancement"
] | tolomea | 1 |
FactoryBoy/factory_boy | sqlalchemy | 1,109 | Enabling Pyscopg's connection pools causes integrity errors and unique violations | #### Description
Switching to Pyscopg's connection pools breaks fixtures in Django and raises integrity errors and unique violations.
#### To Reproduce
1. Consider https://github.com/WordPress/openverse.
2. Note that the CI + CD workflow is passing on `main`.
3. See PR WordPress/openverse#5210 that enables [... | closed | 2024-12-19T05:39:13Z | 2024-12-20T08:30:38Z | https://github.com/FactoryBoy/factory_boy/issues/1109 | [] | dhruvkb | 1 |
iterative/dvc | data-science | 9,902 | queue start: `.git` directory in temp folder not being removed once done | # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->
## Description
<!--
A clear and con... | closed | 2023-09-01T10:17:01Z | 2023-09-05T00:05:53Z | https://github.com/iterative/dvc/issues/9902 | [] | aschuh-hf | 5 |
Yorko/mlcourse.ai | data-science | 595 | Times series | Getting this error "ZeroDivisionError:` float division by zero" whenever I want to run this code
Can't seem to explain why this is happening
```
%%time
data =df.pourcentage[:-20] # leave some data for testing
# initializing model parameters alpha, beta and gamma
x = [0, 0, 0]
# Minimizing the loss function ... | closed | 2019-05-27T11:10:52Z | 2019-08-26T17:10:49Z | https://github.com/Yorko/mlcourse.ai/issues/595 | [] | Rym96 | 3 |
docarray/docarray | pydantic | 1,503 | Support subindex search in QueryBuilder | This is the subsequent issue for issue #1235 and PR #1428 . | open | 2023-05-08T09:40:13Z | 2023-05-08T09:40:13Z | https://github.com/docarray/docarray/issues/1503 | [] | AnneYang720 | 0 |
marcomusy/vedo | numpy | 582 | save mesh covered by texture as png file | hello
I tend to save my mesh, that covered by texture, as a png file.
here is my code to load texture on obj file:
```
from vedo import *
mesh = Mesh("data/10055_Gray_Wolf_v1_L3.obj",)
mesh.texture("data/10055_Gray_Wolf_Diffuse_v1.jpg", scale=0.1)
mesh.show()
```
Any help, Please.
I prefer to save pn... | closed | 2022-01-20T09:44:47Z | 2022-04-05T16:53:05Z | https://github.com/marcomusy/vedo/issues/582 | [] | ganjbakhshali | 12 |
HIT-SCIR/ltp | nlp | 560 | srl 多个角色如何标注? | 请问一个词有多个角色如何标注?
# srl 格式文件
百团大战 _ B-ARG0 O O O
的 _ I-ARG0 O O O
战略 _ I-ARG0 O O O
目的 _ I-ARG0 O O O
是 Y O O O O
要 Y B-ARG1 O O O
打破 Y I-ARG1 O O O
他
叫 -> [ARG0: 他, ARG1: 汤姆, ARG2: 去拿外衣]
汤姆
去
拿 -> [ARG0: 汤姆, ARG1: 外衣]
外衣
。
汤姆有2个role,在srl.txt中,[ARG0: 汤姆, ARG1: 外衣]是 标注在第四列 还是 标注在第三列并用 | 之类的符号分隔开 | closed | 2022-03-10T12:46:18Z | 2022-09-12T06:50:06Z | https://github.com/HIT-SCIR/ltp/issues/560 | [] | yhj997248885 | 2 |
aiortc/aiortc | asyncio | 693 | onIceCandidate support!! | hope add this event function
on one candidate address has been got, then call this function
| closed | 2022-04-16T02:03:46Z | 2024-04-05T19:38:02Z | https://github.com/aiortc/aiortc/issues/693 | [] | diybl | 4 |
zama-ai/concrete-ml | scikit-learn | 1,039 | Make DL Packages Optional | ## Feature request
Make the packages needed for DL (e.g., Torch and Brevitas) optional, or create flavors of Concrete-ML that include only a subset of dependencies (e.g., `concrete-ml[sklearn]` which would include only the linear models).
## Motivation
This would be particularly useful to reduce the size of Docker i... | open | 2025-03-13T07:49:05Z | 2025-03-13T15:58:46Z | https://github.com/zama-ai/concrete-ml/issues/1039 | [] | AlexMV12 | 1 |
mage-ai/mage-ai | data-science | 4,766 | [BUG] Seems when dynamic blocks used as replicas are executed along with their original ones. | ### Mage version
0.9.66
### Describe the bug
I have the following pipeline

when I execute the pipeline seems that the bottom blocks on the right branch are executed although the ... | open | 2024-03-15T17:22:10Z | 2024-03-19T22:06:12Z | https://github.com/mage-ai/mage-ai/issues/4766 | [
"bug"
] | georgezefko | 0 |
pytest-dev/pytest-html | pytest | 169 | dynamically create the output folder for report.html using command line in pytest | Is there any way to create the output folder dynamically for every run with current time stamp and report.hml should be available in that folder.
Is it possible to pass thru the command line for the dynamic folder creation and report.html should be available once all the test cases are executed.
Thanks for the ... | closed | 2018-06-01T10:45:30Z | 2018-06-06T14:15:05Z | https://github.com/pytest-dev/pytest-html/issues/169 | [] | writetomaha14 | 3 |
dynaconf/dynaconf | fastapi | 241 | [RFC] Better merging standards | Right now There are some ways for merging existing data structures in Dynaconf
- Using `dynaconf_merge` mark
- Using `__` double underlines for existing dictionaries and nested data
- Using MERGE_ENABLED_FOR_DYNACONF var to merge everything globally
All the 3 existing ways has limitations.
- `dynaconf_merge`... | closed | 2019-09-26T19:27:41Z | 2019-10-09T05:07:08Z | https://github.com/dynaconf/dynaconf/issues/241 | [
"Not a Bug",
"RFC"
] | rochacbruno | 3 |
python-gitlab/python-gitlab | api | 2,864 | Add support for `retry_transient_errors` to then CLI | ## Description of the problem, including code/CLI snippet
I'm using the `gitlab` cli against gitlab.com which is producing transient errors. The API has the ability to retry these but it looks like the CLI code misses the option because `merge_config` doesn't cover the field.
## Expected Behavior
Ideally the c... | open | 2024-05-13T09:23:22Z | 2024-05-13T09:23:22Z | https://github.com/python-gitlab/python-gitlab/issues/2864 | [] | djmcgreal-cc | 0 |
voila-dashboards/voila | jupyter | 524 | voila render button on Jupyter Lab | <img width="126" alt="Screen Shot 2020-01-24 at 11 49 36 AM" src="https://user-images.githubusercontent.com/8352840/73086987-b07e2280-3e9f-11ea-8061-993ea0b01264.png">
This button works great for rendering the current notebook as a Voila dashboard using the classic Jupyter Notebook, but is there an equivalent for Ju... | closed | 2020-01-24T16:51:06Z | 2020-01-24T17:17:10Z | https://github.com/voila-dashboards/voila/issues/524 | [] | cornhundred | 7 |
cvat-ai/cvat | computer-vision | 8,813 | I have modified the source code, how do I rebuild the image? | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
I have modified the source code, how do I rebuild the image?
thanks
### Descr... | closed | 2024-12-11T07:58:00Z | 2024-12-13T10:37:59Z | https://github.com/cvat-ai/cvat/issues/8813 | [
"question"
] | stephen-TT | 4 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,221 | Numpy error (numpy version 1.24.3) | I am using Python 3.11.3 and NumPy 1.24.3 and I get the following error when trying to run the toolbox:
```
Traceback (most recent call last):
File "C:\Users\David\code\Real-Time-Voice-Cloning\demo_toolbox.py", line 5, in <module>
from toolbox import Toolbox
File "C:\Users\David\code\Real-Time-Voice-Clon... | open | 2023-05-31T01:55:47Z | 2024-02-21T06:50:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1221 | [] | ehyoitsdavid | 8 |
streamlit/streamlit | machine-learning | 10,069 | Pass file path or function directly to `st.navigation`, without using `st.Page` | ### 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
When I write small test apps with multiple pages, I often find myself wanting to do something like thi... | closed | 2024-12-22T23:38:13Z | 2025-02-20T15:54:22Z | https://github.com/streamlit/streamlit/issues/10069 | [
"type:enhancement",
"good first issue",
"feature:multipage-apps",
"feature:st.navigation"
] | jrieke | 2 |
jschneier/django-storages | django | 1,115 | DEFAULT_FILE_STORAGE seems to be ignored | I would like my S3 bucket to have 2 folders, one for static, another for media. My understanding is that DEFAULT_FILE_STORAGE should the storage that handles media files, while STATICFILES_STORAGE handles static files. However it appears that DEFAULT_FILE_STORAGE is ignored and doesnt do anything, because for example i... | closed | 2022-02-16T10:21:10Z | 2023-02-28T04:09:12Z | https://github.com/jschneier/django-storages/issues/1115 | [] | goldentoaste | 1 |
litestar-org/litestar | asyncio | 3,680 | Enhancement: Support attrs converters | ### Description
Attrs has an attribute conversion feature where a function can be provided to be run whenever the attribute value is set.
https://www.attrs.org/en/stable/examples.html#conversion
This is not being run when the post request body is an attrs class. Looking for clarity on if this is by design or a... | closed | 2024-08-20T22:29:11Z | 2025-03-20T15:54:52Z | https://github.com/litestar-org/litestar/issues/3680 | [
"Enhancement",
"Upstream"
] | jeffcarrico | 1 |
matplotlib/matplotlib | data-visualization | 28,860 | [ENH]: Add Independent xlabelpad and ylabelpad Options to rcParams | ### Problem
Currently, we can only set a uniform `axes.labelpad`, which applies the same padding for both the x-axis and y-axis labels.
I am aware that it is possible to adjust the labelpad for the x and y labels independently using `set_xlabel(..., labelpad=x_pad)` and `set_ylabel(..., labelpad=y_pad)` in plotting... | open | 2024-09-21T18:47:02Z | 2025-03-12T12:02:52Z | https://github.com/matplotlib/matplotlib/issues/28860 | [
"New feature"
] | NominHanggai | 5 |
microsoft/unilm | nlp | 927 | [layoutlmv3] SER and RE task combined into one model | Hi @HYPJUDY
I have a question that do you try to combine SER and RE task into one model, that is to say, just use one model to support SER and RE task? | open | 2022-11-22T09:22:10Z | 2022-12-31T22:30:10Z | https://github.com/microsoft/unilm/issues/927 | [] | githublsk | 1 |
datadvance/DjangoChannelsGraphqlWs | graphql | 14 | 'AsgiRequest' object has no attribute 'register' | Hello,
After following the installation instructions, and using the example in the README with `django==2.2.1` and `django-channels-graphql-ws==0.2.0` on Python 3.7.3, when making any subscription operation:
```js
subscription {
mySubscription {event}
}
```
```json
{
"errors": [
{
"messag... | closed | 2019-05-08T14:58:09Z | 2020-02-12T16:18:56Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/14 | [] | rigelk | 6 |
jina-ai/serve | deep-learning | 6,041 | Release Notes (3.20.3) | # Release Note
This release contains 1 bug fix.
## 🐞 Bug Fixes
### Skip doc attributes in __annotations__ but not in __fields__ (#6035)
When deploying an Executor inside a Flow with a `BaseDoc` model that has any attribute with a `ClassVar` value, the service would fail to initialize because the Gateway ... | closed | 2023-09-06T16:01:39Z | 2023-09-07T08:48:51Z | https://github.com/jina-ai/serve/issues/6041 | [] | JoanFM | 0 |
gunthercox/ChatterBot | machine-learning | 1,773 | How to connect chatbat or integrate with website | i made a simple chatbot using flask and chatterbot, for now how would i integrate this chatbot with website.
| closed | 2019-07-12T07:20:10Z | 2020-06-20T17:33:35Z | https://github.com/gunthercox/ChatterBot/issues/1773 | [] | AvhiOjha | 1 |
ultralytics/yolov5 | machine-learning | 12,823 | 'Detect' object has no attribute 'grid' | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hey, i recently found out about YOLO, and i have been trying to learn YOLOV5 for the past... | closed | 2024-03-15T17:55:11Z | 2024-10-20T19:41:39Z | https://github.com/ultralytics/yolov5/issues/12823 | [
"question",
"Stale"
] | dementiaenjoyer | 5 |
aiogram/aiogram | asyncio | 1,105 | InlineQueryResultCachedPhoto has no title | ### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
Mac Os 10.15.7 (Catalina)
### Python version
3.7.3
### aiogram version
2.24
### Expected behavior
InlineQueryResultCachedPhoto with ... | closed | 2023-01-22T17:16:17Z | 2023-04-28T13:16:13Z | https://github.com/aiogram/aiogram/issues/1105 | [
"wontfix",
"upstream",
"2.x"
] | PraryDogy | 1 |
sinaptik-ai/pandas-ai | data-science | 1,175 | Agent Method parameter save_charts acting like open_charts, and opens saved charts automatically | ### System Info
Python 3.11.7
PandasAI 2.0.37
Pandas 1.5.3
### 🐛 Describe the bug
``` python
def test():
os.environ["PANDASAI_API_KEY"] = os.environ.get("PANDASAI_API_KEY")
llm = OpenAI(api_token="os.environ.get("OPENAI_API_KEY")")
df = pd.DataFrame({
"country": ["United States", ... | closed | 2024-05-23T17:44:29Z | 2024-08-29T16:05:48Z | https://github.com/sinaptik-ai/pandas-ai/issues/1175 | [
"bug"
] | Emad-Eldin-G | 7 |
horovod/horovod | deep-learning | 3,302 | Is it possible for HVD to support other Collective Communication Librariese as plugins? | **Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
Adding new Collective Communication Library without changing HVD's code.
**Describe alternatives you've considered**
HVD involve a plugin frameword for CCL extention.
**Additional context**
NA.
| closed | 2021-12-08T09:42:56Z | 2021-12-08T10:34:32Z | https://github.com/horovod/horovod/issues/3302 | [
"enhancement"
] | hanwei131 | 0 |
home-assistant/core | asyncio | 141,187 | Tractive `device_tracker` entity may return `source_type` incompatible with `person` entity | ### The problem
I have noticed a problem with the state of the `person` entity based on Tractive `device_tracker` entity.
If the user sets a power saving zone for the tracker in the Tractive application and this zone overlaps with a zone other than `home` in Home Assistant, the `device_tracker` entity will have a sta... | closed | 2025-03-23T10:06:11Z | 2025-03-24T16:17:00Z | https://github.com/home-assistant/core/issues/141187 | [
"by-code-owner",
"integration: tractive"
] | bieniu | 1 |
huggingface/peft | pytorch | 2,181 | How can I do to export mode format as gguf | ### Feature request
This is a good project,I just got it today and encountered some problems.
my any code
``` python
from peft import AutoPeftModelForCausalLM
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("Qwen2-0.5B")
model = AutoModelForCausalL... | closed | 2024-10-26T13:51:45Z | 2024-10-26T13:59:18Z | https://github.com/huggingface/peft/issues/2181 | [] | xu756 | 0 |
autogluon/autogluon | computer-vision | 4,442 | Contributing to Model Monitoring and Interpretability | Hello there! :wave:
My name is Guilherme and I’m a software engineering student at UNIPAMPA, a university in southern Brazil. I’m currently developing my undergraduate thesis and I’m very interested in working on improving AutoGluon in terms of features such as model monitoring and interpretability.
I see from the ... | open | 2024-08-28T23:33:36Z | 2024-08-28T23:33:36Z | https://github.com/autogluon/autogluon/issues/4442 | [
"enhancement"
] | guijasss | 0 |
comfyanonymous/ComfyUI | pytorch | 6,745 | what's wrong?File "asyncio\windows_events.py", line 462, in finish_socket_func | ### Your question
D:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-02-08 15:29:26.553
** Platform: Windows
** Python version: 3.12.8 (tags/v3.1... | open | 2025-02-08T07:37:25Z | 2025-02-08T07:44:16Z | https://github.com/comfyanonymous/ComfyUI/issues/6745 | [
"User Support"
] | maweiqiang1978 | 0 |
flairNLP/flair | pytorch | 2,997 | TARS Zero Shot Classifier Predictions | Here is the example code to use TARS Zero Shot Classifier
```
from flair.models import TARSClassifier
from flair.data import Sentence
# 1. Load our pre-trained TARS model for English
tars = TARSClassifier.load('tars-base')
# 2. Prepare a test sentence
sentence = Sentence("I am so glad you liked it!")
# 3.... | closed | 2022-11-24T07:37:38Z | 2023-05-21T15:36:59Z | https://github.com/flairNLP/flair/issues/2997 | [
"bug",
"wontfix"
] | ghost | 2 |
iperov/DeepFaceLab | machine-learning | 603 | Adjusting Blur Mask Modifier Changes The Brightness | I've never noticed this before, but I just installed the 2/3/20 nvidia version. When I adjust the blur higher or lower, the face gets significantly brighter or darker depending which way I go. Here's a video I just shared on Google Drive illustrating this. Maybe this has happened in past versions and I never noticed... | open | 2020-02-04T07:01:32Z | 2023-06-08T21:24:08Z | https://github.com/iperov/DeepFaceLab/issues/603 | [] | kilerb | 1 |
littlecodersh/ItChat | api | 768 | 有没有微信举报API? | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | open | 2018-12-10T00:45:08Z | 2018-12-10T00:45:08Z | https://github.com/littlecodersh/ItChat/issues/768 | [] | caimao9539 | 0 |
open-mmlab/mmdetection | pytorch | 11,858 | ValueError: need at least one array to concatenate |
indices = np.concatenate(indices)
File "<__array_function__ internals>", line 200, in concatenate
ValueError: need at least one array to concatenate
**Describe the bug**
训练时报的错:
LicenseRec) D:\studysoft\workplace\ORENEXT-main>python ./tools/train.py ./configs/ORENEXT/orenext_stonemlp_sparsefc_ptsdml.py
D:\s... | open | 2024-07-17T08:33:31Z | 2024-07-31T08:46:30Z | https://github.com/open-mmlab/mmdetection/issues/11858 | [] | xiaoran8899 | 1 |
axnsan12/drf-yasg | django | 296 | Only show examples not the model | For API Responses, how can I only show examples and not the model?
in fact, I do not want to show any of my models definitions.
Thanks.
| closed | 2019-01-18T01:44:20Z | 2019-01-29T06:55:38Z | https://github.com/axnsan12/drf-yasg/issues/296 | [] | oneandonlyonebutyou | 1 |
Kanaries/pygwalker | pandas | 15 | How to make a histogram | How do you make a histogram chart of one attribute (column)? (without pre-calculating the histogram data before putting the data into pygwalker, of course)
I fiddled with the UI for a while but couldn't find a way.
If it's not possible right now, I'd like it to be implemented.
Thanks | closed | 2023-02-21T07:58:58Z | 2024-03-19T13:57:53Z | https://github.com/Kanaries/pygwalker/issues/15 | [
"good first issue",
"graphic-walker",
"P1"
] | karamari | 6 |
waditu/tushare | pandas | 1,418 | 财务数据(净利润)缺失超过10%,希望能尽快完善一下 | 1. 全市场A股财报数据缺失较多,希望能完善一下,附件是目前发现的缺失数据的股票代码和报告日期
[miss info.xlsx](https://github.com/waditu/tushare/files/5140909/miss.info.xlsx)
2. 财务公告日期与实际公告日期时间间隔太大:
a. 部分可能是因为原始数据有调整,但update_flag=0时大部分数据直接缺失
| open | 2020-08-28T08:23:46Z | 2021-01-02T05:49:01Z | https://github.com/waditu/tushare/issues/1418 | [] | ZhaoBarry | 2 |
ExpDev07/coronavirus-tracker-api | fastapi | 16 | Server error | It seem server is down https://coronavirus-tracker-api.herokuapp.com/all 500 internal error | closed | 2020-03-07T01:24:31Z | 2020-03-07T02:30:19Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/16 | [
"bug"
] | altezza04 | 4 |
benbusby/whoogle-search | flask | 179 | [BUG] settings set by user stored globally | **Describe the bug**
settings applied by users are set/stored globally/persistently.
**To Reproduce**
Steps to reproduce the behavior:
user changes setting, clicks apply.
other user opens whoogle from different computer, browser, etc to find that setting applied by previous user has been set globally.
**Deployme... | closed | 2021-01-21T19:49:51Z | 2021-05-05T16:24:56Z | https://github.com/benbusby/whoogle-search/issues/179 | [
"bug"
] | ghost | 3 |
docarray/docarray | pydantic | 1,250 | Implement a Document Index backed by Elasatic Search v8+ | We have a related issue #1209 which implements `ElasticDocuementIndex` based on version `elasticsearch==7.10.1`.
There are two seperate implementation is because elastic v8 changes their api and supports hnsw based vector search.
But #1181
> ES changed their Apache license to SSPL which is a business-unfriendl... | closed | 2023-03-17T03:20:59Z | 2023-04-22T09:35:20Z | https://github.com/docarray/docarray/issues/1250 | [] | AnneYang720 | 0 |
widgetti/solara | fastapi | 825 | Vue components unable to find template vue files when using frozen/pyinstaller application on Windows | I have been using [PyInstaller](https://pyinstaller.org/en/stable/) to create an executable .exe file for my solara application, and that has, in general, worked very well. However, recently I started using the [Menu](https://github.com/widgetti/solara/blob/8ef0826818ae3e08026c0904c2acdec77aeef195/solara/lab/components... | closed | 2024-10-21T11:38:16Z | 2024-10-25T09:55:04Z | https://github.com/widgetti/solara/issues/825 | [] | suhren | 3 |
sinaptik-ai/pandas-ai | data-visualization | 1,134 | Add support for processing and analyzing complex table headers | ### 🚀 The feature
I propose adding a feature to PandasAI that allows for handling and analyzing complex table headers. Currently, PandasAI supports basic table headers, but there are cases where tables have more complex structures, such as multi-level headers or headers with merged cells. This feature would enable us... | closed | 2024-04-25T03:53:20Z | 2024-08-01T16:05:29Z | https://github.com/sinaptik-ai/pandas-ai/issues/1134 | [] | BanDianMan | 0 |
Asabeneh/30-Days-Of-Python | python | 168 | I would like to do this course? Is that ok? Please! | open | 2021-08-26T16:39:39Z | 2021-09-12T15:13:22Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/168 | [] | Aaron-1974 | 1 | |
cookiecutter/cookiecutter-django | django | 5,196 | AttributeError: This FileResponse instance has no `content` attribute. Use `streaming_content` instead. | ## What happened?
```AttributeError: This FileResponse instance has no `content` attribute. Use `streaming_content` instead.```
I am getting this error while clicking on any media download link in django admin. I checked inside docker container and files are stored properly. I have used cookiecutter to start the pr... | closed | 2024-07-08T10:10:15Z | 2024-08-07T06:06:09Z | https://github.com/cookiecutter/cookiecutter-django/issues/5196 | [
"bug"
] | ShubhamKarala | 4 |
MorvanZhou/tutorials | numpy | 63 | 如何解决 name 'prediction' is not defined | 在https://github.com/MorvanZhou/tutorials/tree/master/tensorflowTUT/tf18_CNN2中的代码。
运行时报 name 'prediction' is not defined | closed | 2018-03-19T09:32:50Z | 2018-03-19T10:02:15Z | https://github.com/MorvanZhou/tutorials/issues/63 | [] | ChangedenCZD | 5 |
httpie/cli | python | 825 | Please add option to reformat XML body | ```
$ TERM=xterm-256color http http://localhost:8081/api/grid-service/GridInquiryService/GridInquiry @SOAP.realtime.xml
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 921
Content-Type: text/xml;charset=ISO-8859-1
Date: Sun, 29 Dec 2019 10:07:58 GMT
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/... | closed | 2019-12-29T10:11:34Z | 2021-08-31T20:49:53Z | https://github.com/httpie/cli/issues/825 | [] | Hubbitus | 4 |
scikit-optimize/scikit-optimize | scikit-learn | 561 | Use global acq_optimizers for opt in gp_minimize | This is more likely a feature request(if not available now).
As widely known that there're multiple minimas when **EI** , **LCB**, **PI** infill plan are used.
From what I can get in this code, if kwargs _lbfgs_ is set, _n_points_ are used as the start point of a local lbfgs optimize, this is cool but is there an... | open | 2017-11-21T15:39:01Z | 2018-01-10T22:37:08Z | https://github.com/scikit-optimize/scikit-optimize/issues/561 | [
"Enhancement",
"API",
"New feature",
"Major"
] | TsingQAQ | 4 |
axnsan12/drf-yasg | rest-api | 768 | Change responses typing | # Bug Report
## Description
change typing
from:
```
:type responses: dict[int or str, (drf_yasg.openapi.Schema or drf_yasg.openapi.SchemaRef or
drf_yasg.openapi.Response or str or rest_framework.serializers.Serializer)]
```
to
```
:type responses: dict[int or str, (drf_yasg.openapi.Schema or dr... | open | 2022-01-25T11:44:06Z | 2025-03-07T12:11:18Z | https://github.com/axnsan12/drf-yasg/issues/768 | [
"triage"
] | Nazareka | 1 |
roboflow/supervision | pytorch | 1,619 | Bug found in ConfusionMatrix.from_detections | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
Issue found in code when producing a confusion matrix for object detection. It seems like the FN was being added incorrectly to the matrix. Here is the cod... | open | 2024-10-24T15:02:23Z | 2025-01-28T22:37:40Z | https://github.com/roboflow/supervision/issues/1619 | [
"bug"
] | chiggins2024 | 3 |
dadadel/pyment | numpy | 76 | Multi-line args descriptions are not indented correctly | Here's an example that illustrates the issue.
```
def foo(baz=1):
"""
Args:
baz: long-description breaking into multiple
lines (Default value = 1)
Returns:
"""
pass
```
Formatting under google style results in:
```
def foo(baz=1):
"""
Args:
... | open | 2019-01-12T11:53:51Z | 2021-06-12T18:17:34Z | https://github.com/dadadel/pyment/issues/76 | [] | jethrokuan | 1 |
ranaroussi/yfinance | pandas | 2,104 | Getting empty DataFrame from data download | ### Describe bug
I'm getting an empty dataframe for my downloads. I've looked for other who've had this problem, but must be searching incorrectly or I'm the only one. I upgraded to latest version of yfinance (and verified), plus cleared my yfinance cache.
### Simple code that reproduces your problem
import yfinance... | closed | 2024-10-29T20:09:06Z | 2024-10-29T20:41:37Z | https://github.com/ranaroussi/yfinance/issues/2104 | [] | jpkern0 | 1 |
koxudaxi/datamodel-code-generator | fastapi | 2,087 | Type annotation falls back to Any if property schema is partially overwridden | **Describe the bug**
Importing a schema and partial overwrite it (e.g., set a different default value) leads to lost type information
**To Reproduce**
schemaA
```json
{
"type": "object",
"title": "SchemaA",
"properties": {
"test": {
"title": "test",
"type": "st... | open | 2024-09-08T14:37:07Z | 2024-09-08T14:37:07Z | https://github.com/koxudaxi/datamodel-code-generator/issues/2087 | [] | simontaurus | 0 |
jonaswinkler/paperless-ng | django | 102 | Filter improvements | - When selecting certain filters, the filter editor should preselect sensible values.
- Is in inbox = yes
- Has any tag = yes
- The user should be able to filter by these additional filters
- Does not have tag X | closed | 2020-12-07T00:21:28Z | 2020-12-07T16:49:03Z | https://github.com/jonaswinkler/paperless-ng/issues/102 | [] | jonaswinkler | 0 |
ray-project/ray | data-science | 50,890 | [Data] Ordering of blocks after map and map_batches | ### What happened + What you expected to happen
I have a dataset in files, rows are sorted within files and files are sorted by name in the same folder. After applying `map` or `map_batches`, the order of blocks is different than before applying `map` or `map_batches`.
Expected behavior: `map` and `map_batches` does... | closed | 2025-02-25T09:34:49Z | 2025-03-05T19:01:37Z | https://github.com/ray-project/ray/issues/50890 | [
"bug"
] | jakac | 9 |
dfki-ric/pytransform3d | matplotlib | 189 | Bug in `axis_angle_from_matrix` | ```
/home/dfki.uni-bremen.de/afabisch/anaconda3/envs/robot/lib/python3.8/site-packages/pytransform3d/rotations/_conversions.py:1597: RuntimeWarning: invalid value encountered in sqrt
a[:3] = np.sqrt(0.5 * (np.diag(R) + 1.0)) * np.sign(axis_unnormalized)
[ 0.81725001 0.19145 -0.00549102 nan nan ... | closed | 2022-06-01T15:58:27Z | 2022-06-03T10:50:46Z | https://github.com/dfki-ric/pytransform3d/issues/189 | [] | AlexanderFabisch | 1 |
polakowo/vectorbt | data-visualization | 388 | Issue with Candlestick app | Dash is running on http://127.0.0.1:8050/
* Serving Flask app "__main__" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
An exception has occurred, use %tb to see the full tr... | closed | 2022-02-10T09:01:52Z | 2022-02-10T09:16:26Z | https://github.com/polakowo/vectorbt/issues/388 | [] | medknecth | 0 |
Integuru-AI/Integuru | automation | 31 | Support for web sockets | Seems like Websockets are ignored in HAR?
## Steps to reproduce
Run `create_har.py` and navigate to https://echo.websocket.org/.ws
Analysis looks like the following
```bash
% poetry run integuru --prompt "send messages on a websocket" --model gpt-4o --generate-code
------------------------Successfully analy... | open | 2025-01-08T20:18:43Z | 2025-01-08T20:18:43Z | https://github.com/Integuru-AI/Integuru/issues/31 | [] | sughodke | 0 |
mwaskom/seaborn | data-science | 2,762 | kdeplot raising LinAlgError("singular matrix") instead of warning | Example code:
```
import pandas as pd
import seaborn as sns
df = pd.DataFrame({'a': [1929245168.06679]*18})
sns.kdeplot(data=df, x='a')
```
seaborn version 0.11.2
python version 3.8.12
Error: `numpy.linalg.LinAlgError: singular matrix`
Expected: `UserWarning: Dataset has 0 variance; skipping density ... | closed | 2022-03-16T09:53:06Z | 2022-08-02T11:36:13Z | https://github.com/mwaskom/seaborn/issues/2762 | [
"rough-edge",
"mod:distributions"
] | Proch92 | 3 |
pytorch/vision | machine-learning | 8,166 | RuntimeError: cuda video backend is not available. | ### 🐛 Describe the bug
When trying to set the videoreader backend to cuda (`torchvision.set_video_backend('cuda')`) I get the error below:
`
RuntimeError: cuda video backend is not available.
`
I followed the instructions to use the videoreader on cuda. I.e. I installed pytorch nightly and build torchvision from ... | open | 2023-12-18T12:20:55Z | 2024-02-13T15:54:04Z | https://github.com/pytorch/vision/issues/8166 | [] | Caspeerrr | 2 |
man-group/arctic | pandas | 828 | Fix build broken due to group name change | The group name was changed from manahl -> man-group and that seems to have broken the travis build. Probably needs a tweak in the settings somewhere | closed | 2019-11-19T12:28:49Z | 2019-11-19T13:31:26Z | https://github.com/man-group/arctic/issues/828 | [] | shashank88 | 2 |
iterative/dvc | machine-learning | 10,398 | dvc exp run --run-all: only runs two experiments and then hangs (similar to #8165) | # Bug Report
<!--
## Issue name
-->
## Description
When running dvc exp run --run-all, only two experiments get run fully, and then the next experiment never starts. I have tried two times and each time two consecutive experiments are run fully.
<!--
-->
### Reproduce
Add multiple experiments to the ... | closed | 2024-04-23T02:31:52Z | 2024-04-29T12:50:45Z | https://github.com/iterative/dvc/issues/10398 | [] | mghanava | 3 |
piccolo-orm/piccolo | fastapi | 67 | Is there an example of how to integrate piccolo into an existing fastapi application? | Is there an example of how to integrate piccolo into an existing fastapi application?
Something along the lines of the examples in the fastapi docs [here](https://fastapi.tiangolo.com/tutorial/sql-databases/) and [here](https://fastapi.tiangolo.com/advanced/async-sql-databases/#connect-and-disconnect).
I'm intere... | open | 2021-02-09T17:01:00Z | 2021-07-07T09:57:59Z | https://github.com/piccolo-orm/piccolo/issues/67 | [
"help wanted",
"good first issue",
"documentation"
] | ohmeow | 10 |
benlubas/molten-nvim | jupyter | 76 | [Bug] I broke progress bars in virtual text | ## Description
Wrapping text in virtual output broke progress bar handling
#70 | closed | 2023-12-10T17:41:55Z | 2023-12-10T19:13:25Z | https://github.com/benlubas/molten-nvim/issues/76 | [
"bug"
] | benlubas | 0 |
nerfstudio-project/nerfstudio | computer-vision | 3,003 | GSplat Error - subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. | Nerfstudio GSplat Error
Persistently getting this issue when attempting to train Splatfacto. Running latest Nerfstudio & Splatfacto.
-----
ns-train splatfacto --data data/nerfstudio/Egypt
-----
No Nerfstudio checkpoint to load, so training from scratch.
Disabled comet/tensorboard/wandb event writers
C:... | open | 2024-03-15T12:07:43Z | 2024-04-21T02:36:57Z | https://github.com/nerfstudio-project/nerfstudio/issues/3003 | [] | JamesAscroft | 6 |
pytorch/pytorch | machine-learning | 149,224 | Unexpected results in using torch.save API | ### 🐛 Describe the bug
In test_save_with_different_pickle_protocol, the test iterates over all protocols (0 through pickle.HIGHEST_PROTOCOL) and expects that saving and then loading the tensor works correctly with each protocol. However, for protocol 0, torch.load fails with an AssertionError (inside torch.load’s per... | open | 2025-03-14T20:59:25Z | 2025-03-17T15:20:20Z | https://github.com/pytorch/pytorch/issues/149224 | [
"module: serialization",
"triaged"
] | sjh0849 | 0 |
sktime/sktime | data-science | 7,973 | TypeError while using RecursiveReductionForecaster class | I tried this code with hierarchical data structure, as follows:
```
test_size = 31
fh = np.arange(1, test_size + 1)
df_train, df_test = temporal_train_test_split(df, test_size=test_size)
model = Prophet(
seasonality_mode="multiplicative",
add_country_holidays={"country_name": "USA"},
daily_seasonality=True... | closed | 2025-03-13T14:27:16Z | 2025-03-14T02:44:33Z | https://github.com/sktime/sktime/issues/7973 | [] | AsmaBaccouche | 0 |
errbotio/errbot | automation | 1,146 | Support Ryver Backend | ### I am...
* [X] Suggesting a new feature
### I am running...
* Errbot version:
* OS version:
* Python version:
* Using a virtual environment: yes/no
### Issue description
It would be great if there was support for the chat application [Ryver](https://ryver.com/) for errbot. There is a beta Hubot pl... | closed | 2017-12-22T06:36:58Z | 2019-01-05T17:18:06Z | https://github.com/errbotio/errbot/issues/1146 | [
"type: feature",
"backend: Common"
] | Gelob | 3 |
google/seq2seq | tensorflow | 261 | `templatemethod` does not work as expected | ```python
import tensorflow as tf
from seq2seq.graph_utils import templatemethod
@templatemethod("trial")
def trial(x):
w = tf.get_variable('w', [])
return tf.reduce_sum(x) * w
y = tf.placeholder(tf.float32, [None])
z = tf.placeholder(tf.float32, [None])
a_y = trial(y)
a_z = trial(z)
s = tf.Int... | open | 2017-06-20T21:30:32Z | 2017-08-08T16:42:22Z | https://github.com/google/seq2seq/issues/261 | [] | amanjitsk | 5 |
sammchardy/python-binance | api | 592 | ERROR: Could not find a version that satisfies the requirement Twisted (from python-binance) | Hello!
I am not able to install python-binance via pip for python3.8!
`python3.8 -m pip install python-binance --upgrade`
ERROR: Could not find a version that satisfies the requirement Twisted (from python-binance) (from versions: none)
ERROR: No matching distribution found for Twisted (from python-binance)
... | closed | 2020-10-01T10:22:41Z | 2022-03-14T14:55:28Z | https://github.com/sammchardy/python-binance/issues/592 | [] | oliver-zehentleitner | 1 |
HumanSignal/labelImg | deep-learning | 141 | My install tip for OSX/Ubuntu | <!--
Please provide as much as detail and example as you can.
You can add screenshots if appropriate.
-->
- OS : Sierra 10.12.6
- PyQt version: 4
- python 2.7
As osx user, it was very tough to install this lableImg tool on OSX, especially install pyqt4 on python 2.7. In my case, I used ``conda`` rath... | closed | 2017-08-09T00:00:01Z | 2018-04-16T13:40:40Z | https://github.com/HumanSignal/labelImg/issues/141 | [] | Labyrins | 13 |
fbdesignpro/sweetviz | pandas | 86 | ZeroDivisionError: float division by zero | Hi,
I am beginner on Python and i've actually discovering sweetviz.
(this packege is wonderfull ! )
But, I trying to compare 2 conditions in my dataset and i have this message in below :
ZeroDivisionError: float division by zero
Before to use this package i have tranform the non-numerical labels to numer... | closed | 2021-04-06T18:18:38Z | 2021-05-27T17:38:15Z | https://github.com/fbdesignpro/sweetviz/issues/86 | [
"bug"
] | SJDO01 | 5 |
huggingface/diffusers | deep-learning | 10,470 | Flux - torchao inference not working | ### Describe the bug
1. Flux with torchao int8wo not working
2. enable_sequential_cpu_offload not working

### Reproduction
example taken from (merged)
https://github.com/huggingface/diffusers/pull/10009
```
imp... | closed | 2025-01-06T10:46:06Z | 2025-01-18T15:45:23Z | https://github.com/huggingface/diffusers/issues/10470 | [
"bug"
] | nitinmukesh | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.