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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
davidsandberg/facenet | computer-vision | 903 | det.npy | I'm so new in this field. when i follow your code, i couldn't understand what ids det1,2,3.npy files.
I thought it is a model file, but it wasnt. anybody solve what i want to know? Thanks | open | 2018-10-26T12:24:50Z | 2018-10-26T13:02:30Z | https://github.com/davidsandberg/facenet/issues/903 | [] | sangkyuleeKOR | 1 |
ploomber/ploomber | jupyter | 435 | Ploomber fails to install a virtual environment on a system with py2 and py3 installed | After `ploomber install` I got this:
> /usr/bin/python: No module named venv
> Error: An error occurred when executing command: python -m venv venv-chq
> Original error message: Command '('python', '-m', 'venv', 'venv-chq')' returned non-zero exit status 1.
It looks like ploomber calls plain python, which on my... | closed | 2021-12-09T17:38:29Z | 2022-02-14T01:08:20Z | https://github.com/ploomber/ploomber/issues/435 | [] | mgierdal | 7 |
aleju/imgaug | deep-learning | 337 | AssertionError when working with ImageDataGenerator | I've been trying to implement IMGAUG to work with Keras's ImageDataGenerator (and have found the thread where this is discussed), but am running into an Assertion Error with no explanation during the fit command
`history = model.fit_generator(train_generator,
steps_per_epoch = steps_p... | open | 2019-06-14T06:06:47Z | 2019-06-15T08:32:25Z | https://github.com/aleju/imgaug/issues/337 | [] | EXJUSTICE | 3 |
huggingface/transformers | python | 36,086 | The docstring doesn't match the file name in utils/check_table.py | ### System Info

### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...... | closed | 2025-02-07T09:16:09Z | 2025-02-10T15:48:04Z | https://github.com/huggingface/transformers/issues/36086 | [
"bug"
] | kkscilife | 2 |
opengeos/leafmap | streamlit | 355 | Leaf maps options question | Does leaf maps offer?
1. Direction API to draw path From source to destination.
2. Direction API to calculate the distance from the source to the destination.
3. Show multiple pin locations on the maps.
@Pop these are the points that need to clear from the Leafmaps support team. | closed | 2023-02-03T07:06:36Z | 2023-02-03T20:33:43Z | https://github.com/opengeos/leafmap/issues/355 | [
"Feature Request"
] | ziskind60 | 1 |
langmanus/langmanus | automation | 44 | openai.InternalServerError: Unable to round-trip http request to upstream: dial tcp [::1]:11434: connectex: No connection could be made because the target machine actively refused it. | closed | 2025-03-19T03:47:23Z | 2025-03-20T02:13:42Z | https://github.com/langmanus/langmanus/issues/44 | [] | bigsinger | 2 | |
pytorch/pytorch | machine-learning | 149,040 | Only 2D, 3D, 4D, 5D padding with non-constant padding are supported for now | ### 🐛 Describe the bug
Hello, thanks for sharing the work.
I encountered an issue while running my ESPnet-based TTS script on Windows. Here is the error message I got:
G:\code> & g:/University_documents_over_four_years/AI语音/.conda/python.exe g:/code/tts1.py
Failed to import Flash Attention, using ESPnet default: No ... | open | 2025-03-12T13:54:45Z | 2025-03-14T19:01:28Z | https://github.com/pytorch/pytorch/issues/149040 | [
"module: nn",
"triaged"
] | fallen-leaves-web | 1 |
yeongpin/cursor-free-vip | automation | 149 | 建议更改CloudFlare人机验证逻辑 | 建議更改CloudFlare人機驗證邏輯 | 方案一:使用 cloudscraper 库(推荐)
这个库专门用于处理 Cloudflare 的反爬机制,可自动完成 JavaScript 验证挑战。
python
复制
import cloudscraper
# 创建 scraper 对象
scraper = cloudscraper.create_scraper(
browser={
'browser': 'firefox',
'platform': 'windows',
'mobile': False
}
)
url = "https://目标网站.com"
try:
# 发送请求(自动处理验证)... | closed | 2025-03-06T12:39:15Z | 2025-03-06T12:41:53Z | https://github.com/yeongpin/cursor-free-vip/issues/149 | [] | sysedger | 0 |
kizniche/Mycodo | automation | 953 | Cannot activate Bang-Bang Hysteretic function | Trying to Activate a Bang-Bang Hysteretic function after initial configuration and saving. Errors with "Error: Error: receiving: timeout"
- Mycodo Version: [e.g. 8.0.3] 8.9.1
- Raspberry Pi Version: [e.g. 3B+] a02082
- Raspbian OS Version: [e.g. Buster Lite] Linux raspberrypi 5.10.17-v7+
1. Go to Setup -> Fu... | closed | 2021-03-16T03:05:17Z | 2021-03-17T04:43:12Z | https://github.com/kizniche/Mycodo/issues/953 | [
"bug",
"Fixed and Committed"
] | JustinCredible- | 5 |
babysor/MockingBird | pytorch | 578 | 打开web端后,左侧显示模式选择,但是右侧报错,如下 | ImportError: DLL load failed while importing shell: 找不到指定的程序。
Traceback:
File "D:\anaconda\envs\aivoice\lib\site-packages\streamlit\scriptrunner\script_runner.py", line 443, in _run_script
exec(code, module.__dict__)
File "C:\Users\giant\AppData\Local\Temp\tmpp_sbx1jh.py", line 14, in <module>
render_strea... | closed | 2022-05-25T11:07:10Z | 2022-10-26T15:01:26Z | https://github.com/babysor/MockingBird/issues/578 | [] | novolands | 3 |
deezer/spleeter | tensorflow | 175 | [Feature] Generating a vocal time code file for karaoke | ## Description
I don't know how this software work. But it's simply amazing! :-)
I would love to use it for creating karaoke music file, i.e. I have to synchronize the lyrics. I'm wondering whether it's possible to generate the time code information while splitting the vocal, of course not each single words, but betw... | closed | 2019-12-09T23:26:44Z | 2019-12-30T14:59:46Z | https://github.com/deezer/spleeter/issues/175 | [
"enhancement",
"feature"
] | bigboss97 | 2 |
miguelgrinberg/Flask-Migrate | flask | 176 | Duplicate migrations in non default schemas (Postgres) | I recently ran into this issue: https://stackoverflow.com/questions/40577640/flask-migrate-using-different-postgres-schemas-table-args-schema-te
As described in my answer there, this problem can be fixed by setting `include_schemas = True` in the `configure` call, but I find this behavior surprising / borderline bug... | closed | 2017-11-30T04:52:05Z | 2019-01-13T22:21:30Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/176 | [
"question",
"auto-closed"
] | jolleon | 2 |
allure-framework/allure-python | pytest | 33 | Add documentation | closed | 2017-02-06T14:12:21Z | 2018-07-16T12:22:48Z | https://github.com/allure-framework/allure-python/issues/33 | [
"theme:old pytest",
"type:enhancement"
] | baev | 2 | |
pandas-dev/pandas | python | 60,284 | BUG?: using `None` as replacement value in `replace()` typically upcasts to object dtype | I noticed that in certain cases, when replacing a value with `None`, that we always cast to object dtype, regardless of whether the dtype of the calling series can actually hold None (at least, when considering `None` just as a generic "missing value" indicator).
For example, a float Series can hold `None` in the s... | open | 2024-11-12T10:45:46Z | 2024-11-12T12:45:38Z | https://github.com/pandas-dev/pandas/issues/60284 | [
"Bug",
"Missing-data",
"replace",
"API - Consistency"
] | jorisvandenbossche | 2 |
pyg-team/pytorch_geometric | deep-learning | 10,029 | ToUndirected strange behaviour | ### 🐛 Describe the bug
I found this when checking the ToUndirected transformer on batches and am confused by the behaviour.
I have a list of directed graphs which I want to undirect. I have N nodes, N*(N-1)/2 edges and just as many edge attributes.
When I undirect the individual graphs first and then batch them, o... | open | 2025-02-13T17:01:08Z | 2025-03-12T16:54:26Z | https://github.com/pyg-team/pytorch_geometric/issues/10029 | [
"bug"
] | HCelion | 1 |
MilesCranmer/PySR | scikit-learn | 207 | [BUG] *Installation difficulties on Windows 10, Py3.9* | **Describe the bug**
Facing issues while installing pysr through
import pysr
pysr.install()
**julia.tools.PyCallInstallError: Precompiling PyCall failed.**
Fatal Python error: init_import_size: Failed to import the site module
**Version (please include the following information):**
- OS: Windows (x86_64... | closed | 2022-10-18T22:17:12Z | 2024-02-12T09:04:30Z | https://github.com/MilesCranmer/PySR/issues/207 | [
"bug"
] | ganatma | 4 |
tqdm/tqdm | jupyter | 1,264 | Update using current "total" (and not increment size) | - [x] I have marked all applicable categories:
+ [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [x] new feature request
- [x] I have visited the [source website], and in particular
rea... | open | 2021-10-20T10:14:24Z | 2024-11-05T09:59:03Z | https://github.com/tqdm/tqdm/issues/1264 | [] | tdegeus | 6 |
ultralytics/ultralytics | computer-vision | 19,822 | Can you fix up the custom model performance for the Android export? | https://github.com/user-attachments/assets/ef60262e-e196-4bef-9f6f-73bbf9f59458
### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug
Can you fix up the ... | open | 2025-03-22T11:21:33Z | 2025-03-22T11:49:54Z | https://github.com/ultralytics/ultralytics/issues/19822 | [
"embedded",
"exports"
] | AntDX316 | 2 |
modin-project/modin | pandas | 7,435 | PERF: Look into reducing copies for native execution | Native execution uses a pandas dataframe to represent the data. For operations that act on just one dataframe, the sequence for [defaulting to pandas](https://github.com/modin-project/modin/blob/8a832de870243294c407dee6300d993647205ff3/modin/core/storage_formats/base/query_compiler.py#L202) is:
1) copy the pandas data... | open | 2025-02-08T01:37:22Z | 2025-02-11T20:30:04Z | https://github.com/modin-project/modin/issues/7435 | [
"Performance 🚀",
"P1"
] | sfc-gh-mvashishtha | 1 |
erdewit/ib_insync | asyncio | 426 | whatiforder is not working | how can work with whatiforder ? dosent give me corect data
if is it blocking how to get margin of trade?
thank you | closed | 2022-01-10T14:21:47Z | 2022-01-30T09:40:51Z | https://github.com/erdewit/ib_insync/issues/426 | [] | alisiroos | 0 |
dunossauro/fastapi-do-zero | sqlalchemy | 211 | FastAPI do Zero! | | Link do projeto | Seu @ no git | Comentário (opcional) |
|-------------|:-------------:|:-------------:|
|[FastAPI do Zero](https://github.com/Hiroowtf/FastAPI-Dunossauro) | [ Hiroowtf ](https://github.com/Hiroowtf) | Iniciando o Curso | | closed | 2024-07-20T21:15:04Z | 2024-07-21T19:52:42Z | https://github.com/dunossauro/fastapi-do-zero/issues/211 | [] | Hiroowtf | 1 |
thp/urlwatch | automation | 770 | Best practice for a bunch of keywords for several urls | Hello,
I need some hints, how to realize my workflow.
I want to check multiple sites (shops) for changes when searching keywords (products). In general, I would use an array of keywords and loop through it and make requests to each site/shop with placeholders in the url for the searched keyword. Something like [shop1... | open | 2023-10-23T11:04:46Z | 2023-10-23T13:08:37Z | https://github.com/thp/urlwatch/issues/770 | [] | Hans-Maulwurf | 1 |
nteract/papermill | jupyter | 709 | ImportError: attempted relative import with no known parent package | I'm trying to turn into a pip package a notebook which runs using Papermill. There are python file local to the package that I want to import into the notebook but it's giving me an error:
```py
# SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
# sys.path.append(os.path.dirname(SCRIPT_DIR))
from . import... | open | 2022-12-27T03:07:32Z | 2023-01-03T16:08:53Z | https://github.com/nteract/papermill/issues/709 | [
"bug",
"help wanted"
] | u3Izx9ql7vW4 | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,357 | propagate_attrs not accommodated by _construct_for_list |
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/12356
```py
from __future__ import annotations
from sqlalchemy.orm import DeclarativeBase
from sqlalchemy.orm import Mapped
from sqlalchemy.orm import mapped_column
class Base(DeclarativeBase):
pass
class A(Base):
__tablename__ = "a"
... | closed | 2025-02-18T15:13:24Z | 2025-02-18T17:57:29Z | https://github.com/sqlalchemy/sqlalchemy/issues/12357 | [
"bug",
"orm",
"near-term release"
] | zzzeek | 2 |
modelscope/data-juicer | data-visualization | 564 | [Bug]: Test failed with no language_id_score_filter | ### Before Reporting 报告之前
- [x] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [x] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w... | closed | 2025-01-29T11:21:27Z | 2025-01-29T18:13:53Z | https://github.com/modelscope/data-juicer/issues/564 | [
"bug"
] | monsieurzhang | 1 |
gradio-app/gradio | data-visualization | 10,489 | HTML object has no attribute 'fill_height' | ### Describe the bug
gradio 5.14.0
When adding a gr.HTML element to gr.TabbedInterface, an error "AttributeError: 'HTML' object has no attribute 'fill_height'. Did you mean: 'min_height'?" occurs, in previous 5.9.1 releases everything worked fine.
### Have you searched existing issues? 🔎
- [x] I have searched and ... | closed | 2025-02-03T07:59:37Z | 2025-02-03T08:01:46Z | https://github.com/gradio-app/gradio/issues/10489 | [
"bug"
] | AlexeyPoptsov | 1 |
litestar-org/litestar | asyncio | 3,129 | Bug: CacheControlHeader not applying on create_static_files_router | ### Description
When applying a `CacheControlHeader` to the [static files router](https://docs.litestar.dev/latest/reference/static_files.html#litestar.static_files.create_static_files_router), the cache headers are not applied to requests served from this router.
`CacheControlHeader` works correctly on regular r... | closed | 2024-02-23T01:36:51Z | 2025-03-20T15:54:26Z | https://github.com/litestar-org/litestar/issues/3129 | [
"Bug :bug:"
] | ANIALLATOR114 | 3 |
Avaiga/taipy | automation | 1,996 | [🐛 BUG] Better rendering on Mobile | ### What went wrong? 🤔
One of our customers needs help getting a good-looking website on mobile. The application is available here:
https://develop-datauv.taipy.cloud/
On Desktop, the website looks fine:

On Mobile, the w... | closed | 2024-10-09T16:13:46Z | 2024-10-09T16:25:32Z | https://github.com/Avaiga/taipy/issues/1996 | [
"💥Malfunction",
"🟧 Priority: High",
"🔒 Staff only"
] | AlexandreSajus | 1 |
deepspeedai/DeepSpeed | deep-learning | 7,165 | Install DeepSpeed fail with setuptools-77.0.3 | ```bash
root@csi67c88jasm4-0:/workspace/LLaMA-Factory# pip list
Package Version Editable project location
--------------------------------- ------------- ---------------------------------
accelerate 1.2.1
aiofiles 23.2.1
aiohappyeyeballs ... | open | 2025-03-21T09:01:13Z | 2025-03-24T18:56:19Z | https://github.com/deepspeedai/DeepSpeed/issues/7165 | [] | kuailehaha | 6 |
AirtestProject/Airtest | automation | 1,008 | 用例执行的图像识别情况与Image Editor中的不一致 | **描述问题bug**
通过IDE截图的图片 内容 在用例执行的时候始终匹配不到,confidence只有0.20+ ,但是我通过Image Editor去调试的时候,confidence能够达到0.98
```
Try finding: Template(logo.png)
resize: (594, 186)->(624, 195), resolution: (1296, 759)=>(1312, 798)
try match with MultiScaleTemplateMatchingPre
[MSTemplatePre] threshold=0.7, result={'result': (220, 55... | open | 2021-12-24T07:31:28Z | 2021-12-24T07:31:28Z | https://github.com/AirtestProject/Airtest/issues/1008 | [] | yili1992 | 0 |
aio-libs/aiomysql | asyncio | 488 | [Question] Are there anyways to set read_timeout or write_timeout like pymysql? | Regarding to this: https://pymysql.readthedocs.io/en/latest/modules/connections.html
When creating `pymysql` connection, we can set `read_timeout` or `write_timneout`. But I can't find anyway to specific the same arguments to `aiomysql` connection | open | 2020-05-09T03:36:36Z | 2022-01-13T00:35:54Z | https://github.com/aio-libs/aiomysql/issues/488 | [
"enhancement"
] | WindSoilder | 1 |
falconry/falcon | api | 2,352 | Support app `state` from ASGI Lifespan Protocol | The [ASGI Lifespan Protocol](https://asgi.readthedocs.io/en/latest/specs/lifespan.html) offers [Lifespan State](https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state) (if the app server supports it):
> Applications often want to persist data from the lifespan cycle to request/response handling. For ... | open | 2024-10-03T16:03:07Z | 2024-10-04T05:50:34Z | https://github.com/falconry/falcon/issues/2352 | [
"enhancement"
] | vytas7 | 0 |
opengeos/leafmap | jupyter | 34 | get the coordinates of a user-drawn polygon | First of all, congratulations Dr. Qiusheng for your fantastic work !
I became a 100% geemap user and one of the very useful functions when working with feature exploration (1) is to manually draw a polygon in an area of interest, (2) extract the coordinates with Map.draw_last_feature and then (3) export this polygon... | closed | 2021-06-13T14:02:04Z | 2021-06-13T18:28:39Z | https://github.com/opengeos/leafmap/issues/34 | [
"Feature Request"
] | andrebelem | 8 |
ets-labs/python-dependency-injector | flask | 194 | How to inject something on a function argument? | First of all, great work!
I'm coming from the PHP world where I'm used to having method level injections so if something only used in 1-2 methods then it doesn't necessarily need to get injected on the class level. I trying to figure out how could I do this but I'm getting lost in the documentation.
I wish to do ... | closed | 2018-04-19T21:59:20Z | 2018-04-24T17:56:34Z | https://github.com/ets-labs/python-dependency-injector/issues/194 | [
"question"
] | adaliszk | 5 |
huggingface/transformers | python | 36,157 | Add functionality to save model when training unexpectedly terminates | ### Feature request
I'm thinking of implementing it like this:
```python
try:
trainer.train(resume_from_checkpoint=args.resume_from_checkpoint)
finally:
trainer._save_checkpoint(trainer.model, None)
```
I want to utilize the characteristics of 'finally' to ensure that the model is saved at least once at the en... | closed | 2025-02-13T07:37:29Z | 2025-02-14T11:30:52Z | https://github.com/huggingface/transformers/issues/36157 | [
"Feature request"
] | jp1924 | 3 |
simple-login/app | flask | 1,767 | PGP email backup | Why are emails encrypted only when they're forwarded, and not before they're stored on server in the 7 day backup? | open | 2023-06-05T10:54:39Z | 2023-06-05T11:40:39Z | https://github.com/simple-login/app/issues/1767 | [] | eligibleshield | 0 |
PokeAPI/pokeapi | api | 1,038 | Dual normal-types displaying normal-type as ability | I've been working on a simple JS-based Pokedex, and I'll just give a quick insight into how it works:
I fetch the data of an individual Pokemon using a variable set to 1 as an id endpoint, and display the data in the HTML after.
When the left / right arrow keys are pressed, the variable increments / decrements an... | closed | 2024-02-08T15:39:13Z | 2024-02-08T16:11:24Z | https://github.com/PokeAPI/pokeapi/issues/1038 | [] | Wither19 | 1 |
ageitgey/face_recognition | machine-learning | 600 | Optionally include confidence, when running face_locations | * face_recognition version: 1.2.3
* Python version: 3.7.0
* Operating System: OSX
### Description
`dlib` allows you to see the [confidence of a detected face](https://stackoverflow.com/questions/44648689/getting-probability-of-detected-face-in-dlib). However, this functionality is not exposed in `face_recogniti... | open | 2018-08-24T10:11:02Z | 2018-08-24T10:11:02Z | https://github.com/ageitgey/face_recognition/issues/600 | [] | turian | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 699 | On the issue that the mask constraint doesn't work for 3D Gaussian | Hello, I made a mask, the white part of the mask is the object, the black part is the background, I added the constraint of this mask to the loss, I hope the Gaussian ellipsoid does not rebuild the background part, but the reality is that the Gaussian ellipsoid will still rebuild the background part.
Do you know how ... | open | 2024-03-08T08:25:29Z | 2024-05-08T11:55:03Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/699 | [] | 520jz | 2 |
iperov/DeepFaceLab | machine-learning | 5,521 | Infinite loop when trying to use data_src/dst faceset pack util | ## Expected behavior
Lauching the script and getting a .pak file
## Actual behavior
After "performing faceset packing" message nothing happens, it can't even reach progress bar
## Steps to reproduce
laucnh any of faceset pack scripts
## Where exactly
The loop is at core.joblib.SubprocessorBase in S... | closed | 2022-05-20T09:22:09Z | 2022-05-26T08:55:30Z | https://github.com/iperov/DeepFaceLab/issues/5521 | [] | dispasha | 1 |
man-group/arctic | pandas | 965 | Library was not correctly initialized in Arctic | Hi guys,
I have been using the free mongodb version for over a year together with arctic and everything was working fine.
I recently upgraded my mongodb from a shared to a dedicated service.
From my personal machine and a server everything is running f.
I have a second server and I get the following error message... | open | 2022-07-04T09:03:38Z | 2022-07-05T06:41:13Z | https://github.com/man-group/arctic/issues/965 | [] | tomnewg | 3 |
microsoft/nni | pytorch | 5,162 | Dispatcher stream error, tuner may have crashed | **Describe the issue**:
**Environment**:
- NNI version: 2.9
- Training service (local|remote|pai|aml|etc): Local
- Client OS: Windows 10
- Server OS (for remote mode only):
- Python version: 3.7.13 (also tried with 3.9.12)
- PyTorch/TensorFlow version: torch 1.12.1+cu116
- Is conda/virtualenv/venv used?: ... | open | 2022-10-16T15:41:10Z | 2022-11-09T02:16:06Z | https://github.com/microsoft/nni/issues/5162 | [] | imsaumil | 7 |
itamarst/eliot | numpy | 15 | Turn eliot.filter into a binary, and document its existence | open | 2014-04-15T13:41:40Z | 2018-09-22T20:59:11Z | https://github.com/itamarst/eliot/issues/15 | [] | itamarst | 2 | |
davidsandberg/facenet | computer-vision | 619 | How to train nn4 model? | According to the source code. I found nn4.py in tmp directory. I would like to know how to train nn4 model instead of inception_resnet_v1? | closed | 2018-01-18T08:11:32Z | 2018-01-22T06:34:37Z | https://github.com/davidsandberg/facenet/issues/619 | [] | saypadith | 0 |
deezer/spleeter | tensorflow | 741 | Windows 10 - I can't run the tests with 'poetry run pytest tests/' | <!-- Please respect the title [Discussion] tag. -->
Hello all,
I've tried everything I can - different python versions, fresh environments, etc. but I can't get the tests to run from the command line. Can anyone give me some suggestions, based upon this output? I would super appreciate it.
(py3812) C:\Python\sp... | open | 2022-03-18T07:02:50Z | 2022-03-18T10:59:16Z | https://github.com/deezer/spleeter/issues/741 | [
"question"
] | robertmckean | 1 |
microsoft/nlp-recipes | nlp | 257 | [BUG] Failure with nltk download sometimes due to utils_nlp/dataset/__init__.py | This file - https://github.com/microsoft/nlp/blob/master/utils_nlp/dataset/__init__.py causes failure on Azure cluster with `File exists error` when a previous run on an nc24 gpu cluster is cancelled and a new run is started I usually get this error. I'm wondering if we should handle this since a user might likely do t... | closed | 2019-08-09T03:14:59Z | 2019-11-26T18:37:36Z | https://github.com/microsoft/nlp-recipes/issues/257 | [
"bug",
"release-blocker"
] | janhavi13 | 3 |
huggingface/pytorch-image-models | pytorch | 2,080 | model.config.id2label = {id: label for label, id in config.label2id.items()} | model.config.id2label = {id: label for label, id in config.label2id.items()} | closed | 2024-01-20T12:36:45Z | 2024-01-20T16:51:58Z | https://github.com/huggingface/pytorch-image-models/issues/2080 | [] | ghost | 0 |
gyli/PyWaffle | matplotlib | 31 | Add Font Awesome through Python package | Font Awesome v6 now provides Python package on Pypi https://pypi.org/project/fontawesomefree/#description
Add Font Awesome through Python package, so no need to add a copy of otf files in PyWaffle.
This solution might not reduce the content that need to be downloaded when installing, and is not able to use system... | closed | 2022-06-05T20:56:20Z | 2022-06-07T17:56:57Z | https://github.com/gyli/PyWaffle/issues/31 | [] | gyli | 0 |
sgl-project/sglang | pytorch | 4,273 | [Help] where is the dockerfile for rocm/sgl-dev:20250305 | Want to compile for Amd 6700 xt
Or rocm/sgl-dev:vllm20250114 in https://github.com/sgl-project/sglang/blob/main/docker/Dockerfile.rocm
| open | 2025-03-10T18:35:35Z | 2025-03-18T17:26:07Z | https://github.com/sgl-project/sglang/issues/4273 | [] | inevity | 2 |
MagicStack/asyncpg | asyncio | 937 | Can't connect to default unix socket (tries to connect to localhost) | Following the documentation:
> The default behavior when host is not specified, or is empty, is to connect to a Unix-domain socket in /tmp (or whatever socket directory was specified when PostgreSQL was built).
https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-HOST
But, if I run:
`asyncio.r... | closed | 2022-07-17T15:34:30Z | 2022-07-18T19:51:42Z | https://github.com/MagicStack/asyncpg/issues/937 | [] | Dreamsorcerer | 2 |
ray-project/ray | machine-learning | 51,486 | CI test windows://python/ray/tests:test_state_api_log is consistently_failing | CI test **windows://python/ray/tests:test_state_api_log** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aad4-a541-45a9-b1ef-d27f9a1da383
- https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4168-a0da-6cbdc8cbd2df
DataCaseName-windows://pyt... | closed | 2025-03-18T23:08:07Z | 2025-03-19T21:55:01Z | https://github.com/ray-project/ray/issues/51486 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 2 |
keras-team/autokeras | tensorflow | 1,698 | Using custom metrics with regression I am not able to predict and save the model. | ### Bug Description
Using custom metrics with regression I am not able to predict and save the model.
### Bug Reproduction
reg = ak.StructuredDataRegressor(
column_names = headers_for_training,
max_trials = GlobalVariables.MaxTrials,
loss='mean_squared_error',
... | open | 2022-03-17T13:29:12Z | 2022-03-17T13:29:12Z | https://github.com/keras-team/autokeras/issues/1698 | [] | ENANick | 0 |
Yorko/mlcourse.ai | seaborn | 369 | Docker Image | The Docker image needs to be updated to the latest packages versioning, maybe... | closed | 2018-10-10T12:09:24Z | 2018-10-11T13:47:20Z | https://github.com/Yorko/mlcourse.ai/issues/369 | [
"enhancement"
] | AdityaSoni19031997 | 1 |
supabase/supabase-py | flask | 775 | Cannot order by multiple columns | # Bug report
## Describe the bug
When trying to order multiple columns by using multiple .order() modifiers on a select function, the result only orders by the first column specified.
## To Reproduce
Here is my code to get some rows from a table, which is then ordered first by last_chatted and then by creat... | closed | 2024-04-17T23:04:42Z | 2024-08-19T18:37:05Z | https://github.com/supabase/supabase-py/issues/775 | [
"bug"
] | justinsunyt | 3 |
pywinauto/pywinauto | automation | 1,158 | ComboLBox not select function | ## Expected Behavior
Use select function to choose item from ComboLBox variable. (see green block)

## Actual Behavior
Can't find *select* function from ComboLBox variable.
## Steps to Reproduce the... | closed | 2021-12-20T09:38:11Z | 2021-12-21T02:39:18Z | https://github.com/pywinauto/pywinauto/issues/1158 | [] | cross-hello | 1 |
axnsan12/drf-yasg | rest-api | 684 | Cannot set SerializerMethodField type as nullable | Marking a SerializerMethodField method with a nullable return type does not result in the expected openapi format
```python
def get_profile(self, obj) -> Optional[str]:
if some_condition:
return "my profile"
return None
```
Results in:
```json
"profile": {
"title": "Profile",
"t... | open | 2020-12-29T12:28:09Z | 2025-03-07T12:13:24Z | https://github.com/axnsan12/drf-yasg/issues/684 | [
"triage"
] | OskarPersson | 0 |
gradio-app/gradio | deep-learning | 10,251 | stop btn click event with cancels do NOT execute then | ### Describe the bug
I have a long RAG app, sometimes the llm loop output, I have a button to cancel, and then save the looped output, something like:
```python
stop_btn.click(fn=None,inputs=None,cancels=[submit_event]).then(fn=store_chat,inputs=[chatbot])
```
but the store_chat never run
### Have y... | closed | 2024-12-25T00:40:51Z | 2024-12-29T17:47:10Z | https://github.com/gradio-app/gradio/issues/10251 | [
"bug",
"needs repro"
] | liaoweiguo | 2 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 233 | 接口报 500 错误 | https://api.douyin.wtf/tiktok_video_data?video_id=7257925577091386642
这个接口报 500 错误 Internal Server Error
| closed | 2023-08-04T03:17:01Z | 2023-08-04T09:28:09Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/233 | [
"BUG"
] | 419606974 | 2 |
iperov/DeepFaceLab | machine-learning | 5,225 | data_src faceset extract error | Choose one or several GPU idxs (separated by comma).
[CPU] : CPU
[0] : GeForce GTX 1650
[0] Which GPU indexes to choose? :
0
[wf] Face type ( f/wf/head ?:help ) :
wf
[0] Max number of faces from image ( ?:help ) :
0
[512] Image size ( 256-2048 ?:help ) :
512
[90] Jpeg quality ( 1-100 ?:help ) :
90
... | open | 2021-01-01T08:16:44Z | 2023-06-08T22:01:33Z | https://github.com/iperov/DeepFaceLab/issues/5225 | [] | a7medehab | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,375 | Accessibility issue: "Report form stepper" | ### What version of GlobaLeaks are you using?
4.10.18 - development environment
### What browser(s) are you seeing the problem on?
All
### What operating system(s) are you seeing the problem on?
Windows, macOS, Android, iOS
### Describe the issue
This accessibility report is about the questionniare stepper/navig... | open | 2023-03-02T11:58:41Z | 2023-05-02T10:02:16Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3375 | [
"T: Enhancement",
"C: Client",
"F: Accessibility"
] | larrykind | 0 |
scikit-optimize/scikit-optimize | scikit-learn | 461 | Test failures on master | ```
surrogate = 'gp', n_jobs = 1
@pytest.mark.parametrize("surrogate", ['gp', None])
@pytest.mark.parametrize("n_jobs", [1, -1]) # test sequential and parallel
def test_searchcv_runs(surrogate, n_jobs):
"""
Test whether the cross validation search wrapper around sklearn
mod... | closed | 2017-08-02T19:44:50Z | 2017-08-11T14:43:45Z | https://github.com/scikit-optimize/scikit-optimize/issues/461 | [
"Bug"
] | amueller | 20 |
huggingface/transformers | tensorflow | 36,054 | Issue with Trainer Training - AttributeError: 'NoneType' object has no attribute 'shape' | ### Description:
I am working on fine-tuning an image-text model using the Hugging Face AutoModelForImageTextToText and LlavaProcessor. While attempting to train the model using the SFTTrainer, I encountered an error related to a NoneType object during the training loop. The error occurs specifically in the _merge_inpu... | closed | 2025-02-05T17:45:32Z | 2025-02-06T10:07:25Z | https://github.com/huggingface/transformers/issues/36054 | [] | Md-Nasif03 | 7 |
graphql-python/graphene-sqlalchemy | graphql | 313 | using interface with polymorphic models | I have some polymorphic models
```
class A(Base):
name = Column()
class B(A):
for_b = Column()
class C(A):
for_c = Column()
```
I then made graphql object for them like this
```
class Ainterface(Interface):
name = String()
class Meta:
interfaces = (Node,)
... | closed | 2021-07-19T12:12:36Z | 2023-05-28T00:46:28Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/313 | [
"enhancement"
] | kimutaiRop | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 180 | Distributed wrapper for loss functions | Try to make a DistributedLoss wrapper that makes loss functions work across multiple gpus, i.e. DistributedDataParallel.
@JohnGiorgi Maybe you have some thoughts. Is [this function in your library](https://github.com/JohnGiorgi/DeCLUTR/blob/1dda901fbfcfd9de5767daf06cbd5e8d1e81a86c/declutr/common/model_utils.py#L28) ... | closed | 2020-08-15T21:51:22Z | 2020-09-14T09:56:37Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/180 | [
"enhancement",
"fixed in dev branch"
] | KevinMusgrave | 4 |
deezer/spleeter | tensorflow | 452 | [Bug] Some GPU Training related error | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Step to reproduce
1. Installed using `pip`
2. Ran `spleeter train... | open | 2020-07-10T13:17:14Z | 2020-08-03T05:22:40Z | https://github.com/deezer/spleeter/issues/452 | [
"bug",
"invalid"
] | wesleyr36 | 5 |
keras-team/keras | machine-learning | 21,080 | Will Keras welcome new backend contributions? | Suppose we could develop a brand-new backend for Keras, such as [Paddle](https://github.com/PaddlePaddle/Paddle). Would Keras welcome our new backend contributions?
In fact, I can understand that adding a new backend will increase the maintenance burden of the keras-team. Therefore, I would like to ask for keras-team'... | closed | 2025-03-21T14:19:45Z | 2025-03-21T17:25:58Z | https://github.com/keras-team/keras/issues/21080 | [] | pass-lin | 1 |
ethanopp/fitly | dash | 8 | Strava activity stream has not attribute 'keys' - Cannot generate df_samples | First thing - I'm trying to understand the strava data scraping while I'm having issues with the below code.
```
def build_df_samples(self):
seconds = 1
streams = get_strava_client().get_activity_streams(self.id, types=types)
self.df_samples = pd.DataFrame(columns=types)
# Write ea... | closed | 2020-08-13T00:43:45Z | 2020-08-13T23:58:26Z | https://github.com/ethanopp/fitly/issues/8 | [] | pierretamisier | 4 |
rthalley/dnspython | asyncio | 603 | dnspython on Android | I use kivy for creating Android apps. In my project I use exchangelib, it use dnspython. When I run project on Android, I see error : dns.resolver.NoResolverConfiguration: None. Can you check this issue? I see error only on Android, on unix/windows it works. | closed | 2020-11-17T20:03:03Z | 2020-11-19T16:59:02Z | https://github.com/rthalley/dnspython/issues/603 | [] | xx113355 | 1 |
huggingface/transformers | tensorflow | 36,100 | qwen2_5_vl processor padding side is wrong. | ### System Info



