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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
d2l-ai/d2l-en | data-science | 2,601 | nn.dataparallel has issue for mac (mps device) | This is the error i get when I use the below function
def try_all_gpus(): #@save
"""Return all available GPUs, or [cpu(),] if no GPU exists."""
devices = [torch.device(f'cuda:{i}')
for i in range(torch.cuda.device_count())]
return devices if devices else [torch.device('cpu')]
traine... | open | 2024-06-01T07:47:35Z | 2024-06-01T07:57:22Z | https://github.com/d2l-ai/d2l-en/issues/2601 | [] | rnb007 | 0 |
chainer/chainer | numpy | 8,631 | Potential security issue | Hello 👋
I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@nekoccc) has found a potential issue, which I would be eager to share with you.
Could you add a `SECURITY.md` file with an e-mail address for me to send further details to? GitHub [recommends](https://docs.github.com/en/co... | closed | 2024-03-27T01:38:44Z | 2024-05-24T12:18:01Z | https://github.com/chainer/chainer/issues/8631 | [] | psmoros | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 705 | how dataset is created and how model is created in train.py and test.py | Sorry for bothering you. The code is very nice and helpful.
I could not understand several definitions in train.py and test.py.
For instance, dataset = create_dataset(opt), I know this is aimed to create dataset using dataloader, however, there is no create_dataset class defined in dataset folder and same as create_... | closed | 2019-07-16T13:28:33Z | 2019-07-18T16:03:47Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/705 | [] | wl082013 | 4 |
ageitgey/face_recognition | python | 1,011 | TypeError: face_encodings() got an unexpected keyword argument 'model' | * face_recognition version: 1.2.3
* Python version: 3.6
* Operating System: ubuntu 16.04
### Description
I used face_encodings function, and got this error when I use argument 'model'.
I checked the api , here indeed is argument called 'model= small'. I want to use 'model=large'.
What is wrong here? Thanks g... | closed | 2019-12-21T08:48:39Z | 2019-12-26T08:34:04Z | https://github.com/ageitgey/face_recognition/issues/1011 | [] | Vankeee | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,856 | Web traffic not allowed after upgrade from 4.13.18 to 4.13.19 on Debian 11.8 | ### What version of GlobaLeaks are you using?
4.13.19
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Linux
### Describe the issue
After upgrading, site is unreachable via https. Comparing iptables rules before and after upgrade, it... | closed | 2023-12-10T16:15:32Z | 2024-01-21T08:28:29Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3856 | [
"T: Bug"
] | mcancellara | 8 |
httpie/cli | rest-api | 1,214 | Move away from Make | I see that this is a python project, but Make is being used for building/developer setup. Could make be replaced with a python script? Is there any specific reason why make was specifically used for this? | closed | 2021-11-28T19:32:45Z | 2021-11-29T16:04:40Z | https://github.com/httpie/cli/issues/1214 | [
"wontfix",
"project-structure"
] | josephworks | 7 |
serengil/deepface | deep-learning | 1,195 | You are running it in windows instead of python. Run python command in your terminal and then run find command in python. | Your response makes no sense to me
you don’t explain this well at all to someone who is a complete novice to this and that really frustrates me please do not just assume everyone attempting this installation is practicing python and other applications with it all the time and is familiar with these terms so you don’... | closed | 2024-04-18T07:44:47Z | 2024-04-19T02:47:29Z | https://github.com/serengil/deepface/issues/1195 | [
"invalid"
] | olstice | 3 |
OthersideAI/self-operating-computer | automation | 148 | [FEATURE] Update README to reflect Python requirement | ### Is your feature request related to a problem? Please describe.
**Problem Description:**
There is a compatibility issue arising from the project's Python environment setup. The project's dependencies, particularly `numpy`, require a specific range of Python versions. However, these specific requirements are not ... | open | 2024-01-27T10:40:55Z | 2024-05-26T14:41:24Z | https://github.com/OthersideAI/self-operating-computer/issues/148 | [
"enhancement"
] | slavakurilyak | 1 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 223 | [BUG] 显示conversion error | ***发生错误的平台?***
tiktok 抖音
***发生错误的端点?***
ios shortcut
***提交的输入值?***
直接复制的短视频链接 尝试了很多不同的都不行
例子 https://vm.tiktok.com/ZT8d4fnnx/
***是否有再次尝试?***
是 发现好像之前是不是出现过这个问题 是不是修复过还是这样
***你有查看本项目的自述文件或接口文档吗?***
有 显示conversion error
get dictionary from input failed
b/c shortcuts couldn't convert text to ... | closed | 2023-07-12T05:48:28Z | 2023-07-15T01:23:34Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/223 | [
"BUG"
] | sharonge0525 | 1 |
opengeos/streamlit-geospatial | streamlit | 71 | Link to streamlit app doesn't work. | Error message: "Oh no. Error running app. If this keeps happening, please contact support." | closed | 2022-08-07T09:45:29Z | 2022-08-21T23:24:15Z | https://github.com/opengeos/streamlit-geospatial/issues/71 | [] | guidocencini | 0 |
baoliay2008/lccn_predictor | pydantic | 2 | change in Delta value fill color for contest predictions. | Currently, when there is a positive change in rating, it is depicted in red color and is green on negative changes. I think it would be better to use green color to reflect positive changes and red for negative ones. | closed | 2022-12-25T07:37:55Z | 2023-09-03T04:55:21Z | https://github.com/baoliay2008/lccn_predictor/issues/2 | [
"enhancement"
] | amitpant14 | 3 |
fohrloop/dash-uploader | dash | 3 | [BUG] does not work behind proxy | I am running dash on a server which sits behind a reverse proxy. Thus, the flask server does not get the real client IP but the proxy IP instead.
Upload would let me select files and display the progress bar but is stuck at 0% and never progresses or actually send data.
Maybe this is a bug of resumable.js? -> https:/... | closed | 2020-06-04T08:36:12Z | 2020-06-06T18:32:37Z | https://github.com/fohrloop/dash-uploader/issues/3 | [
"bug",
"help wanted"
] | MM-Lehmann | 9 |
horovod/horovod | pytorch | 3,752 | RuntimeError: ncclCommInitRank failed: invalid usage | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) PyTorch
2. Framework version: 1.12.1+cu113
3. Horovod version: 0.26.1
4. MPI version: OpenMPI 4.1.4
5. CUDA version: 11.1
6. NCCL version: 2.7.8-1+cuda11.1
7. Python version: 3.8
8. Spark / PySpark version: --
9. Ray version:--
10. OS and ver... | closed | 2022-10-19T12:23:28Z | 2022-11-18T09:41:29Z | https://github.com/horovod/horovod/issues/3752 | [
"question"
] | Cancerhzc | 8 |
jschneier/django-storages | django | 647 | Using Javascript to upload to Google Cloud Storage | I'm using django-storages as my default file storage. I have a script that uploads videos directly from the client to google cloud storage. Is there any way to associate this file to a FileField without downloading and reuploading the file. Thank you for any help! | closed | 2019-01-10T23:44:17Z | 2019-01-24T10:13:53Z | https://github.com/jschneier/django-storages/issues/647 | [
"google"
] | log-wood | 3 |
plotly/dash-table | plotly | 84 | update readme | include dist build instructions and how to run sample table locally | closed | 2018-09-12T16:26:51Z | 2018-10-30T21:24:41Z | https://github.com/plotly/dash-table/issues/84 | [] | cldougl | 0 |
miguelgrinberg/microblog | flask | 260 | chapter 17 (app not pointing to mysql db) | Hi Miguel, Please I tried to follow the traditional hosting on linux, but after hosting successfully, I found out that the application was still writing in appdb and the mysql db was empty. I have checked every step and I could not figure it. please I will appreciate your input. Thanks | closed | 2020-09-28T03:20:33Z | 2020-09-29T18:47:44Z | https://github.com/miguelgrinberg/microblog/issues/260 | [
"question"
] | datagene-github | 8 |
capitalone/DataProfiler | pandas | 605 | Static Type Hinting: `dataprofiler/validators/base_validators.py` | **Is your feature request related to a problem? Please describe.**
Improve the project in the area of
- Make collaboration and code contribution easier
- Getting started with the code when a contributor is new to the code base
**Describe the outcome you'd like:**
Utilizing types from [mypy](https://mypy.readthe... | closed | 2022-08-12T03:26:43Z | 2022-09-16T21:36:51Z | https://github.com/capitalone/DataProfiler/issues/605 | [
"New Feature",
"static_typing",
"good_first_issue"
] | taylorfturner | 2 |
AntonOsika/gpt-engineer | python | 906 | Can't make it work. | After doing:
_Run gpte <project_dir> with a relative path to your folder
For example: gpte projects/my-new-project from the gpt-engineer directory root with your new folder in projects/_
I should be using the correct relative path and I get
`Traceback (most recent call last):
File "C:\Users\a.serrano\AppDat... | closed | 2023-12-15T15:40:27Z | 2023-12-17T09:58:51Z | https://github.com/AntonOsika/gpt-engineer/issues/906 | [
"bug",
"triage"
] | VioletRaven | 3 |
mirumee/ariadne | graphql | 408 | Context contains dictionary instead of request object | Hello,
today I found that pull request #284 broke `info.context` that contains `{"request:" request}` instead of request object (as in version 0.11.0).
Are you going to fix it, or should I change my production code?
 which introduces a feedback branch.
However, it seems that the pipeline gets stuck in an infinite loop and never exits.
**Error message**
RuntimeWarning: Pipeline is stuck running in a loop. P... | closed | 2024-12-15T02:59:29Z | 2025-03-21T11:04:33Z | https://github.com/deepset-ai/haystack/issues/8641 | [
"P1"
] | marfago | 12 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,338 | Chrome 116 | Currently trying to use this with a Chromium 116 binary on Linux by setting `version_main=116`.
Error message: `urllib.error.HTTPError: HTTP Error 404: Not Found`.
I know 114 is supported, but setting `version_main=114` is not an option right now because I only have Chromium 116 installed. (Google makes it prett... | closed | 2023-06-12T18:36:07Z | 2023-06-12T21:07:04Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1338 | [] | bruhcephalus | 4 |
pallets-eco/flask-sqlalchemy | flask | 798 | include __all__ in __init__.py file | ### Expected Behavior
this is suggestion for improvement
include `__all__` in the `__init__.py` file , to tell the user all the public method to use, will make it easy to understand and implement, read the code
```python
Paste a minimal example that causes the problem.
```
this is suggestion for further im... | closed | 2019-12-30T08:45:57Z | 2020-12-05T20:21:38Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/798 | [] | sahasrara62 | 2 |
plotly/dash | dash | 2,422 | [BUG] Dash DCC.Dropdown using Dynamic Options, nested within dcc.Loading returns empty list | ```
dash 2.7.1
dash-ag-grid 0.0.1
dash-bootstrap-components 1.3.0
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
- OS: Windows 11
- Browser: Edge
- Version 110.0.1587.41
**Describe the bug**
Using Dash DC... | closed | 2023-02-13T01:03:59Z | 2024-03-11T16:38:19Z | https://github.com/plotly/dash/issues/2422 | [] | urifeigin | 1 |
axnsan12/drf-yasg | rest-api | 324 | min_length/max_length for ListFields is not generating in schema right | If you add `min_length` or `max_length` to a `ListField`, it generates `minLength`/`maxLength` in the output schema. It should be generating it as `minItems`/`maxItems` per [the spec](swagger.io/docs/specification/data-models/data-types/#array-length).
Steps to reproduce:
1. Set up test project
2. Add the followin... | closed | 2019-02-27T15:54:09Z | 2019-02-27T19:29:30Z | https://github.com/axnsan12/drf-yasg/issues/324 | [
"bug"
] | AngellusMortis | 3 |
FlareSolverr/FlareSolverr | api | 620 | [1337x] (testing) Exception (1337x): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-12-15T14:06:54Z | 2022-12-15T20:43:24Z | https://github.com/FlareSolverr/FlareSolverr/issues/620 | [
"invalid"
] | 292818 | 0 |
darrenburns/posting | automation | 36 | Adding a support for gRPC would be really great. | Considering that this is already very useful for server-to-server testing, adding a support for gRPC would be really great. | closed | 2024-07-14T13:38:36Z | 2024-07-16T23:31:57Z | https://github.com/darrenburns/posting/issues/36 | [] | JiraPit | 1 |
slackapi/python-slack-sdk | asyncio | 976 | Add deletion methods to InstallationStore | Currently, the `InstallationStore` interface does not have any methods for data deletion. We can add the following methods for properly handling `tokens_revoked` and `app_uninstalled` events. All the built-in classes should implement these methods. For developers who do not handle these events, implementing these are t... | closed | 2021-03-06T09:14:26Z | 2021-04-09T23:39:29Z | https://github.com/slackapi/python-slack-sdk/issues/976 | [
"enhancement",
"Version: 3x",
"oauth"
] | seratch | 0 |
schemathesis/schemathesis | pytest | 2,482 | [BUG] Expiremental stateful test runner gives false positives with check: ignored_auth | ### Checklist
- [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [x] I am using the latest version of Schemathesis
... | closed | 2024-10-01T11:51:06Z | 2024-10-20T22:57:06Z | https://github.com/schemathesis/schemathesis/issues/2482 | [
"Type: Bug",
"Status: Needs Triage"
] | pregress | 4 |
yezyilomo/django-restql | graphql | 274 | Define basic data types for query argument values | We are planning to support primitive data types which are `String`, `Int`, `Float`, `Boolean`, and `null` | closed | 2021-09-07T18:40:56Z | 2021-09-08T23:37:26Z | https://github.com/yezyilomo/django-restql/issues/274 | [
"enhancement"
] | yezyilomo | 0 |
microsoft/nni | data-science | 5,782 | Pytorch HPO tutorials stucked in strating server | **Describe the issue**:
The pytorch tutorials code stucked in Starting web server... for long time(more than 20mins), without setting up logged in console
**Environment**:
- NNI version:3.0
- Training service (local|remote|pai|aml|etc):local
- Client OS:windows 11
- Server OS (for remote mode only): loca... | closed | 2024-05-14T10:10:23Z | 2024-05-24T16:05:38Z | https://github.com/microsoft/nni/issues/5782 | [] | rrc693 | 1 |
python-gino/gino | sqlalchemy | 724 | Load Models from JOIN as Dictionary | * GINO version: 1.0.1
* Python version: 3.8.2
* asyncpg version: 0.20.1
### Description
The case is simple: a table represents `product` (each with one brand attribute), pointing at a `brand` table.
When joining the two tables, I would like to get the `brand` information in the product, as a dictionary (or JSO... | open | 2020-09-15T21:11:30Z | 2020-09-25T20:10:39Z | https://github.com/python-gino/gino/issues/724 | [
"question"
] | lsabi | 2 |
schemathesis/schemathesis | graphql | 1,796 | [Documentation]: More FastAPI examples and clearer ASGI/WSGI sections | Our documentation currently falls short in providing comprehensive examples for FastAPI and ASGI. This gap has led to user confusion. Additionally, the WSGI & ASGI topics are combined in a way that muddles the information.
### Proposed Changes
- Add more FastAPI examples across the "Python" documentation section ... | closed | 2023-10-06T23:30:02Z | 2024-04-07T18:02:59Z | https://github.com/schemathesis/schemathesis/issues/1796 | [
"Priority: Medium",
"Type: Documentation",
"Difficulty: Intermediate",
"Python: ASGI"
] | Stranger6667 | 0 |
tensorpack/tensorpack | tensorflow | 1,163 | FasterRCNN ease of use | First of all, thank you very much for putting so much work and make your project in public.
I've been looking for a framework that is easy to use to do multi-GPU training for object detection and segmentation, and stumbled across Tensorpack and the FasterRCNN example. I was initially intrigued by the simplicity and ... | closed | 2019-04-23T22:41:02Z | 2019-08-07T23:53:45Z | https://github.com/tensorpack/tensorpack/issues/1163 | [
"enhancement"
] | stealthdaimma | 2 |
Nemo2011/bilibili-api | api | 886 | [问题&建议] 有关dynamic.get_live_users报错和一点建议 | `
async def test():
uid = Credential(sessdata="114514aabbccdd")
live = await dynamic.get_live_users(credential=uid)
print(live)
while True:
sync(test())
sleep(10)
`
这样的代码里,会有报错
`
Traceback (most recent call last):
File "d:\yuan\Desktop\yue_bot\test.py", line 27, in <module>
sync(test())
Fi... | closed | 2025-02-04T11:32:37Z | 2025-02-11T14:15:43Z | https://github.com/Nemo2011/bilibili-api/issues/886 | [] | GEYUANwuqi | 2 |
mlfoundations/open_clip | computer-vision | 938 | Is it possible to load only the visual encoder or the text encoder? | Hi,
As stated in the title, I am attempting to deploy OpenCLIP on an embedded device. In my use case, only one part of CLIP (i.e. text encoder or visual encoder) will be used at a time.
In order to save as much memory as possible, I am looking for a solution that avoids loading unnecessary weights. So far I found... | closed | 2024-09-21T22:21:32Z | 2024-09-23T02:06:43Z | https://github.com/mlfoundations/open_clip/issues/938 | [] | zhangyx1998 | 2 |
ludwig-ai/ludwig | computer-vision | 4,000 | Error running inference on Llama3 model | When I run inference on a Llama3 model finetuned using Ludwig, I keep getting this error:
```
set_cols, feature, missing_value_strategy, computed_fill_value, backend)
1756 logger.warning(
1757 f"DROP_ROW missing value strategy applied. Dropped {len_before_dropped_rows - len_after_dropped... | open | 2024-04-24T17:49:22Z | 2024-10-21T18:55:16Z | https://github.com/ludwig-ai/ludwig/issues/4000 | [
"bug",
"llm"
] | vinven7 | 5 |
Yorko/mlcourse.ai | pandas | 394 | Topic 2: wrong direction on chart in section 4.3 t-SNE |

