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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
thtrieu/darkflow | tensorflow | 1,172 | AttributeError: module 'tensorflow.python.framework.op_def_registry' has no attribute 'register_op_list | `from darkflow.net.build import TFNet
import cv2`
AttributeError Traceback (most recent call last)
<ipython-input-42-b05e2046f3c6> in <module>()
----> 1 from darkflow.net.build import TFNet
2 import cv2
5 from .ops import op_create, identity
6 from .ops import HEADER, LI... | open | 2020-05-20T18:02:39Z | 2020-05-20T18:04:03Z | https://github.com/thtrieu/darkflow/issues/1172 | [] | Chaideo | 0 |
apache/airflow | automation | 47,456 | AIP-84 Add ui auth endpoint to expose FAB links from NavBar | ### Body
Expose FAB user management to the UI by providing a `ui/auth/links` endpoints that simply passes a label,value pair auth pages the UI should show and link to in the NavBar.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | closed | 2025-03-06T16:50:29Z | 2025-03-06T17:03:50Z | https://github.com/apache/airflow/issues/47456 | [
"area:auth",
"area:UI",
"provider:fab",
"AIP-84"
] | bbovenzi | 0 |
tensorlayer/TensorLayer | tensorflow | 174 | DownSampling2dLayer's size parameter as scale makes error | layers.py#L1605
layers.py#L1606
layers.py#L1610
layers.py#L1611
When pass size=0.25, is_scale=True, the size produced in these line will be 1D float32 tensor, which makes tensorflow raise an error.
The size calculated should be cast to int. | closed | 2017-07-11T13:08:21Z | 2017-07-27T16:30:56Z | https://github.com/tensorlayer/TensorLayer/issues/174 | [] | ShieLian | 1 |
Gozargah/Marzban | api | 919 | tunnel | سلام وقت بخیر یه سوال داشتم اینکه اگر یه سرور ایران که تانل شده به سرور خارج داشته باشم و در اخر سرور ایران رو بصورت نود اضافه کنم به یه سرور دیگ که پنل روش نصبه .
اینجا باید چیکار کنم که کانفیگم در نهایت بتونه پینگ بده چون الان پینگ نمیده
| closed | 2024-04-04T10:18:05Z | 2024-04-04T11:16:00Z | https://github.com/Gozargah/Marzban/issues/919 | [
"Invalid"
] | hamidrezahmd79 | 2 |
jupyter/docker-stacks | jupyter | 1,518 | Remove XDG_CACHE_HOME from start.sh sudo call | This issue tracks [this comment](https://github.com/jupyter/docker-stacks/pull/1512#discussion_r746103918) as a TODO after #1512 is resolved. | closed | 2021-11-09T23:27:14Z | 2021-11-10T18:24:20Z | https://github.com/jupyter/docker-stacks/issues/1518 | [
"type:Bug"
] | maresb | 0 |
gto76/python-cheatsheet | python | 25 | Bytes encoding and decoding | I learned that there are two ways to encode and decode bytes. One has been included:
```
<bytes> = <str>.encode(encoding='utf-8')
<str> = <bytes>.decode('utf-8')
```
the other is
```
<bytes> = bytes(<str>,encoding='utf-8')
<str> = str(<bytes>,encoding='utf-8')
```
Just to remind:-D. May be you just choose ... | closed | 2019-02-12T10:03:25Z | 2019-08-13T08:07:54Z | https://github.com/gto76/python-cheatsheet/issues/25 | [] | luo3300612 | 2 |
axnsan12/drf-yasg | django | 52 | Can i use it for enterprise product? | Please share detailed License information. | closed | 2018-01-22T10:16:08Z | 2018-08-06T14:01:59Z | https://github.com/axnsan12/drf-yasg/issues/52 | [] | ranvijay-sachan | 1 |
modoboa/modoboa | django | 3,002 | Alarm check issue | # Impacted versions
* Modoboa: 2.1.2
Alarm check if not working.

| closed | 2023-05-10T21:06:26Z | 2023-07-21T07:48:22Z | https://github.com/modoboa/modoboa/issues/3002 | [
"bug",
"new-ui"
] | Spitfireap | 0 |
AntonOsika/gpt-engineer | python | 553 | Issue with the export of my API Key | I typed the cmd : export OPENAI_API_KEY=[your api key] in my cmd Terminal after I installed the Engineer with : pip install gpt-engineer. The Problem is that he is telling me that the command doesnt work or doesnt exist. Any help ? I also pasted my own API Key which I got from my OpenAI Account. | closed | 2023-07-24T12:32:48Z | 2023-07-24T12:36:00Z | https://github.com/AntonOsika/gpt-engineer/issues/553 | [] | RocketBuilder | 0 |
deezer/spleeter | deep-learning | 330 | [Bug] Illegal Instruction (core dumped) // pkg_resources.DistributionNotFound: The 'tensorflow==1.15.2' | <!-- 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
TensorFlow problem
## Step to reproduce
<!-- Ind... | closed | 2020-04-15T15:34:07Z | 2020-05-10T13:13:29Z | https://github.com/deezer/spleeter/issues/330 | [
"bug",
"invalid"
] | turb1te | 1 |
tensorly/tensorly | numpy | 499 | Error when running sparse Robust PCA | #### Describe the bug
Computation of sparse robust pca crashes as it calls svd with unexpected keyword (`full_matrices`)
#### Steps or Code to Reproduce
Mostly copied from tensorly docs
```python
import tensorly.contrib.sparse as stl; import sparse
shape = (1000, 1001, 1002)
rank = 5
starting_weights = stl.on... | open | 2023-04-04T13:19:50Z | 2024-12-02T23:12:55Z | https://github.com/tensorly/tensorly/issues/499 | [
"bug"
] | dawe | 7 |
gradio-app/gradio | deep-learning | 9,931 | Infer image mode when setting Image.image_mode | - [x] I have searched to see if a similar issue already exists.
Similar issue: [#9222](https://github.com/gradio-app/gradio/issues/9222)
**Is your feature request related to a problem? Please describe.**
When using `.png` files with a transparent background as a watermark as an Image component, the appropriate `... | open | 2024-11-10T23:33:38Z | 2024-11-13T17:29:29Z | https://github.com/gradio-app/gradio/issues/9931 | [
"brainstorming"
] | meg-huggingface | 3 |
nltk/nltk | nlp | 3,279 | Put pyupgrade back when Github default precommit hook uses v3.14.5 | Spillover issue from https://github.com/nltk/nltk/pull/3274 | closed | 2024-07-08T18:45:54Z | 2024-07-08T20:37:02Z | https://github.com/nltk/nltk/issues/3279 | [
"pythonic",
"CI",
"internals"
] | alvations | 1 |
fastapi/sqlmodel | pydantic | 142 | Alter ID replacement behaviour | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2021-10-20T19:24:20Z | 2021-10-26T13:36:15Z | https://github.com/fastapi/sqlmodel/issues/142 | [
"question"
] | perezzini | 5 |
nvbn/thefuck | python | 1,246 | needs python distutils package during installation |
`The Fuck 3.29 using Python 3.8.10 and Bash 5.0.17(1)-release`
Your system (Debian 7, ArchLinux, Windows, etc.):
`Linux Mint 20.2 Uma`
How to reproduce the bug:
installation via
`apt install thefuck`
When I tried to run it I got
```
Original exception was:
Traceback (most recent call last):
File... | open | 2021-11-13T22:25:47Z | 2021-11-13T22:29:48Z | https://github.com/nvbn/thefuck/issues/1246 | [] | JosephSM | 0 |
deepfakes/faceswap | deep-learning | 419 | Quick question | Hi there! Does quality of faceswap is improved in 3 month? Im talking about quality of replaced faces | closed | 2018-06-14T21:30:28Z | 2018-06-15T00:37:52Z | https://github.com/deepfakes/faceswap/issues/419 | [] | shadowzoom | 1 |
wkentaro/labelme | computer-vision | 1,515 | Too many annotation points make the program prone to lagging. | <img width="1286" alt="微信图片_20241119205501" src="https://github.com/user-attachments/assets/06c22dcf-b49e-4e44-9920-368ba70c2ac6">
[demo.zip](https://github.com/user-attachments/files/17815444/demo.zip)
Too many annotation points make the program prone to lagging. What optimization solutions are available | open | 2024-11-19T12:57:28Z | 2024-11-28T03:31:12Z | https://github.com/wkentaro/labelme/issues/1515 | [] | monkeycc | 1 |
JaidedAI/EasyOCR | machine-learning | 639 | from .cv2 import _registerMatType ImportError: cannot import name '_registerMatType' | the problem of "import easyocr'
what should I do? | closed | 2022-01-10T01:24:38Z | 2022-08-07T05:05:07Z | https://github.com/JaidedAI/EasyOCR/issues/639 | [] | languandong | 4 |
indico/indico | flask | 6,060 | [A11Y] Registration form date picker activation button has no label | **Describe the bug**
The date picker activation button contains an icon that is not announced, making the purpose of the button unclear.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to a registration form that includes a date picker using a screen reader
2. Tab to the activation button
3. Observe t... | open | 2023-11-24T09:55:17Z | 2023-12-01T06:35:36Z | https://github.com/indico/indico/issues/6060 | [
"bug"
] | foxbunny | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 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 |
abhiTronix/vidgear | dash | 185 | How use vidgear django and build docker image? | # I'm using django with docker for project but when add vidgear and opencv-python in requirments.txt file when
build image occer this error


#... | closed | 2020-12-31T12:01:44Z | 2020-12-31T18:51:36Z | https://github.com/abhiTronix/vidgear/issues/185 | [
"QUESTION :question:",
"SOLVED :checkered_flag:"
] | esmaily | 3 |
laurentS/slowapi | fastapi | 16 | RateLimitExceeded is not imported in the example of README | RateLimitExceeded is not imported in the example given in README and is causing error during run time.
Add it to the imports :
from slowapi.errors import RateLimitExceeded | closed | 2020-09-30T17:54:48Z | 2020-10-01T22:58:16Z | https://github.com/laurentS/slowapi/issues/16 | [] | yaswanthjagilanka | 3 |
hzwer/ECCV2022-RIFE | computer-vision | 118 | clamping in model | Hi Hzwer, hope you're well.
I wonder would it be useful to move 0, 1 clamping from model to the inference logic?
In vfx world it is normal to have values over 1 in images and it should be preserved when deaing with exr images
Thank you! | closed | 2021-02-26T10:31:04Z | 2021-03-02T15:50:08Z | https://github.com/hzwer/ECCV2022-RIFE/issues/118 | [] | talosh | 2 |
horovod/horovod | deep-learning | 3,406 | FileNotFoundError: [Errno 2] No such file or directory: '/root/imagenet/train' | Continuously getting this error message when running the keras_imagenet_resnet50.py script. Not sure what it is that isn't working and have been at this for a few hours - maybe just looking at the code too long at this point. Any ideas what to issue could be? | closed | 2022-02-09T22:40:53Z | 2022-04-18T07:58:11Z | https://github.com/horovod/horovod/issues/3406 | [
"wontfix"
] | gsaunderson-acn | 1 |
dmlc/gluon-nlp | numpy | 1,407 | [Proposal] Unified Interface/Implementation for Sparse Attention | Currently several schemes of sparse attention (e.g. block-sparse, sliding window) relies on the handcrafted kernels, and it takes plenty of effort to implement new schemes (for research or other purpose). We may consider adopting a unified interface and implementation based on SpMM.
We can require an attention mask ... | open | 2020-10-27T12:24:42Z | 2020-10-28T10:57:55Z | https://github.com/dmlc/gluon-nlp/issues/1407 | [] | ZiyueHuang | 4 |
JaidedAI/EasyOCR | deep-learning | 755 | Detection of "Free" Boxes Doesn't Seem to Work | I have a program using EasyOCR that works great, but when I try to change it to use EasyOCR's detection of text with rotation/skewness etc., as opposed to just orthogonal boxes, (or as it's called in [the documentation](https://www.jaided.ai/easyocr/documentation/), the 'free_list', which is returned by `easyocr.detect... | closed | 2022-06-12T07:52:22Z | 2023-06-10T19:41:49Z | https://github.com/JaidedAI/EasyOCR/issues/755 | [] | GrandTheftWalrus | 4 |
joke2k/django-environ | django | 166 | Docs / Feature for nested lists | Maybe I'm just missing it but what is a way to change the ADMINS setting so it uses an environment variable? | closed | 2018-01-10T19:04:50Z | 2018-06-05T18:41:27Z | https://github.com/joke2k/django-environ/issues/166 | [] | epicserve | 6 |
davidsandberg/facenet | computer-vision | 1,136 | Training with ArcFace Loss | Hi !
Did anyone trained the model using arcface loss and using the same code in train_softmax.py ?
I trained a model using the ArcFace loss using this bit of code :
```
prelogits, _ = network.inference(image_batch, args.keep_probability,
phase_train=phase_train_placeholder, bottleneck_layer_size=arg... | open | 2020-02-14T14:15:49Z | 2020-03-04T21:08:30Z | https://github.com/davidsandberg/facenet/issues/1136 | [] | neklom | 2 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,767 | [Bug]: Emphasis being applied outside of parentheses by `:3` and `:0` (even with emphasis disabled) | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-05-13T00:08:18Z | 2024-05-13T00:08:18Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15767 | [
"bug-report"
] | feffy380 | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 483 | How to adjust "Scaling Modifier" in render.py? | 
In SIBR Viewer, we can adjust Scaling Modifier by dragging the bar. But I don't know how to adjust the same parameter in render.py? | open | 2023-11-19T08:33:59Z | 2024-03-13T07:08:14Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/483 | [] | ThePassedWind | 3 |
deepspeedai/DeepSpeed | deep-learning | 6,791 | [BUG][IMPORTANT] zero_to_fp32.py consolidated weights are all zero after this commit | **Describe the bug**
After this commit https://github.com/microsoft/DeepSpeed/commit/dd40269426e129e6d65f8cda28d97f5ca31d1de0, specify `max_shard_size` to zero_to_fp32.py would generate empty weights
**To Reproduce**
Use deepspeed v0.16.0
**Reason**
According to the code https://github.com/microsoft/DeepSpeed/blob/f7... | closed | 2024-11-26T11:51:17Z | 2024-12-04T18:16:58Z | https://github.com/deepspeedai/DeepSpeed/issues/6791 | [
"bug",
"compression"
] | npuichigo | 5 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 673 | 指令精調參數問題 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-06-26T13:56:18Z | 2023-06-28T00:48:41Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/673 | [] | cyc00518 | 2 |
MagicStack/asyncpg | asyncio | 1,055 | Difference between bulk update with FROM VALUES and without it? | ```python3
await conn.executemany(
"""
UPDATE user SET login=$2, name=$3, age=$4, sex=$5
WHERE id=$1
""",
users,
)
```
```python3
await conn.executemany(
"""
UPDATE user SET login=actual_user.login, name=actual_user.name, age=actual_user.age, sex=actual_user.sex
FROM (VALU... | open | 2023-07-27T21:21:49Z | 2023-07-28T04:18:47Z | https://github.com/MagicStack/asyncpg/issues/1055 | [] | wowka1319 | 1 |
capitalone/DataProfiler | pandas | 719 | Investigate use of cast() in profilers. | Investigate whether these instances of `cast()` are needed.
PRs should be small (at most a few files).
profilers/data_labeler_column_profile.py
- https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/profilers/data_labeler_column_profile.py#L266
- https://github.com/capitalone/DataProfiler/blob/main/d... | open | 2022-11-16T15:29:25Z | 2022-11-30T17:01:44Z | https://github.com/capitalone/DataProfiler/issues/719 | [
"Help Wanted",
"Low Priority",
"Question",
"static_typing"
] | Sanketh7 | 0 |
jupyterhub/repo2docker | jupyter | 1,094 | Allow notebooks to run under Julia 1.6 | I may misunderstand, but my julia Project.toml file states `julia = ">=1.6, <1.7" but the build process is launching 1.5 and crashing.
Julia 1.6 is already in its third patch release 1.6.3. Also, code loading/compilation in julia 1.6 is way faster. | open | 2021-10-11T02:43:32Z | 2021-10-27T02:23:33Z | https://github.com/jupyterhub/repo2docker/issues/1094 | [] | ablaom | 7 |
2noise/ChatTTS | python | 99 | win11无法调用gpu | 如题
| closed | 2024-05-30T12:16:49Z | 2024-07-16T04:01:51Z | https://github.com/2noise/ChatTTS/issues/99 | [
"stale"
] | hanxudong1122 | 2 |
google-research/bert | tensorflow | 869 | Multi Task Learning Clarification | closed | 2019-10-02T20:19:52Z | 2019-10-02T20:20:57Z | https://github.com/google-research/bert/issues/869 | [] | Dragon615 | 0 | |
jwkvam/bowtie | plotly | 70 | use session to cache results | `copy_current_request_context` does some weird things to the session that I need to figure out. Current thinking is to return a dict of data to store. Then need to figure out a nice way to get it back out, hopefully without adding more arguments.
I hope this would enable faster interaction, enabling things seen [her... | closed | 2016-12-15T17:14:01Z | 2017-03-06T20:21:59Z | https://github.com/jwkvam/bowtie/issues/70 | [] | jwkvam | 1 |
piskvorky/gensim | machine-learning | 2,745 | Meaning of negative LSI weight for words in topics | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2020-02-05T13:33:03Z | 2020-02-05T13:49:14Z | https://github.com/piskvorky/gensim/issues/2745 | [] | hgfdd | 1 |
blacklanternsecurity/bbot | automation | 1,685 | ffuf doesn't respect global proxy | Ffuf apparently was never set up to use the global bbot proxy. | closed | 2024-08-20T17:20:27Z | 2024-08-20T18:01:56Z | https://github.com/blacklanternsecurity/bbot/issues/1685 | [
"bug"
] | TheTechromancer | 1 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 33 | Model vs Node in naming in docs and tests | The documentation and example code use: Example and ExampleModel.
https://github.com/graphql-python/graphene-sqlalchemy/blob/08fcfc0b2548cd3519e4b19772acda4495089392/docs/tutorial.rst#schema
```python
from models import db_session, Department as DepartmentModel, Employee as EmployeeModel
class Department(SQLA... | closed | 2017-01-28T03:32:51Z | 2023-08-15T00:36:09Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/33 | [] | 13rac1 | 4 |
huggingface/transformers | machine-learning | 36,041 | CVE-2024-11392 - AWS Scanner and Trivy Flagging Transformers 4.48.1 as Vulnerable | ### System Info
I have updated the transformers package to version 4.48.1, but both my AWS scanner and Trivy are still flagging this version as vulnerable. I have referred to the following GitHub thread, which discusses a similar issue, but unfortunately, I wasn't able to find a resolution:
https://github.com/hugging... | open | 2025-02-05T06:28:29Z | 2025-03-20T11:29:28Z | https://github.com/huggingface/transformers/issues/36041 | [
"bug"
] | rajdeinno | 9 |
scikit-optimize/scikit-optimize | scikit-learn | 495 | Update requirements.txt | We need to update `requirements.txt` to reflect current dependencies for setting up a new development environment.
Currently missing packages:
* `pytest`
* `nose` | closed | 2017-09-01T08:16:03Z | 2017-09-01T10:17:08Z | https://github.com/scikit-optimize/scikit-optimize/issues/495 | [
"Build / CI",
"Documentation"
] | betatim | 0 |
PaddlePaddle/ERNIE | nlp | 265 | ERNIE 有没有在自己的corpus上进行预训练的教程? | closed | 2019-08-07T07:14:18Z | 2019-08-19T02:49:27Z | https://github.com/PaddlePaddle/ERNIE/issues/265 | [] | songtaoshi | 1 | |
polarsource/polar | fastapi | 4,858 | Repository not showing up in issue search | ### Description
https://polar.sh/dashboard/niccokunzmann/issues/overview
<!-- A brief description with a link to the page on the site where you found the issue. -->
I would like to search for a repository that is further down the list but it does not turn up.
### Current Behavior
<!-- A brief description of the c... | closed | 2025-01-20T15:00:20Z | 2025-03-05T09:10:52Z | https://github.com/polarsource/polar/issues/4858 | [
"bug"
] | niccokunzmann | 0 |
flairNLP/flair | pytorch | 2,930 | RuntimeError while saving embedding model in ONNX format | **Describe the bug**
The model cannot be saved in ONNX format as shown in the flair/resources/docs/TUTORIAL_13_TRANSFORMERS_PRODUCTION.md tutorial. The export raises the following error:
`RuntimeError: Dynamic shape axis should be no more than the shape dimension for sequ_length`
**To Reproduce**
```python
from... | closed | 2022-09-01T10:07:08Z | 2023-01-17T00:53:40Z | https://github.com/flairNLP/flair/issues/2930 | [
"bug",
"wontfix"
] | kobiche | 1 |
robinhood/faust | asyncio | 468 | faust v1.9.0 not working with sasl authentication | ## Steps to reproduce
configure faust to use sasl
app = faust.App(
<name>,
broker=broker,
key_serializer='json',
value_serializer='json',
broker_credentials=faust.SASLCredentials(
username=<uid>,
password=<pwd>,
)
)
## Expected behavior
That it works.
(It wo... | closed | 2019-11-06T13:49:45Z | 2021-04-02T17:28:30Z | https://github.com/robinhood/faust/issues/468 | [] | jabonte | 9 |
flairNLP/flair | pytorch | 3,234 | [Question]: How to load the model faster? | ### Question
I am using NER model (ner-ontonotes-large) to do NER or text classification on pandas column. Prediction part is alright but not the model loading part. On a PC with 64GB ram, it will take more than 15s just to load a model. Is there a way to reduce the timing?
Here's the script for your preview:
... | closed | 2023-05-01T16:06:15Z | 2023-06-12T10:09:54Z | https://github.com/flairNLP/flair/issues/3234 | [
"question"
] | skwskwskwskw | 18 |
pydantic/logfire | pydantic | 192 | psutil 5.9.8 not supported | ### Description
Hello,
While working on code carbon integration, I encountered an incompatibility of logfire & latest psutil version. We use it only for test purposes, so I'm not asking a change from your side, but just to inform you that there is a total incompatibility, both auth/info return the same error:
> ... | closed | 2024-05-19T06:36:44Z | 2024-05-19T15:11:06Z | https://github.com/pydantic/logfire/issues/192 | [
"bug"
] | SaboniAmine | 2 |
huggingface/transformers | pytorch | 36,674 | NotImplementedError: aten::_log_softmax_backward_data with SparseCUDA backend | ### System Info
- `transformers` version: 4.49.0
- Platform: Linux-4.18.0-147.mt20200626.413.el8_1.x86_64-x86_64-with-glibc2.17
- Python version: 3.12.3
- Huggingface_hub version: 0.26.3
- Safetensors version: 0.4.5
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: 0.15.4
- PyTorch ver... | closed | 2025-03-12T14:59:33Z | 2025-03-14T05:30:16Z | https://github.com/huggingface/transformers/issues/36674 | [
"bug"
] | rangehow | 5 |
adbar/trafilatura | web-scraping | 405 | Web API idea | I've been briefly experimenting with[ Postlight (nee Mercury) Parser](https://github.com/postlight/parser), most of my projects are Python based so I was looking at a couple of the server implementations. Any interest in implementing the API described in:
* https://github.com/postlight/parser-api
* https://gith... | closed | 2023-08-06T22:45:13Z | 2024-02-05T11:22:47Z | https://github.com/adbar/trafilatura/issues/405 | [
"enhancement"
] | clach04 | 4 |
SALib/SALib | numpy | 507 | How to perform sensitivity analysis for a ODE system which without analytical solutions | I would appreciate it if you could provide me a simple example for my reference | closed | 2022-05-09T12:10:54Z | 2022-11-02T08:14:21Z | https://github.com/SALib/SALib/issues/507 | [] | ZSTanone | 1 |
geex-arts/django-jet | django | 14 | Ajax lookups on admin change_list filters not working | Hi, I don't know if it is possible, but when I try to something like:
```
class YourModelAdmin(admin.ModelAdmin):
list_filter = ['a_foreignkey_field']
```
When I render the change list all the data is loaded in client instead of make the proper lookups through Ajax as it does from a field represented in a change ... | closed | 2015-10-16T09:33:23Z | 2015-10-22T13:47:12Z | https://github.com/geex-arts/django-jet/issues/14 | [] | dnmellen | 8 |
Avaiga/taipy | automation | 2,305 | [🐛 BUG] Improve and fix stylekit to make UI elements more consistent | ### What went wrong? 🤔
Here is a list of UI components. The stylekit should provide a consistent set of UI elements. Some viz elements are higher than others.

### Expected Behavior
Some elements should be fixed, and... | closed | 2024-12-06T10:26:16Z | 2024-12-23T09:53:46Z | https://github.com/Avaiga/taipy/issues/2305 | [
"🖰 GUI",
"💥Malfunction",
"🟧 Priority: High"
] | FlorianJacta | 7 |
skypilot-org/skypilot | data-science | 4,730 | Using `sky launch -t <gpu_instance_type>` without specifying `--gpus` doesn't work | Repro
```
(py310) sky launch --num-nodes 10 -t g4dn.12xlarge --use-spot --down -i0
sky.exceptions.ResourcesMismatchError: Infeasible resource demands found:
Instance type requested: g4dn.12xlarge
Accelerators for g4dn.12xlarge: {'T4': 4}
Accelerators requested: None
To fix: either only specify instance_type, or c... | closed | 2025-02-17T14:59:48Z | 2025-02-18T04:52:36Z | https://github.com/skypilot-org/skypilot/issues/4730 | [
"help wanted",
"good first issue",
"friction-log",
"interface/ux"
] | concretevitamin | 0 |
pydata/bottleneck | numpy | 25 | Unable to build from source on a clean system | Because the bottleneck/src/Makefile makes a call to python that imports "bottleneck.src.makepyx" (and that module also imports others), a completely clean, standard setup system can not build bottleneck from source. This is a checken-and-egg problem that can probably only be resolved by restructuring the build process... | closed | 2011-06-10T02:39:13Z | 2011-06-23T15:03:15Z | https://github.com/pydata/bottleneck/issues/25 | [] | WeatherGod | 8 |
huggingface/datasets | nlp | 6,856 | CI fails on Windows for test_delete_from_hub and test_xgetsize_private due to new-line character | CI fails on Windows for test_delete_from_hub after the merge of:
- #6820
This is weird because the CI was green in the PR branch before merging to main.
```
FAILED tests/test_hub.py::test_delete_from_hub - AssertionError: assert [CommitOperat...\r\n---\r\n')] == [CommitOperat...in/*\n---\n')]
At index 1 ... | closed | 2024-05-02T07:37:03Z | 2024-05-02T11:43:01Z | https://github.com/huggingface/datasets/issues/6856 | [
"bug"
] | albertvillanova | 1 |
babysor/MockingBird | deep-learning | 811 | pyworld版本过高导致报错ValueError: numpy.ndarray size changed... | 今天刚搭建的环境,使用VC拟音时遇到
`ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject`
此时python=3.9.15, numpy=1.19.3, pyworld=0.3.2
查看报错信息发现和pyworld有关,将pyworld版本降低到0.3.0后不再报错。可能需要在requirements.txt限制pyworld版本? | open | 2022-12-30T21:05:28Z | 2023-02-27T05:29:54Z | https://github.com/babysor/MockingBird/issues/811 | [] | carseny | 1 |
mwaskom/seaborn | data-visualization | 3,465 | seaborn.objects.Text does not take additional matplotlib parameters (`fontsize` and `color`) to control text appearance | Hi,
It seems the `so.Text` mark does not take additional matplotlib parameters other than `fontweight` (e.g., `fontsize` and `color`) to control the appearance of the text. According to [the so.Text official documentation](https://seaborn.pydata.org/generated/seaborn.objects.Text.html) it seems it should work. Tha... | closed | 2023-09-05T15:18:47Z | 2023-09-05T17:48:23Z | https://github.com/mwaskom/seaborn/issues/3465 | [] | frfeng | 1 |
ploomber/ploomber | jupyter | 1,099 | ploomber scaffold fails to inject code in 2 scenarios | I've identified 2 scenarios in which ploomber scaffold creates the tasks scripts but doesn't inject the parameters and product:
- when using pipeline.training.yaml and env.training.yaml (both in the root of the repo)
- when using pipeline.yaml and env.yaml and both are in a subfolder of the root repo.
When using... | closed | 2023-04-25T09:27:20Z | 2023-05-17T16:37:05Z | https://github.com/ploomber/ploomber/issues/1099 | [] | oguiza | 6 |
onnx/onnx | machine-learning | 6,660 | ImportError: cannot import name 'runtime_version' from 'google.protobuf' (/usr/local/lib64/python3.12/site-packages/google/protobuf/__init__.py) | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklea... | closed | 2025-01-26T08:02:13Z | 2025-01-27T01:08:11Z | https://github.com/onnx/onnx/issues/6660 | [
"bug"
] | wukaka155 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,334 | Loss_D_real and Loss_D_fake remain the same after epoch 1, but Loss_G_L1 keeps decreasing, is it normal? | Hi
I'm adopting pix2pix model to my project. Throughout the training process, I noticed Loss_D_real and Loss_D_fake remain the same after epoch 1, but Loss_G_L1 keeps decreasing. Although it quite weird, but the result is quite decent. I wonder what happened under the hood?
I tried both vanilla GAN loss and wgang... | closed | 2021-11-02T02:15:00Z | 2021-12-08T20:57:46Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1334 | [] | lkqnaruto | 7 |
matterport/Mask_RCNN | tensorflow | 2,104 | I am trying to do a project using matterport mask rcnn on colab. But wherever it starts training it utilizes cpu inspite of being connected to gpu. Where is the problem?
Tensorflow-1.5.0
Tensorflow-gpu-1.5.0
Keras-2.1.5 |
Tensorflow-1.5.0
Tensorflow-gpu-1.5.0
Keras-2.1.5 | closed | 2020-04-12T14:15:15Z | 2020-09-01T18:57:59Z | https://github.com/matterport/Mask_RCNN/issues/2104 | [] | imtinan39 | 4 |
sinaptik-ai/pandas-ai | pandas | 952 | Use Ollama as LLM for PandasAi | I need to use Ollama as LLM provider for pandas Ai,
Hence Ollama have OpenApi compatability | closed | 2024-02-22T06:31:15Z | 2024-02-26T14:26:59Z | https://github.com/sinaptik-ai/pandas-ai/issues/952 | [] | Alias4D | 2 |
jmcnamara/XlsxWriter | pandas | 1,119 | feature request: Support for multiple chart types in secondary axis | ### Feature Request
It would be very useful if XlsxWriter supported combo charts where series on the secondary axis can have independent types (e.g. one as an area chart and one as a line chart), as native Excel supports.
**Steps to Reproduce:**
> Create a chart with a fixed base type, e.g.
>
> `chart = writer.book... | closed | 2025-02-18T17:38:47Z | 2025-02-18T23:45:52Z | https://github.com/jmcnamara/XlsxWriter/issues/1119 | [
"feature request"
] | muriloOEM | 1 |
microsoft/nni | machine-learning | 5,792 | MY Trial keeps on failing. | I am trying to run a NAS implementation and all of the trial (trial jobs) are seen as failed. The dispatcher sends hyperparameter configurations for different neural network architectures to the NNI manager one by one. The manager creates trials (M0YoL, gNQ3c, etc.) with these configurations and submits them to the Loc... | closed | 2024-06-06T05:43:00Z | 2024-06-06T07:02:30Z | https://github.com/microsoft/nni/issues/5792 | [] | karmad84 | 0 |
pinry/pinry | django | 138 | [question] default login / password (or login error) | I followed installations instructions and I don't really understand what is the default login and password.
I tried the classical `admin/admin` and `root/root` and tried to run `./start_docker_with_current_user.sh`, but I get a 500 error *Something went wrong! If you figure out what it was please submit an issue on ... | closed | 2018-12-21T22:16:17Z | 2018-12-28T10:16:42Z | https://github.com/pinry/pinry/issues/138 | [] | njourdane | 5 |
donnemartin/system-design-primer | python | 857 | Sd2 | open | 2024-05-10T16:37:24Z | 2024-06-23T17:39:55Z | https://github.com/donnemartin/system-design-primer/issues/857 | [
"needs-review"
] | harryom-bit | 0 | |
mwaskom/seaborn | pandas | 3,463 | FutureWarning: is_categorical_dtype is deprecated | Using `pandas v2.1.0` and `seaborn v0.12.2`
This is more of an FYI of coming changes in pandas
```
import pandas as pd
import seaborn as sns
tips = sns.load_dataset('tips')
sns.scatterplot(data=tips, x='total_bill', y='tip', hue='time')
```
Plots without issue, but also now results in the following warnin... | closed | 2023-09-05T14:09:19Z | 2023-09-05T22:15:33Z | https://github.com/mwaskom/seaborn/issues/3463 | [] | trenton3983 | 3 |
deepset-ai/haystack | pytorch | 8,099 | UI Haystack almost no code solution | ## Motivation
Over the past few months of working with Haystack, I've found pipeline design using Excalidraw to be incredibly useful (add image as an example). It's become a crucial part of my development process. However, as my pipelines grew more ambitious, I encountered issues when translating these diagrams into c... | closed | 2024-07-26T23:35:28Z | 2025-01-09T07:34:13Z | https://github.com/deepset-ai/haystack/issues/8099 | [] | CarlosFerLo | 9 |
waditu/tushare | pandas | 1,581 | top10_holders返回数据不准确 | pro.top10_holders(ts_code='000001.SZ', start_date='19980630', end_date='19980630',
fields='ts_code,ann_date,end_date,holder_name,hold_amount,hold_ratio')
返回的数据中有重复的数据,股东‘张绍红’出现了俩次。
ID:378573 | open | 2021-08-25T15:10:52Z | 2021-08-25T15:11:59Z | https://github.com/waditu/tushare/issues/1581 | [] | wzxwjx | 1 |
huggingface/diffusers | pytorch | 10,791 | Incorrect Code in Custom Diffusion Pipeline Example | The provided code for loading and using the DiffusionPipeline contains errors that prevent it from running correctly.
https://huggingface.co/docs/diffusers/v0.32.2/en/training/custom_diffusion?training-inference=multiple+concepts
https://github.com/huggingface/diffusers/blob/main/docs/source/en/training/custom_diffus... | closed | 2025-02-14T13:26:56Z | 2025-02-14T16:19:12Z | https://github.com/huggingface/diffusers/issues/10791 | [] | puhuk | 0 |
frappe/frappe | rest-api | 31,291 | web site is not showing any data of frappe framework | i am creating library management app and i added some articles and also check all option of web view but it still showing nothing
http://localhost:8000/articles
on this site

 does amazing (and fast!) interactive 3d rendering. let's consider replacing the matplotlib engine with ipyvolume. To discuss:
- handling of plot options and arguments (how can we preserve as much of the current syntax as possible)?
- do we want to continue t... | open | 2018-03-06T19:38:36Z | 2018-03-06T19:38:36Z | https://github.com/ContextLab/hypertools/issues/191 | [] | jeremymanning | 0 |
nltk/nltk | nlp | 3,051 | Wordnet2021 won't load | On a fresh install, this is what I did:
```
> import nltk
> nltk.__version__
'3.7'
> nltk.download('wordnet2021')
> nltk.download('omw-1.4')
> from nltk.corpus import wordnet2021 as wn
> wn.synsets("dog")
```
I get the following traceback:
```
Traceback (most recent call last):
File "/home/user/minicon... | closed | 2022-09-25T21:43:36Z | 2023-05-17T21:21:54Z | https://github.com/nltk/nltk/issues/3051 | [
"bug",
"wordnet"
] | alcinos | 11 |
waditu/tushare | pandas | 855 | tushare.pro express 数据缺失 | 以000002.SZ 为例,只返回了1条数据 | closed | 2018-12-04T07:05:05Z | 2018-12-04T07:20:53Z | https://github.com/waditu/tushare/issues/855 | [] | tigerlove | 1 |
clovaai/donut | nlp | 106 | The article mentions the use of the first four layers of BART as the decoder, but why is Mbart's decoder used in the official code? | open | 2022-12-16T05:54:22Z | 2022-12-16T05:54:22Z | https://github.com/clovaai/donut/issues/106 | [] | 1998wy123 | 0 | |
ibis-project/ibis | pandas | 10,558 | docs(quartodoc): `render_methods` is showing arguments as a list | I noticed this while working on #10557 but I think it's been reported on Zulip, as well.
Something in our `render_methods` (or `render_method`) helpers is rendering function signatures with all of the args as list elements, so instead of
```python
# desired output
connect(self, *args, **kwargs)
```
we're instead get... | closed | 2024-12-06T00:39:42Z | 2024-12-06T07:32:48Z | https://github.com/ibis-project/ibis/issues/10558 | [] | gforsyth | 0 |
plotly/dash | plotly | 2,439 | No detailed explanation of the relevant overview in the document |
**Describe the bug**
Hi, I'm new to dash. I saw something like `Determining which cell has changed` at the [official document address](https://dash.plotly.com/datatable/editable) .But the corresponding place was not found on the document page.
I now have this requirement, when editing something in the table, I can ... | open | 2023-03-02T07:18:42Z | 2024-08-13T19:27:34Z | https://github.com/plotly/dash/issues/2439 | [
"documentation",
"bug",
"P3"
] | simon28li | 2 |
bmoscon/cryptofeed | asyncio | 1,010 | Bybit Trades do not work for Linear Futures | **Describe the bug**
When subscribing to BTCUSDT Perpetual Futures, the subscription fails as the websocket connection url is different on bybit
**To Reproduce**
Steps to reproduce the behavior:
- Subscribe to BTC-USDT Pair of Bybit
https://www.bybit.com/trade/usdt/BTCUSDT
- Tried - BTCUSDT, BTC-USDT, BTC-USD... | closed | 2024-02-02T11:33:42Z | 2024-04-01T22:54:45Z | https://github.com/bmoscon/cryptofeed/issues/1010 | [
"bug"
] | pavs94 | 1 |
cvat-ai/cvat | pytorch | 8,845 | Unable to Override CVAT_CHUNK_CACHE_TTL and CVAT_PREVIEW_CACHE_TTL via .env File | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Is your feature request related to a problem? Please describe.
I attempted to modify the cache time-to-live settings for CVAT_CHUNK_CACHE_TTL ... | closed | 2024-12-19T09:48:45Z | 2024-12-19T17:20:24Z | https://github.com/cvat-ai/cvat/issues/8845 | [
"enhancement"
] | NoahNour | 1 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 236 | https://api.douyin.wtf/api?url= 查询不了视频播放量吗? | https://api.douyin.wtf/api?url= 查询不了视频播放量吗? | closed | 2023-08-07T05:28:36Z | 2023-08-20T04:51:41Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/236 | [
"enhancement"
] | hhfmiirvaxb943 | 1 |
dmlc/gluon-cv | computer-vision | 1,520 | dcn con't convergence | I use the dcn of gluon version,but the net can't convergence,when I use the Conv,the net work will be convergence,please help me solve this quesion,thanks | closed | 2020-11-12T13:56:35Z | 2021-05-22T06:40:19Z | https://github.com/dmlc/gluon-cv/issues/1520 | [
"Stale"
] | mifan0208 | 1 |
pyeve/eve | flask | 814 | OPLOG DELETE | I don't know if any of you use OPLOG, but I have noticed that when I (soft) delete a document, the updated field is not the time of the deletion but the time of the previous last update of the doc.
When I look at the code oplog push is called on the 'original' doc instead of the 'marked' doc.
Can anyone explain me thi... | closed | 2016-02-01T07:52:34Z | 2016-02-02T07:52:28Z | https://github.com/pyeve/eve/issues/814 | [
"bug"
] | cbocta | 0 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 233 | Convert UUID Type failed | Hi, I'm currently have a node model as below:
class Node(BaseModel):
name = Column(String)
node_uuid = Column(UUIDType(binary=False), unique=True, nullable=False)
When I try to use the SQLAlchemyObjectType with the node model metaclass, it doesn't know how to convert type. The error message is as below:
File... | closed | 2019-06-20T23:30:31Z | 2023-02-25T06:58:05Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/233 | [] | jingjinz | 1 |
gevent/gevent | asyncio | 1,229 | Format the code with black? | And add to the lint check, like [warehouse does](https://github.com/pypa/warehouse/pull/3367), along with a `make reformat` to fix any issues.
I had a quick look over the output of black in src/gevent/ and it was pretty bearable. It mostly changed ' to " and there were a few lines it wrapped differently. | open | 2018-05-31T17:10:55Z | 2018-05-31T17:10:55Z | https://github.com/gevent/gevent/issues/1229 | [
"internal"
] | jamadden | 0 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 580 | PaErrorCode -9997 | demo_cli.py works fine and crates a .wav file, but when trying to play something with the toolbox I get an error (Exception: Error opening OutputStream: Invalid sample rate [PaErrorCode -9997]) and I don't know how to access the results. I followed the steps as closely as possible. | closed | 2020-10-29T22:33:42Z | 2020-10-30T00:31:08Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/580 | [] | Laurauwu74372 | 7 |
GibbsConsulting/django-plotly-dash | plotly | 467 | How can use ctx in django plotly dash callbacks? | I am trying to distinguish which component hast triggered in callbacks to determine a certain action to perform.
```
def _register_app2_callbacks(self):
@self.app2.callback(
[
Output("sidebar-content", "children"),
Output("network-graph-chart", "children"),
... | open | 2023-07-17T10:48:40Z | 2023-07-20T14:05:59Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/467 | [] | davood-hadiannejad | 2 |
serengil/deepface | deep-learning | 1,014 | Unable to install deepface in Windows using pip | I am trying to install deepface using pip after installing python file from this website, https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe which version is Python 3.12.
I run pip install deepface and this is the output I received below.
Collecting deepface
Using cached deepface-0.0.84-py3-none-... | closed | 2024-02-08T20:27:03Z | 2024-02-09T08:55:21Z | https://github.com/serengil/deepface/issues/1014 | [
"dependencies"
] | mangocitizenkane | 1 |
pyro-ppl/numpyro | numpy | 1,115 | Memory allocation issue with parallel chains on multiple GPU | Hello,
I am running NUTS for a larger model (~100,000 parameters) with 4 chains in parallel (4 GPUs available), num_warmup = 1000, and num_samples = 10,000.
The progress bar is left at default (true)
I am getting the following error:
RuntimeError: Resource exhausted: Out of memory while trying to allocate ... | closed | 2021-08-03T13:58:18Z | 2021-08-10T16:51:03Z | https://github.com/pyro-ppl/numpyro/issues/1115 | [
"question"
] | maxwellreynolds | 2 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,235 | Add Dropping Curve Documentation | Now that we've merged in our new Dropping Curve with https://github.com/DistrictDataLabs/yellowbrick/pull/1206, which does not include any documentation, we'd like to follow up by adding docs with a description of the use cases.
@charlesincharge has already added comments and an article in his original issue https:/... | closed | 2022-04-16T15:13:48Z | 2022-05-21T18:17:03Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1235 | [
"type: documentation"
] | lwgray | 6 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 174 | CPU下的训练情况 | 感谢作者的分享。
用了data_thchs30和ST-CMDS-20170001_1-OS数据,只有CPU,一天24h只能训练4500step,训练到3万次效果还不是很好(和作者的62.5万次还有差距),2.4万次的时候loss=25(供大家参考)。
预测拼接结果还是有一些是正确的,问题出在拼接转汉字,语音模型能用transformer替代希望能有提高。 | open | 2020-03-18T03:37:52Z | 2020-03-18T04:11:38Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/174 | [] | 471417367 | 1 |
tableau/server-client-python | rest-api | 1,008 | [TYPE 2] [Enable 2FA/SAML methods] | ## Summary
It would be great if as a user I could authenticate to TSC even when using SSO or 2FA.
## Request Type
If you know, say which of these types your request is in the title, and follow the suggestions for that type when writing your description.
****Type 2: add a REST API and support it in tsc.****
In ... | closed | 2022-03-18T10:31:28Z | 2024-09-20T08:10:17Z | https://github.com/tableau/server-client-python/issues/1008 | [
"duplicate",
"enhancement",
"Server-Side Enhancement"
] | jpanczel | 10 |
miguelgrinberg/microblog | flask | 328 | Heroku will no longer provide Postgres DB for free since November 28th, 2022 | > **Starting November 28th, 2022, free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis® will no longer be available.**
>
>
> If you have apps using any of these resources, you must upgrade to paid plans by this date to ensure your apps continue to run and to retain your data. For students, we wi... | closed | 2022-11-06T14:34:28Z | 2022-11-06T15:37:32Z | https://github.com/miguelgrinberg/microblog/issues/328 | [] | tsunamistate | 1 |
dynaconf/dynaconf | flask | 1,219 | feat: Mark variables as read only when defining defaults | ```py
settings = Dynaconf(
read_only_keys=["KEY", ...]
)
```
```py
class Settings(Dynaconf):
key: Final[str]
key: Annotated[Validator, ..., Final]
```
With any of the above definitions, dynaconf will load the value once,
one the value is first set, it cannot be reassigned.
1st loaded file
```yaml
key:... | open | 2024-12-20T18:38:48Z | 2025-02-19T15:39:00Z | https://github.com/dynaconf/dynaconf/issues/1219 | [
"aap"
] | rochacbruno | 1 |
plotly/plotly.py | plotly | 4,462 | Error on shape editing with `dcc.Graph`: Invalid property specified for object of type plotly.graph_objs.layout.shape.label: 'texttemplate' | I use dash components in my Flask app to render shapes on a `dcc.Graph` figure input. Oftentimes, this involves appending a list of shapes to the graph using the formula below:
```
for center in center_list:
center = region.centroid
annotation = cluster_frame[cluster_frame['cell_id'] == ma... | open | 2023-12-15T18:34:32Z | 2024-08-12T13:41:13Z | https://github.com/plotly/plotly.py/issues/4462 | [
"bug",
"sev-2",
"P3"
] | matt-sd-watson | 1 |
pydantic/logfire | fastapi | 113 | "LLM Chat Completions" section of dashboard cuts off horizontal text overflow. | ### Description
In the image below I've covered the actual text, but the prompt gets cut off and this makes the dashboard unusable for what would otherwise be a wonderful convenience.

Add a clickable, `...more` b... | closed | 2024-05-03T21:52:00Z | 2024-07-15T15:30:44Z | https://github.com/pydantic/logfire/issues/113 | [
"Platform Bug"
] | zsiegel92 | 2 |
ultralytics/ultralytics | deep-learning | 18,704 | Query on Using YOLO Models for Out-of-Distribution (OOD) Detection without Training on Unknown Data | ### 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
I am exploring the possibility of using YOLO models to detect Out-of-... | open | 2025-01-16T03:18:07Z | 2025-01-16T21:18:31Z | https://github.com/ultralytics/ultralytics/issues/18704 | [
"enhancement",
"question"
] | NaseebAbbas | 5 |
strawberry-graphql/strawberry | django | 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 |
collerek/ormar | pydantic | 1,180 | Add SELECT DISTINCT feature to queryset | **Is your feature request related to a problem? Please describe.**
Currently, there is no way to perform a SELECT DISTINCT query in Ormar.
**Describe the solution you'd like**
An addition to the queryset features that allows you to perform a SELECT DISTINCT.
**Describe alternatives you've considered**
At the ... | open | 2023-08-30T04:46:56Z | 2023-08-30T04:46:56Z | https://github.com/collerek/ormar/issues/1180 | [
"enhancement"
] | pmdevita | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.