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
encode/apistar
api
208
Issue with reloader for `apistar run` on Windows.
After the discussion on discourse, and #196 , #207 I think we can say there is an issue with windows. From the discussion on discourse it looks like the issue is with the `app = get_current_app()` line, where the app isn't being properly obtained. This is based on the comment that when pasting the app into `run.py` ...
closed
2017-06-12T12:56:01Z
2018-03-26T14:53:45Z
https://github.com/encode/apistar/issues/208
[ "Bug" ]
audiolion
15
albumentations-team/albumentations
deep-learning
2,065
[Documentation] Clearly describe in docs parameters for Compose
People are not aware of: - clip - save_applied_params
open
2024-11-06T01:57:39Z
2024-11-06T17:15:23Z
https://github.com/albumentations-team/albumentations/issues/2065
[ "documentation" ]
ternaus
0
Morizeyao/GPT2-Chinese
nlp
93
Undefined name 'encoder_path' in bpe_tokenizer.py
https://github.com/Morizeyao/GPT2-Chinese/blob/master/tokenizations/bpe_tokenizer.py#L128 [flake8](http://flake8.pycqa.org) testing of https://github.com/Morizeyao/GPT2-Chinese on Python 3.8.0 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./tokenizations/bpe_tokenizer.py:128:27: F...
closed
2019-11-09T21:46:29Z
2019-11-11T01:56:31Z
https://github.com/Morizeyao/GPT2-Chinese/issues/93
[]
cclauss
1
roboflow/supervision
deep-learning
1,394
Clarification of obb behaviour with InferenceSlicer
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question Based on [reviewing source code](https://github.com/roboflow/supervision/blob/a8d91b0ae5a17ccf93aa83d5866cf5daa511d7a3/supervision/detection/cor...
closed
2024-07-22T22:46:47Z
2024-08-06T07:40:32Z
https://github.com/roboflow/supervision/issues/1394
[ "question" ]
robmarkcole
8
ultralytics/ultralytics
deep-learning
19,219
Questions about different resolutions
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hi,I want to use yolov8n-seg model for my segmentation task, I train the mod...
open
2025-02-13T06:29:30Z
2025-02-13T06:30:19Z
https://github.com/ultralytics/ultralytics/issues/19219
[ "question", "segment", "exports" ]
QiqLiang
1
paperless-ngx/paperless-ngx
machine-learning
8,595
[BUG] Setting certain documents as linked document causes internal server error when field set to invalid value
### Description Setting certain documents as a linked document (custom field) seems to cause an internal server error. The same pdf files don't cause the issue on another instance of paperless-ngx, which leads me to believe it has something to do with certain custom fields or the UI, rather than the file itself? ...
closed
2025-01-03T13:03:27Z
2025-02-04T03:05:14Z
https://github.com/paperless-ngx/paperless-ngx/issues/8595
[ "bug", "backend" ]
dwapps
8
suitenumerique/docs
django
107
✨(frontend) search documents
## Feature Request We want to be able to search documents on the frontend side. Searching a document will filter the datagrid. --- To be ready for dev, we need: - [x] https://github.com/numerique-gouv/impress/issues/106 - [x] https://github.com/numerique-gouv/impress/issues/104 ## Demo ![image](htt...
closed
2024-07-01T08:37:06Z
2025-01-03T08:27:02Z
https://github.com/suitenumerique/docs/issues/107
[ "frontend", "feature" ]
AntoLC
1
dagster-io/dagster
data-science
27,809
add `metadata` kwarg to `sling_assests` decorator
### What's the use case? Assets often have supplemental metadata, and custom metadata should be accepted in addition to the metadata that is automatically added by sling. This might be possible in the current release, but if so, it's not obvious how to actually implement it. ### Ideas of implementation Currently, s...
open
2025-02-12T21:49:06Z
2025-02-12T21:49:06Z
https://github.com/dagster-io/dagster/issues/27809
[ "type: feature-request" ]
jacksund
0
thtrieu/darkflow
tensorflow
1,143
How to reduce memory usage?
**Hello there,** I have a problem to face when I try to use the network on my Jetson Nano with a Tegra X1 GPU. The process simply gets "Killed", probably due to over-consumption of memory. I heard that the network requires 2.3GB RAM or so, but the most my GPU can squeeze out is 1.5GB. Here's my Python code: ``` ...
open
2020-02-24T19:00:40Z
2020-02-24T19:00:40Z
https://github.com/thtrieu/darkflow/issues/1143
[]
TNemes-3141
0
vitalik/django-ninja
pydantic
528
Can't input Enum of integers
We have simple view: ```python class Numbers(int, Enum): ONE = 1 TWO = 2 THREE = 3 @api.get("/create") def create(request, a: Numbers, b: Numbers): return {"res": a.value + b.value} ``` When we try to send request where for example **?a=1&b=3** we have validation error 422 with this de...
closed
2022-08-13T14:56:51Z
2022-08-13T17:08:49Z
https://github.com/vitalik/django-ninja/issues/528
[]
Maksim-Burtsev
2
horovod/horovod
pytorch
3,307
CI: Build Horovod in test images with `HOROVOD_DEBUG=1`
**Is your feature request related to a problem? Please describe.** Some times unit tests may trigger bugs in Horovod's C++ backend. These bugs may cause segmentation faults at times or, if we are unlucky, may go unnoticed although some internal state is corrupted. We have some `assert()` macros all over the code base,...
open
2021-12-08T15:00:01Z
2021-12-08T15:00:01Z
https://github.com/horovod/horovod/issues/3307
[ "enhancement" ]
maxhgerlach
0
ploomber/ploomber
jupyter
902
Injecting parameters when the same notebook appears more than once
To inject cells manually, users can run: ``` ploomber nb --inject ``` However, if the same source appears more than once. Ploomber will arbitrarily select one of the tasks and inject those parameters. Making it impossible to inject the parameters from other tasks that use the same template. Here's an example: ...
closed
2022-07-07T22:35:29Z
2022-11-07T20:09:32Z
https://github.com/ploomber/ploomber/issues/902
[]
edublancas
3
lepture/authlib
django
292
OpenID Connect session management
I suggest implementing the [OpenID Connect session management draft](https://openid.net/specs/openid-connect-session-1_0.html) in authlib, even if it is still a draft. There has been 30 iterations, so it feels quite stable now. Authlib could warn the user with a message like: *this is a draft, API may brutally change t...
open
2020-11-13T15:38:21Z
2025-02-20T20:58:29Z
https://github.com/lepture/authlib/issues/292
[ "spec", "feature request" ]
azmeuk
3
thtrieu/darkflow
tensorflow
991
Objects are recognized in micro but not in macro scale
I trained the model with the [micro images](https://i.imgur.com/woOU4Fu.png). Darkflow recognizes objects very well in small images, but in the image of my [final project](https://i.imgur.com/YwrhCpO.jpg) does not. He did not hit the insects position
closed
2019-02-22T17:13:26Z
2019-03-06T21:01:52Z
https://github.com/thtrieu/darkflow/issues/991
[]
brunobelloni
0
dmlc/gluon-nlp
numpy
837
Automate dependency upgrades
## Description Let's automate dependency updates to avoid running into long fixed issues as with pylint false positives triggered by unrelated changes in https://github.com/dmlc/gluon-nlp/pull/836. https://github.com/renovatebot/renovate or competing solutions can automatically open PRs on a specified schedules tha...
open
2019-07-18T09:20:25Z
2019-07-18T09:22:36Z
https://github.com/dmlc/gluon-nlp/issues/837
[ "enhancement" ]
leezu
0
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
544
[BUG] 抖音无法解析
抖音 API-V1/API-V2/Web APP 输入值:多个链接都无法解析 ![Image](https://github.com/user-attachments/assets/1105b8f0-7443-49f5-93df-31f38831335c) ![Image](https://github.com/user-attachments/assets/99f8876e-f2e4-44d0-b4f7-99e62dd9e503)
closed
2025-01-26T09:08:36Z
2025-01-26T09:22:11Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/544
[ "BUG" ]
xxhzm
4
nteract/testbook
pytest
32
Improve traceback
Couple of issues with the traceback - too verbose, we'd likely want to hide the underlying nbclient calls - errors are printed twice at the end of the traceback Here is a sample snippet that throws a `NameError` ```python In [3]: with testbook('../something.ipynb') as tb: ...: tb.execute_cell(0) # exec...
closed
2020-06-15T17:11:36Z
2020-06-25T08:27:04Z
https://github.com/nteract/testbook/issues/32
[]
rohitsanj
0
wsvincent/awesome-django
django
103
The django-summernote is in the wrong section
The package is in the forms section. Must be in the editors section
closed
2020-10-08T19:17:00Z
2020-10-13T03:33:52Z
https://github.com/wsvincent/awesome-django/issues/103
[]
gabrielloliveira
0
deepset-ai/haystack
machine-learning
8,175
clean up docstrings: AzureOpenAIDocumentEmbedder & AzureOpenAITextEmbedder
closed
2024-08-08T13:49:46Z
2024-08-13T12:17:48Z
https://github.com/deepset-ai/haystack/issues/8175
[ "type:documentation" ]
dfokina
0
matplotlib/mplfinance
matplotlib
658
Bug Report: marketcolors display error when open=close
**Describe the bug** i set my_color = mpf.make_marketcolors( up="red",down="green",volume="in", inherit=True) but plot draw green bar when open=close, and open price higher than previous day close. **Expected behavior** Display colors correctly **Screenshots** ![001324](https://github.com/matplotlib/mplfin...
closed
2024-01-23T03:32:26Z
2024-01-25T01:34:44Z
https://github.com/matplotlib/mplfinance/issues/658
[ "bug" ]
nkta3m
1
marimo-team/marimo
data-science
4,153
Notebooks using `query_params` do not update on browser navigation changes
### Describe the bug On a notebook with url query parameters, setting the `query_params` adds to the browser history stack, but when moving backwards or forward through the browser history the notebook does not update. ### Environment <details> ``` { "marimo": "0.11.21", "OS": "Darwin", "OS Version": "24.3.0"...
open
2025-03-18T18:54:43Z
2025-03-19T16:18:24Z
https://github.com/marimo-team/marimo/issues/4153
[ "bug", "help wanted" ]
HHammond
4
gradio-app/gradio
deep-learning
10,105
The message format of examples of multimodal chatbot is different from that of normal submission
### Describe the bug When you click the example image inside the Chatbot component of the following app ```py import gradio as gr def run(message, history): print(message) return "aaa" demo = gr.ChatInterface( fn=run, examples=[ [ { "text": "Desc...
closed
2024-12-03T08:35:43Z
2024-12-07T15:51:01Z
https://github.com/gradio-app/gradio/issues/10105
[ "bug" ]
hysts
0
Avaiga/taipy
data-visualization
2,172
[🐛 BUG] MockState returns None in place of False
### What went wrong? 🤔 The MockState returns an incorrect value for my variable thus breaking my tests. ### Expected Behavior This should work. ### Steps to Reproduce Issue ```python from taipy.gui.mock.mock_state import MockState from taipy.gui import Gui ms = MockState( Gui(""), agree_d...
closed
2024-10-28T13:32:54Z
2024-10-28T14:17:10Z
https://github.com/Avaiga/taipy/issues/2172
[ "🖰 GUI", "💥Malfunction", "🟨 Priority: Medium" ]
FlorianJacta
0
iterative/dvc
data-science
10,428
dvc exp run --run-all: One or two experiments are executed, than it hangs (JSONDecodeError) (similar to #10398)
# 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 When executing `dvc exp...
open
2024-05-16T08:37:39Z
2024-05-19T23:40:20Z
https://github.com/iterative/dvc/issues/10428
[ "A: experiments" ]
AljoSt
0
matterport/Mask_RCNN
tensorflow
2,672
Upgrading the M-RCNN one input model to two input model
Hello, I am trying to run this code on two input models (RGB image and Edge map of the same image) so that I could get better results comparatively. To feed two inputs I am trying like this: [use fit_generator with multiple image inputs](https://github.com/keras-team/keras/issues/8130). After feeding two inputs ...
open
2021-08-18T15:06:39Z
2023-02-02T12:58:47Z
https://github.com/matterport/Mask_RCNN/issues/2672
[]
jprakash-1
2
babysor/MockingBird
pytorch
759
请问有什么可以迁移训练的方法吗?
**Summary[问题简述(一句话)]** 本地机器空间较小,无法下载大数据集进行训练。 但想根据一些较少的数据训练模型,因为数据不够,效果不佳(会吞字)。 所以能否进行迁移训练,从readme中获取的模型文件中提取权重然后使用自己的数据训练,以提升模型的能力。
open
2022-10-04T03:13:11Z
2022-10-11T00:29:53Z
https://github.com/babysor/MockingBird/issues/759
[]
SFKgroup
2
coqui-ai/TTS
deep-learning
3,972
[Bug?] TTS of "10. 9. 8. 7. 6. 5. 4. 3. 2. 1. Finished" seems to clog the system
### Describe the bug Trying to get TTS to do a countdown, but it seems to run forever, when a similar prompt seems to run in a reasonable time Works as expected: ` tts --text "How is the weather today?" --model_name "tts_models/en/ek1/tacotron2" --out_path test2.wav ` Runs forever on my system: ` tts --text...
closed
2024-08-16T11:35:36Z
2025-01-03T08:49:07Z
https://github.com/coqui-ai/TTS/issues/3972
[ "bug", "wontfix" ]
thomasf1
2
NullArray/AutoSploit
automation
1,003
Ekultek, you are correct.
Kek
closed
2019-04-19T16:46:43Z
2019-04-19T16:57:49Z
https://github.com/NullArray/AutoSploit/issues/1003
[]
AutosploitReporter
0
desec-io/desec-stack
rest-api
91
api: rrset PATCH fails when updating ttl only
When sending a POST request to the API endpoint updating ONLY the ttl value, the API responds with an "500 Internal Server Error". This does not happen when the redords are updated or when both, the records and the ttl, are updated. ``` *** DEBUG: http-request : http-url : https://desec.io/api/v1/domains/popmail...
closed
2018-02-02T14:39:54Z
2018-02-08T20:03:59Z
https://github.com/desec-io/desec-stack/issues/91
[ "bug", "api" ]
gerhard-tinned
0
holoviz/panel
jupyter
6,795
Select options not visible when using MaterialTemplate dark theme
#### ALL software version info Windows 10 Pro Chrome 124.0.6367.78 Python 3.10.2 panel==1.4.2 panel-modal==0.4.0 (requirements.txt below) #### Description of expected behavior and the observed behavior Observed: Select widgets render options with white text and white background, making text unreadable. Expe...
open
2024-04-26T15:12:10Z
2024-04-26T15:12:10Z
https://github.com/holoviz/panel/issues/6795
[]
jazl
0
aminalaee/sqladmin
sqlalchemy
33
Cleaning up pagination
Right now the pagination only shows the current page plus previous and next. It would be great to always have 7 pages shown (if applicable) and show previous and next pages.
closed
2022-02-01T09:49:45Z
2022-02-07T08:53:14Z
https://github.com/aminalaee/sqladmin/issues/33
[ "enhancement" ]
aminalaee
0
trevismd/statannotations
seaborn
49
Limiting annotations shown
Hi @mxposed I will like to find out if there was a documentation for this tool? I would like to know if there is an option to limit annotations to only statistically significant comparisons Thank you
closed
2022-02-26T17:14:17Z
2023-06-09T07:38:20Z
https://github.com/trevismd/statannotations/issues/49
[]
eddykay310
3
microsoft/nni
deep-learning
5,783
WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial.
Hello, NAS! was found the problem:WARNING: GPU found but will not be used. Please set `experiment.config.trial_gpu_number` to the number of GPUs you want to use for each trial. ```[tasklist] ### Tasks ```
open
2024-05-16T14:40:12Z
2024-05-29T02:27:43Z
https://github.com/microsoft/nni/issues/5783
[]
xutongpure
1
yihong0618/running_page
data-visualization
105
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file
请问出现如题的问题,如何解决?谢谢
closed
2021-03-25T09:39:02Z
2021-03-27T11:47:17Z
https://github.com/yihong0618/running_page/issues/105
[]
965962591
6
waditu/tushare
pandas
1,592
基础数据-交易日历接口失效
基础数据-交易日历接口失效,返回为空。 麻烦帮忙尽快修复,谢谢! 来自用户ID272876
open
2021-10-11T14:16:54Z
2021-10-11T14:16:54Z
https://github.com/waditu/tushare/issues/1592
[]
Modas-Li
0
jupyter-widgets-contrib/ipycanvas
jupyter
246
Mouse Events with Multicanvas not working
Hi, If I create an object multi_canvas of class Multicanvas() and try: ``` multi_canvas.on_mouse_down(handle_mouse_down) ``` The error is raised: ``` AttributeError: 'super' object has no attribute '__getattr__' ``` I assumed that is because on_mouse_down function is implemented only in the regular Canvas(...
closed
2022-01-31T18:19:18Z
2022-02-02T17:01:21Z
https://github.com/jupyter-widgets-contrib/ipycanvas/issues/246
[ "bug" ]
lizbethwasp
4
hankcs/HanLP
nlp
760
请问有没有办法做到语义上的相似度匹配
## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检索功能](https://github.com/hankcs/HanLP/issues)搜索了我的问题,也没有找...
closed
2018-02-12T01:10:46Z
2018-07-08T04:43:03Z
https://github.com/hankcs/HanLP/issues/760
[ "invalid" ]
yaoyasong
2
encode/apistar
api
435
Type inheritance in 0.4.3
Is Type inheritance supported in 0.4.3? For example, I have these two classes: ``` class NbnOrderFeasibilityRequest(types.Type): sqId = validators.String() nbnLocationId = validators.String() tc4DownloadSpeed = validators.Integer() tc4UploadSpeed = validators.Integer() cpiId = validators...
closed
2018-04-13T06:24:10Z
2018-04-18T16:42:00Z
https://github.com/encode/apistar/issues/435
[]
rhelms
7
BeastByteAI/scikit-llm
scikit-learn
104
avoid recency bias in prompt construction
**Context** According to this [paper](http://proceedings.mlr.press/v139/zhao21c/zhao21c.pdf) ChatGPT (and likely other LLMs) suffer from a recency bias. Whatever class comes last has a higher propability of being selected. **Issue** Currently scikit-llm constructs prompts based on the order of the training data. S...
open
2024-06-18T08:59:33Z
2024-06-19T18:24:11Z
https://github.com/BeastByteAI/scikit-llm/issues/104
[]
AndreasKarasenko
3
milesmcc/shynet
django
88
How to run locally?
How do I run this locally? What IP do I use? I tried setting the ip to local host but I can't access it. Thanks.
closed
2020-12-02T19:03:01Z
2021-01-11T17:51:49Z
https://github.com/milesmcc/shynet/issues/88
[]
mooseyoose
2
pytorch/pytorch
deep-learning
149,047
Unsupported: call_method NNModuleVariable() register_forward_hook [NestedUserFunctionVariable()] {}
### 🐛 Describe the bug AOTI compiling and exporting https://github.com/cvlab-kaist/Chrono I had this issue in the log related to `register_forward_hook` ### Error logs [error.log](https://github.com/user-attachments/files/19212384/error.log) ### Versions 2.6.0 and nightly cc @chauhang @penguinwu @voznesenskym @E...
open
2025-03-12T15:00:41Z
2025-03-19T01:18:07Z
https://github.com/pytorch/pytorch/issues/149047
[ "triaged", "oncall: pt2", "module: dynamo" ]
bhack
4
ageitgey/face_recognition
python
763
ValueError: 'axis' entry is out of bounds
* face_recognition version: latest one * Python version: 3.5.3 * Operating System: Raspberry Pi 2B running Raspbian ### Description I am trying to check for a face in a picture and compare it to a list of known faces ### What I Did ``` import face_recognition import os def main(): compare_im...
closed
2019-03-03T12:23:44Z
2024-11-11T21:51:55Z
https://github.com/ageitgey/face_recognition/issues/763
[]
tidely
0
biolab/orange3
pandas
6,096
Logistic regression coefficients
<!-- This is more of a request for clarification than a bug report. I am interested in displaying and explaining coefficients, particularly with logistic regression. I am using Orange version 3.32.0 on my Mac. The workflow is the following: the file widget is using the heart disease dataset with 303 instances and 13 fe...
closed
2022-08-16T17:17:08Z
2022-08-18T13:08:00Z
https://github.com/biolab/orange3/issues/6096
[ "bug report" ]
rehoyt
1
d2l-ai/d2l-en
machine-learning
2,464
"'svg' is not a valid value for output; supported values are 'path', 'agg', 'macosx'" in Colab notebook
I'm attempting to run the Colab notebook for [Section 20.2 Deep Convolutional Generative Adversarial Networks](https://d2l.ai/chapter_generative-adversarial-networks/dcgan.html), but getting the following error when attempting to visualize the images: ``` --------------------------------------------------------------...
closed
2023-04-05T21:48:36Z
2023-05-15T14:22:23Z
https://github.com/d2l-ai/d2l-en/issues/2464
[]
Meorge
2
ansible/awx
automation
15,474
Cancelling workflow approval doesn’t cancel subsequent nodes.
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-08-28T09:46:25Z
2024-08-28T09:46:43Z
https://github.com/ansible/awx/issues/15474
[ "type:bug", "needs_triage", "community" ]
AwxTaskHelp
0
InstaPy/InstaPy
automation
6,091
essage: The element reference of <button class="_5f5mN jIbKX _6VtSN yZn4P "> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed`
## Expected Behavior Work Properly ## Current Behavior I get this error after some hours of works ```python `Traceback (most recent call last): File "/home/ma/Desktop/sd/pagina gadget.py", line 309, in <module> session.interact_user_followers(random_targets, amount=amountIteraction, randomize=True) Fi...
closed
2021-02-25T20:50:15Z
2021-07-21T04:18:51Z
https://github.com/InstaPy/InstaPy/issues/6091
[ "wontfix" ]
MarcoLavoro
1
kymatio/kymatio
numpy
421
BUG Working examples with the new frontend
Everything there: https://github.com/kymatio/kymatio/tree/kymatio-dev-frontend/examples must run, frontend must be specified. - [x] 1D - [x] 2D - [x] 3D
closed
2019-08-17T18:46:59Z
2020-02-07T10:25:04Z
https://github.com/kymatio/kymatio/issues/421
[ "bug", "1D", "2D", "3D" ]
edouardoyallon
1
pyeve/eve
flask
1,153
Why are curly brackets not escaped in URL queries?
Hi there, I started setting up a few Eve API endpoints in my API debugger client [Insomnia](https://insomnia.rest/), and hit a snag with the URL query formats that Eve expects: ```sh http://api.url/search?aggregate={%22\$key%22:%22value%22} ``` This is not possible to achieve in Insomnia, because it simply e...
closed
2018-05-22T08:29:07Z
2018-05-25T13:37:42Z
https://github.com/pyeve/eve/issues/1153
[]
alexanderwallin
2
chaos-genius/chaos_genius
data-visualization
766
Alerts should show numbers in human-readable format
## Tell us about the problem you're trying to solve The alerts display numbers without any formatting. For large numbers, this can be difficult to read ## Describe the solution you'd like The numbers in alerts should be formatted with `M`, `B`, `K` suffixes for Million, Billion, Thousand, etc. as it is shown in th...
closed
2022-02-23T13:18:18Z
2022-04-11T06:18:39Z
https://github.com/chaos-genius/chaos_genius/issues/766
[ "✨ enhancement", "❗alerts" ]
KShivendu
2
lazyprogrammer/machine_learning_examples
data-science
19
Missing parentheses in call to 'print' (<string>, line 42-47)
closed
2018-03-04T15:23:02Z
2022-04-05T06:33:32Z
https://github.com/lazyprogrammer/machine_learning_examples/issues/19
[]
xtaraim
0
jupyter-incubator/sparkmagic
jupyter
422
YARN Application ID as None on starting spark Application
I have jupyer notebook running on one node. I have installed sparkmagic and separately installed livy using livy-0.4.0-incubating-bin.zip on the same node. I have configured livy to yarn-client to remotely connect to spark. I am able to create spark context sc however the following table gets printed along with it whic...
closed
2017-11-24T06:06:37Z
2017-11-28T17:23:23Z
https://github.com/jupyter-incubator/sparkmagic/issues/422
[]
mrunmayeejog
3
python-restx/flask-restx
flask
348
Load route before swagger documentation
**Ask a question** I have some database services that take a bit of time to run before my swagger interface is loaded. So, I want to load an HTML page with the information & then redirect it to the swagger documentation. How can I add a default route that I can load before the swagger document? The code would do...
open
2021-07-05T17:40:02Z
2021-07-05T17:40:02Z
https://github.com/python-restx/flask-restx/issues/348
[ "question" ]
nithishr
0
Johnserf-Seed/TikTokDownload
api
393
2023-4-9按作者的提示,仔细设置url和cookie,顺利运行。作者大人辛苦了
开贴mark一下,使用c#调用python,用python运行xbogus.js
open
2023-04-09T13:40:11Z
2023-04-09T16:10:42Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/393
[ "重复(duplicate)" ]
hzsun2022
0
litl/backoff
asyncio
181
Obtain value returned by backoff_handler function after maximum tries is reached
Hi, first of all, a huge THANK YOU to all the contributors of this wonderful package. I have been using backoff for a while now and I am amazed at how efficiently it can be used for various usecases. However, recently I am facing a issue that is similar to issue #79. Using backoff decorator, I am trying to retry fai...
open
2022-11-19T21:34:34Z
2022-11-19T21:34:34Z
https://github.com/litl/backoff/issues/181
[]
AanandhiVB
0
zihangdai/xlnet
tensorflow
29
What's the output structure for XLNET? [ A, SEP, B, SEP, CLS]
Hi, is the output embedding structure like this: [ A, SEP, B, SEP, CLS]? Because for BERT it's like this right: [CLS, A, SEP, B, SEP]? And for GPT2 is it just like this: [A, B]? Thanks.
open
2019-06-23T04:41:14Z
2019-09-19T12:07:54Z
https://github.com/zihangdai/xlnet/issues/29
[]
BoPengGit
2
mkhorasani/Streamlit-Authenticator
streamlit
125
Empty credentials for registration only apps
Hello, thank you very much for this fantastic package. It helps a lot put streamlit apps into "semi-production". I want to ask, is it possible do to an initial empty `config.yaml` like: ```yaml cookie: expiry_days: 1 key: some_signature_key name: streamlit-pythia-auth preauthorized: emails: - aa@b...
closed
2024-01-31T10:51:49Z
2024-07-27T14:39:36Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/125
[ "enhancement" ]
lambda-science
2
RobertCraigie/prisma-client-py
pydantic
816
Support OpenTelemetry
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> https://www.prisma.io/docs/concepts/components/prisma-client/opentelemetry-tracing ## Suggested solution <!-- A clear and concise description of what you want to happen. --> TBD. ## Alterna...
open
2023-09-16T11:34:22Z
2023-09-16T11:34:22Z
https://github.com/RobertCraigie/prisma-client-py/issues/816
[ "kind/feature", "topic: client", "priority/low", "level/unknown" ]
RobertCraigie
0
ranaroussi/yfinance
pandas
1,840
Options stopped working
### Describe bug The Ticker module has stopped working. tk = yf.Ticker("TSLA") exps = tk.options print(exps) This returns an empty bracket () This code worked just 2 days ago. I have tried to upgrade to version 0.2.4, but that didn't help. I'm running python 3.10.8 on macbook pro. ### Simple code that rep...
closed
2024-01-25T22:22:39Z
2024-01-29T21:46:07Z
https://github.com/ranaroussi/yfinance/issues/1840
[]
bruerFSol
12
davidsandberg/facenet
computer-vision
543
How do I retrain the existing model by adding new dataset ?
Hi @davidsandberg, I have tried to restore the model with new dataset . i got error like this: please help me to resolve this issue or give me any idea to retrain the existing model with new dataset(the dataset having 700 classes with out msceleb(1580 classes)) ![screenshot](https://user-images.githubuserc...
open
2017-11-20T12:04:32Z
2018-01-29T06:34:21Z
https://github.com/davidsandberg/facenet/issues/543
[]
himabinduyeddala
2
2noise/ChatTTS
python
760
还有待提升, 我生成的不知道为什么,后面的就不读了
<img width="1426" alt="image" src="https://github.com/user-attachments/assets/1f359f77-ab43-4485-adce-cc387b31d896"> ```python import ChatTTS import torch import torchaudio chat = ChatTTS.Chat() chat.load(compile=False) # Set to True for better performance f = open("../frog-tts/demo/w.text", "r", encoding=...
closed
2024-09-19T01:55:27Z
2024-10-15T07:18:58Z
https://github.com/2noise/ChatTTS/issues/760
[ "documentation" ]
lihe6666
1
gto76/python-cheatsheet
python
133
rt
closed
2022-11-14T10:06:32Z
2022-11-17T14:05:44Z
https://github.com/gto76/python-cheatsheet/issues/133
[]
Guffi89
1
dgtlmoon/changedetection.io
web-scraping
1,999
[unsure] verizon site - visual selector can render page, elements are found and drawn, but html to text part says it cant find the filter
v0.45.7.3 https://www.verizon.com/products/bose-quietcomfort-earbuds-ii/ (unfortunately only for USA access) `/html/body/div[4]/div/div[2]/div[3]/div[2]/div/div[3]/div[1]/div[1]/p` filter made by visual-selector opening `last-fetched.html` and using chrome 'copy full xpath' I get `/html/body/div[6]/div/div[2]...
open
2023-11-22T19:42:13Z
2023-11-22T19:45:01Z
https://github.com/dgtlmoon/changedetection.io/issues/1999
[ "triage" ]
dgtlmoon
0
PaddlePaddle/models
nlp
4,756
CTCN 有没有使用I3D特征的demo
open
2020-07-16T08:35:21Z
2024-02-26T05:10:56Z
https://github.com/PaddlePaddle/models/issues/4756
[]
liu824
13
mirumee/ariadne
graphql
843
Pass in data to get_context_for_request
That way you can write something like: ```python async def get_context_for_request( self, request: Any, *, data: Dict[str, Any] = None ) -> Any: if callable(self.context_value): context = self.context_value(request) if isawaitable(context): ...
closed
2022-04-15T15:01:07Z
2022-12-15T11:46:52Z
https://github.com/mirumee/ariadne/issues/843
[ "enhancement" ]
cancan101
9
CorentinJ/Real-Time-Voice-Cloning
deep-learning
906
T
closed
2021-11-24T21:25:59Z
2021-11-24T21:26:44Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/906
[]
memetciftsuren
0
zappa/Zappa
flask
371
[Migrated] async module should probably be renamed
Originally from: https://github.com/Miserlou/Zappa/issues/936 by [jleclanche](https://github.com/jleclanche) In Python 3.7, `async` is a keyword and you will not be able to use it as a module name (like in an import). Try out the deprecation warnings: ``` % PYTHONWARNINGS=all python3.6 -c 'async = 1' <string>:...
closed
2021-02-20T08:27:34Z
2022-08-16T00:57:20Z
https://github.com/zappa/Zappa/issues/371
[]
jneves
1
pydata/xarray
numpy
9,114
Attribute of coodinate removed on input dataArray when used in xr.apply_ufunc
### What happened? Using DataArray 'a' as input of apply_ufunc remove attribute of coordinate of 'a' ### What did you expect to happen? Input DataArray 'a' should stay unchanged when passed to the function. ### Minimal Complete Verifiable Example ```Python import xarray as xr import numpy as np a = xr...
closed
2024-06-13T13:39:50Z
2024-06-13T14:52:56Z
https://github.com/pydata/xarray/issues/9114
[ "bug" ]
lanougue
3
Sanster/IOPaint
pytorch
149
How to handle TIFF format images
Hi. Can the program support reading and processing .tiff images? I have some problems with tiff images.
closed
2022-12-01T01:24:48Z
2022-12-04T03:36:54Z
https://github.com/Sanster/IOPaint/issues/149
[]
wenxuanliu
1
jstrieb/github-stats
asyncio
72
Display all languages
I am a programming language collector. This may seem like a crazy question, but is there a way to display ALL languages in `languages.svg` instead of just the top 13? It seems to have picked up all the languages I wanted it to, they just don't all show, not even as `other %` (yes, I know a lot of lag would be involved...
open
2022-06-13T04:44:34Z
2023-02-06T04:33:47Z
https://github.com/jstrieb/github-stats/issues/72
[]
seanpm2001
1
profusion/sgqlc
graphql
228
Way to add new properties to object types and print with __to_json_value__()
I have a couple of cases where I am adding extra data onto the schema types. I would like this data to still be JSON serializable via `__to_json_value__()`. Is it possible to have new properties added to the class so that they are also serializable and added to the `___json_data___` property? Basically what I'm tryi...
closed
2023-04-19T16:40:09Z
2023-06-16T11:51:46Z
https://github.com/profusion/sgqlc/issues/228
[ "waiting-input" ]
madiganz
3
dynaconf/dynaconf
fastapi
1,240
[bug] using `@merge` with comma separated values, does not infer type
```py settings = Dynaconf( data=[1,2,3] ) ``` ```bash APP_DATA="@merge 4,5,6" dynaconf list -k DATA ``` Result ``` DATA<list>: [1, 2, 3, "4", "5", "6"] ``` Expected ``` DATA<list>: [1, 2, 3, 4, 5, 6] ```
closed
2025-02-10T18:26:09Z
2025-02-10T21:35:04Z
https://github.com/dynaconf/dynaconf/issues/1240
[ "bug", "PortToMain" ]
rochacbruno
0
ray-project/ray
pytorch
50,679
[core] Cover cpplint for ray/src/ray/scheduling
## Description As part of the initiative to introduce cpplint into the pre-commit hook, we are gradually cleaning up C++ folders to ensure compliance with code style requirements. This issue focuses on cleaning up `ray/src/ray/scheduling`. ## Goal - Ensure all `.h` and `.cc` files in `ray/src/ray/scheduling` comply w...
closed
2025-02-18T03:31:31Z
2025-02-21T15:19:55Z
https://github.com/ray-project/ray/issues/50679
[ "enhancement", "core" ]
400Ping
2
automl/auto-sklearn
scikit-learn
1,331
Docstrings for include and exclude argument not up-to-date
The docstrings for include and exclude of the AutoSklearnClassifier and AutoSklearnRegressor are not up-to-date as they do not yet address that one should pass in a dict (and no longer a list).
closed
2021-11-30T15:47:20Z
2021-12-02T14:13:30Z
https://github.com/automl/auto-sklearn/issues/1331
[ "documentation" ]
mfeurer
3
deezer/spleeter
deep-learning
755
[Discussion] Trying to use my own training set but I get an error
I'm trying to use my own training set which is made up of 20 sec mono loops. I'm getting this error. I'm not sure if it's an issue with my data or the configuration that I'm using. Any thoughts would be much appreciated, I've spent a lot of time on this. I can increase the duration of the loops I'm generating if that ...
closed
2022-04-25T19:52:02Z
2022-04-30T14:37:05Z
https://github.com/deezer/spleeter/issues/755
[ "question" ]
dustyny
1
sherlock-project/sherlock
python
1,836
Telegram false positive
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have...
closed
2023-07-03T15:13:57Z
2023-08-29T12:21:00Z
https://github.com/sherlock-project/sherlock/issues/1836
[ "false positive" ]
Troughy
0
python-restx/flask-restx
flask
523
"/" route cannot be defined after Api() call
### **Minimal Code to reproduce issue** ```python from flask import Flask from flask_restx import Api app = Flask(__name__) # NB: moving this line after the `route('/')` definition makes it work api = Api(app, version='1.0', title='MyAPI', doc='/api') @app.route('/') def index(): return 'OK' a...
closed
2023-02-22T15:24:41Z
2023-03-10T11:12:06Z
https://github.com/python-restx/flask-restx/issues/523
[ "bug" ]
Jc-L
3
thtrieu/darkflow
tensorflow
640
Input images with Only One Channel (Grayscale)
I am running into the issue where there is a size mismatch, where I am trying to feed in images which only have one channel, rather than the usual 3. I changed my .cfg file where I set channels to 1, but it looks like that isn't working. Any advice as to how I can fix this? It's a bit difficult to navigate where ex...
open
2018-03-18T23:01:01Z
2019-05-20T03:33:31Z
https://github.com/thtrieu/darkflow/issues/640
[]
jyoonie247
11
mars-project/mars
numpy
3,366
[BUG]Build fails under Windows platform
**Bug description** The MSVC team recently added Mars as part of RWC testing to detect compiler regression. Seems the project will fail to build under Windows due to error C1189: #error: unsupported platform. Could you please take a look? **To Reproduce** 1. Open VS2022 x64 Tools command . 2. git clone C:\gitP\T...
open
2024-05-11T08:18:43Z
2024-05-14T02:39:33Z
https://github.com/mars-project/mars/issues/3366
[]
brianGriifin114
1
FlareSolverr/FlareSolverr
api
506
[torrent9clone] (testing) Exception (torrent9clone): The cookies provided by FlareSolverr are not valid: The cookies provided by FlareSolverr are not valid
closed
2022-09-05T15:07:40Z
2022-09-05T22:25:27Z
https://github.com/FlareSolverr/FlareSolverr/issues/506
[ "duplicate", "invalid" ]
Beusts
1
erdewit/ib_insync
asyncio
310
Set CONTFUT conId to -1* conId of front contract to enable hashing
The Contract class currently doesn't allow hashing of CONTFUT Contracts because they get the same conId as the front contract, but if ib_insync set all conIds for CONTFUT to -1*conId (of the front contract), you could hash the CONTFUT, and it could make working with those sorts of contracts more streamlined. Other t...
closed
2020-11-01T04:38:40Z
2020-11-02T16:06:28Z
https://github.com/erdewit/ib_insync/issues/310
[]
TheAIArchitect
1
pyeve/eve
flask
568
Incorrect validation in Eve 0.5.2
I upgraded our application using Eve to use 0.5.2. Our integration tests immediately caught some changes to validation that were unexpected. See https://gist.github.com/mcreenan/ce366cbb3c5fea17007e
closed
2015-02-27T15:18:02Z
2015-02-27T18:36:10Z
https://github.com/pyeve/eve/issues/568
[ "bug" ]
mcreenan
3
python-restx/flask-restx
api
109
Swagger: add summary on method documentation
**Is your feature request related to a problem? Please describe.** I have not found the mean to add the summary of a method with api.doc decorator. It seems to be hardcoded in swagger.py at line 448: "summary": doc[method]["docstring"]["summary"], **Describe the solution you'd like** As the description on t...
open
2020-04-04T20:54:59Z
2021-07-14T17:58:03Z
https://github.com/python-restx/flask-restx/issues/109
[ "enhancement" ]
albinpopote
4
521xueweihan/HelloGitHub
python
2,596
【开源自荐】一个LLM语言大模型全工具链集成平台 含webui整合包
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/wpydcr/LLM-Kit <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:Python,机器学习 ...
closed
2023-08-23T10:09:27Z
2023-10-24T07:05:40Z
https://github.com/521xueweihan/HelloGitHub/issues/2596
[]
wpydcr
1
mars-project/mars
numpy
3,278
`remove_chunks` slow down on`OrderedSet.dascard` when there are many chunks
When we have many chunks running on each band, `remove_chunks` will become the bottleneck of system: ![image](https://user-images.githubusercontent.com/12445254/195320768-2cdbd74d-c103-40d7-b2e3-b98aac1eb103.png)
closed
2022-10-12T10:36:41Z
2022-10-21T06:52:24Z
https://github.com/mars-project/mars/issues/3278
[]
chaokunyang
0
fastapi/sqlmodel
sqlalchemy
354
Docs: condecimal gives type error "Illegal type annotation: call expression not allowed"
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2022-06-04T03:43:57Z
2023-10-26T10:19:48Z
https://github.com/fastapi/sqlmodel/issues/354
[ "question" ]
cassieopea
3
yt-dlp/yt-dlp
python
12,376
ffmpeg: "Invalid data found when processing input" with niconico/nicovideo m3u8 formats
### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a feature - [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme) - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))...
closed
2025-02-16T00:54:54Z
2025-02-17T22:31:00Z
https://github.com/yt-dlp/yt-dlp/issues/12376
[ "external issue" ]
ghost
8
s3rius/FastAPI-template
graphql
167
Using Mysql as the db is not working
when selecting the mysql database, the installation breaks in this line: ```• Installing mypy (1.3.0) • Installing mysqlclient (2.1.1): Failed ChefBuildError Backend subprocess exited when trying to invoke get_requires_for_build_wheel /bin/sh: mysql_config: command not found /bin/sh: mariadb_c...
open
2023-05-30T06:11:54Z
2023-05-30T07:47:29Z
https://github.com/s3rius/FastAPI-template/issues/167
[]
ramoseh
1
ultralytics/yolov5
machine-learning
13,248
What prevents me from using the AMP function?
### 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 I thank you very much for your work. I would like to be able to use the AMP function, but...
closed
2024-08-07T08:50:50Z
2024-10-20T19:51:31Z
https://github.com/ultralytics/yolov5/issues/13248
[ "question" ]
thgpddl
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
42
抖音部分无法保存的视频下载不了(提示错误 未指定URL
iOS快捷指令 比如这个 https://v.douyin.com/YmWsFLr/
closed
2022-06-23T08:32:25Z
2022-06-23T23:00:22Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/42
[]
Lost-f
2
pytest-dev/pytest-randomly
pytest
210
sort by tests by some_hash_fn(f"{item.id!r}{randomly_seed}") rather than shuffle
shuffle with the same seed isn't stable for item subsets and supersets: ```python3 import random def shuffle(seed, v): v = list(v) random.Random(x=seed).shuffle(v) return v assert ( shuffle(1, "abcd") == ["d", "a", "c", "b"] and shuffle(1, "abc") == ["b", "c", "a"] ) ``` eg i...
closed
2019-11-11T10:26:38Z
2021-08-13T09:15:06Z
https://github.com/pytest-dev/pytest-randomly/issues/210
[]
graingert
1
lukas-blecher/LaTeX-OCR
pytorch
178
[feature] Download checkpoints in correct path
This program download checkpoints in `~/.local/lib/python3.10/site-packages/pix2tex/model/checkpoints`. However, pytorch and all library which depends on pytorch download their pth in a same directory (vary on different OS). Why not keep unified? ``` ❯ ls ~/.local/lib/python3.10/site-packages/pix2tex/model/checkpoi...
closed
2022-09-12T11:07:11Z
2023-10-15T21:25:33Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/178
[]
Freed-Wu
0
ivy-llc/ivy
tensorflow
28,710
Fix Frontend Failing Test: paddle - creation.jax.numpy.size
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-03-31T12:34:29Z
2024-04-09T04:32:58Z
https://github.com/ivy-llc/ivy/issues/28710
[ "Sub Task" ]
ZJay07
0
fastapi-users/fastapi-users
asyncio
253
JWT token refresh
Hi, thanks for the great package and documentation first of all! However, I was wondering if I missed something or if the JWT logic is missing a `/refresh_token` router? How can I make sure the user doesn't need to supply the password again when the token expires? I was planning on automatically refreshing it as ...
closed
2020-07-10T12:08:21Z
2023-06-08T21:54:27Z
https://github.com/fastapi-users/fastapi-users/issues/253
[ "documentation", "question" ]
moreinhardt
8
huggingface/datasets
tensorflow
7,357
Python process aborded with GIL issue when using image dataset
### Describe the bug The issue is visible only with the latest `datasets==3.2.0`. When using image dataset the Python process gets aborted right before the exit with the following error: ``` Fatal Python error: PyGILState_Release: thread state 0x7fa1f409ade0 must be current when releasing Python runtime state: f...
open
2025-01-06T11:29:30Z
2025-03-08T15:59:36Z
https://github.com/huggingface/datasets/issues/7357
[]
AlexKoff88
1
Avaiga/taipy
data-visualization
1,748
Stop support for Python 3.8
Stop supporting version 3.8 of Python.
closed
2024-09-05T07:27:20Z
2024-09-21T06:49:17Z
https://github.com/Avaiga/taipy/issues/1748
[ "🟥 Priority: Critical", "🖧 Devops", "🔒 Staff only" ]
jrobinAV
2
hyperspy/hyperspy
data-visualization
2,935
m.set_signal_range() broken?
In the most recent version of HyperSpy (1.7), calling `m.set_signal_range()` does not work. The "non-GUI" version works fine. ```python import hyperspy.api as hs m = hs.datasets.artificial_data.get_core_loss_eels_model() m.set_signal_range() ``` Gives the error: ```python File hyperspy/signal_tools.py:...
closed
2022-05-10T11:00:52Z
2022-06-08T21:54:37Z
https://github.com/hyperspy/hyperspy/issues/2935
[ "type: bug", "type: regression", "status: fix-submitted" ]
magnunor
0
modin-project/modin
pandas
7,070
Add `modin.pandas.arrays` module
closed
2024-03-12T15:24:53Z
2024-03-13T12:15:19Z
https://github.com/modin-project/modin/issues/7070
[ "new feature/request 💬", "pandas concordance 🐼" ]
anmyachev
0
holoviz/colorcet
plotly
103
Over 300 test failures for `=dev-python/colorcet-2.0.6`
This is the full [build log](https://ppb.chymera.eu/9bd1dd.log). Most issues seem to be `AssertionError`s. #### ALL software version info dev-python/param 1.12.3 dev-python/pyct 0.4.8 dev-lang/python 3.10.9
closed
2023-01-15T16:41:51Z
2023-01-19T23:55:00Z
https://github.com/holoviz/colorcet/issues/103
[]
TheChymera
3
hbldh/bleak
asyncio
1,690
TimeoutError on connect in Windows
* bleak version: 0.22.3 * Python version: 3.13.0 * Operating System: Windows 11 Pro (10.0.26100 N/A Build 26100) ### Description Hello, I am trying to connect to a BLE peripheral (VTM 20F pulse oximeter) using bleak. My script works on MacOS (15.0 Build 24A335), but on Windows I get a TimeoutError. Note that I ...
open
2024-11-22T03:17:48Z
2024-12-19T17:23:12Z
https://github.com/hbldh/bleak/issues/1690
[ "Backend: WinRT" ]
itsbeenemotional
0
bigscience-workshop/petals
nlp
222
Specify minimal requirements to GPU's for contributing
I tried to contribute to the Swarm using an 8gb card and then quickly realized, even when setting the Pytorch fragmeneted split size to 512mb that I could not use this card to contribute to inference. It would be nice to have a section in the readme that specifies this.
closed
2023-01-18T09:59:34Z
2023-02-06T21:49:22Z
https://github.com/bigscience-workshop/petals/issues/222
[]
Joemgu7
3