Wrong direction on chart for the article on Github (https://mlcourse.ai/notebooks/blob/master/jupyter_english/topic02_visual_data_analysis/topic2_visual_data_analysis.ipynb): "__south-west__".
But it's tr... | closed | 2018-10-19T17:02:45Z | 2018-10-26T09:50:41Z | https://github.com/Yorko/mlcourse.ai/issues/394 | [] | ptaiga | 1 |
aio-libs/aiopg | sqlalchemy | 57 | Add advanced example of making sa select | I was not able to iterate over a select query result, running from the view. Here is the flow:
i run a repository function from the view:
``` python
# views.py
users = yield from find_all()
```
`find_all()` is the function in repository module:
``` python
# app/models/user.py
@asyncio.coroutine
def find_all():
... | closed | 2015-05-01T19:33:09Z | 2016-07-16T16:34:30Z | https://github.com/aio-libs/aiopg/issues/57 | [] | AlexKovalevych | 2 |
KaiyangZhou/deep-person-reid | computer-vision | 101 | Using RandomIdentitySampler sampler, Cross Entropy doesn't converge. | Hi, Kaiyang,
Firstly, I want to thank for your great work.
When I try to use RandomIdentitySampler sampler to train PCB_P6 model with Cross Entropy loss and Triplet loss, I encounter strange things. The xent loss doesn't converge and vibrates periodically. Every period in the figure stands for one epoch training pro... | closed | 2019-01-10T09:16:17Z | 2024-01-13T05:28:20Z | https://github.com/KaiyangZhou/deep-person-reid/issues/101 | [] | SkytreeRom | 9 |
xinntao/Real-ESRGAN | pytorch | 386 | node js version ? | can you make the nodejs version | open | 2022-07-11T11:02:59Z | 2022-12-22T06:57:20Z | https://github.com/xinntao/Real-ESRGAN/issues/386 | [] | ilsyaa | 2 |
coqui-ai/TTS | python | 2,607 | [Bug] decoder output become Nan when finetuning tacotron2 model | ### Describe the bug
finetuning with default japanese model, which is tts_models--ja--kokoro--tacotron2-DDC
after changed some necessary configuration data_path meta_file_train etc
and change min_audio_len to zero
when training start it crash and give output
"Expected values to be greater or equal to 0, got nan"... | closed | 2023-05-09T16:09:21Z | 2023-06-16T23:13:50Z | https://github.com/coqui-ai/TTS/issues/2607 | [
"bug",
"wontfix"
] | ZenWayne | 1 |
microsoft/nni | data-science | 4,964 | v2.8 | yarn install v1.22.10
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.46s.
yarn run v1.22.10
$ tsc && jupyter labextension build .
Please supply at least one subcommand: check, disable, enable, install, link, list, uninstall, unlink
error Command failed with exit code 1.
info Visit https://yar... | closed | 2022-06-24T06:33:18Z | 2022-06-28T08:45:24Z | https://github.com/microsoft/nni/issues/4964 | [
"installation",
"user raised",
"waiting user confirm",
"support"
] | luboy522 | 4 |
stanfordnlp/stanza | nlp | 474 | IndexError Thrown When Empty String Passed | **Describe the bug**
Attempting to process an empty string raises and IndexError from within stanza.
**To Reproduce**
1. `import stanza`
2. `nlp = stanza.Pipeline('en')`
3. `nlp("")`
IndexError is raised.
**Expected behavior**
An error that is not IndexError is raised, such as ValueError, or the call return... | closed | 2020-09-25T15:31:06Z | 2020-09-25T22:56:31Z | https://github.com/stanfordnlp/stanza/issues/474 | [
"bug"
] | The-Randalorian | 1 |
ClimbsRocks/auto_ml | scikit-learn | 34 | remove outlier values | since we're already going through and scaling to the 90th percentile, we can also figure out the mean and standard deviation of the data.
any value that's > 4 standard deviations away from the mean gets set equal to the 90th percentile.
or maybe we just set any values greater than the 90th percentile equal to the 9... | closed | 2016-08-20T06:47:02Z | 2016-08-21T02:09:23Z | https://github.com/ClimbsRocks/auto_ml/issues/34 | [] | ClimbsRocks | 2 |
deepset-ai/haystack | pytorch | 8,624 | Pyright type check breaks with version 2.8.0 | **Describe the bug**
The instantiation of a class decorated with the `@component` decorator fails with a type check error. Also, the type checker does not recognize the parameters.
This seems related to the deprecation fo the `is_greedy` parameter, as it is the only change between this release and the previous one ... | closed | 2024-12-11T11:23:06Z | 2025-01-27T13:52:25Z | https://github.com/deepset-ai/haystack/issues/8624 | [
"P2"
] | Calcifer777 | 2 |
python-restx/flask-restx | api | 541 | Blueprint example fails to run without issues | ### **Repro Steps**
1. Run the example [todo_blueprint.py](https://github.com/python-restx/flask-restx/blob/ad2210ce55ec1597639831631632c0019be826e8/examples/todo_blueprint.py)
2. Warnings printed, that will soon become exceptions.
### **Expected Behavior**
The *hello world blueprint* example is expected to run ... | closed | 2023-05-04T08:10:08Z | 2023-05-04T09:45:53Z | https://github.com/python-restx/flask-restx/issues/541 | [
"bug"
] | bjarneh | 2 |
plotly/dash | data-science | 3,235 | [BUG] Dash 3 and Collapsible component, plots do not inherit parent width | **Context**
```
dash 3.0.0
dash-bootstrap-components 2.0.0
```
**Describe the bug**
I'm using a `Collapse` component from `dash-bootstrap-components` to show some plots after the user presses a button. When having multiple plots inside the same `Collapse` some of them (sometimes all of them) do n... | closed | 2025-03-24T10:33:42Z | 2025-03-24T12:11:15Z | https://github.com/plotly/dash/issues/3235 | [] | guidocioni | 2 |
miguelgrinberg/Flask-SocketIO | flask | 864 | message_queue isn't working | Hey
When adding `message_queue="redis://"` to socketio, client's `on` method is never fired.
I tried embedded, gunicon and uwsgi deployment.
Same when num of workers is 1.
**server**
```
app = Flask(__name__)
socketio = SocketIO(app, message_queue='redis://') # tried redis://localhost:6379/2 too but it i... | closed | 2018-12-30T14:27:46Z | 2019-03-19T09:19:18Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/864 | [
"question"
] | ericman93 | 14 |
modin-project/modin | pandas | 7,234 | HDK deprecation | We stopped supporting HDK and [its repo](https://github.com/intel-ai/hdk) is archived. There are no plans to resume work on it in future. That's why, we are deprecating HDK engine and will remove it completely in a future release of Modin. | closed | 2024-05-02T09:24:36Z | 2024-05-02T15:47:52Z | https://github.com/modin-project/modin/issues/7234 | [
"Deprecation"
] | YarShev | 0 |
pydata/xarray | pandas | 9,424 | Numpy 2.0 (and 2.1): np.linspace(DataArray) does not work any more | ### What happened?
I'm going through our test suite trying to umblock numpy 2.
So we likely have many strange uses of xarray, I can work around them, but I figured I would report the issues with MRC if that is ok with you all:
```
# 2.0 or 2.1 cause the issue
mamba create --name xr netcdf4 xarray numpy=2.1 pyt... | closed | 2024-09-03T14:48:51Z | 2024-09-03T15:40:47Z | https://github.com/pydata/xarray/issues/9424 | [
"bug",
"needs triage"
] | hmaarrfk | 3 |
peerchemist/finta | pandas | 127 | Williams Fractal Backtesting | Hello guys, I want to use Williams Fractal on my bot. I reviewed your code but I don't understand what value you use in the test?
#101 PR is that.
`assert fractals.BearishFractal.values[-3] == 0`
What does the value -3 mean? If I want to use period 9, what value should I write there? | open | 2021-11-14T07:20:16Z | 2021-11-14T07:20:34Z | https://github.com/peerchemist/finta/issues/127 | [] | yavuzaytekin | 0 |
encode/httpx | asyncio | 2,385 | DigestAuth not working | # Not Working
```python
import httpx
print(httpx.get("http://192.168.12.26/polling/deviceHandler", auth=httpx.DigestAuth("httpx", "test")).text)
```
```html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head><title>401 Unauthorized</title></head><body>
Authorization failed.
</body></html>
```
#... | closed | 2022-09-30T20:04:35Z | 2022-10-03T10:18:24Z | https://github.com/encode/httpx/issues/2385 | [] | skewty | 0 |
marimo-team/marimo | data-science | 3,528 | Can't do dollar formatting for table format mapping | ### Describe the bug
I have a DataFrame with a column with large numbers to indicate dollars. When I try to create a table with the formatting `"${:,.0f}".format` I get the column turning to `NaN`s.
Maybe I'm doing something incorrect.
### Environment
<details>
```
{
"marimo": "0.10.15",
"OS": "Darwin",
"OS ... | closed | 2025-01-21T21:07:23Z | 2025-01-22T00:34:15Z | https://github.com/marimo-team/marimo/issues/3528 | [
"bug"
] | ztawilvdl | 4 |
davidsandberg/facenet | computer-vision | 873 | Transfer learning on Asian dataset with very low accuracy training on GPU. | Hi, I have a problem when trying to use train_softmax.py to fine-tune the 20180402-114759.pb model, both provided by David.
I have an EXTREMELY LOW training accuracy, like about 7%~16%
and EXTREMELY HIGH loss, like about 6
But when training on CPU, accuracy is 100% and loss is about 0.02......
**The command is ... | closed | 2018-09-14T06:25:50Z | 2019-03-20T10:14:07Z | https://github.com/davidsandberg/facenet/issues/873 | [] | josephj1o4e1 | 5 |
tiangolo/uvicorn-gunicorn-fastapi-docker | pydantic | 42 | Why is my app stuck at booting new workers? | I have a rather simple python script that loads a large file in the beginning, before defining the fastapi endpoints.
```
app = FastAPI()
embeddings = np.load('embeddings.npy') # 15 sec to load
```
This takes about 15 seconds on a normal laptop. The app runs fine if i start it with vanilla uvicorn without a dock... | closed | 2020-05-08T08:50:12Z | 2022-12-19T22:00:03Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/42 | [] | timpal0l | 4 |
AirtestProject/Airtest | automation | 934 | 用例执行完毕后,minicap minitouch清理失败 | **描述问题bug**
用例执行完毕后,清理minicap以及minitouch失败
```
[18:20:51][DEBUG]<airtest.core.android.adb> /Users/user/.local/lib/python3.6/site-packages/airtest/core/android/static/adb/mac/adb -s 7eb1f72 forward --remove tcp:15080
[18:20:51][DEBUG]<airtest.utils.nbsp> [rotation_server]b''
Exception ignored in: <module 'threading... | closed | 2021-06-29T10:35:43Z | 2021-09-30T09:08:49Z | https://github.com/AirtestProject/Airtest/issues/934 | [
"to be released"
] | gyxsnh | 2 |
marcomusy/vedo | numpy | 128 | Nédélec plot | Hi everyone, can vtkplotter be used to plot nedelec solution? | closed | 2020-04-19T12:46:02Z | 2020-06-25T10:50:42Z | https://github.com/marcomusy/vedo/issues/128 | [] | wwshunan | 6 |
biolab/orange3 | scikit-learn | 6,829 | Loading CSV with 3 lines header | **What's wrong?**
I created a CSV file with 1 header line as per the guideline https://orange3.readthedocs.io/projects/orange-visual-programming/en/latest/loading-your-data/index.html
And now everytime I try to load it using File & CSV File wegets. it does not set the correct type of the columns defined.
it wil... | closed | 2024-06-12T08:43:03Z | 2024-08-23T16:55:26Z | https://github.com/biolab/orange3/issues/6829 | [
"bug report"
] | mrahmadt | 6 |
sigmavirus24/github3.py | rest-api | 571 | README on PyPI is horrible | While the README.rst file appears fine in the Gihub repository, whatever is being used to provide the documentation on [the PyPI home page](https://pypi.python.org/pypi/github3.py) does not represent the project well, and anyway appears to contain far more detail than is appropriate.
##
<bountysource-plugin>
--... | closed | 2016-02-11T09:12:04Z | 2018-03-22T02:24:05Z | https://github.com/sigmavirus24/github3.py/issues/571 | [] | steveholden | 5 |
microsoft/nni | tensorflow | 5,690 | ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received | **Describe the issue**: I am running multiple NNI experiments on my university's server at the same time (7 experiments, each using one GPU, for 7 days). Every experiment failed at about the same time with the same error. Any idea what might have caused this?
[2023-10-03 10:33:22] [31mERROR: Strategy failed to exec... | open | 2023-10-03T11:22:35Z | 2023-10-03T11:22:35Z | https://github.com/microsoft/nni/issues/5690 | [] | sw33zy | 0 |
quantmind/pulsar | asyncio | 8 | C extensions | Fix them
| closed | 2011-11-05T21:47:24Z | 2011-11-07T10:19:14Z | https://github.com/quantmind/pulsar/issues/8 | [
"http",
"bug"
] | lsbardel | 0 |
koxudaxi/datamodel-code-generator | fastapi | 1,436 | Field names which begins and ends with underscores being prefixed with `field` | **Describe the bug**
There was a PR some time ago: https://github.com/koxudaxi/datamodel-code-generator/pull/962
It restricts usage of protected and private variables, but it doesn't consider variables with double-underscores on both sides, e.g. `__version__`.
Such variables are supported by pydantic and you can ... | closed | 2023-07-20T11:01:10Z | 2024-02-13T14:12:01Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1436 | [
"bug"
] | parikls | 1 |
opengeos/streamlit-geospatial | streamlit | 83 | Problem installing geemap through conda | When i try to install the latest version of geemap(0.17.0) the conda package manager is calling an older version(0.6.8) instead the one required. I am using "conda install geemap -c conda-forge" this command to do it, i try to update too but didn't work. What can i do to fix that? | closed | 2022-09-16T06:09:01Z | 2022-10-05T04:05:19Z | https://github.com/opengeos/streamlit-geospatial/issues/83 | [] | fsalmon1991 | 1 |
MaartenGr/BERTopic | nlp | 1,496 | Cannot Implement Multi-color Intertopic Distance Map Visualization | Hello,
I'm trying to customize the intertopic distance map in BERTopic to show different color bubbles for each topic. I've attempted to modify the _topic.py file to include Seaborn's color palette but haven't achieved the desired effect. I am wondering how best to proceed.
My Approach
Here is the relevant secti... | open | 2023-08-31T11:09:05Z | 2023-09-03T07:46:04Z | https://github.com/MaartenGr/BERTopic/issues/1496 | [] | pariskang | 3 |
giotto-ai/giotto-tda | scikit-learn | 141 | Unclear documentation for parameter infinite_values in VietorisRipsPersistence | #### Description
In the docstring for the `infinite_values` parameter of the `VietorisRipsPersistence` class,
https://github.com/giotto-ai/giotto-learn/blob/d5701f29d151c4f9a712686ba334f8a27fd61b04/giotto/homology/point_clouds.py#L60
the sentence "``None`` has the same behaviour as max_edge_length" is not sufficient... | closed | 2020-01-01T15:31:26Z | 2020-08-23T15:45:26Z | https://github.com/giotto-ai/giotto-tda/issues/141 | [
"documentation"
] | ulupo | 1 |
mage-ai/mage-ai | data-science | 5,445 | Use Redshift Merge command while replicating data to redshift for incremental load | **Is your feature request related to a problem? Please describe.**
Currently when we replicate data from mysql to redshift for incremental load it creates a temp table, inserts the records and drops and renames the temp table. This process is time consuming and blocking other sessions.
**Describe the solution you'd l... | closed | 2024-09-24T23:27:35Z | 2024-12-02T05:17:03Z | https://github.com/mage-ai/mage-ai/issues/5445 | [
"enhancement",
"data integration"
] | solomoncpus | 2 |
proplot-dev/proplot | data-visualization | 290 | change land color to transparent | I would like to plot the coastlines but not to have the data over the land masked out. Can I change the land fill to transparent?
| closed | 2021-10-04T19:27:41Z | 2021-10-10T04:40:09Z | https://github.com/proplot-dev/proplot/issues/290 | [
"support",
"feature"
] | Marston | 8 |
amfoss/cms | graphql | 4 | Correct Spelling & Add Link | In the header section of the admin,
1. Change `Namah Shivayah` to `Namah Shivaya`
2. Add link to wiki of this repo as documentation lik

| closed | 2019-01-28T19:26:05Z | 2019-01-30T14:11:52Z | https://github.com/amfoss/cms/issues/4 | [
"good first issue"
] | aswinshenoy | 2 |
modoboa/modoboa | django | 2,994 | Installation failed | # Impacted versions
* OS Type: Debian/Ubuntu
* OS Version: 22.04
* Database Type: MySQL
* Modoboa: 2.1.2
* installer used: Yes
* Webserver: Nginx
# Steps to reproduce
launch the installation with ./run.py
# Current behavior
The installer stops during modoboa installation, after "installing modoboa" app... | closed | 2023-05-04T18:20:36Z | 2023-05-08T10:09:59Z | https://github.com/modoboa/modoboa/issues/2994 | [] | metaldigger | 2 |
microsoft/nni | pytorch | 5,514 | Using latency metric (nn-meter) with NAS | Hi, seems like [ProxylessNAS example](https://github.com/microsoft/nni/tree/master/examples/nas/oneshot/proxylessnas) is not supported by NNI anymore because of a completely different backend (instead of retiarri).
Please, do you have an updated example that works with the newer version?
Or a way to use latency-met... | open | 2023-04-10T08:38:41Z | 2023-04-17T14:25:54Z | https://github.com/microsoft/nni/issues/5514 | [] | singagan | 5 |
ydataai/ydata-profiling | pandas | 824 | High correlation warning printed multiple times | I get the same warning "High correlation" with the same other column four times in the report.
Looks like a bug where the warning is accidentally generated multiple times or not de-duplicated properly.
Is it easy to spot the issue or reproduce? Or should I try to extract a standalone test case?
This is with pa... | closed | 2021-09-05T16:58:47Z | 2022-08-23T22:59:23Z | https://github.com/ydataai/ydata-profiling/issues/824 | [
"bug 🐛",
"getting started ☝",
"help wanted 🙋"
] | cdeil | 2 |
ultralytics/ultralytics | pytorch | 19,505 | how could i build the environment via conda when using YOLOv8 OnnxRuntime C++ | ### 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
how could i build the environment via conda when using YOLOv8 OnnxRuntime C+... | open | 2025-03-03T15:35:15Z | 2025-03-04T12:09:49Z | https://github.com/ultralytics/ultralytics/issues/19505 | [
"question",
"dependencies",
"exports"
] | skylerlxy | 5 |
pallets/flask | python | 4,874 | Flask displaying old / cached version of the app | A handful of my students are encountering an issue whereby they are developing a flask app locally, and when they make some new changes to the code and restart the local web server, it doesn't show the updated changes, but rather what appears to be an older state of the web app code.
I have confirmed they are saving... | closed | 2022-11-22T16:45:38Z | 2022-11-22T16:53:03Z | https://github.com/pallets/flask/issues/4874 | [] | s2t2 | 0 |
Yorko/mlcourse.ai | scikit-learn | 367 | Topic 2 Par 2, "median ($50\%)" | Something went wrong with the formula "median ($50\%)" in the boxplot() explanation in the "3. Seaborn" part. Considering previous arcticle, the "median ($50\\%$)" should give correct display, not the "($50\\%)". | closed | 2018-10-08T14:40:42Z | 2018-10-09T15:47:26Z | https://github.com/Yorko/mlcourse.ai/issues/367 | [
"minor_fix"
] | foghegehog | 1 |
encode/apistar | api | 327 | Where people can make improvement suggestions like PEP or RFC | Hi all,
I wonder if there is more specific repository or place except discuss forum? Where people can make suggestions on implementation of features and improvement of existing so @tomchristie and other contributors can review them.
Thanks. | closed | 2017-10-16T10:29:32Z | 2017-10-16T11:31:06Z | https://github.com/encode/apistar/issues/327 | [] | sultaniman | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 457 | Metrics.py | Hello, it's my firt time trying with 3D gaussian splitting. I want to run the metrics.py but I receive NAN, anyone can help me please?

| open | 2023-11-10T11:38:29Z | 2024-10-03T11:43:45Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/457 | [] | belen-simbana | 3 |
zappa/Zappa | flask | 385 | [Migrated] Added override_default_exclude config option | Originally from: https://github.com/Miserlou/Zappa/issues/966 by [anateus](https://github.com/anateus)
<!--
Before you submit this PR, please make sure that you meet these criteria:
* Did you read the [contributing guide](https://github.com/Miserlou/Zappa/#contributing)?
* If this is a non-trivial commit, did... | closed | 2021-02-20T08:27:45Z | 2024-07-13T08:17:50Z | https://github.com/zappa/Zappa/issues/385 | [
"no-activity",
"auto-closed"
] | jneves | 3 |
DistrictDataLabs/yellowbrick | scikit-learn | 716 | JointPlotVisualizer not poofing | OS:Linux 18.04LTS
Python:3.6.8 Anaconda inc.
Yellowbrick:0.9
So,as said by @rebeccabilbro I tried to use fit_transform instead of fit in the JointPlotVisualizer,but no change .I am tracing the code along with my terminal output;
CODE:
```python
import pandas as pd
data=pd.read_csv('bikeshare.csv')
X=data[["s... | closed | 2019-02-01T10:49:53Z | 2019-02-02T18:37:58Z | https://github.com/DistrictDataLabs/yellowbrick/issues/716 | [
"type: question"
] | dnabanita7 | 18 |
taverntesting/tavern | pytest | 194 | Calling external function to generate signature to the request header. | Hello. I would like to call some function which will collect request url and body and generate signature (some hash from that two parameters) and will save it to the header. Is something like this possible? I am trying to accomplish this issue for three days. Thank you. | closed | 2018-10-03T10:47:21Z | 2018-10-07T14:40:08Z | https://github.com/taverntesting/tavern/issues/194 | [] | zurek11 | 3 |
AutoViML/AutoViz | scikit-learn | 100 | ImportError: cannot import name 'rx' from 'param' | Python version: 3.9
**Environment**
Environment set up with latest requirements.txt, plus following packages:
ipykernel
pandas
openpyxl
**Error code line**
from autoviz import AutoViz_Class
**Error produced:**
{
"name": "ImportError",
"message": "cannot import name 'rx' from 'param' (c:\\EnvPython\\EDA... | closed | 2023-11-06T15:05:35Z | 2023-11-20T12:43:57Z | https://github.com/AutoViML/AutoViz/issues/100 | [] | CorneliusFranken | 1 |
seleniumbase/SeleniumBase | pytest | 3,585 | Regression with `sb.cdp.clear_cookies()` in `4.35.3` | ## Regression with `sb.cdp.clear_cookies()` in `4.35.3`
```python
AttributeError: module 'mycdp.network' has no attribute 'clear_cookies'.
```
Caused by replacing `mycdp.storage` with `mycdp.network`. Looks like it's not a 1-to-1 mapping. | closed | 2025-03-05T16:59:50Z | 2025-03-05T18:25:32Z | https://github.com/seleniumbase/SeleniumBase/issues/3585 | [
"bug",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,694 | [Bug]: a1111 stopped loading | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported ... | closed | 2024-11-29T17:06:40Z | 2024-11-29T17:31:45Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16694 | [
"bug-report"
] | Colotus | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,129 | the stange D loss training in pix2pix | Dear professor, Thank you for your excellent papers and projects. There are two ways to train the pix2pix as follows: the first is in readme.md and the second is in train_pix2pix.sh. The results and the loss are quite different. , especially the first one ,the D real and D false are almost zero during in the traini... | closed | 2020-08-22T13:34:12Z | 2020-09-06T19:59:44Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1129 | [] | hello-trouble | 4 |
huggingface/datasets | computer-vision | 7,183 | CI is broken for deps-latest | See: https://github.com/huggingface/datasets/actions/runs/11106149906/job/30853879890
```
=========================== short test summary info ============================
FAILED tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - AssertionError: Lists differ: [{'fi[44 chars] {'filename': '/... | closed | 2024-09-30T14:02:07Z | 2024-09-30T14:38:58Z | https://github.com/huggingface/datasets/issues/7183 | [] | albertvillanova | 0 |
encode/apistar | api | 198 | cockroachdb support? | https://www.cockroachlabs.com/docs/build-a-python-app-with-cockroachdb-sqlalchemy.html#step-1-install-the-sqlalchemy-orm
I have try 'apistar create_sqlalchemy_tables', but have errors:
```
AssertionError: Could not determine version from string 'CockroachDB CCL v1.0.1 (darwin amd64, built 2017/05/25 17:07:19, go... | closed | 2017-06-08T03:10:26Z | 2017-06-08T08:44:33Z | https://github.com/encode/apistar/issues/198 | [] | jet10000 | 1 |
jupyter/nbviewer | jupyter | 469 | slides broken | I'm looking at
http://nbviewer.ipython.org/format/slides/github/glouppe/tutorial-sklearn-lhcb/blob/master/An%20introduction%20to%20Machine%20Learning%20with%20Scikit-Learn.ipynb#/
that points to this notebook
https://github.com/glouppe/tutorial-sklearn-lhcb/blob/master/An%20introduction%20to%20Machine%20Learning%20wi... | closed | 2015-06-13T00:01:57Z | 2015-09-01T00:39:58Z | https://github.com/jupyter/nbviewer/issues/469 | [
"tag:Upstream"
] | cranmer | 2 |
opengeos/leafmap | streamlit | 234 | add_velocity levels feature | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: master branch, post 0.9.1
- Python version: 3.9
- Operating System: mac osx
### Description
The functionality I needed was aded recently (3 days ago, after v0.9.1). At the moment I've... | closed | 2022-04-08T21:06:45Z | 2022-04-13T20:50:53Z | https://github.com/opengeos/leafmap/issues/234 | [
"bug"
] | StevePny | 6 |
coqui-ai/TTS | pytorch | 2,782 | [Bug] Tortoise example not working | ### Describe the bug
Tortoise TTS example is broken on ubuntu 20.04. It is unable to load the keys_to_ignore list.
This line seems to be broken.
`keys_to_ignore = self.autoregressive.gpt._keys_to_ignore_on_load_missing # pylint: disable=protected-access`
Traceback (most recent call last):
File "/home/dat... | closed | 2023-07-19T10:21:34Z | 2023-07-30T16:17:34Z | https://github.com/coqui-ai/TTS/issues/2782 | [
"bug"
] | ooferdoodles1337 | 3 |
graphql-python/graphene | graphql | 612 | Explain non-pythonic design and structures | This is quite a general thing, so I'd appreciate thoughts from the maintainers, and some ideas for solutions.
I come from a Python background, and while reading the documentation I've found that the code goes against things I would expect of Python code in various ways. While this isn't critical to being usable at a... | closed | 2017-11-26T09:55:11Z | 2019-08-05T22:17:58Z | https://github.com/graphql-python/graphene/issues/612 | [
"wontfix",
"📖 documentation"
] | danpalmer | 4 |
Ehco1996/django-sspanel | django | 561 | 关于购买流程,邀请,返利的相关建议 | 现在的购买流程是,支付宝付款,获取充值码,填入充值码,增加账户余额,使用余额购买相关的商品;
由于可能会由于种种原因,如果站长需要用自行生成充值码,到站外销售充值码,那么使用充值码以后,就不会有购买记录;返利效果就没有办法实现;
是不是可以让返利的效果,从充值码开始;邀请者根据被邀请者的第一个充值码充值的金额,生成返利记录,完成返利操作;这样会比较方便; | closed | 2021-07-26T03:42:30Z | 2022-01-12T00:49:40Z | https://github.com/Ehco1996/django-sspanel/issues/561 | [
"help wanted"
] | rogolezhou | 2 |
cvat-ai/cvat | pytorch | 8,520 | Crop a image in CVAT | I would like to use just a part of an image in CVAT, is it possible to crop it inside the tool? | closed | 2024-10-08T12:27:51Z | 2024-12-07T09:43:31Z | https://github.com/cvat-ai/cvat/issues/8520 | [
"question"
] | raounakloudad | 2 |
agronholm/anyio | asyncio | 579 | UNIXSocketStream.send is broken | ### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### AnyIO version
3.6.2
### Python version
3.6
### What happened?
When sending large amounts of data using U... | closed | 2023-06-16T18:17:43Z | 2023-06-20T13:46:15Z | https://github.com/agronholm/anyio/issues/579 | [
"bug"
] | jruere | 3 |
dnouri/nolearn | scikit-learn | 200 | TensorType issue | Hey,
I'm trying to train a network where some of the features are probabilities (0 < x < 1).
I get an error:
TypeError: ('Bad input argument to theano function at index 1(0-based)', 'TensorType(int32, vector) cannot store a value of dtype float32 without risking loss of precision. If you do not mind this loss, you can... | closed | 2016-01-20T18:32:35Z | 2016-01-24T19:30:32Z | https://github.com/dnouri/nolearn/issues/200 | [] | lindazy | 6 |
neuml/txtai | nlp | 290 | Add ability to resolve workflows within applications | Currently, txtai has a WorkflowTask to run another workflow as part of a workflow. Application have no easy way to do this. This change will resolve workflows in the same way pipelines are resolved. | closed | 2022-06-03T13:21:22Z | 2022-06-03T13:28:18Z | https://github.com/neuml/txtai/issues/290 | [] | davidmezzetti | 0 |
microsoft/JARVIS | pytorch | 188 | where is configs/config.default.yaml? | python models_server.py --config configs/config.default.yaml # required when `inference_mode` is `local` or `hybrid`
python awesome_chat.py --config configs/config.default.yaml --mode server # for text-davinci-003
The repo have not such configs dir and config.default.yaml files. | open | 2023-04-27T10:59:00Z | 2023-05-10T15:38:56Z | https://github.com/microsoft/JARVIS/issues/188 | [] | bolongliu | 2 |
inducer/pudb | pytest | 358 | pudb crashes in `import torch` | When I try to debug a script using pytorch, pudb crashes with the following error on the line `import torch`.
terminate called after throwing an instance of 'std::runtime_error'
what(): expected ) but found 'ident' here:
quantized::fake_quantize_per_tensor_affine_forward(Tensor X, float scale, i... | closed | 2019-09-03T09:27:21Z | 2019-09-03T23:00:03Z | https://github.com/inducer/pudb/issues/358 | [] | Paethon | 1 |
SciTools/cartopy | matplotlib | 1,902 | Gridliner inline label projection hard-coded for WGS84 | ### Description
Calling `cartopy.crs.Projection.gridlines()` with a CRS using a non-WGS84 `Globe` and with `x_inline=True` raises an exception during drawing, apparently due to [`gridliner.py:800`](https://github.com/SciTools/cartopy/blob/f187916d69fa922beba53f2593ccfc3676374e4c/lib/cartopy/mpl/gridliner.py#L800): w... | closed | 2021-10-06T22:07:11Z | 2021-10-10T17:08:34Z | https://github.com/SciTools/cartopy/issues/1902 | [] | Bob131 | 3 |
modin-project/modin | pandas | 6,942 | Enable range-partitioning implementation for `groupby().rolling()` by default | Doing measurements, I found out that using range-partitioning implementation for `groupby().rolling()` is always faster than full-axis implementation, so it's worth enabling range-partitioning impl by default for this case (the same as we did for `groupby().apply()` #6804)
<details><summary>16 cores</summary>
![i... | closed | 2024-02-19T12:58:21Z | 2024-02-19T15:18:30Z | https://github.com/modin-project/modin/issues/6942 | [
"new feature/request 💬",
"P1"
] | dchigarev | 0 |
ibis-project/ibis | pandas | 10,711 | feat: bump pyarrow to latest 19.x | ### Is your feature request related to a problem?
Our project require latest pyarrow, but ibis is pin the version to < 18.0, I tested by force install pyarrow 19 with ibis, and it seems working.
### What is the motivation behind your request?
get latest pyarrow support
### Describe the solution you'd like
ibis to... | closed | 2025-01-23T17:20:11Z | 2025-01-23T17:22:00Z | https://github.com/ibis-project/ibis/issues/10711 | [
"feature"
] | ruiyang2015 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.