the padding side should be left... | closed | 2025-02-08T03:38:16Z | 2025-03-18T08:04:22Z | https://github.com/huggingface/transformers/issues/36100 | [
"bug"
] | habaohaba | 4 |
iperov/DeepFaceLab | deep-learning | 5,454 | SRC and DST swapped in latest build of the software (or perhaps... in every build?) | Not sure how or WHY this has not been mentioned to anyone (or how the developers didn't notice this or fix it)... but the SRC and DST files in the latest build of the software are SWAPPED.
Interestingly, the accompanying guide is completely CORRECT, describing the videos/pictures which are used to provide the data ... | open | 2022-01-04T22:11:11Z | 2023-06-08T22:52:12Z | https://github.com/iperov/DeepFaceLab/issues/5454 | [] | FactsMachine-Rob | 2 |
saulpw/visidata | pandas | 2,248 | vdsql 'ibis' NameError | **Small description**
vdsql can't resolve `ibis`.
**Expected result**
vdsql is able to open a .ddb file.
**Actual result with screenshot**
```
saul.pw/VisiData v3.0.1
opening C:\Users\LeimgruberF\tmp\data.ddb as vdsql
Traceback (most recent call last):
File "C:\Users\LeimgruberF\.pyenv\pyenv-win\versions... | closed | 2024-01-11T13:44:10Z | 2024-01-30T10:07:55Z | https://github.com/saulpw/visidata/issues/2248 | [
"bug",
"fixed"
] | fleimgruber | 4 |
ultralytics/ultralytics | python | 18,737 | How do you configure the hyperparameters with a `.yaml` file for finetuning a model? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
In the older `yolov5` repo, you can simply load a `scratch` yaml file... | closed | 2025-01-17T12:20:40Z | 2025-01-20T18:53:24Z | https://github.com/ultralytics/ultralytics/issues/18737 | [
"question",
"detect"
] | mesllo-bc | 2 |
DistrictDataLabs/yellowbrick | matplotlib | 478 | Deprecate DecisionBoundaryVisualizer in 0.8 | Move `DecisionBoundaryVisualizer` to contrib for version 0.8 | closed | 2018-06-15T15:26:15Z | 2018-07-12T23:15:05Z | https://github.com/DistrictDataLabs/yellowbrick/issues/478 | [
"type: task",
"priority: high"
] | bbengfort | 1 |
litestar-org/litestar | asyncio | 3,520 | Enhancement: email service provider integration | ### Summary
In the Django world https://github.com/anymail/django-anymail is the kind of de-facto standard for integrating email service providers via a unified API. It would be nice to have an equivalent functionality in Litestar for the fullstack use case.
### Basic Example
_No response_
### Drawbacks and Impact
... | closed | 2024-05-24T22:48:19Z | 2025-03-20T15:54:43Z | https://github.com/litestar-org/litestar/issues/3520 | [
"Enhancement"
] | fkromer | 3 |
opengeos/leafmap | streamlit | 661 | NAIP STAC Item added to map as layer disappears on zoom out, needs a very close zoom level to appear. | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.30.1
- Python version: 3.10
- Operating System: Ubuntu
### Description
I want to zoom out and see my image on the map. But it disappears at far away zoom levels. Also the default zoo... | closed | 2024-01-16T22:29:36Z | 2024-02-06T15:32:44Z | https://github.com/opengeos/leafmap/issues/661 | [
"bug"
] | rbavery | 1 |
google/seq2seq | tensorflow | 379 | WMT 2016 En-De Download Link is broken | Hi,
the WMT'2016 en-de download link you provided before [seq2seq page](https://google.github.io/seq2seq/data/) is broken now, which is:
https://drive.google.com/open?id=0B_bZck-ksdkpM25jRUN2X2UxMm8
Appreciate it very much if you can update the link, thanks! | closed | 2021-12-03T12:19:35Z | 2022-02-22T03:48:30Z | https://github.com/google/seq2seq/issues/379 | [] | hemingkx | 1 |
plotly/dash-table | dash | 540 | Clean up requirements.txt | requirements.txt contains dependencies to a variety of packages - usage has already been update so that CI does not use this file anymore (ran into troubles vs. expected versions).
Thinking this file may be used in the Heroku deployment integrated in GitHub. Usage to be reviewed and cleaned up. | open | 2019-08-08T14:38:17Z | 2020-02-06T23:41:41Z | https://github.com/plotly/dash-table/issues/540 | [
"dash-type-bug",
"dash-stage-revision_needed",
"size: 1",
"dash-attribute-maintainability"
] | Marc-Andre-Rivet | 0 |
JaidedAI/EasyOCR | pytorch | 956 | Pytorch next() method no longer used | Hello,
Simple issue, I was trying to train a model using the custom trainer provided with EasyOCR but my torch version was too recent and the ".next()" method has been replaced with the ".__next__()" method witch caused trouble.
| open | 2023-02-28T15:02:41Z | 2023-03-05T12:33:12Z | https://github.com/JaidedAI/EasyOCR/issues/956 | [] | j4555 | 2 |
chiphuyen/stanford-tensorflow-tutorials | nlp | 106 | about using dataset for train/val | I have a question,
we use dataset api to run code in train and val preoces,
in every epoch we run the corresponding initializer
but in this way, every epoch the training set is the same(if I set shuffle seed to a constant)
but I want to shuffle them in every epoch, what should I do?(I set shuffle seed) | open | 2018-03-23T07:56:28Z | 2018-03-23T07:56:28Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/106 | [] | ArchWing | 0 |
jupyter-book/jupyter-book | jupyter | 1,717 | Sections do not seem to build | ### Describe the bug
parts:
- caption: CAPTION
chapters:
- file: file1.ipynb
title: Section Heading
sections:
- file: file2.ipynb
title: Subsection
I expect the TOC to look like
Section Heading
Subsection
But only Section Heading appears. I can't find any arrow t... | open | 2022-04-27T18:42:07Z | 2023-08-27T02:06:11Z | https://github.com/jupyter-book/jupyter-book/issues/1717 | [
"bug",
":label: toc"
] | orifox | 2 |
deezer/spleeter | tensorflow | 171 | [Bug] Models downloaded but doesn't split the audio | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
Downloads the 4 stem model files but doesn't split the a... | closed | 2019-12-09T08:49:31Z | 2019-12-18T14:50:46Z | https://github.com/deezer/spleeter/issues/171 | [
"bug",
"invalid"
] | Nexius03 | 2 |
amidaware/tacticalrmm | django | 1,760 | Authentication Timeout in nats | **Server Info (please complete the following information):**
- OS: Ubuntu 22.04.3
- Browser: firefox
- RMM Version (as shown in top left of web UI): v0.17.5
**Installation Method:**
- [x] Standard
- [ ] Docker
**Describe the bug**:
1. this is fresh install to the new vps
2. client installs success... | closed | 2024-02-21T15:15:02Z | 2024-02-21T15:26:49Z | https://github.com/amidaware/tacticalrmm/issues/1760 | [] | optiproplus | 1 |
comfyanonymous/ComfyUI | pytorch | 6,450 | problems with ComfyUI and TripoAPI | ### Your question
Following a tutorial, I a get the following error.
TripoAPI.image_to_3d() missing 8 required positional arguments: 'model_version', 'style', 'texture', 'pbr', 'model_seed', 'texture_seed', 'texture_quality', and 'texture_alignment'
my cumfyUI has worked on other workflows. But this simple Tripo... | closed | 2025-01-13T07:53:39Z | 2025-01-14T06:10:51Z | https://github.com/comfyanonymous/ComfyUI/issues/6450 | [
"User Support"
] | davidwkleber | 2 |
ydataai/ydata-profiling | jupyter | 1,425 | ZeroDivision Error executing ProfileReport | ### Current Behaviour
ZeroDivisionError while executing
```
report = ProfileReport(df, title='None', correlations=None)
```
with a spark dataframe.
```
---------------------------------------------------------------------------
ZeroDivisionError Traceback (most recent call last)
... | closed | 2023-08-11T15:44:31Z | 2023-08-24T15:41:48Z | https://github.com/ydataai/ydata-profiling/issues/1425 | [
"needs-triage"
] | mldhamacher | 2 |
dpgaspar/Flask-AppBuilder | rest-api | 1,463 | Arrays throw: jinja2.exceptions.UndefinedError: 'None' has no attribute 'label' | ### Environment
Flask-Appbuilder version: 3.0.1
Arch Linux with Python 3.8.5 (Python 2 not installed)
pip freeze output:
```
apispec==3.3.2
attrs==20.1.0
Babel==2.8.0
click==7.1.2
colorama==0.4.3
defusedxml==0.6.0
dnspython==2.0.0
email-validator==1.1.1
Flask==1.1.2
Flask-AppBuilder==3.0.1
Flask-Ba... | closed | 2020-09-01T12:09:50Z | 2020-12-12T20:55:26Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1463 | [
"stale"
] | KonradHoeffner | 1 |
slackapi/python-slack-sdk | asyncio | 1,063 | Expose slack bookmarks api methods | Requesting support for the bookmarks.add and bookmarks.list endpoints.
I can see using a web browser developer tools sniffer the API call that is being made when adding a bookmark to a slack channel but it appears you do not currently support directly calling this API endpoint
```
>>> response = slack_client.api... | closed | 2021-07-14T18:25:38Z | 2021-11-24T18:08:12Z | https://github.com/slackapi/python-slack-sdk/issues/1063 | [
"question",
"web-client",
"Version: 3x"
] | johndrusso | 1 |
recommenders-team/recommenders | machine-learning | 1,512 | [FEATURE] Store datasets as sparse matrix instead of np to increase models' scalability | ### Description
I feel like np array is the common format in Python. Here are two simple examples:
1. In [AffinityMatrix implementation](https://github.com/microsoft/recommenders/blob/98d661edc6a9965c7f42b76dc5317af3ae74d5e0/recommenders/datasets/sparse.py#L136), the sparse matrix version of affinity matrix is conver... | open | 2021-08-27T18:51:16Z | 2021-12-17T09:37:42Z | https://github.com/recommenders-team/recommenders/issues/1512 | [
"enhancement"
] | k9luo | 1 |
deepspeedai/DeepSpeed | machine-learning | 7,048 | nv-ds-chat CI test failure | The Nightly CI for https://github.com/deepspeedai/DeepSpeed/actions/runs/13402653435 failed.
| closed | 2025-02-18T00:44:50Z | 2025-02-19T17:14:11Z | https://github.com/deepspeedai/DeepSpeed/issues/7048 | [
"ci-failure"
] | github-actions[bot] | 0 |
waditu/tushare | pandas | 1,498 | 通过公众号获取的存储数据示例链接访问失败 | 通过公众号获取的存储数据示例链接访问失败:http://file.tushare.org/tsdata/wx/mysql.zip | open | 2021-01-20T14:25:56Z | 2021-01-20T14:25:56Z | https://github.com/waditu/tushare/issues/1498 | [] | 18565372664 | 0 |
ray-project/ray | tensorflow | 50,672 | [core] Split giant ray core C++ targets into small ones (raylet client) | This is a sub-issue of https://github.com/ray-project/ray/issues/50586 to split the raylet client bazel target.
- [x] Split out `raylet_client_connection_lib` from the `raylet_client_lib` target.
- [x] Flatten dependencies related to `src/ray/common` and `src/ray/util`.
| closed | 2025-02-17T23:33:00Z | 2025-02-18T13:26:40Z | https://github.com/ray-project/ray/issues/50672 | [] | rueian | 0 |
plotly/dash | data-science | 2,887 | [BUG] No module named _plotly_utils | I am using the typescript template to generate dash components and getting the following error when I run npm run build:
```
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\projects\dash-salt\.venv\Scripts\dash-g... | closed | 2024-06-15T08:14:12Z | 2024-06-15T08:39:43Z | https://github.com/plotly/dash/issues/2887 | [] | tsveti22 | 1 |
litestar-org/litestar | api | 3,019 | Enhancement: Pass the caught exception to `exception_logging_handler` for more flexible logging decision | ### Summary
Pass `Exception` instance to `LogConfig.exception_logging_handler` callable, like for exception handlers.
This would allow to judge if / how to log exception based on exception type:
- `HTTPException` (at least 4XX ones) - log as INFO, without stacktrace. These are client errors, and expected to happ... | closed | 2024-01-24T09:04:01Z | 2025-03-20T15:54:22Z | https://github.com/litestar-org/litestar/issues/3019 | [
"Enhancement"
] | tuukkamustonen | 3 |
seleniumbase/SeleniumBase | web-scraping | 3,326 | Integrating selenium base with dotnet | Actually, I am writing code in C# programming language using dotnet framework.
I am using undetected chrome-driver but its not enough to bypass detection.
Is there any possibility to integrate selenium base uc mode specifically for C#.
It would be more feasible rather than using sb from python and handle it in enter... | closed | 2024-12-09T09:36:21Z | 2024-12-09T13:32:21Z | https://github.com/seleniumbase/SeleniumBase/issues/3326 | [
"won't change / not planned"
] | Anurag130899 | 1 |
jonaswinkler/paperless-ng | django | 440 | Pre-receive Hook: Wait for file - software duplex | Hi there,
this is more a question than an issue - maybe a feature request. In any case, thank you for the great work with paperless-ng!
I was using a self-cooked minimalistic paperless web-app which used folders (because it was easier to implement) successfully for quite some time now but decided to switch to paperle... | closed | 2021-01-25T08:47:41Z | 2021-01-27T10:35:16Z | https://github.com/jonaswinkler/paperless-ng/issues/440 | [] | raumneun | 4 |
FactoryBoy/factory_boy | django | 401 | post_generation objects can't be overridden with a computed "pre" value | This should work:
```python
class BookFactory(factory.Factory):
@factory.post_generation
def category(self, create, override, extra):
if create and override:
category.register(self)
class TrilogyFactory(factory.Factory):
book1 = factory.SubFactory(BookFactory)
book2 = fa... | closed | 2017-08-01T13:33:35Z | 2018-05-05T15:06:23Z | https://github.com/FactoryBoy/factory_boy/issues/401 | [
"Bug"
] | rbarrois | 1 |
saulpw/visidata | pandas | 2,531 | Macro recordings that include a different macro include its invocation and its steps | The following shows that macro `test` will have **both** the invocation and the steps of the `r1` macro, leading to problems. Being able to nest macros would be more powerful (in case I change `r1` I don't have to change any other macros that depend on it) but I suspect simply not recording the invocation would be easi... | closed | 2024-09-23T12:25:30Z | 2024-11-09T04:27:17Z | https://github.com/saulpw/visidata/issues/2531 | [
"bug"
] | reagle | 4 |
skypilot-org/skypilot | data-science | 4,050 | [Storage] `sky storage delete -a` aborted when deletion of one storage failed | <!-- Describe the bug report / feature request here -->
`sky storage delete -a` aborted for all storage when deletion of one storage failed. Expected behaviour: print out error for corresponding storage while still delete all other storages.
```bash
sky storage delete -a
Deleting 7 storages: skypilot-workdir-tx... | closed | 2024-10-08T18:42:57Z | 2025-01-17T00:40:28Z | https://github.com/skypilot-org/skypilot/issues/4050 | [
"good first issue"
] | cblmemo | 0 |
quokkaproject/quokka | flask | 40 | Error 500 while registering but account is created (because of missing SMTP config) | Thats the problem.
Here some log:
30.09 22:49:14 quokka ERROR Exception on /accounts/register [POST]
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/Library/Python/2.7/site-packages/flask/a... | closed | 2013-09-30T20:56:40Z | 2015-07-16T02:56:48Z | https://github.com/quokkaproject/quokka/issues/40 | [
"bug"
] | yeradis | 2 |
dsdanielpark/Bard-API | nlp | 178 | Ensure the order of images in the response | **Solution you'd like**
I encountered this problem when I tried to match the image descriptions in the reponse and image urls.
Since this library is converting the image urls to set, not list, the order of the urls are lost.
I changed the code and the description slightly to address this issue.
| closed | 2023-09-04T08:18:01Z | 2023-09-04T17:10:54Z | https://github.com/dsdanielpark/Bard-API/issues/178 | [] | kota113 | 1 |
keras-team/keras | tensorflow | 20,147 | .keras model with base model trainable has poor performance in TensorFlow 2.17 (Keras 3) | I originally posted this bug in the [TensorFlow github issues section](https://github.com/tensorflow/tensorflow/issues/74170) since I believed it to be due to a higher TF version, but was asked to post here since it may instead be due to Keras 3. I am copying my post below:
I am training an EfficientNet model with... | closed | 2024-08-22T12:45:14Z | 2024-08-28T04:11:55Z | https://github.com/keras-team/keras/issues/20147 | [
"keras-team-review-pending",
"type:Bug"
] | nkinnaird | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.