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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
huggingface/transformers | deep-learning | 36,082 | Need guidance to modify number of cores/threads settings when inferencing under transformers framework | In my project I need to run a LlavaLlamaForCausalLM instance inference under transformers framework, which is basically a subclass of nn.Module. I want to modify number of cores/threads settings when doing inferencing, in a machine with 160-core cpus and no gpu. Which folder in the source code of transformers/pytorch i... | closed | 2025-02-07T07:34:24Z | 2025-02-07T15:04:45Z | https://github.com/huggingface/transformers/issues/36082 | [] | luentong | 1 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 366 | sqlalchemy bindparam support for delete works only for one parameter | Hello there.,
Version details :
```log
clickhouse-sqlalchemy==0.3.2
SQLAlchemy==2.0.38
```
When we try to use SqlAlchemy delete using clickhouse-sqlalchemy as the dialect driver, we are facing issue while deleting. When we use bindparam and pass values as an array., this fails. It should be fairly easy to reproduce t... | open | 2025-03-05T16:53:10Z | 2025-03-05T17:00:46Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/366 | [] | sairamkrish | 0 |
zappa/Zappa | flask | 1,359 | Webiste (zappa.ws/zappa) is down | The website linked in the repo (zappa.ws/zappa) is down. It redirects to the following page:

