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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
noirbizarre/flask-restplus | flask | 519 | adding resource with 'resource_class_kwargs' is not working | Problem I'm trying to solve. Within a Resource I'd like to access a custom object. Perhaps I've missed something or there is a better way to do it.
To reproduce:
```
from flask import Flask
from flask import Blueprint
from flask_restplus import Api, Resource, fields
api_v1 = Blueprint('api', __name__, url_pr... | open | 2018-08-31T16:53:36Z | 2019-03-21T02:27:38Z | https://github.com/noirbizarre/flask-restplus/issues/519 | [] | BenjaminDev | 4 |
dynaconf/dynaconf | django | 1,178 | [bug] Validators using must_exist run before .update() | **Describe the bug**
Following the doco around an example of [using click](https://www.dynaconf.com/advanced/?h=click#command-line-arguments-using-click), if a setting has `must_exist` set on it, we get a `ValidationError` before the update is done.
**To Reproduce**
Steps to reproduce the behavior:
1. Using the... | open | 2024-09-15T03:15:54Z | 2024-09-16T05:51:37Z | https://github.com/dynaconf/dynaconf/issues/1178 | [
"Not a Bug",
"Docs"
] | lingfish | 3 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 52 | 佬哥,可以不局限于人脸的识别抠图,比如动物抠图、宠物证件照也挺有需求的。 | open | 2024-09-05T06:48:09Z | 2024-09-05T07:53:02Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/52 | [] | bbbfishhh | 2 | |
NullArray/AutoSploit | automation | 796 | Divided by zero exception66 | Error: Attempted to divide by zero.66 | closed | 2019-04-19T16:00:54Z | 2019-04-19T16:37:43Z | https://github.com/NullArray/AutoSploit/issues/796 | [] | AutosploitReporter | 0 |
ultralytics/yolov5 | deep-learning | 12,880 | Different results from detect vs val, "no detections" | ### Discussed in https://github.com/ultralytics/yolov5/discussions/12861
I'm sorry to raise this as an issue but I'm not sure what else to try, please let me know if this belongs somewhere else!! I just clicked on the option given by GitHub.
[I am using this dataset: https://www.mapillary.com/dataset/trafficsign]
... | closed | 2024-04-03T22:25:08Z | 2024-10-20T19:42:57Z | https://github.com/ultralytics/yolov5/issues/12880 | [
"Stale"
] | PeterKBailey | 7 |
keras-team/keras | machine-learning | 20,048 | keras.ops.map can't handle nested structures for TensorFlow backend | Keras: 3.4.1
TensorFlow: 2.17.0
As background, I am looking to leverage both `keras.ops.map` as well as `keras.ops.vectorize_map` for custom preprocessing layers. Certain layers require sequential mapping hence I use `keras.ops.map`. If I pass a nested input, `keras.ops.map` will fail when using TensorFlow backend.... | closed | 2024-07-26T14:59:47Z | 2024-08-11T22:24:16Z | https://github.com/keras-team/keras/issues/20048 | [
"type:Bug",
"backend:tensorflow"
] | apage224 | 2 |
ray-project/ray | data-science | 50,955 | [core] raylet memory leak | ### What happened + What you expected to happen
Seeing consistent memory growth in raylet process on a long-running cluster:
<img width="1371" alt="Image" src="https://github.com/user-attachments/assets/ebcdf7f7-0c1e-4ae7-91f0-7d18a0d7d183" />
<img width="1361" alt="Image" src="https://github.com/user-attachments/as... | closed | 2025-02-27T18:02:35Z | 2025-03-08T00:20:31Z | https://github.com/ray-project/ray/issues/50955 | [
"bug",
"P0",
"core"
] | zcin | 1 |
StackStorm/st2 | automation | 5,301 | ST2 3.5 rpm not creating admin roles in mongo; other services not connecting to mongo | ## SUMMARY
Running ST 3.5 rpm’s, Centos8, Mongo 4, etc..
At startup, `st2-apply-rbac-definitions` does not insert the `admin` role to mongo. Subsequent user assignments (`stanley`) can’t be loaded as the role doesn’t exist. I can switch back to the 3.4.1 rpm’s and it is not an issue.
In an oddly semi-related is... | open | 2021-07-12T20:17:04Z | 2021-07-27T22:41:10Z | https://github.com/StackStorm/st2/issues/5301 | [
"bug",
"status:need more info",
"regression",
"mongodb"
] | lukepatrick | 10 |
PablocFonseca/streamlit-aggrid | streamlit | 264 | [Q] Can I get the selected cell position (row & column) from the response object? | Looking at the return value from the AgGrid - is it possible to get the selected cell? Specifically the `rowId`/`columnId`
I can see the `rowId`, but not the `columnId` | closed | 2024-04-12T10:36:26Z | 2024-04-23T01:17:04Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/264 | [] | mkleinbort-ic | 2 |
aio-libs/aiomysql | sqlalchemy | 620 | Error message by program name too big | I'm running a python script that has a very large `path`, `sys.argv[0] = /home/myuser/.cache/bazel/_bazel_myuser/86d86849c94045e321482e95af59d89a/execroot/mymonorepo/bazel-out/k8-fastbuild/bin/src/applications/myapp/myapp.runfiles/mymonorepo/src/applications/myapp/src/server.py`. This is because the application uses b... | closed | 2021-10-04T17:29:09Z | 2022-01-22T15:32:12Z | https://github.com/aio-libs/aiomysql/issues/620 | [
"bug"
] | mrlucasrib | 1 |
dynaconf/dynaconf | django | 1,260 | [bug] incorrect typing for `get` method | **Describe the bug**
https://www.dynaconf.com/#reading-settings-variables states that `get` can be used to provide a default
**To Reproduce**
Steps to reproduce the behavior:
Here's the code snippet, I added `# pyright: ignore` to get rid of the typing error
```python
from dynaconf import Dynaconf
hikari_settings =... | open | 2025-02-26T05:40:03Z | 2025-03-07T17:57:39Z | https://github.com/dynaconf/dynaconf/issues/1260 | [
"bug"
] | trajano | 3 |
OthersideAI/self-operating-computer | automation | 190 | No module named 'distutils' 。python3.10 | macOs 10.14, python 3.10,
pip3 install self-operating-computer==1.4.5
File "/private/var/folders/6s/p2x6xms901gb9knqjqtj1vhr0000gn/T/pip-build-env-o4c5xwll/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 10, in <module>
import distutils.core
ModuleNotFoundError: No mod... | open | 2024-05-17T09:42:24Z | 2024-05-26T15:12:03Z | https://github.com/OthersideAI/self-operating-computer/issues/190 | [
"bug"
] | ovjust | 2 |
plotly/dash | jupyter | 3,191 | Adding new Pattern Matching components don't trigger their related callback | **Describe your context**
```
dash 3.0.0rc3, 3.0.0rc2, 3.0.0rc1, 2.8.12
```
- not front end related
**Describe the bug**
Pattern matching callback that should be triggered as soon as a related component is present in the layout just fire the first time the page is loaded. New components that get add ... | open | 2025-02-25T12:40:10Z | 2025-02-28T17:40:59Z | https://github.com/plotly/dash/issues/3191 | [
"bug",
"P2",
"dash-3.0"
] | chgiesse | 4 |
TencentARC/GFPGAN | deep-learning | 438 | Utf-8-charset support? | Hi
Can we get utf-8 support?
Because in Europe we use sxmnols like "ö", "ä", "é", "ü", ...
But sadly if a filename contains one of those characters it fails throws an error and exits. | open | 2023-08-31T07:10:46Z | 2023-09-20T20:14:25Z | https://github.com/TencentARC/GFPGAN/issues/438 | [] | CrazyWolf13 | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 319 | What's the best way to press the cloudflare box with this?? | ```py
if len(iframes) > 0:
iframe_document = iframes[0]
loc = await iframe_document.location
center = await driver.execute_script('return Math.floor(document.body.clientWidth / 2)')
cookies = await driver.get_cookies()
await p.click(x_or_elem=center - 110, y... | closed | 2025-03-09T04:20:55Z | 2025-03-09T12:55:00Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/319 | [] | WillfulDeceit | 0 |
JaidedAI/EasyOCR | machine-learning | 790 | Normalize Padding Issue | At easyocr/recognition.py, line 44
`if self.max_size[2] != w: # add border Pad
Pad_img[:, :, w:] = img[:, :, w - 1].unsqueeze(2).expand(c, h, self.max_size[2] - w)`
why do we need to expand the tensor for padding instead of just filling it with zeros, is there an advantage to that?
Referring to the... | closed | 2022-07-20T06:14:48Z | 2022-07-29T01:55:31Z | https://github.com/JaidedAI/EasyOCR/issues/790 | [] | cher-liang | 1 |
zappa/Zappa | django | 689 | [Migrated] Zappa Init error 'utf8' codec can't decode byte 0xf6 in position 117: invalid start byte | Originally from: https://github.com/Miserlou/Zappa/issues/1753 by [thewitty1](https://github.com/thewitty1)
When trying to run zappa init with the default settings, I am getting this error after hitting enter on "What do you want to call your bucket? (default 'zappa-07a8z55ep'):"
## Expected Behavior
zappa init s... | closed | 2021-02-20T12:32:58Z | 2022-08-18T12:49:06Z | https://github.com/zappa/Zappa/issues/689 | [] | jneves | 1 |
davidsandberg/facenet | tensorflow | 932 | Identification using a video stream | Hi,
I want to create a system for face identification, but use few frames for both acquisition and test time, in order to reduce errors.
1. I couldn't find any work for comparing 2 populations instead of 2 points. Moreover, I would like to apply a threshold in order to add an 'Unknown' class. I would appreciate if ... | open | 2018-12-17T14:12:55Z | 2021-10-09T17:26:02Z | https://github.com/davidsandberg/facenet/issues/932 | [] | leetwito | 1 |
mljar/mljar-supervised | scikit-learn | 105 | AutoML.fit returns supervised.exceptions ERROR for binary classification | I encountered an error when using automl.fit for binary classification:
supervised.exceptions ERROR The algorithm Baseline is not allowed to use for ML task: binary_classification. Allowed algorithms: ['LightGBM', 'Extra Trees', 'CatBoost', 'Linear']
I'm using:
- Version 0.3.5 of mljar-supervised (installed via... | closed | 2020-06-14T16:00:08Z | 2020-07-13T12:57:31Z | https://github.com/mljar/mljar-supervised/issues/105 | [
"bug"
] | LuisaWz | 2 |
Asabeneh/30-Days-Of-Python | flask | 111 | how to change .py to .apk on windows | I don't know but may be using online translator maybe | closed | 2020-12-20T14:47:54Z | 2021-07-08T01:53:39Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/111 | [] | Naol-bm | 1 |
gradio-app/gradio | python | 10,817 | Updating gradio make column unsortable | ### Describe the bug
Gradio version: 5.16.0
<img width="1282" alt="Image" src="https://github.com/user-attachments/assets/e86d0e84-727a-4be9-b294-211f924d2e1d" />
Gradio version: 5.21.0
<img width="1271" alt="Image" src="https://github.com/user-attachments/assets/7719170b-3540-41fc-8571-2a554dcd9f61" />
### Have you... | closed | 2025-03-17T13:05:48Z | 2025-03-18T18:11:03Z | https://github.com/gradio-app/gradio/issues/10817 | [
"bug",
"💾 Dataframe"
] | KennethEnevoldsen | 1 |
huggingface/datasets | pytorch | 7,086 | load_dataset ignores cached datasets and tries to hit HF Hub, resulting in API rate limit errors | ### Describe the bug
I have been running lm-eval-harness a lot which has results in an API rate limit. This seems strange, since all of the data should be cached locally. I have in fact verified this.
### Steps to reproduce the bug
1. Be Me
2. Run `load_dataset("TAUR-Lab/MuSR")`
3. Hit rate limit error
4. Dataset... | open | 2024-08-02T18:12:23Z | 2024-08-02T18:12:23Z | https://github.com/huggingface/datasets/issues/7086 | [] | tginart | 0 |
aiogram/aiogram | asyncio | 739 | RuntimeError: Timeout context manager should be used inside a task | ## Context
i try run examples/webhook_example.py but get exception:
```RuntimeError: Timeout context manager should be used inside a task```
ubuntu 20.4 docker-compose steck
python 3.9
aiogram 2.15
aiohttp 3.8.0
### Steps to Reproduce
Please provide detailed steps for reproducing the issue.
1. run we... | closed | 2021-11-03T15:04:36Z | 2022-01-02T18:51:02Z | https://github.com/aiogram/aiogram/issues/739 | [] | sham-sr | 4 |
jacobgil/pytorch-grad-cam | computer-vision | 389 | How to use this repo for 3d Point cloud data classification? | Hello,
Thank u for your amazing work.
I try to use this repo for 3d Point cloud data classification but fail . Perhaps i miss some important issues , have you successfully applied it to Point cloud data ?
Best regards ! | open | 2023-02-17T14:21:26Z | 2023-03-24T13:45:45Z | https://github.com/jacobgil/pytorch-grad-cam/issues/389 | [] | jumptiger66 | 3 |
ScottfreeLLC/AlphaPy | scikit-learn | 18 | Deep Learning Models | Implement deep learning classifiers and regressors using the scikit-learn wrapper to **Keras**.
https://keras.io/scikit-learn-api/ | closed | 2017-12-31T22:10:30Z | 2018-05-21T18:20:41Z | https://github.com/ScottfreeLLC/AlphaPy/issues/18 | [] | mrconway | 1 |
statsmodels/statsmodels | data-science | 8,746 | SUMM/ENH: (roadmap) margins and get_prediction with generated exog | We are still far away supporting `margins` as in Stata or margins/lsmeans/emmeans in R.
The main problem is getting the information to be able to construct multi-column exog and compute it's effects, e.g. derivatives w.r.t. original variable combined over several columns.
(I briefly looked at formulaic, but it's li... | open | 2023-03-19T18:18:09Z | 2025-01-24T20:54:35Z | https://github.com/statsmodels/statsmodels/issues/8746 | [
"comp-genmod",
"comp-discrete",
"topic-predict",
"roadmap"
] | josef-pkt | 0 |
Layout-Parser/layout-parser | computer-vision | 138 | Handling skew image | **Enhancement** 🚀
The ability to handle skew document images.
**Motivation** 💪
Ensuring the document image is in a straight position is beneficial for subsequent steps.
**Additional context** 🧬
There is a package that you can use, https://github.com/phamquiluan/jdeskew
| closed | 2022-05-07T04:37:49Z | 2023-09-01T03:13:25Z | https://github.com/Layout-Parser/layout-parser/issues/138 | [] | phamquiluan | 1 |
keras-team/keras | data-science | 20,297 | Webpage not rendering correctly | Please see the attached image. As you can see, the documentation for the `Attention` layer is not rendering correctly.

