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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
netbox-community/netbox | django | 18,496 | Broken Link For Custom Links Documentation | ### Change Type
Correction
### Area
Features
### Proposed Changes
The [Custom Links](https://demo.netbox.dev/static/docs/customization/custom-links/) page has an external URL for [Jinja2 Template Code](https://jinja2docs.readthedocs.io/en/stable/), which returns “404 Documentation page not found
[jinja2docs.readth... | closed | 2025-01-27T12:03:44Z | 2025-02-03T15:12:37Z | https://github.com/netbox-community/netbox/issues/18496 | [
"type: documentation",
"status: accepted"
] | mr1716 | 0 |
pandas-dev/pandas | data-science | 60,284 | BUG?: using `None` as replacement value in `replace()` typically upcasts to object dtype | I noticed that in certain cases, when replacing a value with `None`, that we always cast to object dtype, regardless of whether the dtype of the calling series can actually hold None (at least, when considering `None` just as a generic "missing value" indicator).
For example, a float Series can hold `None` in the s... | open | 2024-11-12T10:45:46Z | 2024-11-12T12:45:38Z | https://github.com/pandas-dev/pandas/issues/60284 | [
"Bug",
"Missing-data",
"replace",
"API - Consistency"
] | jorisvandenbossche | 2 |
LibrePhotos/librephotos | django | 968 | Add Folders as an Photos view | **Describe the enhancement you'd like**
Right now you can chose to see
* With timestamp
* Without time stamp
* Recently added
* Hidden
* Favorites
* My Public Photos
I would like to add an
* Folders
View here also. It would look similar to "with time stamp" Except that the sorting should be on folder... | open | 2023-07-24T22:26:59Z | 2024-05-06T16:05:53Z | https://github.com/LibrePhotos/librephotos/issues/968 | [
"enhancement"
] | sterys | 2 |
aleju/imgaug | deep-learning | 858 | NP_****_TYPES error | Hi, imgaug developers,
I was having the following error:
tests/test_postProcessor.py:4: in <module>
from openood.evaluation_api import Evaluator
.conda/lib/python3.10/site-packages/openood/evaluation_api/__init__.py:1: in <module>
from .evaluator import Evaluator
.conda/lib/python3.10/site-packages/op... | open | 2024-10-16T10:21:40Z | 2024-10-26T19:21:59Z | https://github.com/aleju/imgaug/issues/858 | [] | isega24 | 0 |
ageitgey/face_recognition | python | 1,155 | Face percent match | Hello how i display "percent match face" in live webcam video | closed | 2020-06-06T17:15:49Z | 2023-06-05T08:40:16Z | https://github.com/ageitgey/face_recognition/issues/1155 | [] | lavrenkov-sketch | 1 |
flaskbb/flaskbb | flask | 667 | flaskbb 没有安装,这个命令里面的flaskbb是哪里来的 | devconfig:dependencies ## Generates a development config
flaskbb makeconfig -d
| open | 2024-04-25T06:53:35Z | 2024-07-13T20:15:45Z | https://github.com/flaskbb/flaskbb/issues/667 | [] | windy003 | 1 |
ResidentMario/missingno | data-visualization | 169 | [Feature Request] Java based MissingNo library? | This is an awesome feature for a data exploration activity for any data scientist to begin with and we would like to include this into [data oculus](https://dataoculus.app/) product, where we do detailed profile of data but this is currently a standalone tool ( data processing + logic + charts all in one) that can not... | open | 2024-02-28T22:56:03Z | 2024-07-27T22:12:51Z | https://github.com/ResidentMario/missingno/issues/169 | [] | dataoculus | 1 |
vitalik/django-ninja | django | 1,343 | docs: extend documentation how to send files | **Is your feature request related to a problem? Please describe.**
I noticed there is a page about file upload (the receiving part) and there could be a little chapter about the other part, how to send files (as a blob)
**Describe the solution you'd like**
Little chapter on best practices on sending files (field... | open | 2024-11-21T18:24:39Z | 2024-11-22T14:43:19Z | https://github.com/vitalik/django-ninja/issues/1343 | [
"documentation"
] | Zerotask | 0 |
Farama-Foundation/Gymnasium | api | 446 | [Question] Setting a custom camera distance when recording videos of a MuJoCo environment using RecordVideo | ### Question
Using `gymnasium.wrappers.RecordVideo` to record a video of a MuJoco environment (e.g., Ant-v4) seems to ignore the camera distance specified by the underlying MuJoCo environment.
When I initialize the environment using `render_mode="human"`, the value of `default_camera_config` passed to `MujocoEnv.__... | closed | 2023-04-11T19:53:59Z | 2023-04-28T18:43:31Z | https://github.com/Farama-Foundation/Gymnasium/issues/446 | [
"question"
] | Omer1Yuval1 | 7 |
horovod/horovod | machine-learning | 3,785 | performance did not improve when i increase the number of processes | I want to know the differences on performance between using horovod and without horovod, so i use a pytorch version of mnist demo with different settings. Here's the result:
1. without hovorod, batch_size = 32
Test set: Average loss: 0.0466, Accuracy: 98.62%
duration: 0:03:23.520224
2. with horovod, n... | closed | 2022-11-29T08:30:47Z | 2023-02-19T13:19:23Z | https://github.com/horovod/horovod/issues/3785 | [
"wontfix"
] | zly9844 | 1 |
slackapi/bolt-python | fastapi | 747 | SQLAlchemy example for async_find_bot out of date | https://github.com/slackapi/bolt-python/blob/71c89cca62fe28b37bb3eba6263fa91451a6601b/examples/sqlalchemy/async_oauth_app.py#L66
The function is missing `is_enterprise_install` as a parameter. Submitting a PR, | closed | 2022-10-23T23:19:03Z | 2022-11-04T06:07:20Z | https://github.com/slackapi/bolt-python/issues/747 | [
"docs",
"area:async",
"area:examples"
] | ntarora | 0 |
JoeanAmier/XHS-Downloader | api | 21 | Python3 源码运行失败 | 
| closed | 2023-12-14T09:14:20Z | 2023-12-14T10:55:50Z | https://github.com/JoeanAmier/XHS-Downloader/issues/21 | [] | shirebella | 0 |
ultralytics/ultralytics | deep-learning | 19,375 | OOM Error for MultiGPU | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Train
### Bug
NOTE: I have found other similar reports, none of which had satisfying answers ([here](https://github.com/ul... | closed | 2025-02-22T16:28:23Z | 2025-02-23T02:08:23Z | https://github.com/ultralytics/ultralytics/issues/19375 | [
"bug",
"classify"
] | jeffrey-cochran | 3 |
InstaPy/InstaPy | automation | 6,787 | Hhvh | open | 2024-01-25T03:18:22Z | 2024-01-25T03:18:22Z | https://github.com/InstaPy/InstaPy/issues/6787 | [] | Gabrypp | 0 | |
matplotlib/mplfinance | matplotlib | 46 | Add option for plot function to return figure and not display the figure itself. | I desire to use mplfinance with tkinter.
To do this most straight forwardly I desire an option to return the figure.
So adding an option returnfig, using code something like the below:
Adding to vkwargs:
'returnfig': {'Default': False,'Validator': lambda value: isinstance(value, bool)},
And exten... | closed | 2020-03-07T18:23:31Z | 2020-05-06T01:33:27Z | https://github.com/matplotlib/mplfinance/issues/46 | [
"enhancement",
"released"
] | MikeAMCloud | 6 |
ultralytics/yolov5 | deep-learning | 12,833 | let say we have train a custom model from yolov8 on low resolution images if i give that model to do inference on a high resolution image how the model will handle it in background and is there any information loss in the scaling process | let say we have train a custom model from yolov8 on low resolution images if i give that model to do inference on a high resolution image how the model will handle it in background and is there any information loss in the scaling process
_Originally posted by @dharakpatel in https://github.com/ultralyt... | closed | 2024-03-21T09:02:41Z | 2024-10-20T19:41:52Z | https://github.com/ultralytics/yolov5/issues/12833 | [
"Stale"
] | dharakpatel | 3 |
allenai/allennlp | data-science | 5,050 | How can we support text_to_instance running in parallel? | Though we have a multi-process data-loader, we use for loops in [predictor](https://github.com/allenai/allennlp/blob/main/allennlp/predictors/predictor.py#L299).
It will make the process hard and slow when we have many inputs( especially when this predictor as a server).
I mean can we use or add some method to ma... | closed | 2021-03-11T11:14:18Z | 2021-12-30T06:29:36Z | https://github.com/allenai/allennlp/issues/5050 | [
"Feature request"
] | wlhgtc | 21 |
JoeanAmier/TikTokDownloader | api | 213 | 下载的作品命名能付增加点赞评论和转发数目,比如说像 id+描述+标签+收藏数+转发数 这样的文件命名。 | open | 2024-05-08T15:46:08Z | 2024-05-09T13:51:44Z | https://github.com/JoeanAmier/TikTokDownloader/issues/213 | [] | Fanwaiwai | 1 | |
python-security/pyt | flask | 18 | github-search performance | Something seems slow as of today! | closed | 2016-12-13T21:25:09Z | 2018-04-28T02:07:35Z | https://github.com/python-security/pyt/issues/18 | [
"github scanner"
] | StefanMich | 1 |
slackapi/bolt-python | fastapi | 349 | Re: External Data Selection in Select Menu | I posted an issue: https://github.com/slackapi/bolt-python/issues/336 where I'm unable to access external data from different blocks within the same form.
Is there a workaround to this? I think there must be some way to use the action block (we're able to access the input data from the first block here) to somehow ... | closed | 2021-05-24T16:27:21Z | 2021-05-26T21:40:14Z | https://github.com/slackapi/bolt-python/issues/349 | [
"question"
] | mariebarrramsey | 14 |
Gozargah/Marzban | api | 1,460 | Is there a way to deploy Marzban in "UI Only" mode or delete Master node in an existing deployment? | **Is your feature request related to a problem? Please describe.**
Is there a way to deploy Marzban in "UI Only" mode or delete Master node in an existing deployment?
**Describe the solution you'd like**
I want to split the nodes away from the web UI
| closed | 2024-11-27T09:27:25Z | 2024-11-27T12:33:44Z | https://github.com/Gozargah/Marzban/issues/1460 | [
"Question"
] | YR1044 | 1 |
marshmallow-code/flask-marshmallow | rest-api | 7 | Request parsing example? | Is this only for serializing responses, or can it be used for parsing requests as well? Can you add an example of this?
| closed | 2014-12-04T03:37:23Z | 2014-12-22T14:39:23Z | https://github.com/marshmallow-code/flask-marshmallow/issues/7 | [
"question"
] | nickretallack | 5 |
ultralytics/yolov5 | pytorch | 12,873 | YOLOv5 multi camera real-time recognition based on IP address | ### 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
How to recognize multiple video streams in the detect.py file in the yolov5 master versio... | closed | 2024-04-02T14:36:54Z | 2024-10-20T19:42:47Z | https://github.com/ultralytics/yolov5/issues/12873 | [
"question",
"Stale"
] | fsamekl | 6 |
pallets/flask | python | 5,269 | FYI, bad documentation link | I was looking at the github release page, which links to https://flask.palletsprojects.com/en/3.0.x/changes/#version-3-0-0
This page gives me a page not found error. | closed | 2023-09-30T15:29:18Z | 2023-10-15T00:06:13Z | https://github.com/pallets/flask/issues/5269 | [] | havedill | 1 |
benbusby/whoogle-search | flask | 635 | Instance redirecting to startpage | It's in the [list](https://github.com/benbusby/whoogle-search/blob/main/misc/instances.txt): https://search.exonip.de | closed | 2022-02-01T10:57:10Z | 2022-02-01T17:12:53Z | https://github.com/benbusby/whoogle-search/issues/635 | [
"bug"
] | ManeraKai | 3 |
miguelgrinberg/Flask-SocketIO | flask | 1,344 | SameSite attribute in Flask-SocketIO | After recent Chrome update in Issues bar I can see a warning about SameSite attribute. Two warnings actually:
- Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
- Indicate whether a cookie is intended to be set in cross-site context by specifying its SameSite attribute
... | closed | 2020-07-30T07:52:24Z | 2020-08-03T23:27:34Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1344 | [
"bug"
] | vonsky104 | 5 |
plotly/dash | data-visualization | 2,600 | allow explicitly picking which props to render in React components | Throughout our React components, we use `ramda.omit` to filter out props that we wish to exclude from being rendered.
We should invert this by using `ramda.pick` to include the props that we _do_ wish to render.
This will prevent us from accidentally sending props to be rendered in HTML.
| open | 2023-07-13T21:34:03Z | 2024-08-13T19:36:03Z | https://github.com/plotly/dash/issues/2600 | [
"feature",
"P3"
] | KoolADE85 | 0 |
desec-io/desec-stack | rest-api | 558 | api: add database trigger to exclude other records underneath a DNAME | open | 2021-07-03T13:12:22Z | 2021-07-03T13:12:22Z | https://github.com/desec-io/desec-stack/issues/558 | [
"bug",
"api"
] | peterthomassen | 0 | |
graphistry/pygraphistry | jupyter | 385 | [FEA] anonymize graph | **Is your feature request related to a problem? Please describe.**
When sharing graphs with others, especially via going from private server / private account -> public hub, such as for publicizing or debugging, it'd help to have a way to quickly anonymize a graph
Sample use cases to make fast:
* show topolog... | open | 2022-07-29T21:01:18Z | 2022-09-09T20:08:45Z | https://github.com/graphistry/pygraphistry/issues/385 | [
"enhancement",
"help wanted",
"good-first-issue"
] | lmeyerov | 3 |
sammchardy/python-binance | api | 605 | Got HTTPS warning | Data returned successfully but got https warnings.
```
data = get_historical_klines('BTCUSDT', Client.KLINE_INTERVAL_4HOUR, 'October 15, 2020', 'October 20, 2020')
/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py:981: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.bin... | closed | 2020-10-20T02:45:44Z | 2020-11-01T03:22:19Z | https://github.com/sammchardy/python-binance/issues/605 | [] | jleei | 2 |
MagicStack/asyncpg | asyncio | 524 | Connection._cleanup not being called when the connection is dropped | This issue is continued from comments on #421 and #283.
## Problem steps
Run the following code:
```py
#!/usr/bin/env python3
import asyncpg
import asyncio
class MyConnection(asyncpg.Connection):
def _cleanup(self):
print(1)
return super()._cleanup()
async def amain():
conn = await asyncpg... | closed | 2020-01-10T01:39:36Z | 2020-01-10T04:05:05Z | https://github.com/MagicStack/asyncpg/issues/524 | [] | ioistired | 7 |
ContextLab/hypertools | data-visualization | 235 | animate=True does not work in Google Colab | animate=False renders static plots, but animate=True renders static empty boxes.
https://colab.research.google.com/drive/10LoEodWC7PeMYfMnEf85eK97rXNtS7lh#scrollTo=vpUphrib4qGs | open | 2020-02-26T07:59:34Z | 2020-02-26T07:59:34Z | https://github.com/ContextLab/hypertools/issues/235 | [] | mhlr | 0 |
MilesCranmer/PySR | scikit-learn | 367 | [Feature]: SymPy.jl integration | ### Feature Request
Rather than making the user define custom `extra_sympy_mappings`, we could potentially take advantage of [SymPy.jl](https://github.com/JuliaPy/SymPy.jl) and automatically generate the sympy operators.
Furthermore, and this would be more work, we could look at transferring the expressions directl... | open | 2023-07-03T01:58:49Z | 2023-07-03T01:58:58Z | https://github.com/MilesCranmer/PySR/issues/367 | [
"enhancement",
"priority: low"
] | MilesCranmer | 0 |
healthchecks/healthchecks | django | 623 | DB_NAME for sqlite different than /tmp/hc.sqlite | Hi, When I use different location for DB_NAME like `DB_NAME=/db/hc.sqlite`
Error says can not find location
```
healthchecks-hc-1 | sendreports is now running
healthchecks-hc-1 | Traceback (most recent call last):
healthchecks-hc-1 | File "/usr/local/lib/python3.10/site-packages/django/db/backends/base/base... | closed | 2022-03-24T08:56:14Z | 2022-03-26T12:20:33Z | https://github.com/healthchecks/healthchecks/issues/623 | [] | alyvusal | 2 |
bigscience-workshop/petals | nlp | 6 | [RESEARCH] LM API merit system | Why:
- contributors who support the swarm over long time should feel that they are appreciated
- one client should not be able to DDOS the entire swarm - it should be prioritized according to some pre-defined system
Optional:
- client that has higher point total may end up prioritized on the processing queue
- c... | open | 2022-05-31T19:14:14Z | 2023-01-27T06:33:21Z | https://github.com/bigscience-workshop/petals/issues/6 | [
"research"
] | justheuristic | 3 |
biolab/orange3 | pandas | 6,861 | Edit Domain: no way to get rid of warning "categories mapping for [variable] does not apply to current input" after change in upstream Formula | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-07-24T08:55:41Z | 2024-10-03T17:15:31Z | https://github.com/biolab/orange3/issues/6861 | [
"bug"
] | wvdvegte | 1 |
django-oscar/django-oscar | django | 3,688 | Error running 0005_regenerate_user_address_hashes migration | Found a bug? Please fill out the sections below.
### Issue Summary
I have a legacy project with django-oscar==1.5.2 and I'm trying to update it to 2.0. I'm getting the following error when trying to run the migration `0005_regenerate_user_address_hashes` from the `Address` app:
```
django.db.utils.IntegrityEr... | closed | 2021-03-31T22:11:41Z | 2021-04-01T04:10:00Z | https://github.com/django-oscar/django-oscar/issues/3688 | [] | Jeanluis019 | 1 |
iusztinpaul/energy-forecasting | streamlit | 7 | lesson 3 poetry Installing training-pipeline (0.1.0): Failed | So I configured pypi credentials:
```
sudo apt install -y apache2-utils
pip install passlib
mkdir ~/.htpasswd
htpasswd -sc ~/.htpasswd/htpasswd.txt energy-forecasting
poetry config repositories.my-pypi http://localhost
poetry config http-basic.my-pypi energy-forecasting <password>
```
That gave me this, the pa... | closed | 2023-06-27T14:07:30Z | 2023-07-08T14:51:12Z | https://github.com/iusztinpaul/energy-forecasting/issues/7 | [] | hududed | 14 |
2noise/ChatTTS | python | 66 | few shot generate | It's really amazing and stunning but the noise is a bit noticeable and has obvious pause error
Whether to support cloning a new voice with few shot samples | closed | 2024-05-30T01:29:41Z | 2024-07-12T05:11:31Z | https://github.com/2noise/ChatTTS/issues/66 | [
"stale"
] | ben-8878 | 0 |
coqui-ai/TTS | pytorch | 3,111 | MAX token limit for XTTS | ### Describe the bug
I would like to know what is the max token limit for XTTS as while i was passing text of 130 tokens it said that it has a limit of 400 tokens for a single input prompt, kindly explain how you guys calculate tokens
### To Reproduce
Just give it a long text
### Expected behavior
AssertionError: ... | closed | 2023-10-27T06:04:42Z | 2024-03-09T16:07:42Z | https://github.com/coqui-ai/TTS/issues/3111 | [
"bug"
] | haiderasad | 3 |
Farama-Foundation/PettingZoo | api | 548 | Question: what action mask should I use for multidiscrete action space? | I'm using `apitest()` to verify my customized environment.
The error I got is as follows:

The error shows that I'm indexing a scalar, which should not be the case since my ac... | closed | 2021-11-24T20:38:08Z | 2021-11-25T19:42:51Z | https://github.com/Farama-Foundation/PettingZoo/issues/548 | [] | aduyinuo | 0 |
graphql-python/graphql-core | graphql | 149 | Modify query programmatically | Sent here from https://github.com/graphql-python/gql/issues/272
There is a way in `gql` to construct queries programmatically with DSL module or by parsing a string into AST with `gql.gql()` and then using `print_ast` from `graphql` to get back the string.
```python
import gql
dg = gql.gql("""
query getCon... | closed | 2021-12-04T07:19:50Z | 2021-12-27T18:26:43Z | https://github.com/graphql-python/graphql-core/issues/149 | [] | abitrolly | 7 |
chaos-genius/chaos_genius | data-visualization | 390 | Inconsistent analytics occurs between hourly panel metrics, DeepDrill & anomaly data | closed | 2021-11-11T16:18:49Z | 2021-11-12T10:40:04Z | https://github.com/chaos-genius/chaos_genius/issues/390 | [
"🐛 bug",
"🧮 algorithms",
"P1"
] | suranah | 1 | |
pallets-eco/flask-sqlalchemy | flask | 464 | How about let tablename prefix configable? | Add a configuration option, like `SQLALCHEMY_TABLENAME_PREFIX`. | closed | 2017-01-19T03:24:49Z | 2020-12-05T21:18:10Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/464 | [] | protream | 3 |
InstaPy/InstaPy | automation | 6,133 | If it is possible to consider all tags for like_by_tags action | By looking `like_by_tags` action you'll find that it takes a number of tags as its parameters.
And when you run it without any tags like this:
> session.like_by_tags(amount=10)
It returns a runtime error.
The question is what should I do if I like to consider **all posts** for liking regardless of tags? Is th... | closed | 2021-03-27T16:20:10Z | 2021-07-21T05:18:41Z | https://github.com/InstaPy/InstaPy/issues/6133 | [
"wontfix"
] | sasan007 | 1 |
521xueweihan/HelloGitHub | python | 2,071 | 【开源自荐】PHP项目:基于Canal实现ES文档增量更新的高性能轻量框架 | ## 项目推荐
- 项目地址:https://github.com/WGrape/esupdater
- 类别:PHP
- 项目后续更新计划:项目日常维护、提供开箱即用的Canal服务和ES服务,实现完全的极速上手使用
- 项目描述:
- 简介:esupdater是一个基于Canal实现ES文档增量更新的高性能轻量框架,易上手和接入业务,可以优雅的实现业务需求
- 场景 :常适用于搜索业务,比如当需要把MySQL增量数据实时更新到ES中时,就可以使用esupdater
- 推荐理由 :高性能、容器化、轻量化、事件驱动、易扩展、文档齐全
- 截图 :
 else "cpu",
download_root: str = None, vision_model_... | open | 2024-11-20T06:19:40Z | 2024-11-20T06:19:40Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/369 | [] | alpha731 | 0 |
GibbsConsulting/django-plotly-dash | plotly | 463 | Pa11y CI failures because `django-plotly-dash` `iframe` has no `title` | I'm part of a small team using `django-plotly-dash` (to great effect!) on a Django-based web project to embed some visualisations. So far I've just been using the
```
{% load plotly_dash %}
{% plotly_app name="example" %}
```
idiom, which creates an `iframe` on the page and embeds the Plotly Dash there.
We rec... | open | 2023-06-05T13:19:06Z | 2023-06-06T15:09:11Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/463 | [] | warrickball | 1 |
PaddlePaddle/models | computer-vision | 5,544 | train_val_kitti.yaml中的dim_ref是什么含义? | train_val_kitti.yaml中的dim_ref是什么含义,各项数值是怎么来的?如果换成其他数据集,应该怎样填写数值? | open | 2022-09-25T00:15:59Z | 2024-02-26T05:07:54Z | https://github.com/PaddlePaddle/models/issues/5544 | [] | Bingoang | 0 |
autokey/autokey | automation | 255 | FIX not all UTF characters are not supported | ## Classification: Bug
## Reproducibility: Always
try adding a keyboard paste phrase that is either:
⎡⎦
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
## expected result:
those chars inserted when tri... | open | 2019-02-09T02:17:26Z | 2020-01-08T19:37:40Z | https://github.com/autokey/autokey/issues/255 | [
"bug",
"duplicate",
"phrase expansion",
"scripting"
] | allanlaal | 21 |
hyperspy/hyperspy | data-visualization | 2,638 | Improve load function example in user guide | There should be an example in the user guide showing that the `load` function returns a list of signal instead of a single signal, where several datasets are present in the file. | closed | 2021-02-04T11:23:07Z | 2021-03-09T22:00:20Z | https://github.com/hyperspy/hyperspy/issues/2638 | [
"affects: documentation",
"good first PR"
] | ericpre | 1 |
streamlit/streamlit | python | 10,880 | `st.dataframe` displays wrong indizes for pivoted dataframe | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
Under some conditions streamlit will display ... | open | 2025-03-23T15:50:44Z | 2025-03-24T13:49:35Z | https://github.com/streamlit/streamlit/issues/10880 | [
"type:bug",
"feature:st.dataframe",
"status:confirmed",
"priority:P3",
"feature:st.data_editor"
] | punsii2 | 2 |
home-assistant/core | python | 140,708 | After upgrading to HA core 2025.3.3 Tailscale addon could not resolve DNS | ### The problem
I know this is Tailscale specific issue but I found that due to the nature of tailscale plugin on HA this broke my whole network DNS resolution with no possible fix on the TS Admin pannel with DNS(I tried it all). Only after some time did I correlate that HA was upgraded and when I tried to revert to a... | closed | 2025-03-16T09:29:26Z | 2025-03-18T12:21:01Z | https://github.com/home-assistant/core/issues/140708 | [
"integration: tailscale"
] | mrupnikm | 2 |
plotly/dash | data-science | 2,438 | [BUG] WinError 10038 during hot reload | Hi all,
I am experiencing an exception that occurs during hot reloading. First, I thought this occurred because of my upgrade to Python 3.10, but after downgrading back to Python 3.9, the issue still occurs. However, the hot reloading itself seems to work fine.
```
dash 2.8.1
dash-bootstrap... | closed | 2023-03-01T11:06:35Z | 2024-10-13T13:10:16Z | https://github.com/plotly/dash/issues/2438 | [] | niekvleeuwen | 3 |
huggingface/datasets | machine-learning | 6,778 | Dataset.to_csv() missing commas in columns with lists | ### Describe the bug
The `to_csv()` method does not output commas in lists. So when the Dataset is loaded back in the data structure of the column with a list is not correct.
Here's an example:
Obviously, it's not as trivial as inserting commas in the list, since its a comma-separated file. But hopefully there... | open | 2024-04-04T16:46:13Z | 2024-04-08T15:24:41Z | https://github.com/huggingface/datasets/issues/6778 | [] | mpickard-dataprof | 1 |
miguelgrinberg/python-socketio | asyncio | 565 | timestampParam in client as as optional | Hello,
I would like to know if there is an option to add an option to 'cancel' the addition of t paramater (timestampParam) in the client.
In our WSS application we use the t paramater in the url for different purpose.
Thanks. | closed | 2020-11-17T08:20:24Z | 2020-11-17T10:20:55Z | https://github.com/miguelgrinberg/python-socketio/issues/565 | [
"question"
] | rondered | 4 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 412 | Issue with cover letter upload | Hi the gpt is providing cover letter but it's is not properly lined, here is what I mean
[tmpfftsuua6.pdf](https://github.com/user-attachments/files/17080224/tmpfftsuua6.pdf)
<img width="630" alt="image" src="https://github.com/user-attachments/assets/960c2d84-050e-40f0-bc7f-09231d808315">
| closed | 2024-09-20T19:49:25Z | 2024-09-25T14:12:07Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/412 | [] | ParthSoni-CS | 3 |
seleniumbase/SeleniumBase | pytest | 3,278 | Run CDP Mode in Github actions | I am trying to get a python script using Selenium Base CDP mode to work using github actions. I know i am supposed to be using XVFB, but not sure how to configure for this application.
I get an error when it tries to run the python code.
Please provide a simple working example of how to run in CDP mode using gi... | closed | 2024-11-21T06:02:13Z | 2024-11-21T13:06:23Z | https://github.com/seleniumbase/SeleniumBase/issues/3278 | [
"self-resolved",
"UC Mode / CDP Mode"
] | cohnhead66 | 1 |
pydata/bottleneck | numpy | 178 | Error when passing in a default to bn.push | Bottleneck doesn't seem to be well behaved if you _pass in_ default values for `bn.push`:
Default states `n=None` (and works with no value):
python
```
In [1]: import bottleneck as bn
In [4]: import numpy as np
In [5]: a=np.array([1,2,3,4])
In [7]: bn.push(a)
Out[7]: array([1, 2, 3, 4])
In [8]: bn.... | closed | 2017-11-07T21:44:25Z | 2017-11-08T01:33:17Z | https://github.com/pydata/bottleneck/issues/178 | [
"good first issue"
] | max-sixty | 4 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 3 | 请问是否有做过微调后与Med-ChatGLM的对比 | 请问是否有做过微调后与Med-ChatGLM的对比,哪款的能力更强些? | closed | 2023-04-18T06:39:17Z | 2023-04-18T12:20:21Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/3 | [] | danger-dream | 1 |
napari/napari | numpy | 7,705 | [Windows] Look into frequent seg faults on test_vispy_camera.py test | ## 🧰 Task
These are popping up across CI. Rerunning once or twice fixes it.
e.g. most recent comprehensive
https://github.com/napari/napari/actions/runs/13867324742/job/38811775118
Need to look at skipping if we can't find a cause or solution. | open | 2025-03-15T14:46:08Z | 2025-03-17T01:48:26Z | https://github.com/napari/napari/issues/7705 | [
"task",
"ci"
] | psobolewskiPhD | 1 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 328 | Modify relationship query runtime | Hello,
How would I modify a relationship query on runtime? I'd like to limit the dataset based on a context variable on runtime.
Any guides on where should I look?
Thanks | closed | 2022-01-14T19:24:30Z | 2023-08-15T00:35:45Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/328 | [
"question",
":eyes: more info needed"
] | fernandoflorez | 5 |
glumpy/glumpy | numpy | 319 | Glumpy not matching correctly shape of VBO | I am creating a verify basic simulation of bubbles using glumpy and I'm facing issue defining a uniform array of vec3. It seems that glumpy failed to evaluate correctly the shape of the object.
Here is the complete fragment shader:
```glsl
#version 330 core
const int num_circles = 2;
uniform vec3 circlePt[nu... | closed | 2023-10-05T15:23:32Z | 2023-10-13T19:41:07Z | https://github.com/glumpy/glumpy/issues/319 | [] | VictorGoubet | 2 |
anselal/antminer-monitor | dash | 51 | Can you add ebit e9+? | Hi! Great app! can you add ebit e9+ support? | open | 2018-01-11T15:05:44Z | 2018-04-12T05:08:54Z | https://github.com/anselal/antminer-monitor/issues/51 | [
":pick: miner_support"
] | andrucha4004 | 5 |
ipython/ipython | data-science | 14,013 | %page stops working due to OInfo change | `import pandas as pd
df = pd.DataFrame(data={'a':[1,2,3],'b':list('abc')})
%page df
File lib/python3.11/site-packages/IPython/core/interactiveshell.py:2414, in InteractiveShell.run_line_magic(self, magic_name, line, _stack_depth)
2412 kwargs['local_ns'] = self.get_local_scope(stack_depth)
2413 with sel... | closed | 2023-04-13T04:49:23Z | 2023-04-13T07:06:39Z | https://github.com/ipython/ipython/issues/14013 | [] | ghost | 0 |
Avaiga/taipy | data-visualization | 2,285 | [DOCS] Improve decimator for datetime axis or improve documentation | ### Issue Description
The documentation should explain how to make the decimator work with datetime if using datetime is possible. This is either documentation or an issue to improve Taipy.
Right now, the decimation is behaving in a strange way without any good feedback for the user.
```python
from datetime imp... | open | 2024-11-27T08:57:18Z | 2024-12-02T08:31:14Z | https://github.com/Avaiga/taipy/issues/2285 | [
"📈 Improvement",
"📄 Documentation",
"🖰 GUI",
"🟨 Priority: Medium"
] | FlorianJacta | 2 |
inducer/pudb | pytest | 414 | Provide a simple way to install pudb's tab-completion | Before #350, tab completion was provided natively through Python's readline module.
New versions rely on a third party dependency, which adds an extra step to setup — and requires user to install an extra package without a relation with pudb.
It would be great if users could directly install pudb and its tab-compl... | closed | 2020-12-23T15:07:49Z | 2021-03-04T21:48:45Z | https://github.com/inducer/pudb/issues/414 | [] | rbarrois | 5 |
strawberry-graphql/strawberry | django | 3,680 | `MaskErrors` does not mask errors for subscriptions | The `MaskErrors` schema extension does not seem to mask errors for subscriptions. I am running on the latest version of `strawberry`. Example included below:
```python
from typing import AsyncIterator
import strawberry
from strawberry.extensions import MaskErrors
@strawberry.type
class Query:
@strawberry.field
... | open | 2024-10-25T02:43:04Z | 2025-03-20T15:56:54Z | https://github.com/strawberry-graphql/strawberry/issues/3680 | [
"bug"
] | axiomofjoy | 1 |
Josh-XT/AGiXT | automation | 913 | libnvidia-ml.so.1: cannot open shared object file: no such file or directory | ### Description
This appears when I try to launch on RHEL 8, Nvidia docker 2 installed.
```
ERROR: for text-generation-webui Cannot start service text-generation-webui: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process... | closed | 2023-08-13T17:46:32Z | 2023-08-13T18:15:37Z | https://github.com/Josh-XT/AGiXT/issues/913 | [
"type | report | bug",
"needs triage"
] | eXactPlay | 2 |
jonra1993/fastapi-alembic-sqlmodel-async | sqlalchemy | 71 | Calling postgres from celery | Right now we can use syncify with the CRUD functions inside celery, but aysncpg is still in charge of the session. This seems suboptimal but switching into psychopg seems like a lot of duplicated work? Is using asyncpg fine for this use-case? | open | 2023-05-09T17:27:46Z | 2023-05-13T00:16:58Z | https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/issues/71 | [] | bazylhorsey | 1 |
ivy-llc/ivy | numpy | 28,684 | Fix Frontend Failing Test: paddle - activations.tensorflow.keras.activations.deserialize | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-03-25T21:47:32Z | 2024-03-28T10:56:53Z | https://github.com/ivy-llc/ivy/issues/28684 | [
"Sub Task"
] | ZJay07 | 0 |
alpacahq/alpaca-trade-api-python | rest-api | 380 | pip install fails on Apple M1 Silicon Big Sur 11.1 | [output.txt](https://github.com/alpacahq/alpaca-trade-api-python/files/5955844/output.txt)
seems to be because of numpy version | closed | 2021-02-10T04:33:58Z | 2021-02-10T07:13:16Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/380 | [] | seltzerfish | 2 |
tqdm/tqdm | pandas | 917 | Tqdm tests fail on PowerPC (ppc64le) | I am trying to build tqdm on rhel7.6 ppc64le. The build passes, however the tests fail.
Please find below the detailed log :
TOX_SKIP_ENV=perf tox --skip-missing-interpreters -p all
GLOB sdist-make: /tqdm/setup.py
| [3] py27 | py36 | tf-no-kerasERROR: invocation failed (exit code 1), logfile: /tqdm/.tox/tf-no-ker... | open | 2020-03-17T06:25:27Z | 2020-03-26T17:54:16Z | https://github.com/tqdm/tqdm/issues/917 | [
"invalid ⛔",
"need-feedback 📢"
] | aishwaryabk | 8 |
thtrieu/darkflow | tensorflow | 1,128 | Training complete, but can't test the neural net #1127 | Checkpoint is new file.... but ....you have to use .meta file you have to use .pb file for testing.
When you train the model on terminal you have to add in your command "--savepb " which can save your .pb file in your built_graph folder.
Command Example
"python flow --model cfg/yo... | closed | 2020-01-16T08:58:08Z | 2020-01-16T08:59:00Z | https://github.com/thtrieu/darkflow/issues/1128 | [] | ankitAMD | 0 |
graphql-python/graphene | graphql | 1,320 | Please Add Further Support for FastAPI or Pydantic ObjectTypes | I want to avoid repeating code fragments between the mutations and types with graphene in a FastAPI app.
Not a very polished example but please see below sample scenario.
**graphql\mutations.py**
import graphene
from models.customers import CustomerLogin, CustomerLogin_PydanticIn
from gra... | open | 2021-04-05T05:51:19Z | 2021-04-11T03:00:50Z | https://github.com/graphql-python/graphene/issues/1320 | [
"✨ enhancement"
] | jcf-dev | 1 |
aio-libs-abandoned/aioredis-py | asyncio | 1,103 | Redis.close() doesn't close connection pool created in __init__ | This results in delayed cleanup via `Connection.__del__` that causes various errors. Circular references in aioredis make it harder to debug. The problem is especially clearly seen when testing with pytest-asyncio that uses a separate event loop. Just upgrading from aioredis 1.3.1 to 2.0.0 leads to the following errors... | closed | 2021-08-11T16:01:08Z | 2022-02-07T08:44:36Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/1103 | [] | ods | 12 |
opengeos/leafmap | streamlit | 916 | Reorder layers interactively | From my perspective, it would be highly beneficial to have the ability to reorder raster layers interactively. In my case, I often visualize multiple raster layers on a map but don’t always know the ideal layer order beforehand. Being able to adjust the layer arrangement on the fly would provide valuable insights. For ... | closed | 2024-10-11T10:57:09Z | 2024-10-14T08:08:26Z | https://github.com/opengeos/leafmap/issues/916 | [
"Feature Request"
] | karantai | 1 |
writer/writer-framework | data-visualization | 506 | Collapsable navigation bar | I'm a huge fan of the collapsable leftbar. Is it possible to add a similar one — which is horizontal (top and/or bottom)? Maybe the positioning on the page could be an option, like the contents of columns are.
Or, alternatively an element (section-like) which can be collapsed/expanded. | closed | 2024-08-04T21:03:46Z | 2024-10-26T09:33:58Z | https://github.com/writer/writer-framework/issues/506 | [
"enhancement",
"wip"
] | hallvardnmbu | 3 |
itamarst/eliot | numpy | 359 | Hypothesis tests have issues (running too slowly? Flaky?) | E.g. https://travis-ci.org/itamarst/eliot/jobs/490759458 | closed | 2019-02-10T15:15:03Z | 2019-02-10T22:22:17Z | https://github.com/itamarst/eliot/issues/359 | [] | itamarst | 0 |
man-group/arctic | pandas | 494 | 'utf-8' codec can't decode byte 0xf3 during Setup | #### Arctic Version
Latest github at the moment of writing (also 1.58 in pipy)
#### Platform and version
Python 3.6 with Anaconda x64 under Win7 x64
#### Description of problem and/or code sample that reproduces the issue
I do:
`python -m pip install arctic-master.zip`
I get:
```
Exc... | closed | 2018-01-22T13:07:16Z | 2018-01-22T14:23:42Z | https://github.com/man-group/arctic/issues/494 | [] | SanPen | 1 |
abhiTronix/vidgear | dash | 99 | Announcement: Dropped support for Python 3.5 and below legacies. | Hello everyone,
VidGear has an inclination towards inventing something new and innovative with its APIs. Since vidgear is moving into the next phase and a new [WebGear API](https://github.com/abhiTronix/vidgear/wiki/WebGear#webgear-api), which is built on a powerful ASGI library called [Starlette](https://www.starl... | closed | 2020-01-18T09:43:43Z | 2020-04-30T14:34:10Z | https://github.com/abhiTronix/vidgear/issues/99 | [
"ENHANCEMENT :zap:",
"SOLVED :checkered_flag:",
"ANNOUNCEMENT :loudspeaker:"
] | abhiTronix | 3 |
explosion/spaCy | deep-learning | 12,383 | Training transformer model goes from score 0.97 to ZERO | ### Discussed in https://github.com/explosion/spaCy/discussions/12301
<div type='discussions-op-text'>
<sup>Originally posted by **mbrunecky** February 18, 2023</sup>
I am training NER using transformer model.
On one of my data sets, during epoch 2, the score reaches 0.97 and then (after a huge loss) drops to Z... | open | 2023-03-08T08:55:36Z | 2023-03-08T08:55:36Z | https://github.com/explosion/spaCy/issues/12383 | [
"bug",
"feat / ner",
"perf / memory",
"feat / training",
"feat / transformer"
] | svlandeg | 0 |
python-gitlab/python-gitlab | api | 2,700 | Are the parent commits of a commit accessible? | ## Description of the problem, including code/CLI snippet
I was looking for the ids of the parent commits for a specific commit. I know that GitLab returns them as `parent_ids` when calling `GET /projects/:id/repository/commits/:sha`. But I wasn't able to find them in the `ProjectCommit` class.
Did I overlook the... | closed | 2023-10-20T07:12:22Z | 2023-10-26T14:53:04Z | https://github.com/python-gitlab/python-gitlab/issues/2700 | [
"support"
] | kayman-mk | 2 |
Lightning-AI/pytorch-lightning | deep-learning | 20,646 | Model with dropout probability=1 keeps learning (PyTorch version doesn't) | ### Bug description
Setting dropout doesn't work as expected in a model that uses a pretrained transformer from Hugging Face (BertForSequenceClassification).
Expected result: Setting the dropout probability to 1 should prevent the model from learning.
Actual result: The model keeps learning, i.e. loss decreases each... | closed | 2025-03-15T14:35:58Z | 2025-03-16T02:42:00Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20646 | [
"bug",
"needs triage",
"ver: 2.5.x"
] | jedick | 1 |
jpadilla/django-rest-framework-jwt | django | 166 | Question: behavior as remote wsgi app vs. local runserver | Hi,
I have been using this lib for our JWT and it has worked great with `python manage.py runserver` and generating tokens / authenticating tokens with `localhost:8000` but am having problem with the exact same config running as a wsgi app on `mod_wsgi` on apache/2.2.
It basically is behaving like the authentication ... | closed | 2015-09-29T16:27:42Z | 2017-10-09T22:05:40Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/166 | [] | cerdman | 2 |
deepset-ai/haystack | pytorch | 8,931 | Remove tags 2.x, etc. in Haystack website | closed | 2025-02-25T10:56:29Z | 2025-03-11T11:02:42Z | https://github.com/deepset-ai/haystack/issues/8931 | [
"P2"
] | julian-risch | 0 | |
InstaPy/InstaPy | automation | 6,497 | No interact | Doesn't interact with users
**Code:**
```
session.set_do_like(enabled=True,
percentage=100)
session.set_user_interact(amount=1,
randomize=False,
percentage=100)
session.interact_user_likers(usernames=["... | closed | 2022-02-11T10:27:23Z | 2022-03-04T15:59:19Z | https://github.com/InstaPy/InstaPy/issues/6497 | [] | alexpzpz | 3 |
explosion/spaCy | data-science | 12,933 | ValueError: [E949] Unable to align tokens for the predicted and reference docs. Windows, spacy 3.6.0, Python 3.8.10 | ### Discussed in https://github.com/explosion/spaCy/discussions/12932
<div type='discussions-op-text'>
<sup>Originally posted by **PeachDew** August 24, 2023</sup>
Hi! I referred to spacy's custom tokenization doc here: https://spacy.io/usage/linguistic-features#custom-tokenizer-training
and tried using a custo... | closed | 2023-08-24T04:59:43Z | 2023-09-30T00:02:08Z | https://github.com/explosion/spaCy/issues/12933 | [
"duplicate"
] | PeachDew | 2 |
httpie/cli | python | 839 | Multi-connection download for --download mode | `aria2` command-line download utility and `pySmartDL` Python library can download files using multiple connections. It would be nice if `httpie` had this feature too. | closed | 2020-01-19T13:13:42Z | 2020-05-23T19:05:26Z | https://github.com/httpie/cli/issues/839 | [] | rominf | 1 |
paperless-ngx/paperless-ngx | django | 7,319 | [BUG] Starting multiple consuming threads on the same file leads to File not found error | ### Description
Thank you for the great tool!!!
I copied a pdf file via SMB from my desktop into the consume folder. The file task starts to work. Before finishing the task futher tasks on the same file have been added to the queue. After the first task is finished, next task has started, but the file is not th... | closed | 2024-07-25T08:32:04Z | 2024-08-25T03:03:42Z | https://github.com/paperless-ngx/paperless-ngx/issues/7319 | [
"not a bug"
] | stemForge | 1 |
marimo-team/marimo | data-visualization | 3,502 | Lazy download buttons (well, the data should be lazy, not the button) | ### Description
Can the data for a download button be "computed when needed", i.e., only once the user clicks the button? Currently I have
```python
mo.download(
data=expensive_function_generating_the_data(),
)
```
which means `expensive_function_generating_the_data` is called already when the button is cr... | closed | 2025-01-19T17:02:35Z | 2025-01-20T03:57:01Z | https://github.com/marimo-team/marimo/issues/3502 | [
"enhancement"
] | bjoseru | 1 |
pydantic/logfire | fastapi | 136 | Expose TLS/Insecure params via Logfire config | ### Description
Add support for sending data to a URL that uses a self-signed cert and also support for specifying TLS cert/key/ca.
I believe the HTTP exporter from OpenTelemetry has a param `insecure` for doing this. This is not exposed as part of LogfireConfig. There's also params for specifying cert/key/ca.
h... | open | 2024-05-06T13:56:31Z | 2024-08-01T13:09:28Z | https://github.com/pydantic/logfire/issues/136 | [
"Feature Request"
] | gaby | 9 |
graphql-python/graphene | graphql | 671 | Caching/Memoization of resolvers? | I've tried adding memoization to a resolver and cache the result in redis using flask-caching, see http://pythonhosted.org/Flask-Caching/#memoization
However it does not work, result is calculated on the next requests still. (with same args of course)
Is this because of some resolver "magic" happening? How can I ... | closed | 2018-02-13T11:33:34Z | 2020-06-26T17:31:04Z | https://github.com/graphql-python/graphene/issues/671 | [] | HeyHugo | 2 |
mars-project/mars | pandas | 2,814 | [BUG] release_free_slot got wrong slot_id | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
To help us reproducing this bug, please provide information below:
1.... | closed | 2022-03-14T03:59:14Z | 2022-03-15T03:17:29Z | https://github.com/mars-project/mars/issues/2814 | [
"type: bug",
"mod: scheduling service"
] | chaokunyang | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.