| closed | 2024-12-16T15:01:42Z | 2025-01-18T04:34:39Z | https://github.com/zappa/Zappa/issues/1359 | [] | mrmurilo75 | 1 |
pandas-dev/pandas | data-science | 60,812 | Next Pandas Release Question | Will there be another patch release any time soon?
I see the last regular release 2.2.3 was in September.
Specifically, I am interested in picking up this bugfix https://github.com/pandas-dev/pandas/issues/60102
Considering if I will have to backport it | open | 2025-01-28T22:58:36Z | 2025-01-29T02:21:53Z | https://github.com/pandas-dev/pandas/issues/60812 | [] | antonstor | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 12,170 | `SmallInteger` is compiled to `SERIAL` instead of `SMALLSERIAL` on table creation when `asyncpg` driver is used. | ### Describe the bug
If you are trying to create a table with a primary column of `SmallInteger` and the asyncpg driver is used, it will be compiled to `SERIAL` rather than `SMALLSERIAL`.
This is because this type is not implemented as a column spec and `AsyncpgInteger` is used instead, and a check for `SmallIntege... | closed | 2024-12-09T23:29:26Z | 2024-12-18T16:42:17Z | https://github.com/sqlalchemy/sqlalchemy/issues/12170 | [
"bug",
"postgresql"
] | FeeeeK | 3 |
wkentaro/labelme | deep-learning | 1,526 | 闪退 | ### Provide environment information
C:\Users\h>labelme
2025-01-11 14:10:50,159 [INFO ] __init__:get_config:67- Loading config file from: C:\Users\lyh\.labelmerc
Traceback (most recent call last):
File "C:\Users\h\AppData\Roaming\Python\Python311\site-packages\labelme\widgets\canvas.py", line 979, in keyReleaseE... | open | 2025-01-11T06:31:27Z | 2025-01-11T06:31:27Z | https://github.com/wkentaro/labelme/issues/1526 | [] | 2375963934a | 0 |
deepspeedai/DeepSpeed | pytorch | 6,461 | ds_report issue with GDS - undefined references to dlvsym, dlopen, dlclose, dlerror, dlsym | After installing deepspeed 0.15.0 via pip3, I ran ds_report to get compatibility of various features.
I get the following messages when looking for GDS compatibility:
```
[2024-08-29 15:16:37,434] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
--------------------... | closed | 2024-08-29T20:27:04Z | 2024-09-04T15:51:17Z | https://github.com/deepspeedai/DeepSpeed/issues/6461 | [] | sujitkumar12 | 4 |
Miserlou/Zappa | django | 1,713 | unicode environ values and Web2Py | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
I am using 2.7 ... | open | 2018-11-28T19:02:17Z | 2018-11-28T19:02:17Z | https://github.com/Miserlou/Zappa/issues/1713 | [] | AppJarBiz | 0 |
microsoft/nni | tensorflow | 5,000 | How to get the best params of a model after the experiment stop | **Describe the issue**:
I am try to use python code to read the best params of a model and then apply them to train the model.
Now I hope the nni store the best params of a model in I defined file after the experiment finished or stopped so that I can read the params in it
Is there this feature?
Thanks!
**En... | closed | 2022-07-19T01:25:08Z | 2022-09-19T02:31:47Z | https://github.com/microsoft/nni/issues/5000 | [
"question",
"user raised"
] | joshua-xia | 3 |
plotly/dash | dash | 2,861 | Exception: Access Denied | I recently upgraded my dash version from 2.8.1 to 2.14.2. It gave me this exception and stops me from access the internal sever.

 | [`pytest-xdist`](https://pytest-xdist.readthedocs.io/en/stable/index.html) is a plugin for pytest allowing to run tests in parallel.
I installed it via pip but I can't get it to run in combination with IPytest. I allways get `ExitCode.NO_TESTS_COLLECTED: 5`
I tried so far creating a ipynb notebook with the follow... | closed | 2023-03-04T12:00:49Z | 2023-03-22T06:18:19Z | https://github.com/chmp/ipytest/issues/90 | [] | keen85 | 3 |
tfranzel/drf-spectacular | rest-api | 816 | AttributeError when checking for NullBooleanField in schema generator with DRF 3.14 | **Describe the bug**
DRF removed `NullBooleanField` [between version 3.13.1 and 3.14.0](https://github.com/encode/django-rest-framework/compare/3.13.1...3.14.0)
Class `AutoSchema` in `openapi.py` has an instance check for NullBooleanField which results in an AttributeError ("AttributeError when checking for NullBoo... | closed | 2022-09-22T13:46:58Z | 2023-01-11T11:37:28Z | https://github.com/tfranzel/drf-spectacular/issues/816 | [
"bug",
"fix confirmation pending"
] | MHLut | 4 |
errbotio/errbot | automation | 1,101 | Hipchat backend is failing with certificate expired error | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [ ] Suggesting a new feature
* [x] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | closed | 2017-09-12T10:17:49Z | 2018-11-30T17:47:30Z | https://github.com/errbotio/errbot/issues/1101 | [] | iliakhovskyi | 4 |
mwaskom/seaborn | data-visualization | 3,442 | Creating the boxplots using the stats (min, max, Q1, Q3 and median) directly | I have a usecase for generating the box plot for huge data which involves creating hues and that need to be updated once a month. And I have the stats needed for the box plots computed. that is Q1, Q3, min, max and median. I dont need fliers. Can we expand the seaborn's boxplot to support passing the stats function sim... | closed | 2023-08-21T19:22:52Z | 2023-08-21T22:56:19Z | https://github.com/mwaskom/seaborn/issues/3442 | [] | SriMun16 | 1 |
graphql-python/graphene | graphql | 1,179 | Separate subscriptions | I would like to deploy to Cloud Run but the only service I can find that has serverless websockets is AWS API Gateway’s [websocket API](https://aws.amazon.com/blogs/compute/announcing-websocket-apis-in-amazon-api-gateway/). I don’t have great knowledge on the AWS, JS nor the JS GraphQL ecosystems but I managed to find ... | closed | 2020-04-10T18:11:23Z | 2024-06-22T10:28:11Z | https://github.com/graphql-python/graphene/issues/1179 | [] | nihaals | 6 |
scikit-learn-contrib/metric-learn | scikit-learn | 3 | Segmentation Fault LMNN | Hello,
I get a segmentation fault when running LMNN.fit() with a big data set (~9000 data points, each an array of 27 floats). The LMNN.fit() function takes more than an hour to run and stop abruptly with a segmentation fault. In the mean time, the code starts taking bigger and bigger amounts of memory (>40G).
It seem... | closed | 2015-06-30T15:22:55Z | 2015-06-30T18:09:12Z | https://github.com/scikit-learn-contrib/metric-learn/issues/3 | [] | mmabrouk | 2 |
MaartenGr/BERTopic | nlp | 1,471 | Merging topic models | Hi,
Thank you so much for this amazing package. This is a question and not an issue, I hope it's appropriate to post here.
In my use case, I re-train BERTopic daily to capture new topics that arise continuously. I tried online learning methods using the River library but the results were significantly worse than... | open | 2023-08-16T06:22:43Z | 2023-11-01T08:55:19Z | https://github.com/MaartenGr/BERTopic/issues/1471 | [] | guymorlan | 3 |
iperov/DeepFaceLab | deep-learning | 768 | Thank you iPEROV | We have to stop complaining. For my part, I wanted to write a thank you message to iperov for this wonderful software. He doesn't ask us for money, everything is free, thank you.
| open | 2020-06-03T10:02:33Z | 2023-06-08T20:11:44Z | https://github.com/iperov/DeepFaceLab/issues/768 | [] | capsmanofficial | 3 |
ionelmc/pytest-benchmark | pytest | 14 | benchmarking side-effectful code | I'm working on benchmarking some functions that modify their input. The input is a list of dictionaries, and the code sorts the list and also adds things to the dictionaries. As a result of this, the benchmarks are not totally true, because the first iteration modifies the input and the consequent iterations have to do... | closed | 2015-07-23T23:46:44Z | 2015-09-12T22:17:38Z | https://github.com/ionelmc/pytest-benchmark/issues/14 | [] | vmagdin | 10 |
yezyilomo/django-restql | graphql | 69 | Allow excluding fields when querying | When using restql, we found that the filtering as-is is great if there are not a high number of fields. But sometimes we have a case where we'd like everything except a handful of fields on a larger serializer. These fields might be nested and trying the whitelist approach is difficult or possibly too long for the url.... | closed | 2019-11-13T20:41:47Z | 2019-11-19T07:09:11Z | https://github.com/yezyilomo/django-restql/issues/69 | [] | ashleyredzko | 21 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,199 | Load trained model to other script | Can I load trained model to other script and call predict function(test single)? | closed | 2020-11-25T16:51:56Z | 2022-09-06T20:55:23Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1199 | [] | darrenleeleelee1 | 3 |
mage-ai/mage-ai | data-science | 5,729 | Issue on docs | Path: /introduction/overview
Hi, the link to https://docs.mage.ai/introduction/overview#where-are-the-file-versions-stored goes nowhere...
The origin is Path: /design/core-abstractions
Project
A Mage project forms the basis for all the work you do in Mage. It contains the code for your data pipelines, blocks, and ot... | open | 2025-03-18T08:27:11Z | 2025-03-18T08:30:21Z | https://github.com/mage-ai/mage-ai/issues/5729 | [] | rkapl123 | 0 |
miguelgrinberg/python-socketio | asyncio | 368 | Long message randomly drops with async server | The message sent from the client to an async randomly drops (quietly if the message is bytes) when the message gets big.
The server prints the length of the message:
```
from aiohttp import web
import socketio
sio = socketio.AsyncServer()
app = web.Application()
sio.attach(app)
@sio.event
def connect(sid... | closed | 2019-10-23T20:38:34Z | 2024-01-06T18:59:07Z | https://github.com/miguelgrinberg/python-socketio/issues/368 | [
"investigate"
] | dingluo | 15 |
LAION-AI/Open-Assistant | python | 2,917 | Pas accès à l'assistant le message d'erreur s'affiche | 
| closed | 2023-04-26T05:53:48Z | 2023-04-27T08:23:16Z | https://github.com/LAION-AI/Open-Assistant/issues/2917 | [] | Klausnerr | 1 |
jumpserver/jumpserver | django | 14,245 | [Bug] Postgresql WebUI 无法读取任意数据库下schema包含下划线的表 | ### 产品版本
v4.2.0
### 版本类型
- [X] 社区版
- [ ] 企业版
- [ ] 企业试用版
### 安装方式
- [X] 在线安装 (一键命令安装)
- [ ] 离线包安装
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kubernetes
- [ ] 源码安装
### 环境信息
裸机一件部署、外部pg、本地redis
### 🐛 缺陷描述
在使用WebUI操作pg数据的时候,可以读取到不同database下schema名字不包含`-`的所有表的数据,如果名称包含`-`,则无法读取任何数据,日志显示如图,没有报错
 got an unexpected keyword argument 'group' | ## Synopsis
TypeErrors referencing the `entry_points()` method were raised, while running Flask projects initially written for Version 2.0.1. The error does not seem to be a user-programming mistake, as the error was seen when running the Tutorial Project provided in the Flask Documentation.
## Programming Envi... | closed | 2022-03-29T09:33:52Z | 2022-04-14T00:05:38Z | https://github.com/pallets/flask/issues/4502 | [] | OliverSparrow | 7 |
dask/dask | scikit-learn | 11,579 | regression in graph construction time for `Array.ravel()` | **Minimal Complete Verifiable Example**:
```python
import dask.array
import numpy as np
shape=(28, 30, 8, 1, 21, 3)
dtype=np.int64
chunksize=(1, 1, 1, 1, 1, 3)
array = dask.array.from_array(np.arange(np.prod(shape)).reshape(shape), chunks=chunksize)
%timeit array.ravel()
```
This times at 60ms on 2024... | closed | 2024-12-04T04:31:22Z | 2024-12-04T15:17:24Z | https://github.com/dask/dask/issues/11579 | [
"needs triage"
] | dcherian | 2 |
fastapiutils/fastapi-utils | fastapi | 250 | [UPDATE] Is this project still supported? | **Description**
Is this project still supported? I see the @dmontagu is still active on GitHub but this project hasn't received any commits in over a year. Would like to know if this is something that is still appropriate for new projects or if one of the forks should be considered instead. | closed | 2021-07-29T12:11:22Z | 2024-04-07T15:14:03Z | https://github.com/fastapiutils/fastapi-utils/issues/250 | [
"question"
] | johnthagen | 8 |
dnouri/nolearn | scikit-learn | 72 | Regression: network not learning | Now that I got nolearn regression to work, it doesn't seem my network is learning. Just wanted to post this here in case someone can identify what's wrong.
``` python
print(np.shape(X)) # (15938, 63)
print(np.shape(y)) # (15938, 1)
# X has been scaled
layers0 = [('input', layers.InputLayer),
('dense0', la... | closed | 2015-04-23T17:07:31Z | 2015-04-23T18:46:10Z | https://github.com/dnouri/nolearn/issues/72 | [] | aflyax | 2 |
deeppavlov/DeepPavlov | tensorflow | 1,693 | Github Security Lab Vulnerability Contact | Greetings DeepPavlov maintainers,
Github has found a potentail vulnerability in DeepPavlov. Please let us know of a point of contact so that we can discuss this privately. We have the [Private Vulnerability Reporting](https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisor... | open | 2024-08-20T00:54:31Z | 2024-08-20T00:54:31Z | https://github.com/deeppavlov/DeepPavlov/issues/1693 | [
"bug"
] | Kwstubbs | 0 |
ivy-llc/ivy | pytorch | 28,259 | Fix Ivy Failing Test: numpy - shape.ivy.Shape.__add__ | closed | 2024-02-12T15:51:07Z | 2024-02-13T09:32:15Z | https://github.com/ivy-llc/ivy/issues/28259 | [
"Sub Task"
] | fnhirwa | 0 | |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 813 | Trying to run the toolbox is stuck doing nothing | I followed the instructions in the readme, and also added ffmpeg.exe to the root folder, but when I run `python demo_toolbox.py`, it's just stuck there. | closed | 2021-08-08T17:45:29Z | 2021-08-25T08:52:14Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/813 | [] | smaybius | 4 |
gradio-app/gradio | deep-learning | 10,620 | Blocks render questions(similar Multipage Apps) | ### Describe the bug
Background:create one page include multi tabs and every tab contains a Blocks which render to display contens.
similar Multipage Apps, here no route flag, just use Blocks.render in tab,avoid having too much code in the same file.
Example: main page, include page_a.py in tab 1 ,and include page_b.... | closed | 2025-02-18T08:51:49Z | 2025-02-18T09:53:41Z | https://github.com/gradio-app/gradio/issues/10620 | [
"bug"
] | suxiaofei | 0 |
frol/flask-restplus-server-example | rest-api | 109 | What is the best way to put into production in heroku? | I'm using heroku as server. Atleast my publications are simple, I configured the environment variables and sent the code by git that automatically Heroku executes the file "Procfile".
In this file I removed only the last line that forced the variable of abiente like "development", it was like this:
`web: invoke app... | closed | 2018-05-03T15:13:36Z | 2018-05-06T16:04:03Z | https://github.com/frol/flask-restplus-server-example/issues/109 | [
"question"
] | luisdemarchi | 6 |
cupy/cupy | numpy | 8,215 | [RFC] Drop support for cuDNN in CuPy v14 | As per the discussion below we are considering to drop support for cuDNN in CuPy. Feel free to leave a comment if you rely on cuDNN features in CuPy. | open | 2024-02-28T06:07:58Z | 2024-10-08T04:26:20Z | https://github.com/cupy/cupy/issues/8215 | [
"cat:enhancement",
"prio:medium"
] | kmaehashi | 7 |
plotly/dash | plotly | 2,608 | [BUG] adding restyleData to input causing legend selection to clear automatically | Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your context**
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of `pip l... | closed | 2023-08-01T04:39:47Z | 2024-07-25T13:39:35Z | https://github.com/plotly/dash/issues/2608 | [] | crossingchen | 3 |
blacklanternsecurity/bbot | automation | 1,524 | Whois errors still bubbling up from baddns | As discovered by @amiremami <3

| closed | 2024-07-02T23:16:31Z | 2024-10-05T23:46:06Z | https://github.com/blacklanternsecurity/bbot/issues/1524 | [
"bug"
] | TheTechromancer | 15 |
tfranzel/drf-spectacular | rest-api | 519 | django_filters.py -> _get_model_field : AttributeError: 'NoneType' object has no attribute 'split' | ## Problem
In some cases `filter_field.field_name` is `None`. so there is an error:
```bash
Internal Server Error: /v1/schema/
Traceback (most recent call last):
File "/home/pd/Gits/coretrailer45/venv/lib64/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_respon... | closed | 2021-09-15T11:03:58Z | 2021-09-22T08:31:07Z | https://github.com/tfranzel/drf-spectacular/issues/519 | [
"enhancement",
"fix confirmation pending"
] | pd-Shah | 2 |
strawberry-graphql/strawberry | asyncio | 3,695 | Resolving Enum type from value is incredibly hard | In Graphene, this is so simple, it's great. See the `resolve_type` function here: https://docs.graphene-python.org/en/latest/types/interfaces/
## What I'm trying to do
I have a mutation that returns a relay `Node`. The returned value is a django model. Depending on data inside the django model, I want to return a di... | closed | 2024-11-14T04:13:04Z | 2025-03-20T15:56:55Z | https://github.com/strawberry-graphql/strawberry/issues/3695 | [] | jamietdavidson | 3 |
oegedijk/explainerdashboard | dash | 204 | Dashboard Components | Hello Oegedijk, I ran the explainer component below to assess the shape contribution table but the compute gave me "class" syntax error.
class
explainerdashboard.dashboard_components.shap_components.ShapContributionsTableComponent(explainer, title='Contributions Table', name=None, subtitle='How has each feature con... | closed | 2022-04-12T14:31:40Z | 2022-05-04T18:56:39Z | https://github.com/oegedijk/explainerdashboard/issues/204 | [] | eakande | 2 |
amdegroot/ssd.pytorch | computer-vision | 541 | Index Error | File "F:\Target Detection Source Code\ssd\layers\modules\multibox_loss.py", line 97, in forward
loss_c[pos] = 0 # filter out pos boxes for now
IndexError: The shape of the mask [32, 8732] at index 0 does not match the shape of the indexed tensor [279424, 1] at index 0
How to solve this problem? | closed | 2021-04-01T11:41:44Z | 2022-02-08T01:21:06Z | https://github.com/amdegroot/ssd.pytorch/issues/541 | [] | KeepFaithMe | 5 |
home-assistant/core | python | 140,888 | 100% CPU usage after updating | ### The problem
After updating my HA instance, I noticed the fans were cranked up to max. ssh-ed, looked at top and saw the following:
9735 root 20 0 3929.6m 225.3m 200.0 1.4 0:11.90 S /usr/bin/java -Xmx1g -jar /app/api/app.jar
9765 root 20 0 3915.5m 172.9m 194.7 1.1 0:04.72 S /usr/bin/ja... | closed | 2025-03-18T18:04:07Z | 2025-03-18T19:41:56Z | https://github.com/home-assistant/core/issues/140888 | [] | fearlesschicken | 1 |
jupyter/nbgrader | jupyter | 1,218 | Getting formgrader to work in non-home directory | I have a Jupyterhub where I would like to do grading with nbgrader. I have installed nbgrader and the formgrader there inside the Docker container that the JupyterHub launches.
My home directory on the JupyterHub is `/home/jupyter` but my course where I want to grade lives in `/home/jupyter/dsci-100-instructor`.
... | open | 2019-09-13T18:03:23Z | 2019-11-02T09:15:33Z | https://github.com/jupyter/nbgrader/issues/1218 | [
"needs info"
] | ttimbers | 2 |
TencentARC/GFPGAN | deep-learning | 392 | 怎样去训练一个1.4版本的GFPGAN | 我尝试训练一个新的模型,将BasicSR中train_StyleGAN2_256_Cmul2_FFHQ.yml的参数文件改成了out_size为512,channel_multiplier为1的版本,并成功训练出了一个StyleGAN2的生成器,然后我通过同名替换的方式将1.4版本的GFPGAN模型参数改成了训练好的StyleGAN2生成器的参数,但是在后续应用中出现了数据尺寸不匹配的问题,应该怎样处理呢?
Error(s) in loading state_dict for GFPGANv1Clean:
size mismatch for stylegan_decoder.style_convs.6.modulated_co... | closed | 2023-06-12T09:00:32Z | 2024-07-01T07:32:18Z | https://github.com/TencentARC/GFPGAN/issues/392 | [] | Happyrealone | 1 |
xonsh/xonsh | data-science | 5,441 | Starship with the current main branch: KeyError: 'obj' | ## Current Behavior
<!---
For general xonsh issues, please try to replicate the failure using `xonsh --no-rc --no-env`.
Short, reproducible code snippets are highly appreciated.
You can use `$XONSH_SHOW_TRACEBACK=1`, `$XONSH_TRACE_SUBPROC=2`, or `$XONSH_DEBUG=1`
to collect more information about the failure.
-->
... | closed | 2024-05-25T04:36:13Z | 2024-05-25T05:35:55Z | https://github.com/xonsh/xonsh/issues/5441 | [
"integration-with-other-tools"
] | SamLukeYes | 3 |
python-restx/flask-restx | api | 574 | A way to use custom HTTP methods | **Ask a question**
Is there a way to use a custom HTTP method i.e. LIST among standard ones GET, POST etc.?
```
class MyClass(Resource):
def list(self):
return 'ok', 200
```
Currently we are getting back:
```
AttributeError: 'FlaskClient' object has no attribute 'list'
```
**Additional co... | closed | 2023-10-06T08:12:17Z | 2023-10-06T11:56:31Z | https://github.com/python-restx/flask-restx/issues/574 | [
"question"
] | sergeyepimakhov | 2 |
inducer/pudb | pytest | 93 | Deleting 'dead' breakpoints causes crash | If you make a change to your source file (specifically deleting lines) that puts an existing breakpoint past the end of your file, and then you restart Pudb and try to delete that breakpoint, Pudb throws the following exception and enters post-mortem:
`File "/usr/lib/python3.3/site-packages/pudb/debugger.py", line 651... | closed | 2013-11-06T16:40:44Z | 2013-11-06T17:28:38Z | https://github.com/inducer/pudb/issues/93 | [] | ebenpack | 2 |
napari/napari | numpy | 6,789 | PyCharm debugging leads to `TypeError` if `add_xxx()` is called | ### 🐛 Bug Report
I used to be able to use the debugger in PyCharm for code using `napari`. Since around 2 weeks if I try to run a script in debug mode in PyCharm and the script calls one of the `add_xxx` functions, for instance `add_points()`, I receive a `TypeError` exception.
Running the script in Run mode works... | closed | 2024-03-29T02:43:59Z | 2024-06-13T00:38:38Z | https://github.com/napari/napari/issues/6789 | [
"bug"
] | LucaMarconato | 11 |
Nekmo/amazon-dash | dash | 30 | Native IFTTT support | closed | 2018-02-06T00:03:37Z | 2018-07-14T17:41:34Z | https://github.com/Nekmo/amazon-dash/issues/30 | [
"enhancement"
] | Nekmo | 1 | |
horovod/horovod | tensorflow | 3,491 | Support for PyTorch channel last memory format | I tried to distribute the training of a model converted to channels_last memory format but I get the following error:
```
ValueError: Tensor is required to be contiguous.
```
from https://github.com/horovod/horovod/blob/80c5ba7810dd6fee5d2d4e33c9bafeb0948e8f4b/horovod/torch/mpi_ops.py#L98-L99
Clearly, this is ra... | open | 2022-03-24T17:44:32Z | 2022-03-24T17:44:32Z | https://github.com/horovod/horovod/issues/3491 | [
"enhancement"
] | pierocor | 0 |
wagtail/wagtail | django | 12,349 | "Popular tags" filter applies useless filter on all IDs when not filtering | ### Issue Summary
The "Popular tags" filter on images and documents applies a filter based on PK when a search is being done, as a workaround for search backends not being able to filter on related fields (#6616):
https://github.com/wagtail/wagtail/blob/5aa0673452ca5e3306622e89bb425f5acdcf326e/wagtail/admin/filte... | closed | 2024-09-23T18:46:33Z | 2024-09-24T08:27:03Z | https://github.com/wagtail/wagtail/issues/12349 | [
"type:Bug",
"status:Unconfirmed"
] | gasman | 0 |
httpie/cli | python | 1,527 | Request is fired to packages.httpie.io on every invocation of `http` | A request is fired to `packages.httpie.io` on _every_ invocation of `http`. Not sure if this related to update notifications (#1136). If so, then it seems overkill to check for updates on every single invocation.
You can see and/or block this request using something like [opensnitch](https://github.com/evilsocket/op... | open | 2023-09-04T15:10:54Z | 2024-10-30T10:53:33Z | https://github.com/httpie/cli/issues/1527 | [
"bug",
"new"
] | thenbe | 11 |
koaning/scikit-lego | scikit-learn | 658 | [FEATURE] Narwhals migration for dataframe-agnostic codebase | # Description
Creating this issue to keep track of which classes/function could benefit from adopting Narwhals.
| Class/Function/Module | Status | Related | Notes |
| - | - | - | - |
| `preprocessing.ColumnDropper` | ✅ | Solved in #655 | |
| `preprocessing.ColumnSelector` | ✅ | Solved in #659 | |
| `prep... | closed | 2024-05-07T11:17:02Z | 2024-06-18T12:50:19Z | https://github.com/koaning/scikit-lego/issues/658 | [
"enhancement"
] | FBruzzesi | 23 |
mitmproxy/pdoc | api | 123 | Unable to run pdoc from command line | This question was closed in the past, but the solution didn't solve it for me. I'm running Windows 7 and python 2.7
I'm installing pdoc globally using "pip install pdoc". It says that it pip installs correctly, puts a file called 'pdoc' (no extension) into my Python27/Scripts (which is on my PATH), however when I t... | closed | 2017-02-08T21:39:27Z | 2020-09-05T16:17:47Z | https://github.com/mitmproxy/pdoc/issues/123 | [] | CadBrad | 17 |
horovod/horovod | tensorflow | 3,414 | Horovod 0.21.0 with Pytorch and GPU support installation error | **Environment:**
1. Framework: PyTorch
2. Framework version: 1.10.1+cu102
3. Horovod version: 0.21.0
4. MPI version: mpirun (Open MPI) 3.1.3
5. CUDA version: CUDA/10.1.243
6. NCCL version: NCCL/2.5.6-CUDA-10.1.243
7. Python version: Python 3.8.8
8. Spark / PySpark version: 3.2.0
9. Ray version: .
10. OS and ... | closed | 2022-02-21T11:14:05Z | 2022-03-02T18:45:34Z | https://github.com/horovod/horovod/issues/3414 | [
"bug"
] | Snoeprol | 2 |
deepset-ai/haystack | nlp | 8,705 | docs: XLSXToDocument converter | closed | 2025-01-10T17:13:30Z | 2025-01-21T16:35:02Z | https://github.com/deepset-ai/haystack/issues/8705 | [
"type:documentation",
"P1"
] | dfokina | 0 | |
computationalmodelling/nbval | pytest | 125 | Ensure notebooks running without error | Although **nbval** extension is mainly used to compare the existed cell output with the output while testing(running) notebook, I would like to use **nbval** just to make sure that notebooks are running without errors.
How can I achieve this goal to ensure that running cells **will not** cause any errors?
*My ou... | closed | 2019-08-06T13:33:06Z | 2019-08-07T14:29:19Z | https://github.com/computationalmodelling/nbval/issues/125 | [] | wingedRuslan | 4 |
donnemartin/data-science-ipython-notebooks | matplotlib | 60 | pandas - Working with Strings | In the code cell 3:
data = ['peter', 'Paul', None, 'MARY', 'gUIDO']
data.map(lambda s: s.capitalize())
was changed to
[s.capitalize() for s in data if s!= None ]
and now the code woks fine.
| open | 2018-10-20T18:49:08Z | 2019-10-05T19:52:01Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/60 | [
"bug",
"help wanted"
] | ruchigarg-DS | 2 |
darrenburns/posting | rest-api | 167 | Posting on conda-forge | I packaged `posting` for conda-forge, so one can now install in the conda-ecosystem:
Installing posting
=====================
Installing `posting` from the `conda-forge` channel can be achieved by adding `conda-forge` to your channels with:
```
conda config --add channels conda-forge
conda config --set channel_prior... | open | 2025-01-21T22:19:42Z | 2025-01-21T22:19:42Z | https://github.com/darrenburns/posting/issues/167 | [] | claudiushaag | 0 |
flairNLP/flair | nlp | 2,867 | Can I use TransformerDocumentEmbeddings to generate embeddings of publications abstracts ? | I am working on a usecase where I need to generate document embeddings of abstracts of few articles.
I am using TransformerDocumentEmbeddings to instantiate PubMedBert model. And, it generates 768 dimensional vector per document. Since, flair documentation says that the input to TransformerDocumentEmbeddings is a sent... | closed | 2022-07-18T09:09:18Z | 2023-01-07T13:48:15Z | https://github.com/flairNLP/flair/issues/2867 | [
"question",
"wontfix"
] | pruthvi-hegde | 3 |
FlareSolverr/FlareSolverr | api | 377 | [YGG] FlareSolverr error : Unexpected error: Error: Protocol error (Network.getCookies): Session closed. Most likely the page has been closed. | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-04-22T14:00:24Z | 2022-07-30T22:11:03Z | https://github.com/FlareSolverr/FlareSolverr/issues/377 | [
"more information needed"
] | Neferites | 7 |
iperov/DeepFaceLab | machine-learning | 841 | loading S3FDExtractor and FANExtractor is time consuming. it around costs 20 seconds? | i test your face detection and face landmarks models, when initialization the models,
It is very time consuming. can you tell me how to speed them? thank you very much. | open | 2020-07-25T06:37:07Z | 2023-06-08T23:11:48Z | https://github.com/iperov/DeepFaceLab/issues/841 | [] | Dian-Yi | 2 |
NullArray/AutoSploit | automation | 460 | Unhandled Exception (a5a40ffc2) | Autosploit version: `3.0`
OS information: `Linux-4.14.94-v7+-armv7l-with-debian-9.6`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/home/pi/AutoSploit/autosploit/main.py", line 113, in main
loaded_exploits = load_explo... | closed | 2019-02-12T21:47:53Z | 2019-03-03T03:31:05Z | https://github.com/NullArray/AutoSploit/issues/460 | [] | AutosploitReporter | 0 |
ymcui/Chinese-BERT-wwm | nlp | 118 | can not use model by transformers | I tried to use chinese roberta model according to this url https://huggingface.co/hfl/chinese-roberta-wwm-ext
<img width="425" alt="nlp error 2" src="https://user-images.githubusercontent.com/34236162/82270565-cb712700-99a7-11ea-914f-85cf0fb9a7a7.png">
But it does not work and raises error like this
<img width="54... | closed | 2020-05-19T00:01:45Z | 2020-05-27T04:51:47Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/118 | [] | guoxiaojun1999 | 2 |
tensorflow/tensor2tensor | machine-learning | 1,880 | Reproduce English to German Machine Translation | ### Description
I am unable to reproduce the english to german machine translation using either transformers or universal transformers. I am only able to get around 20 BLEU score for both on newstest2013.
### Reproducing Code
```
PROBLEM=translate_ende_wmt32k
MODEL=transformer
HPARAMS=transformer_base_singl... | open | 2021-02-21T19:06:35Z | 2021-02-21T19:06:35Z | https://github.com/tensorflow/tensor2tensor/issues/1880 | [] | sarthmit | 0 |
s3rius/FastAPI-template | graphql | 3 | Translations | Translate README.md in the template in English. | closed | 2020-11-14T09:11:07Z | 2020-11-15T13:07:31Z | https://github.com/s3rius/FastAPI-template/issues/3 | [] | s3rius | 1 |
nvbn/thefuck | python | 1,399 | How to configure "fuck" alias on Windows 11? | I'm using Windows 11 Professional Edition. Recently, I installed thefuck module in the command line:
`pip install thefuck`
And then I ran this command:
`fuck`
And the output is:
```Seems like fuck alias isn't configured!
Please put iex "$(thefuck --alias)" in your $profile and apply changes with . $profile or res... | open | 2023-08-23T13:23:33Z | 2023-11-06T08:14:59Z | https://github.com/nvbn/thefuck/issues/1399 | [] | JieJiaoDeMao-wjz | 2 |
tensorflow/tensor2tensor | deep-learning | 1,467 | The scores of beam search are negative? | ### Description
...
### Environment information
```
OS: <your answer here>
$ pip freeze | grep tensor
# your output here
$ python -V
# your output here
```
### For bugs: reproduction and error logs
```
# Steps to reproduce:
...
```
```
# Error logs:
...
```
| closed | 2019-02-24T11:40:46Z | 2019-02-24T12:38:14Z | https://github.com/tensorflow/tensor2tensor/issues/1467 | [] | 111xumengze | 0 |
axnsan12/drf-yasg | rest-api | 104 | Logo in redoc? | Hi,
Is there a way by which I can display my logo in `redoc` without modifying the redoc.html file?
I think it has to be configured as shown here, but how do I put it in settings.py is the question. https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo
Thanks
| closed | 2018-04-21T11:31:44Z | 2018-08-06T13:59:08Z | https://github.com/axnsan12/drf-yasg/issues/104 | [] | geekashu | 5 |
wandb/wandb | tensorflow | 8,842 | [Bug]: save_best_only=True breaks WandbModelCheckpoint | ### Describe the bug
<!--- Describe your issue here --->
# Description
In the [_check_filepath](https://github.com/wandb/wandb/blob/6bc2440183e02633c11fdd291550c5eb9c0b4634/wandb/integration/keras/callbacks/model_checkpoint.py#L176) it states that when using `save_best_only = True`, I must ensure that the `filepath` a... | open | 2024-11-13T09:30:09Z | 2025-02-27T18:27:25Z | https://github.com/wandb/wandb/issues/8842 | [
"ty:bug",
"c:sdk:integration"
] | GabrielGosden | 8 |
chaoss/augur | data-visualization | 2,850 | Optimize recollection of Prs and Issues | When a repo has already been collected only collect data for issues and prs that have been updated since the last collection | closed | 2024-07-01T20:15:56Z | 2024-07-02T00:47:17Z | https://github.com/chaoss/augur/issues/2850 | [] | sgoggins | 0 |
neuml/txtai | nlp | 102 | Improve performance when running models through transformers | Loading models with transformers has caused a performance regression. Investigate and fix. | closed | 2021-08-17T15:32:12Z | 2021-08-17T16:03:19Z | https://github.com/neuml/txtai/issues/102 | [] | davidmezzetti | 0 |
GibbsConsulting/django-plotly-dash | plotly | 136 | ConnectionRefusedError, Error 10061 on demo project | Hello,
I am using a Windows 10 PC from my workplace and invested some hours to get all install scripts etc. working. I finally managed to get everything installed and can run the Django server.
I can connect to the server via localhost:8000 and see the main page. Though, the connection does not work with http://1... | closed | 2019-04-10T11:34:14Z | 2020-09-07T16:05:41Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/136 | [
"question"
] | NosWiz | 10 |
thtrieu/darkflow | tensorflow | 904 | Extremely slow training convergence speed and low performance compared to the original darknet | I try hard to parse my custom project in the original darknet framework into the tensorflow framework using darkflow code.
Although I have tried my best to configure the same training settings as possible for the darkflow, darkflow frame shows significantly slower training convergence speed than the darknet framewo... | open | 2018-09-25T00:40:53Z | 2019-03-25T03:36:56Z | https://github.com/thtrieu/darkflow/issues/904 | [] | nonstop1962 | 3 |
mwaskom/seaborn | matplotlib | 3,764 | Error bars not attached to actual hight of sns.barplot when using bottom arg | I'm creating a stacked bar graph using this code:
`fig, ax = plt.subplots(figsize=(30,10))
sns.barplot(x='Sample' , y=Normalized_Summary['>3nt insertion'],
data=Normalized_Summary,
bottom = AvgNorm1['>3nt deletion']+AvgNorm1['1-3nt deletion']+AvgNorm1['1-3nt insertion'],
label... | closed | 2024-10-10T00:24:41Z | 2024-10-17T07:10:30Z | https://github.com/mwaskom/seaborn/issues/3764 | [] | droricu | 2 |
Kav-K/GPTDiscord | asyncio | 264 | Reference / Source Citations | **Is your feature request related to a problem? Please describe.**
Cannot do further research if sources are not linked.
**Describe the solution you'd like**
Discord released markdown: [https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-](https://support... | open | 2023-04-17T23:23:01Z | 2023-11-11T04:49:46Z | https://github.com/Kav-K/GPTDiscord/issues/264 | [
"enhancement",
"help wanted",
"high-prio"
] | SunriseRedMoon | 3 |
pallets/flask | python | 5,155 | FLASK_APP is unavailable when FlaskGroup is not used | When cli group created with [flask.cli.AppGroup](https://github.com/pallets/flask/blob/main/src/flask/cli.py#L362) and returned to cli instead of default [flask.cli.FlaskGroup](https://github.com/pallets/flask/blob/main/src/flask/cli.py#L481) [flask.cli.ScriptInfo](https://github.com/pallets/flask/blob/main/src/flask/c... | closed | 2023-06-07T15:12:51Z | 2023-06-07T16:11:51Z | https://github.com/pallets/flask/issues/5155 | [] | TitaniumHocker | 4 |
ultralytics/yolov5 | machine-learning | 12,435 | Can somebody help me to understan why me GPU does not work with yolov5? | ### 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
Hi to everbody!
I have followed this steps to install the docker image of the yolov5. ... | closed | 2023-11-27T17:29:46Z | 2024-01-10T00:21:20Z | https://github.com/ultralytics/yolov5/issues/12435 | [
"question",
"Stale"
] | frl93 | 4 |
ibis-project/ibis | pandas | 10,938 | feat: Improve `to_pyarrow_batches` for PostgreSQL backend | ### Is your feature request related to a problem?
Hi,
It seems that `to_pyarrow_batches` is implemented somewhat naively in many backends. In many cases (including the SQL backends) all the data is first instantiated in the client-side cursor (or as a pandas DF) and then partitioned to batches. This means that someth... | closed | 2025-03-05T13:22:17Z | 2025-03-09T15:35:24Z | https://github.com/ibis-project/ibis/issues/10938 | [
"feature"
] | ronif | 1 |
plotly/dash | flask | 2,701 | [Feature Request] Making setProps available |
### Feature request
Make `setProps` function available in Dash so it's possible to update a prop in JavaScript and have it trigger a Dash callback.
### Use Cases:
__Dash AG Grid__
Dash Ag Grid has a limited number of props that trigger callbacks. While the Grid's full API is accessible clientside, ther... | closed | 2023-11-25T21:55:11Z | 2024-03-11T16:37:00Z | https://github.com/plotly/dash/issues/2701 | [
"feature",
"P1"
] | AnnMarieW | 1 |
ultralytics/ultralytics | deep-learning | 19,575 | How to make yolo11 interval if each epoch to do verification | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hello, when I train the yolo11 model I want to validate it once per interval... | open | 2025-03-08T10:43:38Z | 2025-03-13T18:25:54Z | https://github.com/ultralytics/ultralytics/issues/19575 | [
"question"
] | starzero-hhh | 12 |
labmlai/annotated_deep_learning_paper_implementations | pytorch | 218 | Wrong output of shift right example in the commnets? | https://github.com/labmlai/annotated_deep_learning_paper_implementations/blob/9a42ac2697cddc1bae83968eecb0ffa72cfbd714/labml_nn/transformers/xl/relative_mha.py#L28
this should be `[[1, 2 ,3], [0, 4, 5], [6, 0, 7]]` | closed | 2023-10-25T03:40:47Z | 2023-11-07T09:28:52Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/218 | [] | harveyaot | 1 |
plotly/dash | data-science | 3,192 | "Error loading layout" in Google Colab Enterprise Notebooks | Cannot get (inline) to work in Google Colab Enterprise notebooks / Vertex AI notebooks
```
from dash import Dash, html
app = Dash()
app.layout = [html.Div(children='Hello World')]
app.run()
```
yields `Error loading layout`
I already tried adding ...
```
from dash import jupyter_dash
jupyter_dash.infer_jupyter... | open | 2025-02-25T15:03:52Z | 2025-02-28T17:41:37Z | https://github.com/plotly/dash/issues/3192 | [
"bug",
"P2"
] | bpiskernik-novo | 0 |
deepfakes/faceswap | deep-learning | 1,268 | Blur in convert phase | Could you add this, and the full function like the deepfacelab? | closed | 2022-09-08T14:27:50Z | 2023-01-20T13:43:37Z | https://github.com/deepfakes/faceswap/issues/1268 | [] | juhonkang | 1 |
pyqtgraph/pyqtgraph | numpy | 2,774 | PySide6 `ParameterTree`: Parameter leaks after the parent widget is destroyed. | ### Short description
When the parent widget (`ParameterTree`) got destoryed, the children parameters should be released. By inspecting `shiboken6.Shiboken.getAllValidWrappers`, not all Parameters got released, causing memory leak.
### Code to reproduce
```python
import pyqtgraph as pg
import pyqtgraph.parameter... | open | 2023-07-12T05:41:07Z | 2023-08-09T01:06:14Z | https://github.com/pyqtgraph/pyqtgraph/issues/2774 | [
"parameterTree"
] | wuyuanyi135 | 1 |
art049/odmantic | pydantic | 217 | Schema Versioning Pattern | # Feature request
Does it makes sense to implement the [Schema Versioning Pattern](https://www.mongodb.com/blog/post/building-with-patterns-the-schema-versioning-pattern) on ODMantic?
### Context
People look interested in this: https://www.mongodb.com/community/forums/t/migration-tool-for-python/6344
| open | 2022-04-14T08:44:04Z | 2024-08-31T17:50:34Z | https://github.com/art049/odmantic/issues/217 | [
"enhancement"
] | Kludex | 1 |
mars-project/mars | pandas | 2,505 | Improve the performance of `glm.LogisticRegression` | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
Current implementation could be found here #2466. In fact, iteratively calling stochastic gradient descent is quite inefficient for distributed frameworks like Mars.... | open | 2021-10-09T09:39:02Z | 2022-03-04T03:53:34Z | https://github.com/mars-project/mars/issues/2505 | [
"type: enhancement",
"mod: learn",
"prio: high"
] | Fernadoo | 0 |
streamlit/streamlit | data-science | 10,217 | Change browser url path when click pages of streamlit app embedded by iframe | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
I have deploy streamlit app in my site using `iframe` and found a curious feature.
If I click pages in strea... | open | 2025-01-21T01:35:18Z | 2025-01-21T15:37:08Z | https://github.com/streamlit/streamlit/issues/10217 | [
"type:enhancement",
"feature:embedding"
] | PaleNeutron | 1 |
iperov/DeepFaceLab | deep-learning | 5,318 | Adding noise filter to merge function | I love DFL but what I am missing is the possibility to add a noise filter to put a slight grain on the faces when merging.
As a experienced photoshop user I often use a filter adding noise to make the face look more natural like the background - this also helps to eliminate the "clean" look of the morphed and sharpe... | open | 2021-04-29T08:34:56Z | 2023-06-08T22:26:50Z | https://github.com/iperov/DeepFaceLab/issues/5318 | [] | Schweinebier | 8 |
OpenInterpreter/open-interpreter | python | 1,036 | [issue]:screen size is not full |
website does not display properly on larger screen size like (16+ inches)

### Reproduce
1. open https://openinterpreter.com/ homepage
2. scroll down on 16+inch device
#... | open | 2024-02-25T07:16:03Z | 2024-02-26T15:59:04Z | https://github.com/OpenInterpreter/open-interpreter/issues/1036 | [
"Bug"
] | viraljain7 | 0 |
pywinauto/pywinauto | automation | 790 | UIAWrapperTests.test_scroll failure | ## Expected Behavior
UIAWrapperTests.test_scroll should pass for all configurations
## Actual Behavior
Recently the unittest UIAWrapperTests.test_scroll started failing on AppVeyor
```
Traceback (most recent call last):
File "C:\projects\pywinauto\pywinauto\controls\uia_controls.py", line 812, in cell
ce... | closed | 2019-08-12T09:00:10Z | 2025-01-06T11:10:59Z | https://github.com/pywinauto/pywinauto/issues/790 | [
"internal"
] | airelil | 3 |
paperless-ngx/paperless-ngx | machine-learning | 8,939 | emails are marked as 'Already Processed' if the imap server reuses the same IMAP id after deletion. | ### Description
I was trying to set up a micro mailserver using GNU mailutils imap4d server but only the first few mails were processed and deleted, eventually I found out that imap4d uses the X-UID header to store the id and always assigns lowest free number starting from 1, so if the INBOX is empty an email alway ge... | closed | 2025-01-29T13:48:49Z | 2025-03-01T03:14:13Z | https://github.com/paperless-ngx/paperless-ngx/issues/8939 | [
"not a bug"
] | erm967 | 4 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 273 | 请问下,能打印程序的控件,就一定能找到吗? | 我用automation.py可以打印我们公司即时通信软件的所有控件(一大堆,好多页,输出后有几百k),前面到第7层就可以看到左侧菜单这些,也有name属性,可是在代码里怎么都找不到。同样的代码微信就可以找得到。是程序自身限定了吗?可是又可以打印出来 | open | 2024-04-04T17:46:00Z | 2024-04-04T17:46:00Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/273 | [] | ThomasLiaoQian | 0 |
iterative/dvc | machine-learning | 10,242 | dvc status --json can output non-json | # Bug Report
## Description
When there are large files to hash which are not cached, `dvc status --json` will still print out the message, which makes the output not valid json. I believe the use case of `dvc status --json` is to be able to pipe the output to a file and easily read it with another program, so ext... | open | 2024-01-17T15:08:12Z | 2024-10-23T08:06:35Z | https://github.com/iterative/dvc/issues/10242 | [
"bug",
"p3-nice-to-have",
"ui",
"A: cli"
] | gregstarr | 10 |
miguelgrinberg/python-socketio | asyncio | 826 | Emitting events to clients stops working | **Describe the bug**
This is a bit of a nasty bug I've been trying to diagnose over the last month or two. I've been desperately trying to come up with reproduction steps, but so far haven't had any luck. What I do have, though, is a great deal of information about the symptoms. I'm hoping you may be able to help poin... | closed | 2021-12-02T17:54:56Z | 2021-12-26T03:05:11Z | https://github.com/miguelgrinberg/python-socketio/issues/826 | [
"question"
] | lsapan | 24 |
pyro-ppl/numpyro | numpy | 1,788 | HSGP utility functions in the `contrib` module? | I have been using the Hilbert Space approximation for Gaussian Processes a lot. The main ingredients are the spectral densities of the kernels and the eigenvalues and eigenvectors of the Laplacian in a box, see https://num.pyro.ai/en/stable/examples/hsgp.html
Would you like me to add these functions (and spectral de... | closed | 2024-04-30T09:35:15Z | 2024-05-13T18:27:06Z | https://github.com/pyro-ppl/numpyro/issues/1788 | [
"enhancement"
] | juanitorduz | 2 |
dpgaspar/Flask-AppBuilder | rest-api | 2,038 | flask-sqlalchemy >=3 support | Are there any plans to support flask-sqlalchemy >= 3 soon? I see #1940 from last year.
As @risicle mentions, this is blocking us from upgrading flask-appbuilder in Nixpkgs, which is in turn blocking things like apache-airflow. If this could be progressed it would really be appreciated. Thanks! | open | 2023-05-09T21:30:26Z | 2024-11-18T15:34:06Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/2038 | [
"dependency-bump"
] | graham33 | 7 |
holoviz/panel | plotly | 7,687 | Declaring widget semantics | @Philippjfr recently posted this [nice example]( https://discord.com/channels/1075331058024861767/1075445296898773082/1336735943465369631) of using .rx to control theming :
```python
color = pn.widgets.ColorPicker(value='#ff0000')
dark = pn.widgets.Checkbox(value=pn.config.theme=='dark')
design_kwargs = dict(
the... | open | 2025-02-05T17:00:58Z | 2025-02-13T11:38:50Z | https://github.com/holoviz/panel/issues/7687 | [
"api"
] | jbednar | 1 |
christabor/flask_jsondash | plotly | 51 | Add dark theme option | Work is tracked here: https://github.com/christabor/flask_jsondash/tree/darktheme
| open | 2016-10-01T06:17:15Z | 2016-10-01T06:17:15Z | https://github.com/christabor/flask_jsondash/issues/51 | [
"enhancement",
"new feature"
] | christabor | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.