| closed | 2024-09-27T11:44:15Z | 2024-09-28T01:01:30Z | https://github.com/keras-team/keras/issues/20297 | [
"type:Bug"
] | dkgaraujo | 2 |
dsdanielpark/Bard-API | nlp | 25 | Bard api | closed | 2023-05-20T20:33:23Z | 2023-05-20T21:33:40Z | https://github.com/dsdanielpark/Bard-API/issues/25 | [] | DonMarmueta | 0 | |
jina-ai/serve | fastapi | 5,258 | a bug when I using map_batch() function | hello, when I using map_batch(func, batch_size, pool), got a bug as follows:
first I import the module: from multiprocessing.pool import ThreadPool, Pool
1) when I use "pool=ThreadPool(processes=num_workers)", it's OK, no problem
2) but when I use "pool=Pool(processes=num_workers)", The following error information i... | closed | 2022-10-08T06:10:44Z | 2022-10-08T08:08:21Z | https://github.com/jina-ai/serve/issues/5258 | [] | xdnjust | 1 |
krish-adi/barfi | jupyter | 11 | a non backend coupled version, like an open API version | Hey krish-adi,
would it be thinkable to have a decoupled version of barfi with no strings attached to streamlit or nodejs?
I understand there is the backend which need to be present in some way, how you would document the backend API and one could setup his own backend? Once the build backend is working it could be... | open | 2022-09-28T06:47:55Z | 2025-01-15T23:37:05Z | https://github.com/krish-adi/barfi/issues/11 | [
"help wanted"
] | osi1880vr | 4 |
mwaskom/seaborn | pandas | 3,021 | Can we get error bar statistics? | Hi - Did some search but no luck. Is there anyway to retrieve the statistics of the plots, such as mean, error bar lower bound, error bar upper bound from seaborn.relplot on aggregated data?
for example, [this](https://seaborn.pydata.org/tutorial/relational.html#aggregation-and-representing-uncertainty) plot
```... | closed | 2022-09-13T01:47:45Z | 2022-09-13T02:27:53Z | https://github.com/mwaskom/seaborn/issues/3021 | [] | galaxy139 | 1 |
ansible/awx | automation | 15,406 | AWX task error: django.db.utils.ProgrammingError: trailing junk after numeric literal at or near 10m, LINE 1: SET idle_in_transaction_session_timeout = 500s | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | open | 2024-07-29T05:41:36Z | 2025-02-10T15:03:16Z | https://github.com/ansible/awx/issues/15406 | [
"type:bug",
"component:api",
"needs_triage",
"community"
] | jerryqzhang | 13 |
lexiforest/curl_cffi | web-scraping | 425 | Would like to sponsor your repo | Hi I would like to get in touch to sponsor a custom amount. Can someone get back to me please? | closed | 2024-11-01T09:53:15Z | 2024-11-01T12:40:20Z | https://github.com/lexiforest/curl_cffi/issues/425 | [] | josephlimtech | 0 |
jonaswinkler/paperless-ng | django | 1,384 | [BUG] Troubleshooting for ARM32 Debian Buster (Raspberry Pi OS) permission error | Docker image won't run on ARM32 Debian Buster based OS (e.g. Raspberry Pi OS) as it comes with an old version of libseccomp2 which causes the error "PermissionError: [Errno 1] Operation not permitted" on setting up the webserver (account).
Updating libseccomp2 to version 2.4.4 fixed this issue for me.
See here ... | open | 2021-10-13T05:40:47Z | 2021-10-13T05:48:25Z | https://github.com/jonaswinkler/paperless-ng/issues/1384 | [] | VB-52 | 1 |
tortoise/tortoise-orm | asyncio | 1,480 | `Model.filter(column__filter={...})` on nested json value not working as excepted | I hava a JSONField with column name `config` with some data like
```
=============================================
id | config
=============================================
1 | {"account": ["a", "b"]}
---------------------------------------------
2 | {"account": ["b", "c"]}
===================================... | closed | 2023-09-20T15:33:29Z | 2024-11-25T19:14:30Z | https://github.com/tortoise/tortoise-orm/issues/1480 | [] | elder-frog | 1 |
strawberry-graphql/strawberry | django | 3,563 | Documentation of `Annotated[MyEnum, strawberry.enum(MyEnum)]` | More or less by accident I figured that this works, which is great:
```python
FruitName = Annotated[other_module.FruitName, strawberry.enum(other_module.FruitName)]
```
Is this undocumented on purpose or should I add this to the `Enum` page in the docs? (I assume [this doesn't work by accident](https://github.c... | closed | 2024-07-09T08:24:39Z | 2025-03-20T15:56:47Z | https://github.com/strawberry-graphql/strawberry/issues/3563 | [] | zvyn | 1 |
adbar/trafilatura | web-scraping | 272 | Extraction of Youtube iframes and img elements with links | Not able to fetch image tags
Not able to fetch iframe tags.
From command prompt in windows machine
trafilatura --sitemap "https://www.lyricspulp.com/" --list > linklist.txt
trafilatura --sitemap homepage --list > linklist.txt
trafilatura -i linklist.txt --xml -o outputfile.txt
trafilatura -i linklist.txt --for... | open | 2022-12-05T06:18:02Z | 2022-12-05T12:03:48Z | https://github.com/adbar/trafilatura/issues/272 | [
"enhancement"
] | sampathmende | 3 |
awesto/django-shop | django | 854 | OperationalError at / no such table: cms_urlconfrevision | hello i really like your code but i am getting this error OperationalError at / no such table: cms_urlconfrevision and my migrations are not saving i mean no matter how many times i migrate i am getting the same output and while i am migrating it keeps migrating the same thing over and over again thank you in advance
... | closed | 2021-04-19T11:43:14Z | 2021-04-19T12:06:17Z | https://github.com/awesto/django-shop/issues/854 | [] | OsamaDaghestani | 1 |
pydantic/logfire | pydantic | 110 | Support of instrumenting Anthropic models | > Originally posted by @salahaz as a discussion #88
Is there going to be in the near future support of instrumenting other AI models such Anthropic? | closed | 2024-05-03T15:37:29Z | 2024-05-18T16:04:23Z | https://github.com/pydantic/logfire/issues/110 | [
"Feature Request"
] | samuelcolvin | 8 |
MagicStack/asyncpg | asyncio | 1,076 | TimeoutError on multiple requests | * **asyncpg version**: 0.27.0
* **PostgreSQL version**: 14.7
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: We can reproduce it, not locally
* **Python version**: 3.10.2
* **Platform**: Backend: Linux, t3large AWS instance, Database: AWS RDS
* *... | open | 2023-09-06T20:15:56Z | 2025-03-15T17:06:52Z | https://github.com/MagicStack/asyncpg/issues/1076 | [] | petritavd | 10 |
kensho-technologies/graphql-compiler | graphql | 824 | MSSQL maximum identifier length exceeded | The maximum identifier (column, alias, or cte name) length in mssql is 128 characters. We currently exceed that limit on queries that are not too crazy in various ways:
1. Columns exposed in a cte are labelled with `"_".join(vertex_path) + "__" + used_column_name`. This would exceed the character limit in a query with... | open | 2020-05-12T16:21:28Z | 2020-11-10T21:09:06Z | https://github.com/kensho-technologies/graphql-compiler/issues/824 | [
"bug"
] | bojanserafimov | 2 |
ultralytics/yolov5 | deep-learning | 13,091 | Quality of background detection when single_cls = True | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I'm trying to teach the model to detect objects of particular classes without classificat... | closed | 2024-06-14T13:24:03Z | 2024-10-20T19:47:54Z | https://github.com/ultralytics/yolov5/issues/13091 | [
"question",
"Stale"
] | satyrmipt | 3 |
deedy5/primp | web-scraping | 86 | Is it possible to add custom tls fingerprints? | I would like to add custom tls fingerprints to primp module. Is it possible to do that? | closed | 2025-02-05T08:45:32Z | 2025-02-08T07:48:28Z | https://github.com/deedy5/primp/issues/86 | [] | farukekim | 0 |
marimo-team/marimo | data-visualization | 3,305 | markdown headings change by themselves | ### Describe the bug
As shown below, extra/duplicated text is added to the words in the headings by themselves.
This has happened several times recently, even after I tidy up the headings.

