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
Gurobi/gurobi-logtools
plotly
17
Cut name pattern too restrictive
When extracting statistics about generated cuts, the pattern for matching cut names is too restrictive. It does not match `Relax-and-lift` which is generated for `912-glass4-0.log`. I believe the hyphen is not included in the `[\w ]` pattern for the cut name.
closed
2022-01-11T08:03:21Z
2022-01-12T12:48:46Z
https://github.com/Gurobi/gurobi-logtools/issues/17
[]
ronaldvdv
1
openapi-generators/openapi-python-client
fastapi
681
field required (type=value_error.missing)
Hi, I'm sure this is related to my project, not to the openapi-python-client, but needed some help. When running the app, I get the following errors: ``` Error(s) encountered while generating, client was not created Failed to parse OpenAPI document 50 validation errors for OpenAPI paths -> /auth/login -> p...
closed
2022-10-04T22:03:24Z
2024-09-04T00:36:49Z
https://github.com/openapi-generators/openapi-python-client/issues/681
[ "🐞bug" ]
cristiang777
7
suitenumerique/docs
django
403
⚗️AI return with complex data
## Improvement ### Problem: When we request the AI, we transform the editor data in **markdown**, when the data have a simple structure it works fine, but when we start to have complex structure like "Table" by example, the data back from the AI will start to be very "lossy". ### Tests: - Try to see if we can s...
closed
2024-11-06T06:15:29Z
2025-03-13T15:38:35Z
https://github.com/suitenumerique/docs/issues/403
[ "bug", "enhancement", "frontend", "backend", "editor" ]
AntoLC
0
deepinsight/insightface
pytorch
1,793
How to 3D visualize face alignments?
**Hi** Is there any example to have 3D or even 2D visualize of face alignments like 3D Mesh and 2D 68 Landmarks in this photo? Is face.normed_embedding from FaceAnalysis, 3D alignments? please mention how to get alignments data and how to save it as image Thanks in advance [https://insightface.ai/assets/im...
open
2021-10-19T09:08:36Z
2021-10-21T11:28:15Z
https://github.com/deepinsight/insightface/issues/1793
[]
zerodwide
3
jonaswinkler/paperless-ng
django
495
[BUG] Doesn't remember PDF-viewer setting
Hey, thanks for introducing the setting to switch back to the built-in embed pdf-viewer. However, the system does not remember the setting. If I close the session, it is set back to default. I am using two containers with cookie-prefix, if that is an information you may need. Thank you :)
closed
2021-02-02T15:23:49Z
2021-02-02T16:05:23Z
https://github.com/jonaswinkler/paperless-ng/issues/495
[]
praul
3
tableau/server-client-python
rest-api
1,377
Schedules REST API is encountering an issue with responses: interval details for 'Hourly' and 'Daily' schedules are missing. This information, vital for accurate task execution, is currently unavailable. Are you aware of this issue?
Missing interval details specifically days of the week to execute schedules in API responses for 'Daily' and 'Hourly' schedules, crucial for task configuration and execution. 'Monthly' and 'Weekly' schedules retrieving necessary details. Requesting assistance in schedule API responses to include the missing int...
closed
2024-05-22T05:05:22Z
2024-08-21T23:37:15Z
https://github.com/tableau/server-client-python/issues/1377
[ "help wanted", "fixed" ]
Hiraltailor1
3
CorentinJ/Real-Time-Voice-Cloning
pytorch
351
Clone
closed
2020-05-26T09:17:56Z
2020-06-25T07:42:55Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/351
[]
syrakusmrdrte
0
Tinche/aiofiles
asyncio
40
memory leak?
Hi Tinche First of all thanks for the great work! Asyncronous file support for asyncio is a great thing to have! While testing a small project, I noticed a large amount of threads and big memory consumption in the python process. I deciced to write a small testscript which just writes to a file in a loop and trac...
open
2018-05-02T05:24:53Z
2018-05-02T21:41:36Z
https://github.com/Tinche/aiofiles/issues/40
[]
alexlocher
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,027
ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
open
2020-05-14T07:45:35Z
2020-06-10T07:14:03Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1027
[]
bu-fan-jun
1
plotly/dash-table
dash
189
data types - decimal formatting options for numerical columns
closed
2018-11-01T11:06:25Z
2019-02-28T15:18:34Z
https://github.com/plotly/dash-table/issues/189
[]
chriddyp
7
pyjanitor-devs/pyjanitor
pandas
784
Add slice feature to `select_columns`
# Brief Description I love the [select_columns]() method. It is powerful, especially the glob style name selection (beautiful!). I wonder if it is possible to add slice option, or if it is just unnecessary. # Example API Currently, you pass the selection to a list: ```python # current implementation df = ...
closed
2020-12-16T07:19:29Z
2021-01-28T17:02:39Z
https://github.com/pyjanitor-devs/pyjanitor/issues/784
[]
samukweku
2
mars-project/mars
scikit-learn
2,896
[BUG] Deref stage may raises AssertionError: chunk key xxx will have negative ref count
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** A clear and concise description of what the bug is. Try to run the `pytest -s -v --log-cli-level=debug mars/dataframe/groupby/tests/test_gro...
closed
2022-04-02T03:35:26Z
2022-04-09T12:01:38Z
https://github.com/mars-project/mars/issues/2896
[ "type: bug", "mod: lifecycle service" ]
fyrestone
1
python-restx/flask-restx
flask
632
How do you set the array of "Server Objects" per the spec
**Ask a question** The openAPI spec includes a [Server Object ](https://swagger.io/specification/#server-object). I have used this for localhost, staging, production URLs for generated clients. Is it possible to set these in restx so that the swagger document includes this object?
closed
2025-01-14T05:53:12Z
2025-01-14T16:29:48Z
https://github.com/python-restx/flask-restx/issues/632
[ "question" ]
rodericj
2
benbusby/whoogle-search
flask
308
[BUG] <brief bug description>
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Deployment Method** - [ ] Heroku (one-click deploy) - [x] Docker - [ ] `run` executable - [ ] pip/pipx - [...
closed
2021-05-10T05:39:13Z
2021-05-10T16:13:52Z
https://github.com/benbusby/whoogle-search/issues/308
[ "bug" ]
czadikem
1
jackmpcollins/magentic
pydantic
410
Does magentic support o1 and o1-mini models?
Hi, I was trying to use these models today while generating structured output with `OpenaiChatModel`. But, I ran into issues as these models do not support the same range of parameters as older models like gpt-4. Thus magentic breaks quite heavily. Notably, the o1 models don't: * support to set `max_tokens` (aside f...
open
2025-01-28T13:35:08Z
2025-02-03T12:36:36Z
https://github.com/jackmpcollins/magentic/issues/410
[]
Lawouach
2
blacklanternsecurity/bbot
automation
1,422
Optimize scan status message
Recently I've noticed that in large scans, it takes a long time (10+ seconds) to calculate the third and final status message. This is a problem, since it significantly increases the duration of the scan.
closed
2024-06-01T20:29:39Z
2024-06-01T21:11:47Z
https://github.com/blacklanternsecurity/bbot/issues/1422
[ "enhancement" ]
TheTechromancer
1
aio-libs/aiopg
sqlalchemy
473
cannot insert in PostgreSQL 8.1
Hi, Recap: I'm using postgreSQL version 8.1.23 and I got this error: ``` psycopg2.ProgrammingError: syntax error at or near «RETURNING» LINE 1: INSERT INTO tbl (val) VALUES (E'abc') RETURNING tbl.id ``` This is the code that runs the insert from the demo code in README: ``` metadata = sa.MetaData() ...
closed
2018-05-11T13:41:43Z
2020-12-21T05:53:26Z
https://github.com/aio-libs/aiopg/issues/473
[]
Marruixu
1
TencentARC/GFPGAN
deep-learning
95
Possible to use Real-ESRGAN on mac os AMD, and 16-bit images?
Faces work excellent with GFPGAN, it's pretty amazing, but without CUDA support, the backgrounds are left pretty nasty. Still amazed at how fast it runs on CPU (only a few seconds per image, even with scale of 8), granted it's using the non-color version, but I have colorizing software and do the rest manually. I've be...
open
2021-11-11T14:41:12Z
2021-11-12T20:06:38Z
https://github.com/TencentARC/GFPGAN/issues/95
[]
KeygenLLC
1
roboflow/supervision
computer-vision
1,567
Bug in git-committers-plugin-2, v2.4.0
At the moment, an error is observed when running the `mkdocs build` action from develop. ``` File "/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/site-packages/mkdocs_git_committers_plugin_2/plugin.py", line 121, in get_contributors_to_file 'avatar': commit['author']['avatar_url'] if user['avatar_url']...
closed
2024-10-03T21:29:35Z
2024-10-04T23:41:07Z
https://github.com/roboflow/supervision/issues/1567
[ "bug", "documentation", "github_actions" ]
LinasKo
4
Evil0ctal/Douyin_TikTok_Download_API
fastapi
244
tiktok正常,抖音出现错误,这种情况是服务器问题吗?我用的日本服务器,用cloudflare做了泛解析!
***Platform where the error occurred?*** Such as: Douyin/TikTok ***The endpoint where the error occurred?*** Such as: API-V1/API-V2/Web APP ***Submitted input value?*** Such as: video link ***Have you tried again?*** Such as: Yes, the error still exists after X time after the error occurred. ***...
closed
2023-08-18T08:59:49Z
2023-08-28T07:53:55Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/244
[ "BUG", "enhancement" ]
tiermove
7
huggingface/transformers
pytorch
36,532
After tokenizers upgrade, the length of the token does not correspond to the length of the model
### System Info transformers:4.48.1 tokenizers:0.2.1 python:3.9 ### Who can help? @ArthurZucker @itazap ### Information - [ ] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] My own task or dataset (gi...
closed
2025-03-04T09:58:59Z
2025-03-05T09:49:44Z
https://github.com/huggingface/transformers/issues/36532
[ "bug" ]
CurtainRight
3
xorbitsai/xorbits
numpy
63
Register all members in top-level init file
closed
2022-12-09T04:50:16Z
2022-12-13T04:46:51Z
https://github.com/xorbitsai/xorbits/issues/63
[]
aresnow1
0
skypilot-org/skypilot
data-science
4,625
[k8s] Unexpected error when relaunching an INIT cluster on k8s which failed due to capacity error
To reproduce: 1. Launch a managed job with the controller on k8s with the following `~/.sky/config.yaml` ```yaml jobs: controller: resources: cpus: 2 cloud: kubernetes ``` ```console $ sky jobs launch test.yaml --cloud aws --cpus 2 -n test-mount-bucket Task from YAML spec: test.yaml Managed job 'test-...
open
2025-01-30T23:24:59Z
2025-01-31T02:32:32Z
https://github.com/skypilot-org/skypilot/issues/4625
[ "good first issue", "good starter issues" ]
Michaelvll
0
coqui-ai/TTS
pytorch
3,371
Windows installation error
### Describe the bug when i installing TTS, it couldn't build wheels. ![image](https://github.com/coqui-ai/TTS/assets/145563206/5615a8a0-9f39-4bd5-be6b-ca9ce544f686) ### To Reproduce pip install TTS ### Expected behavior _No response_ ### Logs _No response_ ### Environment ```shell { "CUDA": { ...
closed
2023-12-06T02:47:52Z
2024-01-14T09:35:19Z
https://github.com/coqui-ai/TTS/issues/3371
[ "bug" ]
yyi016100
7
tableau/server-client-python
rest-api
729
Add Documentation for Prep Flow classes and methods
Hi! Update: per comment below, verified FlowItem class and methods already exist. Updating this request for documentation of these items. Original request: Currently there is no FlowItem class and methods in TSC. Can we get that on the backlog (similar to [DatasourceItem](https://tableau.github.io/server-client-pyth...
open
2020-11-13T16:49:21Z
2022-07-22T19:14:34Z
https://github.com/tableau/server-client-python/issues/729
[ "docs" ]
thechadd
3
tqdm/tqdm
jupyter
646
File stream helpers
- [✓] I have visited the [source website], and in particular read the [known issues] - [✓] I have searched through the [issue tracker] for duplicates - [✓] I have mentioned version numbers, operating system and environment, where applicable: ``` >>> print(tqdm.__version__, sys.version, sys.platform) 4....
open
2018-12-01T23:05:19Z
2018-12-01T23:06:53Z
https://github.com/tqdm/tqdm/issues/646
[]
smallnamespace
0
httpie/cli
api
727
JavaScript is disabled
I use httpie to access hackerone.com, prompting that javascript needs to be turned on > [root@localhost ~]# http https://hackerone.com/monero/hacktivity?sort_type=latest_disclosable_activity_at\&filter=type%3Aall%20to%3Amonero&page=1 > It looks like your JavaScript is disabled. To use HackerOne, enable JavaScript ...
closed
2018-11-06T05:50:09Z
2018-11-06T05:57:17Z
https://github.com/httpie/cli/issues/727
[]
linkwik
1
DistrictDataLabs/yellowbrick
scikit-learn
337
Create a localization for Turkish language docs
I would like to translate some of the yellowbrick documentation into Turkish. Can you please create a localization for Turkish-language docs.
closed
2018-03-15T01:15:44Z
2018-03-16T02:23:25Z
https://github.com/DistrictDataLabs/yellowbrick/issues/337
[ "level: expert", "type: documentation" ]
Zeynepelabiad
2
jina-ai/clip-as-service
pytorch
691
when excuting python -m clip_server, the Public address doesnt appear…
![图片](https://user-images.githubusercontent.com/100932755/164890354-810fe8f2-193b-4ba3-85ca-1839d15ec460.png) it has been remained like this for a long time, is that normal TAT?
closed
2022-04-23T10:20:23Z
2022-04-25T05:29:43Z
https://github.com/jina-ai/clip-as-service/issues/691
[]
LioHaunt
3
PaddlePaddle/models
nlp
4,863
从字符串,直接进行推理问题
官方使用run_ernie_sequence_labeling.py 文件进行推理,发现推理过程是从硬盘读取数据,并封装成数据迭代器实现的, 请问有没有 可以直接从内存上把字符串接过来,直接进行推理呢? 我在内存中的字符串是列表格式的 ['字符串1' ,'字符串2', '字符串3'], 想直接进行推理,分词并返回词性标注, 谢谢!!
closed
2020-09-21T04:14:42Z
2020-09-22T07:03:31Z
https://github.com/PaddlePaddle/models/issues/4863
[]
LeeYongchao
1
iperov/DeepFaceLab
deep-learning
5,417
Deepfacelab Vram recongnition problem.
My computer specifications are as follows. cpu : ryzen 4800H gpu : Rtx3060 (notebook) 6GB memory: 16GB The job manager confirmed that the video RAM was normally caught at 6GB. However, deepfacelab recognizes vram as 3.4GB, resulting in frequent memory errors. Find someone who knows the solution.
open
2021-10-22T00:28:27Z
2023-06-08T22:48:35Z
https://github.com/iperov/DeepFaceLab/issues/5417
[]
Parksehoon1505
5
qubvel-org/segmentation_models.pytorch
computer-vision
657
save model for inference
i would thank you in your talented repos such as this repo i want to save my custom model to load it and not causing the error segmentaiton_models.pytorch not found and not installaing the pakage what would i have to do save the model class with the model_state_dict or what i was able to do this with the tensor...
closed
2022-09-21T15:07:10Z
2022-11-29T09:42:25Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/657
[ "Stale" ]
Mahmuod1
3
Gozargah/Marzban
api
851
Wireguard
با عرض درود و خسته نباشید درخواست دارم تا در صورت امکان قابلیت پیکربندی وایرگارد هسته ایکس ری رو به هاست ستینگ مرزبان اضافه کنید و همچنین قابلیت اکانتینگ رو اضافه کنید به وایرگارد تا بشه برای هر یوزر مانند دیگر پروتکل ها اکانت حجم / زمان مشخص تعین کرد باتشکر
closed
2024-03-05T20:46:58Z
2024-03-06T08:36:42Z
https://github.com/Gozargah/Marzban/issues/851
[ "Duplicate" ]
w0l4i
1
paperless-ngx/paperless-ngx
django
8,910
[BUG] Custom fields endpoint does not respect API version
### Description Hey folks, thank you a ton for all the effort you put into Paperless, it's easily one of the best maintained self-hosted projects out there! A fairly recent update (I believe #8299) changed the API response for the custom fields endpoint from ```json "id": 1, "name": "TestSelect", "data_type": "select...
closed
2025-01-25T23:17:09Z
2025-02-27T03:10:20Z
https://github.com/paperless-ngx/paperless-ngx/issues/8910
[ "bug", "backend" ]
LeoKlaus
4
tensorflow/tensor2tensor
deep-learning
1,306
Transformer model crashing due to memory issues trying to translate garbled text
I am translating a Chinese text file into English using the transformer model. My text file has a lot of garbled text and it causes memory usage to spike. Here is the text: https://gist.github.com/echan00/acde1d7e460cd9e467dfd612ea14ab66 Besides avoiding sending garbled text to the model, how else could I mitiga...
open
2018-12-16T03:54:45Z
2018-12-21T08:46:48Z
https://github.com/tensorflow/tensor2tensor/issues/1306
[]
echan00
0
StructuredLabs/preswald
data-visualization
520
[FEATURE] Introduce tab() Component for Multi-Section UI Navigation
**Goal** Add a `tab()` component that enables developers to organize UI content into labeled tabs within their Preswald apps—ideal for sectioning long dashboards, multiple views, or split data insights. --- ### 📌 Motivation Many dashboards and tools created with Preswald contain multiple logical sections (e.g., c...
open
2025-03-24T06:15:12Z
2025-03-24T06:15:12Z
https://github.com/StructuredLabs/preswald/issues/520
[ "enhancement" ]
amrutha97
0
jpadilla/django-rest-framework-jwt
django
485
Documentation not found
Hi there, the documentation has gone, could anyone find it? THANKS!!
closed
2019-07-09T15:32:47Z
2019-07-09T23:48:24Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/485
[]
YipCyun
2
dpgaspar/Flask-AppBuilder
rest-api
2,090
How to enable ldap authentication
### Environment Flask-Appbuilder version: 4.3.4 ### Describe the expected results I am setting the following in `config.py` but it still doesn't seem to be using ldap in any way. Anything I can do to check? ```python AUTH_TYPE = AUTH_LDAP AUTH_LDAP_SERVER = "ldaps://my-ldap-server.com AUTH_LDAP_US...
open
2023-07-21T19:02:18Z
2023-09-25T05:19:55Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/2090
[ "question" ]
jcauserjt
2
proplot-dev/proplot
data-visualization
356
Plotting stuff example gives `ValueError'
I'm learning proplot according to the documents. When trying [Plotting stuff](https://proplot.readthedocs.io/en/latest/basics.html#Plotting-stuff) example, it gives a `ValueError: DiscreteNorm is not invertible.` My maplotlib and proplot version are as follows: ```python In [1]: matplotlib.__version__ Out[1]: '...
closed
2022-04-23T14:10:54Z
2023-03-29T05:45:02Z
https://github.com/proplot-dev/proplot/issues/356
[ "bug" ]
chenyulue
1
Lightning-AI/pytorch-lightning
pytorch
19,730
ValueError: dictionary update sequence element #0 has length 1; 2 is required
### Bug description I am trying to train a Lightning model that inherits from pl.LightningModule and implements a simple feed-forward network. The issue is that when I run it, it spits out the below error trace coming from trainer.fit(). I found this [very similar issue](https://github.com/Lightning-AI/pytorch-lightni...
closed
2024-04-03T11:52:24Z
2024-06-13T11:14:04Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19730
[ "bug" ]
pau-altur
3
facebookresearch/fairseq
pytorch
5,552
Error when installing fairseq
Hi everyone, I am running into the following error when trying to install fairseq pip install fairseq This is the error in question : FileNotFoundError: [Errno 2] No such file or directory: 'fairseq/version.txt' Thanks for your help.
open
2024-10-13T21:56:45Z
2025-01-22T03:25:33Z
https://github.com/facebookresearch/fairseq/issues/5552
[ "bug", "needs triage" ]
ChristopheYe
6
serengil/deepface
machine-learning
1,169
File image type issue
Actually file images allowed to be loaded are constrained by extensions ["jpg", "jpeg", "png"]. This however does not guarantee file contents are actually images of such type or even images at all (a file extension can be easily changed to whatver user wants). On my personal version I implemented a check on file co...
closed
2024-04-06T16:20:19Z
2024-04-07T08:34:31Z
https://github.com/serengil/deepface/issues/1169
[ "enhancement" ]
AndreaLanfranchi
1
aleju/imgaug
deep-learning
849
Adding BlendAlphaSimplexNoise into an augmentation sequence fails to convert keypoints
Imgaug 0.4.0 Python 3.10 `iaa.BlendAlphaSimplexNoise` seems to cause problems when converting keypoints. I have created an sequence of augmentations: ```python seq = iaa.Sequential([ iaa.Affine(rotate=(-25, 25)), iaa.AllChannelsCLAHE(clip_limit=(1, 3), tile_grid_size_px=(10, 25)), iaa.BlendAlph...
open
2024-05-03T12:39:05Z
2024-05-03T12:39:05Z
https://github.com/aleju/imgaug/issues/849
[]
vonaviv
0
taverntesting/tavern
pytest
514
Question - How can we include a yaml file from different directory?
In the same directory, it is possible to include via: ```yaml includes: - !include data.yaml ``` How can we achieve the same if I want to import a file which resides in outer(root) directory? ```root/common.yaml in -> root/first/test_hola.tavern.yaml```
closed
2020-01-28T13:18:59Z
2020-01-29T09:56:21Z
https://github.com/taverntesting/tavern/issues/514
[]
imkaka
2
pywinauto/pywinauto
automation
1,074
could pywinauto switch an input method?
It seems autohotkey could switch an input method based on certain logic:[Change input method from Chinese to English... is this AHK territory? ](https://www.reddit.com/r/AutoHotkey/comments/54tg3i/change_input_method_from_chinese_to_english_is/+&cd=1&hl=zh-CN&ct=clnk) Couldpywinauto do this too?
closed
2021-05-20T04:05:09Z
2021-05-22T02:36:27Z
https://github.com/pywinauto/pywinauto/issues/1074
[ "invalid", "question" ]
leafonsword
2
chaos-genius/chaos_genius
data-visualization
369
Make multidimensional drill down to be configurable for DeepDrills
Make multi-dimensional drill down to be configurable for DeepDrills. Disable the multidimensional option in the UI where it is disabled.
closed
2021-11-04T02:54:36Z
2021-11-12T12:00:47Z
https://github.com/chaos-genius/chaos_genius/issues/369
[ "🖥️ frontend", "🛠️ backend", "P2" ]
suranah
2
Farama-Foundation/PettingZoo
api
918
[Proposal] Custom board game env creation tutorial
### Proposal I've been thinking about making a custom env tutorial with the game from my personal project here: https://github.com/elliottower/gobblet-rl/blob/main/gobblet_rl/game/gobblet.py ### Motivation There's been a fair number of people trying to implement a custom board game or do action masking mor...
closed
2023-03-23T21:34:56Z
2023-11-29T15:42:51Z
https://github.com/Farama-Foundation/PettingZoo/issues/918
[ "enhancement" ]
elliottower
0
encode/httpx
asyncio
3,443
from httpx._types import AuthTypes, CertTypes, CookieTypes, HeaderTypes, VerifyTypes ImportError: cannot import name 'VerifyTypes' from 'httpx._types' (/usr/local/lib/python3.11/site-packages/httpx/_types.py)
I get an error when I try to build a Docker image. Can someone please help me? from langserve import add_routes File "/usr/local/lib/python3.11/site-packages/langserve/__init__.py", line 8, in <module> from langserve.client import RemoteRunnable File "/usr/local/lib/python3.11/site-packages/langserve/clie...
closed
2024-12-03T18:19:40Z
2024-12-03T19:25:13Z
https://github.com/encode/httpx/issues/3443
[]
maryam123errami
3
numpy/numpy
numpy
27,825
CI: circleCI build of NumPy is failing
The cirecleCI build, using their [python3.11.8 image](https://github.com/numpy/numpy/blob/5f70dc85d16454c81b19c02a012ce08cca9fc28e/.circleci/config.yml#L12), is failing to compile NumPy. Here are the relevant bits from the [build log](https://app.circleci.com/pipelines/github/numpy/numpy/29772/workflows/fb91454e-ee15-4...
closed
2024-11-24T07:16:03Z
2024-12-17T08:45:35Z
https://github.com/numpy/numpy/issues/27825
[ "component: CI" ]
mattip
4
pyg-team/pytorch_geometric
deep-learning
10,098
Exploding values in random walk function for positional encoding
### 🐛 Describe the bug The issue I am facing is numerical instabilities in the positional encoding based on random walk. The obtained positional encoding should consider the landing probability of a node $i$ to itself. Then a value representing a probability value should always be in 0-1 range. The following code s...
open
2025-03-05T15:48:23Z
2025-03-05T15:48:23Z
https://github.com/pyg-team/pytorch_geometric/issues/10098
[ "bug" ]
MatteoMazzonelli
0
unit8co/darts
data-science
2,071
What other variables need to be passed to the TFTExplainer
I am trying to run a TFTExplainer in an Optuna callback. I did this with Shap and the linear regression models and had no issue. I created an Optuna callback like this for Shap: ``` def print_callback(study, trial): trial_value = trial.values mape, backtest_mape = trial_value[0], trial_value[1] m...
closed
2023-11-17T00:16:32Z
2024-01-21T15:22:14Z
https://github.com/unit8co/darts/issues/2071
[ "question", "triage" ]
gvas7
1
seleniumbase/SeleniumBase
pytest
2,357
Question about the "downloaded_files" folder
why seleniumbase start test, it auto delete the folder downloaded_files, i use sb.get_browser_downloads_folder(), because it have deleted, it throw a Exception
closed
2023-12-11T07:27:30Z
2023-12-11T16:04:59Z
https://github.com/seleniumbase/SeleniumBase/issues/2357
[ "duplicate", "question" ]
xiaocf-git
1
miguelgrinberg/python-socketio
asyncio
174
error happens when using socketio with aiohttp3.0.9
@miguelgrinberg run `python3 examples/aiohttp/app.py` ``` ======== Running on http://0.0.0.0:8080 ======== (Press CTRL+C to quit) message async handler error Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/engineio/asyncio_server.py", li...
closed
2018-03-19T04:27:33Z
2018-03-22T06:35:54Z
https://github.com/miguelgrinberg/python-socketio/issues/174
[]
chenray844
3
voxel51/fiftyone
data-science
5,396
[?] How to export empty YOLOv5 labels files for images with no annotations
### Describe the problem when I run split_view.export( export_dir=export_dir, dataset_type=fo.types.YOLOv5Dataset, label_field=label_field, split=split, classes=classes, ) it exports only all images that have annotation, but there are some ima...
open
2025-01-16T05:39:58Z
2025-01-16T15:46:55Z
https://github.com/voxel51/fiftyone/issues/5396
[ "question" ]
hassanbadawy
1
opengeos/leafmap
plotly
60
Add a colormaps module
This will allow users to create colormaps easily and add them to the map easily.
closed
2021-06-25T12:50:24Z
2021-06-26T02:33:54Z
https://github.com/opengeos/leafmap/issues/60
[ "Feature Request" ]
giswqs
1
pydantic/FastUI
pydantic
245
Returning a `201` raises an error in the ui
While generating a sign-up flow, i think it is common to return a `201` to signal user created. However, the app catches that as an exception and raised an alert toast. Example: ```python @router.post( "/register", response_model=user_schema, status_code=status.HTTP_201_CREATED, n...
closed
2024-03-12T15:51:34Z
2024-03-20T10:26:19Z
https://github.com/pydantic/FastUI/issues/245
[]
tim-x-y-z
1
vllm-project/vllm
pytorch
15,228
[Bug]: Out of Memory error for Qwen2.5 in 0.8.0 and 0.8.1. Worked fine in the previous versions
### Your current environment <details> <summary>The output of `python collect_env.py`</summary> ```text Your output of `python collect_env.py` here ``` </details> ### 🐛 Describe the bug I start the inference server by the following command `python -m vllm.entrypoints.openai.api_server --dtype auto --api-key toke...
open
2025-03-20T15:16:17Z
2025-03-24T10:20:51Z
https://github.com/vllm-project/vllm/issues/15228
[ "bug" ]
venki-lfc
14
Nemo2011/bilibili-api
api
375
【提问】直播弹幕丢失
**Python 版本:** 3.10.11 **模块版本:** 15.5.1 **运行环境:** Windows --- 连接监听都显示成功,但是弹幕丢失了很多 ![image](https://github.com/Nemo2011/bilibili-api/assets/40910637/7ab698a9-3ff1-44a4-a0fa-309304e157f8)
closed
2023-07-05T16:25:15Z
2023-07-17T08:01:04Z
https://github.com/Nemo2011/bilibili-api/issues/375
[ "question" ]
Ikaros-521
5
gradio-app/gradio
data-science
10,087
Add the ability to reorder files in `gr.File`
When uploading multiple files, add a sortable function, such as the drag-and-drop method, to sort the files. Sometimes we hope to process the uploaded files or the generated files in a certain order.
closed
2024-12-02T02:13:57Z
2024-12-17T15:03:02Z
https://github.com/gradio-app/gradio/issues/10087
[ "enhancement" ]
ecshoper
0
lux-org/lux
jupyter
60
Running Pandas test suite to ensure Pandas function coverage
Running Pandas test suite to ensure that metadata and recommendations maintained for a variety of Pandas functions.
open
2020-08-11T01:45:58Z
2021-02-19T04:52:25Z
https://github.com/lux-org/lux/issues/60
[ "test" ]
dorisjlee
0
python-gino/gino
sqlalchemy
228
transaction context manager not rolling back on exception
* GINO version: 0.7.3 * Python version: 3.6.3 * Operating System: Ubuntu 17.10 ### Description Transaction context manager doesn't roll back on exception. ### What I Did ```python async with db.transaction(): await instance.update(name='splunge').apply() raise RuntimeError...
closed
2018-05-22T14:01:37Z
2018-08-15T10:43:05Z
https://github.com/python-gino/gino/issues/228
[ "enhancement" ]
aglassdarkly
8
ultralytics/ultralytics
machine-learning
19,117
predict on rgb or bgr
### 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 hello, I have a question. I'm confused. When the yolo11_seg predicts, inste...
closed
2025-02-07T05:43:29Z
2025-02-13T18:06:01Z
https://github.com/ultralytics/ultralytics/issues/19117
[ "question", "segment" ]
uuu686
4
vipstone/faceai
tensorflow
47
图片上色的教程什么时候能出呢?
作者大大,图片上色是使用的什么模型呢?教程什么时候能出呢?
closed
2019-12-14T04:17:23Z
2019-12-18T12:16:01Z
https://github.com/vipstone/faceai/issues/47
[]
schrodingercatss
0
jowilf/starlette-admin
sqlalchemy
100
Bug: IntegrityError in ModelView.delete method causes PendingRollbackError in some cases
**Describe the bug** I am using `starlette_admin` with sqlalchemy contrib. `DBSessionMiddleware`, as first middleware, creates session and then properly closes it at the end. However, if error occurs during `ModelView.delete` method, the IntegrityError occurs, which should be handled. I have inherited `BaseAdmin` a...
closed
2023-02-25T17:21:07Z
2023-02-26T10:30:42Z
https://github.com/jowilf/starlette-admin/issues/100
[ "bug" ]
dolamroth
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
792
Datasets_Root
In the instructions to run the preprocess. With the datasets how to I figure where the dataset root is. What is the command line needed to do so. I'm using Windows 10 BTW. It launches and works without any dataset_root listed but I want to make it work better. And without the datasets I can't
closed
2021-07-08T17:46:29Z
2021-08-25T09:42:20Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/792
[]
C4l1b3r
10
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
299
数据集下载不了
http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar 数据集链接打不开
closed
2021-06-10T01:32:42Z
2021-06-21T09:40:27Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/299
[]
jolt2017
2
docarray/docarray
fastapi
1,496
Implement a DocDict
# Context We want to introduce a in-memory AnyDocArray that can be accessed by id. It would basically be similar to DocList but whit the ability to be accessed by id instead of by index. The final design is not defined yet and we will iterate on this issue to propose on the design
open
2023-05-05T09:40:41Z
2023-05-08T11:44:08Z
https://github.com/docarray/docarray/issues/1496
[]
samsja
0
GibbsConsulting/django-plotly-dash
plotly
175
django dash
Please i'll love to setup a simple plotly dash app on django. Can you help me out?
closed
2019-10-01T16:13:26Z
2020-06-20T19:17:34Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/175
[]
osasblack
1
python-gino/gino
sqlalchemy
213
Add Quart extension
https://gitlab.com/pgjones/quart
closed
2018-04-28T04:20:24Z
2018-06-08T09:26:52Z
https://github.com/python-gino/gino/issues/213
[ "help wanted", "feature request" ]
fantix
0
tensorly/tensorly
numpy
522
svd_interface will throw an error if the number of rows of the matrix is smaller than it's columns
Let's say, `matrix.shape==(2, 4)` and `n_eigenvecs==3`, `truncated_svd` will output `U.shape ==(2,2)`, `V.shape==(3, 4)` and `S.shape==2`. In this case, `S.diag` in the following line will return a matrix of shape `(2,2)`. The shapes `(2,2), (2,2) and (3,4)` are not compatible for matmul. Ideally, S should be updated a...
closed
2023-08-21T14:12:59Z
2023-09-08T18:10:57Z
https://github.com/tensorly/tensorly/issues/522
[]
hello-fri-end
1
AutoViML/AutoViz
scikit-learn
86
A clean install fails on import
I attempted to install the latest version (`0.1.604`) in a fresh poetry project and the quickstart code fails on import: ```In [1]: from autoviz import AutoViz_Class ...: AV = AutoViz_Class() --------------------------------------------------------------------------- ModuleNotFoundError ...
closed
2023-05-25T15:29:37Z
2023-06-07T12:09:02Z
https://github.com/AutoViML/AutoViz/issues/86
[]
ahasha
6
HIT-SCIR/ltp
nlp
672
IndexError: list index out of range
【文本】绿色和平年年都在上述高峰会的开会地点游说,以争取太平洋地区的进一步支持,来因应温室效应问题,并为其他环保计划争取更大的协助。 【错误信息】 out1 = self.ltp.pipeline(sents, tasks = ['cws', 'pos']) File "/home/.venv/a100/lib/python3.8/site-packages/ltp/nerual.py", line 24, in wrapper return func(*args, **kwargs) File "/home/.venv/a100/lib/python3.8/site-packages/ltp/neru...
closed
2023-10-20T01:22:41Z
2023-10-20T01:27:19Z
https://github.com/HIT-SCIR/ltp/issues/672
[]
gandolfxu
0
scikit-optimize/scikit-optimize
scikit-learn
230
Unpin PyQT version for CI builds
Undo #229 once ContinuumIO/anaconda-issues#1068 has been fixed. Once the bug in conda has been fixed we should stop pinning the version of pyqt that we use in the CI builds.
closed
2016-09-19T14:14:18Z
2016-11-30T12:28:49Z
https://github.com/scikit-optimize/scikit-optimize/issues/230
[ "Build / CI", "Easy" ]
betatim
1
apache/airflow
machine-learning
47,377
Avoid scheduler crash when executor_config is passed for executors using task sdk
### Body Following on https://github.com/apache/airflow/pull/47375#discussion_r1980895131 The scheduler should never crash as result of problems with specific task. It should have protection against such cases. The expected behavior is to log the exception and continue. ### Committer - [x] I acknowledge that I am a...
closed
2025-03-05T08:39:12Z
2025-03-09T16:20:28Z
https://github.com/apache/airflow/issues/47377
[ "kind:bug", "area:Scheduler", "priority:medium", "area:core", "affected_version:3.0.0beta" ]
eladkal
1
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
812
test.py RuntimeError: Error(s) in loading state_dict for UnetGenerator
I have a saved model, and when i run this command: sudo python3 test.py --dataroot ./datasets/mydataset--model pix2pix --direction BtoA --name test10 I get this error: dataset [AlignedDataset] was created initialize network with normal model [Pix2PixModel] was created loading the model from ./checkpoints/...
closed
2019-10-23T03:52:10Z
2019-10-23T05:41:35Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/812
[]
Pavm96
3
mljar/mercury
data-visualization
41
Dynamic parameter configuration
If we can add one preprocess block on top that runs only one time when notebooks is added. In this we can get some values which can be used to set configurations of parameter. An example. suppose we want to make "select" with choices as name of files in folder we can do something like this. ![image](https://us...
closed
2022-02-10T23:54:24Z
2023-02-15T10:09:00Z
https://github.com/mljar/mercury/issues/41
[]
shivendra2015iiit
2
fastapi/sqlmodel
fastapi
249
Create Relationships with Unique Fields (UniqueViolationError)
### 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...
closed
2022-02-23T17:02:05Z
2022-03-02T14:08:42Z
https://github.com/fastapi/sqlmodel/issues/249
[ "question" ]
njdowdy
11
dask/dask
numpy
11,349
map_overlap passes wrong block_info[:]['array-location']
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
open
2024-08-27T13:55:32Z
2024-10-11T17:06:18Z
https://github.com/dask/dask/issues/11349
[ "array" ]
bnavigator
2
sepandhaghighi/samila
matplotlib
88
Support random mode
#### Description Support random mode for `color`, `bgcolor` and `projection`
closed
2022-01-18T17:30:19Z
2022-05-04T12:15:56Z
https://github.com/sepandhaghighi/samila/issues/88
[ "enhancement", "new feature" ]
sepandhaghighi
0
dask/dask
scikit-learn
11,740
dask.array.pad does not chunk up padded region
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiable Ex...
closed
2025-02-13T00:17:07Z
2025-02-13T15:33:53Z
https://github.com/dask/dask/issues/11740
[ "needs triage" ]
dcherian
0
TvoroG/pytest-lazy-fixture
pytest
23
Nested fixtures are not seen by pytest_lazyfixture unless autouse=True
Using modified example from the official Usage instructions: @fixture(params=[0, 1], autouse=True) def zero_one(request): return request.param @fixture(params=[1]) def one(request, zero_one): return zero_one * request.param @fixture(params=[0, 1], autouse=False) def...
open
2018-02-05T14:04:00Z
2018-02-05T14:04:00Z
https://github.com/TvoroG/pytest-lazy-fixture/issues/23
[]
wikiped
0
aminalaee/sqladmin
fastapi
765
TypeError: UUID objects are immutable (fastapi_users)
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug Hy there, I am using fastapi_users for authentication . Here is the code, inside app directory app.py ``` from contextlib import asynccont...
closed
2024-05-13T10:05:09Z
2024-05-13T14:54:10Z
https://github.com/aminalaee/sqladmin/issues/765
[]
BhuwanPandey
4
streamlit/streamlit
data-visualization
10,543
Set `[auth]` secrets config from environment variables
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary The docs page for secrets management says: > Existing secrets management tools, such as .... will work fine ...
open
2025-02-27T15:47:19Z
2025-03-12T07:18:38Z
https://github.com/streamlit/streamlit/issues/10543
[ "type:enhancement", "feature:st.secrets", "feature:authentication" ]
Riezebos
4
google-research/bert
tensorflow
416
Is Abstract Summary Possible on Only Encoder Model like BERT?
Hello. I read it with interest in BERT paper. I have plan to project about Abstract Summary. :D It's super awesome.. **Is Abstract Summary Possible on Only Encoder Model like BERT in finetuning??** I think We should need Decoder on target language for Abstract Summary Task. Could I ask BERT is Only used Encoder w...
open
2019-02-05T01:55:32Z
2019-02-05T01:55:32Z
https://github.com/google-research/bert/issues/416
[]
graykode
0
voxel51/fiftyone
data-science
5,334
[FR] custom colors for `color by` in embedding visualizations?
### Proposal Summary Allow to specify a custom color for each sample dot in an embeddings visualization. ### What areas of FiftyOne does this feature affect? - [ ] App: FiftyOne application - [X] Core: Core `fiftyone` Python library - [ ] Server: FiftyOne server ### Details When visualizing embed...
open
2025-01-02T15:28:31Z
2025-01-02T15:46:19Z
https://github.com/voxel51/fiftyone/issues/5334
[ "feature" ]
cgebbe
0
deepspeedai/DeepSpeed
machine-learning
5,793
[BUG] Excessive CPU and GPU Memory Usage with Multi-GPU Inference Using DeepSpeed
I am experiencing excessive CPU and GPU memory usage when running multi-GPU inference with DeepSpeed. Specifically, the memory usage does not scale as expected when increasing the number of GPUs. Below is the code I am using for inference: ```python import os import torch import deepspeed import time from transfo...
open
2024-07-23T07:55:48Z
2024-10-10T03:02:31Z
https://github.com/deepspeedai/DeepSpeed/issues/5793
[ "bug", "inference" ]
gawain000000
3
statsmodels/statsmodels
data-science
9,353
ENH: calibration (gof) plots for multiple testing p-value correction
just some references Giai Gianetto, Quentin, Florence Combes, Claire Ramus, Christophe Bruley, Yohann Couté, and Thomas Burger. 2016. “Calibration Plot for Proteomics: A Graphical Tool to Visually Check the Assumptions Underlying FDR Control in Quantitative Experiments.” PROTEOMICS 16 (1): 29–32. https://doi.org/10....
open
2024-09-11T20:25:30Z
2024-09-11T20:25:31Z
https://github.com/statsmodels/statsmodels/issues/9353
[ "type-enh", "comp-stats" ]
josef-pkt
0
blockchain-etl/bitcoin-etl
dash
12
Factor out graph_operations.py to a separate lib
https://github.com/blockchain-etl/bitcoin-etl/blob/master/blockchainetl/service/graph_operations.py
open
2019-02-08T14:54:08Z
2020-05-18T03:04:21Z
https://github.com/blockchain-etl/bitcoin-etl/issues/12
[ "enhancement" ]
medvedev1088
0
BeanieODM/beanie
pydantic
1,010
[BUG] FindMany count ignores limit set
**Describe the bug** When getting to count of a query with a limit applied before, the limit gets ignored. That is a problem, because so mongodb has to find all. documents matching the query to count them, instead of stopping after reaching the limit. In big collections (big documents, millions of them) this has a big...
closed
2024-08-29T07:34:56Z
2024-10-08T12:32:24Z
https://github.com/BeanieODM/beanie/issues/1010
[ "bug" ]
pschoen-itsc
1
ultralytics/ultralytics
deep-learning
19,796
Issue with Ground Truth Mapping: Class IDs from a Different Dataset Mapped to COCO Class Names
### Search before asking - [ ] 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 **When validating a model trained on the COCO dataset using a different dat...
open
2025-03-20T10:00:47Z
2025-03-21T08:36:31Z
https://github.com/ultralytics/ultralytics/issues/19796
[ "question", "detect" ]
Agh404180
4
google/trax
numpy
1,497
why not use tensorflow keras instead
### Description ... ### Environment information ``` OS: <your answer here> $ pip freeze | grep trax # your output here $ pip freeze | grep tensor # your output here $ pip freeze | grep jax # your output here $ python -V # your output here ``` ### For bugs: reproduction and error logs ``...
closed
2021-02-24T10:01:01Z
2021-05-22T18:25:05Z
https://github.com/google/trax/issues/1497
[]
lomessa
2
strawberry-graphql/strawberry
graphql
3,605
Federated types aren't federated in field extensions
<!--- Provide a general summary of the changes you want in the title above. --> I'm submitting this as an "other issue" as I'm not sure this really classifies as a bug. This issue is derived from a [question on the Discord server](https://discord.com/channels/689806334337482765/1275412426132815903/127541242613281...
closed
2024-08-26T14:47:30Z
2025-03-20T15:56:50Z
https://github.com/strawberry-graphql/strawberry/issues/3605
[]
parafoxia
2
vitalik/django-ninja
pydantic
421
How can I not cause an error when the header is not set in HttpBeer authentication?
```py class AuthBearer(HttpBearer): def authenticate(self, request: HttpRequest, token: str): token = jwt.decode(token, settings.JWT_SECRET, algorithms="HS256") user = User.objects.filter(id=token["id"]).get() return user ``` https://django-ninja.rest-framework.com/tutorial/authenti...
closed
2022-04-12T00:37:55Z
2022-04-13T08:02:03Z
https://github.com/vitalik/django-ninja/issues/421
[]
HoJin9622
4
s3rius/FastAPI-template
fastapi
191
Loguru startup error
After initializing blank project with loguru as logger `poetry run python -m project_name` it gives an error: ```shell 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:\Users\User\Documents\Projects\project_name\pr...
open
2023-10-02T12:35:53Z
2024-07-12T08:16:43Z
https://github.com/s3rius/FastAPI-template/issues/191
[]
RoyalGoose
13
numpy/numpy
numpy
28,578
CI: Make `clang_TSAN` CI job use cpython_sanity docker image
See https://github.com/nascheme/cpython_sanity Should shave anywhere from 5-10 minutes of build time off each run. I'll get to this eventually but if someone else wants to take a crack at it go ahead.
open
2025-03-24T16:12:58Z
2025-03-24T16:22:18Z
https://github.com/numpy/numpy/issues/28578
[ "component: CI", "39 - free-threading" ]
ngoldbaum
0
deepfakes/faceswap
deep-learning
1,279
Error during Installation at windows by building project for dev
*Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum) or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without response.* **Crash reports MUST be included when reporting bugs.** **Describe the bug...
open
2022-11-06T10:57:49Z
2022-11-08T02:41:45Z
https://github.com/deepfakes/faceswap/issues/1279
[]
DonOhhhh
3
python-gitlab/python-gitlab
api
2,555
gitlab project-label output mismatch
hello running gitlab project-label list a node have { "id": 13176, "name": "OriginMR::4782", "description": null, "description_html": "", "text_color": "#FFFFFF", "color": "#84462c", "subscribed": false, "priority": null, "is_project_label": true } but via api i see { "...
closed
2023-04-21T12:14:20Z
2024-07-15T01:25:49Z
https://github.com/python-gitlab/python-gitlab/issues/2555
[ "need info", "stale" ]
ramarro123
4
netbox-community/netbox
django
18,982
rack changelog - show changes related to reservations in rack changelog
### NetBox version v4.2.5 ### Feature type Data model extension ### Proposed functionality show rack reservation changelogs on related rack changelogs ### Use case when viewing a device changelog you can see when interfaces were created updated and deleted. the same should be made possible for racks. when viewi...
open
2025-03-21T17:19:47Z
2025-03-23T23:22:39Z
https://github.com/netbox-community/netbox/issues/18982
[ "type: feature", "status: needs triage" ]
ITJamie
1
MaxHalford/prince
scikit-learn
154
Feature idea: biplot
Have you considered to enhance this package by [biplots](https://en.wikipedia.org/wiki/Biplot), as discussed in [this SO thread](https://stackoverflow.com/questions/39216897)? Also, I see some potential overlap with the [PCA package](https://erdogant.github.io/pca/pages/html/index.html), though prince appears fitter...
closed
2023-05-31T17:52:12Z
2023-10-11T22:40:04Z
https://github.com/MaxHalford/prince/issues/154
[]
normanius
2
autokey/autokey
automation
82
Apostrophe [ ' ] changed in É
Hello All, When i put an Apostrophe [ ' ], it is changed by a É when I use AutoKey. Do you knoq how I can fix this? Thank you so much! All my best David
closed
2017-05-19T15:29:02Z
2023-05-19T19:58:20Z
https://github.com/autokey/autokey/issues/82
[]
davduf
5