### Environment
{
"marimo": "0.... | open | 2024-12-29T04:02:51Z | 2025-03-18T13:04:14Z | https://github.com/marimo-team/marimo/issues/3305 | [
"bug",
"cannot reproduce"
] | hopezh | 8 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 958 | I have the problem No Module named torch | please send help | closed | 2021-12-25T12:15:31Z | 2021-12-28T12:34:21Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/958 | [] | santaonholidays | 0 |
mitmproxy/pdoc | api | 371 | Render Markdown checkboxes as HTML | #### Problem Description
In the main file of a Python lib I include the Readme as doc string:
````python
"""
.. include:: ../README.md
"""
````
The Readme has some markdown checkboxes:
````
- [X] foo
- [ ] bar
````
In the html docs generated by `pdoc --force --html -o ./docs <lib>` these checkboxes ... | closed | 2022-04-01T15:47:35Z | 2022-04-08T15:09:41Z | https://github.com/mitmproxy/pdoc/issues/371 | [
"enhancement"
] | mueller-ma | 3 |
onnx/onnx | pytorch | 6,394 | Request for ONNX Library to Support SHARED Mode Compilation | https://github.com/onnx/onnx/blob/d14634e0e59c0799228e2eb1d9665a1a03a2a87a/CMakeLists.txt#L524-L530
I am working on a project implemented in C++ that involves adding a new schema to ONNX. To achieve this, I have cloned ONNX as a submodule and linked the ONNX library using CMake. We have also built `onnx_cpp2py_expor... | closed | 2024-09-26T05:07:57Z | 2024-11-14T15:45:16Z | https://github.com/onnx/onnx/issues/6394 | [] | linshokaku | 6 |
pydantic/pydantic | pydantic | 10,995 | `exclude_unset` doesn't recognize attributes modified post-creation in nested models | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Given an outer and inner (nested) model, when setting an attribute directly on the outer model, it is recognized as modified when using `model_dump(exclude_unset=True)`, but if an attribute of the inner model is set directly, the outer mod... | open | 2024-11-28T10:26:19Z | 2024-11-28T10:26:19Z | https://github.com/pydantic/pydantic/issues/10995 | [
"bug V2",
"pending"
] | TomerGodinger | 0 |
holoviz/panel | plotly | 7,355 | JSComponent _esm as a path doesn't work in VSCode notebook | This works when `panel serve app.py` but doesn't work when directly running in the notebook.
```python
import panel as pn
from panel.custom import JSComponent
pn.extension()
class SimpleFullCalendar(JSComponent):
_esm = "fullcalendar.js"
_importmap = {
"imports": {
"@fullcalenda... | open | 2024-10-03T21:22:01Z | 2025-01-20T19:18:29Z | https://github.com/holoviz/panel/issues/7355 | [] | ahuang11 | 0 |
matplotlib/matplotlib | matplotlib | 29,532 | [Bug]: ScalarFormatter cant be forced to use an offset of 1 | ### Bug summary
The ScalarFormatter class takes an argument useOffset, either True, which will determine an automatic offset, False, which disables an offset or an numeric value, which is the used as an offset.
Since in python 1 == True --> True, trying to pass a numeric offset value of 1 just enables the automatic of... | closed | 2025-01-28T08:46:28Z | 2025-01-30T03:47:18Z | https://github.com/matplotlib/matplotlib/issues/29532 | [
"status: confirmed bug",
"Good first issue",
"topic: ticks axis labels"
] | FelixKeiser | 7 |
cupy/cupy | numpy | 8,710 | Confusing `nccl` import | ### Description
When I execute:
```
from cupy.cuda import nccl
print(nccl)
```
I get:
```
<module 'cupy.cuda.nccl' from '/home/ceti/miniconda3/envs/inference-servers/lib/python3.12/site-packages/cupy/cuda/nccl.py'>
```
When I do:
```
import cupy
print(cupy.cuda.nccl)
```
I get:
```
Traceback (most recent call l... | closed | 2024-10-30T09:25:48Z | 2024-10-30T13:12:32Z | https://github.com/cupy/cupy/issues/8710 | [
"cat:bug"
] | mrakgr | 1 |
tflearn/tflearn | tensorflow | 655 | about model.load with weights_only | my tflearn edtion:0.3.0
tensorflow edtion:1.0.0
when I load my model with weights_only=True,my model looks like have not been trained.The accuracy is low.
```
def mynet(input):
CONV1 = conv_2d(input, 96, 7, strides=2, activation=None,name='CONV1_1')
BN1 = batch_normalization(CONV1,name='BN1')
AC1... | open | 2017-03-09T07:52:42Z | 2017-03-27T16:12:26Z | https://github.com/tflearn/tflearn/issues/655 | [] | wanboyang | 2 |
pennersr/django-allauth | django | 3,288 | User manual activation after the user signs up | hi, I looking for a solution to allow signups but require the user to wait for manual activation before being able to login.
Perhaps there is another 3rd party library that enables this?
| closed | 2023-03-20T15:05:40Z | 2023-06-18T21:34:23Z | https://github.com/pennersr/django-allauth/issues/3288 | [] | bingimar | 1 |
kornia/kornia | computer-vision | 2,501 | [feat] Kalman filters | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Intended as a discussion thread for kalman filter and its variants for the sensor fusion module for kornia.
Please put any relevant links/ good tutorials etc here.
@edgarriba if you're already working on it or if you have any first dra... | open | 2023-08-05T12:21:14Z | 2024-08-13T23:54:48Z | https://github.com/kornia/kornia/issues/2501 | [
"help wanted"
] | cjpurackal | 0 |
strawberry-graphql/strawberry | graphql | 3,611 | Untyped decorator makes function "hello" untyped | ```python
import strawberry
from strawberry.permission import BasePermission, PermissionExtension
from typing import Any
class IsAuthenticated(BasePermission):
def has_permission(self, *arg: Any, **kwargs: Any) -> bool:
return True
@strawberry.type
class ABC:
@strawberry.mutation(name... | closed | 2024-09-02T17:05:07Z | 2025-03-20T15:56:50Z | https://github.com/strawberry-graphql/strawberry/issues/3611 | [
"bug"
] | patrick91 | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 449 | Training a new model based on LibriTTS | > @blue-fish, Would it be useful if I was to offer a GPU (2080 ti) for contributing on training a new model based on LibriTTS ?
> I have yet to train any models and would gladly exchange GPU time for an opportunity to learn.
> I wonder how long it would take on a single 2080 ti.
_Originally posted by @mbdash in ht... | closed | 2020-07-25T00:17:37Z | 2022-07-02T22:56:10Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/449 | [] | ghost | 66 |
PaddlePaddle/ERNIE | nlp | 345 | 单机多卡预训练ernie1.0出现 SendRPC name:[NCCLID], ep:[10.12.35.45:6171], status:[-1] meets grpc error, error_code:4 error_message:Deadline Exceeded error_details: | 版本、环境信息:
1)PaddlePaddle版本:1.5.1
3)GPU: Tesla V100
4)系统环境:Linux,Python2.7版本
训练信息
1)单机,多卡
2)显存信息 16160MiB
3)Operator信息 Linux
问题描述:请详细描述您的问题,同步贴出报错信息、日志、可复现的代码片段
[INFO] 2019-10-18 19:25:08,789 [ train.py: 210]: Device count 2
[INFO] 2019-10-18 19:25:08,789 [ train.py: 211]: theoretical me... | closed | 2019-10-18T11:53:56Z | 2019-10-21T09:11:34Z | https://github.com/PaddlePaddle/ERNIE/issues/345 | [] | zuole | 3 |
MaartenGr/BERTopic | nlp | 2,144 | Representations from representation_models are generated twice when nr_topics="auto". | ### Discussed in https://github.com/MaartenGr/BERTopic/discussions/2142
<div type='discussions-op-text'>
<sup>Originally posted by **siddharthtumre** September 10, 2024</sup>
Hi @MaartenGr
While using nr_topics="auto", I can see that the representations from representation_models are calculated after reducin... | closed | 2024-09-11T11:25:44Z | 2024-11-04T14:50:03Z | https://github.com/MaartenGr/BERTopic/issues/2144 | [
"good first issue"
] | MaartenGr | 14 |
dropbox/sqlalchemy-stubs | sqlalchemy | 115 | [Column type] has no attribute "desc" | Let's say you have several models and want to write a method that can work on several of them using duck-typing. I wanted to provide proper typing by explicitly listing the models that could be passed to the method. However, this breaks the use of the model's fields as columns.
In the example below, the error is `"i... | closed | 2019-10-03T12:53:13Z | 2019-10-14T17:04:19Z | https://github.com/dropbox/sqlalchemy-stubs/issues/115 | [] | qsantos | 2 |
pyeve/eve | flask | 688 | data_relation question | Hi guys,
I'm having trouble implementing something that I thought would be straightforward at first, but it's revealing to be a headache, or maybe I'm not looking at it in the right perspective.
Here's the thing. Let's assume we have the following domain setting:
``` json
{
"users": {
"schema": {
"userna... | closed | 2015-08-19T15:37:07Z | 2015-08-20T16:24:33Z | https://github.com/pyeve/eve/issues/688 | [] | hbarroso | 4 |
proplot-dev/proplot | data-visualization | 78 | Automatically apply diverging colormaps and add `robust=True` option | Is there any way to have an automatic scaling of the colorbar when 0 is present, like the default behavior of Cartopy that center the colorbar on 0 and automatically use a diverging colormap?
And in addition, is that possible to use the option `robust=True` of Cartopy? When I try to use it, it tells me that it is no... | closed | 2019-12-03T14:49:00Z | 2021-08-18T23:23:44Z | https://github.com/proplot-dev/proplot/issues/78 | [
"feature"
] | mickaellalande | 10 |
plotly/dash | flask | 2,705 | `clickData` from `go.ScatterMapbox` does not work when an invalid tile layer is specified | **Describe your context**
```
dash 2.13.0
dash-bootstrap-components 1.5.0
dash-core-components 2.0.0
dash-daq 0.5.0
dash-html-components 2.0.0
dash-loading-spinners 1.0.0
dash-mantine-components 0.12.1
dash-table 5.0.0
```
**Describe the ... | open | 2023-11-30T22:22:06Z | 2024-08-13T19:43:28Z | https://github.com/plotly/dash/issues/2705 | [
"bug",
"sev-2",
"P3"
] | colinbrust | 0 |
zappa/Zappa | flask | 551 | [Migrated] Unable to access request.form | Originally from: https://github.com/Miserlou/Zappa/issues/1463 by [pickfire](https://github.com/pickfire)
## Context
Zappa fail to recognize `application/x-www-form-urlencoded` and access `request.form`.
## Expected Behavior
`request.form` is should not be empty and `request.data` should be empty. And I believe t... | closed | 2021-02-20T12:22:38Z | 2022-07-16T07:09:47Z | https://github.com/zappa/Zappa/issues/551 | [] | jneves | 1 |
deepinsight/insightface | pytorch | 1,818 | animal faces are detected wrongly (false positive) | Still dog or other animal faces are detected in scrfd face detecto

r. | open | 2021-11-08T16:46:39Z | 2022-01-19T23:51:01Z | https://github.com/deepinsight/insightface/issues/1818 | [] | schliffen | 2 |
pallets/quart | asyncio | 141 | Jinja2 3.1.0 update breaks Quart | Jinja2 3.1.0 update breaks Quart.
https://jinja.palletsprojects.com/en/3.1.x/changes/
> - Markup and escape should be imported from MarkupSafe.
Am getting error due to `quart.__init__` importing `escape` and `Markup` directly from `jinja2`. They should be imported from `MarkupSafe` instead: https://markupsafe.... | closed | 2022-03-24T14:38:25Z | 2022-07-05T01:58:49Z | https://github.com/pallets/quart/issues/141 | [] | cquick01 | 2 |
nteract/papermill | jupyter | 747 | Do an audit of requirements files, pyproject.toml, ci config, tox | We seem to have added some complexity and it probably makes sense to audit these workflows. | open | 2023-11-15T12:41:04Z | 2023-12-06T00:42:17Z | https://github.com/nteract/papermill/issues/747 | [
"bug",
"needs:discussion"
] | willingc | 5 |
Avaiga/taipy | automation | 1,695 | [🐛 BUG] <Add more than one extension library for dynamic elements> | ### What went wrong? 🤔
I currently have a library called `ButtonDownloadFile`, and adding a new library called `PageWrapper` causes the first library to stop working, removing the button that was previously functioning.
### Expected Behavior
Use 2 extension libraries without any conflict
### Steps to Reproduce Iss... | closed | 2024-08-22T21:27:02Z | 2024-09-09T18:48:20Z | https://github.com/Avaiga/taipy/issues/1695 | [
"🟥 Priority: Critical",
"💥Malfunction",
"🆘 Help wanted",
"Gui: Back-End"
] | AJ-Niro | 3 |
encode/databases | asyncio | 300 | Error: could not determine data type of parameter $2 | **databases**==0.4.1
**python**==3.7
**postgresql** == PostgreSQL 13.2 (Ubuntu 13.2-1.pgdg18.04+1)
Hi there!
I'm having trouble with using queries in sqlalchemy expression language with func . The code is
```
async def get(self, pk: int):
query = (
select(
[
... | closed | 2021-03-23T10:06:17Z | 2021-03-23T12:02:52Z | https://github.com/encode/databases/issues/300 | [] | Lepiloff | 0 |
albumentations-team/albumentations | deep-learning | 1,606 | [Performance, tech debt] Merge add_weighted | We have
```python
@clipped
def add_weighted(img1: np.ndarray, alpha: float, img2: np.ndarray, beta: float) -> np.ndarray:
return img1.astype(float) * alpha + img2.astype(float) * beta
```
and
```python
@clipped
@preserve_shape
def mix_arrays(array1: np.ndarray, array2: np.ndarray, mix_coef: float) ->... | closed | 2024-03-22T23:08:19Z | 2024-04-08T15:10:47Z | https://github.com/albumentations-team/albumentations/issues/1606 | [
"good first issue",
"Speed Improvements",
"Tech debt"
] | ternaus | 1 |
graphql-python/gql | graphql | 298 | module 'gql.transport' has no attribute 'requests' | Hello,
I am unable to get my gql query to run properly. It was running fine but all of a sudden it stopped working for me.
```
_transport = gql.transport.requests.RequestsHTTPTransport( url='url.com', use_json=True, )
_transport.headers = { "User-Agent": "Mozilla/5.0 (X11; buntu; " + "Linux x... | closed | 2022-02-20T06:04:07Z | 2022-02-23T23:22:02Z | https://github.com/graphql-python/gql/issues/298 | [
"type: question or discussion",
"status: waiting for author"
] | mohnish7 | 1 |
mwaskom/seaborn | data-science | 3,165 | Categorical histplot not working properly with boolean data | Hi,
while categorical histplots generally work, they don't seem to work (properly) for boolean data.
```python
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
if __name__ == '__main__':
df = pd.DataFrame({'y': [True, True, True, False, False]})
plt.figure()
# produ... | closed | 2022-11-29T14:50:28Z | 2022-11-29T23:32:51Z | https://github.com/mwaskom/seaborn/issues/3165 | [] | e-pet | 1 |
sinaptik-ai/pandas-ai | pandas | 722 | A Keyerror in pandasai code should be handled well | ### System Info
pandasai - 1.3.2
### 🐛 Describe the bug
**Question asked - Plot a scatter plot to show the relation between hexometer and denominator**
The above question was asked in Pandasai to do testing. Please note that there is no column called 'hexometer'.
This is done for testing purpose. Hence it gave ... | closed | 2023-11-02T08:43:01Z | 2024-06-10T16:02:56Z | https://github.com/sinaptik-ai/pandas-ai/issues/722 | [
"bug",
"good first issue"
] | shwetabhattad-TU | 10 |
seleniumbase/SeleniumBase | pytest | 3,274 | OSError: [Errno 8] Exec format error: '/usr/local/lib/python3.11/site-packages/seleniumbase/drivers/uc_driver' | Hi there,
when I try to run my Python project based on `SeleniumBase` I get the following error:
```
Traceback (most recent call last):
File "/opt/src/run.py", line 26, in <module>
results = load_results(search_term=search_term, keyword=keyword, min_price=min_price)
^^^^^^^^^^^^^^^^^^^^^^^^^... | closed | 2024-11-17T09:22:12Z | 2024-11-17T15:42:47Z | https://github.com/seleniumbase/SeleniumBase/issues/3274 | [
"workaround exists",
"UC Mode / CDP Mode"
] | LostInDarkMath | 1 |
litestar-org/litestar | api | 3,231 | Enhancement: Extract the DTO functionality to separate package | ### Summary
In typical hexagonal architecture you are very likely to want to use the DTOs in the application layer while the litestar would only live in the infrastructure layer.
### Basic Example
```py
from litestar.dto import DTOData
class ProductService:
def create_product(self, product_dto: DTOD... | open | 2024-03-20T12:40:34Z | 2025-03-20T15:54:30Z | https://github.com/litestar-org/litestar/issues/3231 | [
"Enhancement",
"Package"
] | Wayofthesin | 5 |
syrupy-project/syrupy | pytest | 63 | Partial test run snapshot update does not support pytest parametrize | **Describe the bug**
When running a subset of all tests with the pytest keyword flag `-k`, snapshots in tests matching the keyword should be updated and deleted appropriately. This does not work for `pytest.mark.parametrize` tests
**To Reproduce**
Steps to reproduce the behavior:
1. Checkout master
1. Remove ... | closed | 2019-12-27T14:06:23Z | 2021-01-26T21:33:53Z | https://github.com/syrupy-project/syrupy/issues/63 | [
"bug"
] | iamogbz | 1 |
Guovin/iptv-api | api | 800 | [Bug]: v1.5.9缺少version.json | ### Don't skip these steps | 不要跳过这些步骤
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
- [X] I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
- [X] I will not s... | closed | 2025-01-08T10:25:33Z | 2025-01-08T10:33:29Z | https://github.com/Guovin/iptv-api/issues/800 | [
"bug"
] | gstory0404 | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,134 | ModuleNotFoundError: No module named 'sklearn' | I get this error when trying to install on Pop!_OS:
Traceback (most recent call last):
File "/mnt/ed6dcccf-6940-428b-83b2-0ab4b050e908/Hard Drive Documents/ultimatevocalremovergui-master/UVR.py", line 8, in <module>
import librosa
File "/home/tom/.local/lib/python3.10/site-packages/librosa/__init__.py", l... | closed | 2024-01-26T17:15:31Z | 2024-01-27T13:04:32Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1134 | [] | eldomtom2 | 1 |
yeongpin/cursor-free-vip | automation | 56 | 用管理员权限运行 Windows terminal,然后执行 自动脚本/手动脚本 仍然都会提示权限问题 | RT
如果把下载的 .exe 右键点击用管理员权限运行,也一样。。
 | closed | 2025-02-11T07:48:41Z | 2025-02-12T17:19:54Z | https://github.com/yeongpin/cursor-free-vip/issues/56 | [] | aaronzgh | 3 |
zama-ai/concrete-ml | scikit-learn | 377 | Can FHE inference run on cuda? | Hello, can FHE inference run on cuda? | closed | 2023-10-23T07:04:08Z | 2023-10-30T10:46:20Z | https://github.com/zama-ai/concrete-ml/issues/377 | [] | maxwellgodv | 1 |
home-assistant/core | asyncio | 140,399 | Sonarr integration does not track statistics properly | ### The problem
@ctalkington First of all, thanks for creating the Sonarr HomeAssistant integration!
I was sent here by this page: https://www.home-assistant.io/more-info/statistics/ When I tried adding "sensor.sonarr_disk_space" in a history graph like so

* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**: no
* **Python version**: 3.8.0
* **Platform**: linux (solus 4, 5.3.8-133.current)
* **Do you us... | closed | 2020-01-13T13:11:36Z | 2020-11-26T19:24:30Z | https://github.com/MagicStack/asyncpg/issues/526 | [] | unittolabs | 3 |
oegedijk/explainerdashboard | plotly | 81 | How I can explain CountVector + Naive Bayes My Text Dataset | Hello i want to explain multiclass text classification
I use sklearn CountVectorizer and MultinomialNB
How i can do it
```
cv = CountVectorizer(stopwords)
nb = MultinomialNB(alpha=.01)
``` | closed | 2021-02-05T13:59:07Z | 2021-02-15T11:23:38Z | https://github.com/oegedijk/explainerdashboard/issues/81 | [] | mustfkeskin | 5 |
vitalik/django-ninja | pydantic | 793 | [BUG] datetime.timedelta broken with ModelSchema | Let's say I have the model:
```
class Example(models.Model):
when = models.DateTimeField()
duration = models.DurationField()
```
...and the API definition:
```
from datetime import datetime, timedelta
class TestSchema(ModelSchema):
when: datetime
duration: timedelta
```
This break... | open | 2023-07-16T07:50:30Z | 2023-09-03T00:54:18Z | https://github.com/vitalik/django-ninja/issues/793 | [] | winrid | 12 |
aio-libs-abandoned/aioredis-py | asyncio | 1,084 | Developer requirements conflict | ### Input:
```make devel```
### Output:
```
ERROR: Cannot install -r docs/requirements.txt (line 6) and mkdocs-autorefs==0.3.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested mkdocs-autorefs==0.3.0
mkdocstrings 0.15.2 depends on mkdocs-autoref... | closed | 2021-08-02T07:18:44Z | 2021-08-05T06:55:25Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/1084 | [
"bug"
] | Olegt0rr | 2 |
betodealmeida/shillelagh | sqlalchemy | 473 | Use alternative mechanism(s) to upgrade shillelagh | `shillelagh.functions.upgrade` uses `pip` to upgrade the module. This is a hidden dependency that is not automatically installed.
If using a different package manager such as `uv` I have to add `pip` as a requirement for my project, which doesn't seem right.
Either remove the upgrade function all together, or u... | open | 2024-09-19T12:20:58Z | 2024-11-01T14:50:15Z | https://github.com/betodealmeida/shillelagh/issues/473 | [
"enhancement",
"help wanted",
"good first issue"
] | turkoid | 1 |
davidteather/TikTok-Api | api | 1,119 | Getting more video ids than 30 fails | Hi everyone,
I want to get all tiktok video id from a user, this is code:
```
from TikTokApi import TikTokApi
import asyncio
import os
ms_token = os.environ.get(
"ms_token", None
)
async def user_example():
async with TikTokApi() as api:
await api.create_sessions(headless=False, ms_toke... | open | 2024-02-24T03:18:21Z | 2024-09-18T18:25:11Z | https://github.com/davidteather/TikTok-Api/issues/1119 | [
"bug"
] | vuhaopro90 | 16 |
public-apis/public-apis | api | 3,457 | You | Its all about you
| closed | 2023-03-08T06:58:44Z | 2023-05-26T18:50:39Z | https://github.com/public-apis/public-apis/issues/3457 | [] | HaarithBinSabur | 2 |
pydata/pandas-datareader | pandas | 333 | 'YahooDailyReader' | Hi people,
Anyone know if Yahoo is not providing data anymore? Since yesterday I can not retrieve any data from pandas web data reader.
Thank you! | closed | 2017-05-17T20:24:52Z | 2017-07-02T15:09:43Z | https://github.com/pydata/pandas-datareader/issues/333 | [] | chemalle | 4 |
dgtlmoon/changedetection.io | web-scraping | 2,992 | [feature]Let watches Serialize and Parallelize to reduce resource consumption | **Version and OS**
Any
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
As the number of watches grows, the CPU usage by workers(I guess) is also going higher. But in my daily practices, some watches don't need to be known immediately, but I can't determine wh... | closed | 2025-02-25T05:51:25Z | 2025-02-25T21:33:24Z | https://github.com/dgtlmoon/changedetection.io/issues/2992 | [
"enhancement"
] | huanghe2015 | 0 |
ansible/awx | django | 15,157 | Expanding job's output window option not available anymore | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | closed | 2024-04-30T09:32:30Z | 2024-05-15T17:48:36Z | https://github.com/ansible/awx/issues/15157 | [
"type:bug",
"component:ui",
"needs_triage",
"community"
] | vibhorkumaragarwal | 1 |
graphql-python/graphql-core | graphql | 25 | There doesn't seem to be a way to override is_type_of on objects | In my server, I have the following lines: https://github.com/ezyang/ghstack/blob/973ef7b25a71afa8f813cd8107f227938b3413f1/ghstack/github_fake.py#L288
```
GITHUB_SCHEMA.get_type('Repository').is_type_of = lambda obj, info: isinstance(obj, Repository) # type: ignore
GITHUB_SCHEMA.get_type('PullRequest').is_type_of ... | closed | 2019-03-06T20:02:59Z | 2020-03-04T17:32:25Z | https://github.com/graphql-python/graphql-core/issues/25 | [
"bug"
] | ezyang | 9 |
PokemonGoF/PokemonGo-Bot | automation | 5,558 | Could not fetch data from PokemonGo-Map instance using Sniper | ### Expected Behavior
The bot fetches data from a local PokemonGo-Map instance and snipes Pokémon accordingly.
### Actual Behavior
The bot displays an error message and doesn't snipe Pokémon.
### Your FULL config.json (remove your username, password, gmapkey and any other private info)
[chemnitz.json](http://pastebi... | closed | 2016-09-20T05:53:29Z | 2016-09-22T02:41:31Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5558 | [
"Bug",
"Help to Test"
] | ghost | 11 |
ets-labs/python-dependency-injector | asyncio | 488 | Subclassed generic (Async)Resource fails py3.8.9 | Given python-dependency-injector@4.35.2
```python
# my_module.py
from typing import Any
from dependency_injector import resources
class MyDep:
...
class MyDepAsyncResource(resources.AsyncResource[MyDep]):
async def init(self, *args: Any, **kwargs: Any) -> MyDep:
return MyDep()
async ... | open | 2021-08-14T10:54:17Z | 2021-08-25T17:51:32Z | https://github.com/ets-labs/python-dependency-injector/issues/488 | [
"bug"
] | EdwardBlair | 2 |
jupyter-incubator/sparkmagic | jupyter | 575 | Jupyterhub + Sparkmagic/levy + Spark on K8s? | Does anyone have Jupyterhub + Sparkmagic/levy + Spark running on Kubernetes at scale (in production)?
How stable is it?
| open | 2019-09-28T01:32:02Z | 2023-07-27T05:22:04Z | https://github.com/jupyter-incubator/sparkmagic/issues/575 | [
"kind:question"
] | neerawrt | 9 |
miguelgrinberg/microblog | flask | 229 | Deployed according to instructions in part-xvii, but now table is empty | Hey Miguel, thank you so much for all the incredible tutorials! I finally finished my project, which includes a fairly hefty database which requires being precompiled on my remote PC, and deployed to a Ubuntu 16.04 server and used mysql, just like your instructions mentioned. My site is now up and running, and I do not... | closed | 2020-04-27T02:39:23Z | 2020-06-30T22:49:01Z | https://github.com/miguelgrinberg/microblog/issues/229 | [
"question"
] | FredButBetter | 5 |
ccxt/ccxt | api | 25,142 | bitget password error | ### Operating System
_No response_
### Programming Languages
php
### CCXT Version
4.4.52
### Description
Hi,
I am getting the following error for bitget exchange.
Bitget does not require a password.
### Code
```
Fatal error: Uncaught ccxt\AuthenticationError: bitget requires "password" credential
```
| closed | 2025-02-01T15:53:10Z | 2025-02-02T05:35:13Z | https://github.com/ccxt/ccxt/issues/25142 | [] | modrxr | 1 |
home-assistant/core | asyncio | 141,128 | "Error while executing the action switch/turn_on . SmartThingsCommandError(ConflictError, invalid device state) | ### The problem
So, everytime I try to turn my tv on or off using the smartthings integration, I get the following error "Error while executing the action switch/turn_on . SmartThingsCommandError(ConflictError, invalid device state)". It looks like to be related to #140903 (which was fixed but generated another proble... | open | 2025-03-22T16:38:22Z | 2025-03-22T17:07:24Z | https://github.com/home-assistant/core/issues/141128 | [
"integration: smartthings"
] | C0dezin | 6 |
Kanaries/pygwalker | plotly | 346 | [BUG] pygwalker bug report: interactive UI doesn't show up | **Describe the bug**
When trying to load a df with pygwalker inside Jupyter Notebook to display the interactive UI, a HTML message is displayed instead of the interactive UI.
`import pandas as pd`
`import pygwalker as pyg`
`df = pd.read_csv("toto.csv", sep=',')`
`gwalker = pyg.walk(df)`
> `Box(children=(HTML(... | closed | 2023-12-07T10:11:57Z | 2023-12-08T10:17:31Z | https://github.com/Kanaries/pygwalker/issues/346 | [
"bug"
] | PhilippeDataScienc | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.