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/datasets | nlp | 7,269 | Memory leak when streaming | ### Describe the bug
I try to use a dataset with streaming=True, the issue I have is that the RAM usage becomes higher and higher until it is no longer sustainable.
I understand that huggingface store data in ram during the streaming, and more worker in dataloader there are, more a lot of shard will be stored in ... | open | 2024-10-31T13:33:52Z | 2024-11-18T11:46:07Z | https://github.com/huggingface/datasets/issues/7269 | [] | Jourdelune | 2 |
TencentARC/GFPGAN | deep-learning | 427 | Segmentation fault (core dumped) | Hi. I get this warning:
/home/khafan/anaconda3/envs/GPU/lib/python3.8/site-packages/torchvision/transforms/functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't rely on it. You probably just need to use APIs in tor... | open | 2023-08-09T05:36:31Z | 2024-03-30T01:09:23Z | https://github.com/TencentARC/GFPGAN/issues/427 | [] | meatloaf4u | 2 |
pytorch/vision | machine-learning | 8,713 | `torchvision.ops.boxes.batched_nms` slow on large box numbers | ### 🐛 Describe the bug
## Description
`torchvision.ops.boxes.batched_nms` on CUDA GPU slows down considerably when then number of bounding boxes involved increases.
The slow down is associated with Device -> Host transfer, and is linked to the iterative part of the Non Maximum Suppression (NMS) algorithm. In a ... | closed | 2024-11-06T12:58:13Z | 2025-02-20T17:16:10Z | https://github.com/pytorch/vision/issues/8713 | [] | Ghelfi | 1 |
open-mmlab/mmdetection | pytorch | 11,683 | Hydranet - separate prediction heads per class | **Describe the feature**
**Motivation**
I'd love to be able to train an instance segmentation and semantic segmentation model with the same backbone.
Or train a model with the same backbone, but a prediction head per class, so that I could update their weights independently. I guess I could already achieve this... | open | 2024-05-06T12:10:13Z | 2024-05-06T12:59:23Z | https://github.com/open-mmlab/mmdetection/issues/11683 | [] | GeorgePearse | 2 |
tqdm/tqdm | pandas | 1,194 | tqdm.notebook not rendering | I have an issue where tqdm works fine but tqdm.notebook shows unformatted (the standard tqdm) progress bar and does not update at all. I have tried it in a virtual env with pip installing only jupyter and tqdm.
Perhaps there is a clash with some other package. Be pleased if anyone can tell me how to fix.
| closed | 2021-06-25T18:02:06Z | 2021-07-29T15:22:53Z | https://github.com/tqdm/tqdm/issues/1194 | [
"question/docs ‽",
"submodule-notebook 📓"
] | simonm3 | 2 |
python-restx/flask-restx | api | 19 | Marshal not renaming fields with attribute | Either I am misunderstanding how to use the marshal feature, and the documentation or the following is a bug.
### **Code**
```
m = api.model('mymodel', {'name': fields.String(attribute='MyName')})
@api.route('/test')
class Test(Resource):
@api.expect(m)
def post(self, **kwargs):
logger.debug... | closed | 2020-01-27T07:07:03Z | 2022-11-18T09:02:04Z | https://github.com/python-restx/flask-restx/issues/19 | [] | voice1 | 6 |
mljar/mercury | data-visualization | 373 | Pinned django version 4.2 has CVE-2023-31047 | Newer versions of django (>= 4.2.2) no longer have this CVE. This is blocking me using mercury in an enterprise environment. | closed | 2023-10-10T15:36:53Z | 2023-10-11T08:01:44Z | https://github.com/mljar/mercury/issues/373 | [] | savagej | 1 |
gradio-app/gradio | machine-learning | 10,752 | Remove scrollers in dataframe | hey all,
trying to remove scrollers from the data frame. Is they a way?

seems they're displaying by default. tried css, styling, max_height... all didn't work out
| closed | 2025-03-07T10:38:50Z | 2025-03-13T07:05:09Z | https://github.com/gradio-app/gradio/issues/10752 | [
"💾 Dataframe"
] | angelica-ignateva | 9 |
marcomusy/vedo | numpy | 361 | What are the methods in Vedo to clean a pointcloud data or to remove outlier removal.... |
I have a noisy pointcloud data and i want to to clean this pointcloud for surface Reconstruction......
What are the methods available in vedo to clean or outlier removal of pointcloud.
If possible please provide examples....
Thanks
[PointClouds.zip](https://github.com/marcomusy/vedo/files/6268895/PointCloud... | open | 2021-04-07T04:09:24Z | 2021-10-27T04:25:26Z | https://github.com/marcomusy/vedo/issues/361 | [] | sonumathur | 6 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,113 | [Bug]: Using full path to python executable in webui-user.sh cause problems with venv on macOS and Linux | ### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported ... | closed | 2024-06-29T15:44:30Z | 2024-07-06T18:22:12Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16113 | [
"bug-report"
] | viking1304 | 4 |
httpie/http-prompt | api | 13 | Define a python/REPL syntax | Another thing I would find SUPER useful would be the ability to use http-prompt as a normal Python REPL.
I'm imagining that this would either be with back ticks, a python() function, or a python statement.
For instance, if I could do something like:
```
https://api.amazon.com> `import settings.API_KEY as api_secret... | open | 2016-05-20T19:33:04Z | 2016-09-18T11:38:40Z | https://github.com/httpie/http-prompt/issues/13 | [
"enhancement"
] | Miserlou | 1 |
jmcnamara/XlsxWriter | pandas | 401 | Feature request: Ability to customize Chartsheet and Worksheet | would be useful in case of the need to extend `Workbook`, allows to easily customize the classes used by `_add_sheet` (`Chartsheet` and `Worksheet`). This will allow to create 'sheet templates' to reuse when needed.
Currently creation of sheet is hardcoded in
```
if is_chartsheet:
worksheet ... | closed | 2016-12-16T06:13:11Z | 2018-03-18T14:30:00Z | https://github.com/jmcnamara/XlsxWriter/issues/401 | [
"feature request",
"short term"
] | saxix | 2 |
strawberry-graphql/strawberry | django | 3,289 | Strawberry cannot resolve type by inheriting a generic type with union type applied to it. | Hello! I tried to create a type inheriting a generic type with a union type applied and caught a `TypeError: Response fields cannot be resolved.`
## Describe the Bug
There's a code fragment the bug can be reproduced with:
```python
from typing import Annotated, Generic, TypeVar, Union
import strawberry
T = ... | open | 2023-12-13T10:08:42Z | 2025-03-20T15:56:31Z | https://github.com/strawberry-graphql/strawberry/issues/3289 | [
"bug"
] | HrMathematiker | 1 |
axnsan12/drf-yasg | rest-api | 359 | How to change input and return Serializer | Most of my APIs input and outputs are different 👍
An example:
Input is {'A':1, 'B':2} and returns {A:{B:[1,2,3,4]}, }
The API works correctly, but the documentation page shows both the same as input (data)
How can I configure that? | closed | 2019-05-01T21:06:25Z | 2019-06-12T23:59:31Z | https://github.com/axnsan12/drf-yasg/issues/359 | [] | oneandonlyonebutyou | 2 |
nschloe/tikzplotlib | matplotlib | 333 | Empty tikz code for plot done with Seaborn package | When I use the package with standard matplotlib plots it works like a charm. I tried to do a simple scatterplot with seaborn. The plot is showing up and is saved with matplotlib but the tikzplotlib package is not producing any tikz code.
| closed | 2019-09-22T18:44:49Z | 2021-04-11T11:56:53Z | https://github.com/nschloe/tikzplotlib/issues/333 | [] | svretina | 1 |
aidlearning/AidLearning-FrameWork | jupyter | 208 | sony xperia 1 ii (root) is not supported... | 打开aidlux后黑屏。。为什么同样是安卓手机,我的就不行,已按照24后的zygisk隐藏root | closed | 2022-03-14T08:26:58Z | 2022-03-29T02:48:20Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/208 | [] | ubun222 | 3 |
huggingface/datasets | nlp | 6,591 | The datasets models housed in Dropbox can't support a lot of users downloading them | ### Describe the bug
I'm using the datasets
```
from datasets import load_dataset, Audio
dataset = load_dataset("PolyAI/minds14", name="en-US", split="train")
```
And it seems that sometimes when I imagine a lot of users are accessing the same resources, the Dropbox host fails:
`raise ConnectionError(... | closed | 2024-01-15T16:43:38Z | 2024-01-22T23:18:09Z | https://github.com/huggingface/datasets/issues/6591 | [] | RDaneelOlivav | 1 |
tensorpack/tensorpack | tensorflow | 986 | Train Faster-rcnn error by using one GTX1080Ti. | (1) $cd examples/FasterRCNN and run follow:
./train.py --config \
MODE_MASK=False MODE_FPN=True \
DATA.BASEDIR=/disk1/DataSet/COCO \
BACKBONE.WEIGHTS=pretrain_model/ImageNet-R50-AlignPadding.npz
(2) error log as follow:
2018-11-22 11:23:07.634189: I tensorflow/core/platform/c... | closed | 2018-11-22T03:28:23Z | 2020-08-08T20:00:14Z | https://github.com/tensorpack/tensorpack/issues/986 | [
"installation/environment"
] | xtanitfy | 8 |
deeppavlov/DeepPavlov | nlp | 1,230 | Data set creation routine for gobot DSTC 2 format | Hi,
I want to create data set creation routine for gobot DSTC 2 format. I know that that there is an on going refactoring of the codebase for the Goal-oriented bot (gobot).
Also, there is a new DSTC 8 challenge and Alexa Prize socialbot which is to be open sourced.
So I want to ask if this feature would be ne... | closed | 2020-05-25T10:18:05Z | 2020-06-30T12:33:16Z | https://github.com/deeppavlov/DeepPavlov/issues/1230 | [
"feature request"
] | Eugen2525 | 17 |
numba/numba | numpy | 9,673 | Errors not being raised when running code in parallel | When running the following code I'm finding some inconsistencies in error behaviour when running code in prange
```python
@njit
def sim_once(x, y):
raise ValueError("Invalid value")
@njit(parallel=True)
def numba_func(x):
n_sims = 20
y = np.zeros(n_sims)
for i in prange(n_sims):
y[... | open | 2024-07-24T17:13:15Z | 2024-08-02T11:56:51Z | https://github.com/numba/numba/issues/9673 | [
"bug - incorrect behavior"
] | MitchBond | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,247 | encoder error | Preparing the encoder, the synthesizer and the vocoder...
Loaded encoder "encoder.pt" trained to step 1564501
Synthesizer using device: cuda
Building Wave-RNN
Trainable Parameters: 4.481M
Loading model weights at saved_models\default\vocoder.pt
Testing your configuration with small inputs.
Testing the en... | open | 2023-08-30T08:49:42Z | 2023-09-30T17:17:37Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1247 | [] | bantikumarsatlokashram | 2 |
keras-team/autokeras | tensorflow | 834 | AutoKeras 1.0 much slower than 0.4 on Google Colab | When I try to run a simple MNIST example on Google Colab with GPU with Autokeras 0.4 it runs very fast (1 epoch of the first model takes < 2 s) but with 1.0 it runs much slower (1 epoch of the first model takes > 80 s). When I disable the GPU 0.4 runs as slow as 1.0 which suggests that 1.0 isn’t using the GPU. How can ... | closed | 2019-11-13T10:29:59Z | 2020-01-19T20:42:26Z | https://github.com/keras-team/autokeras/issues/834 | [
"bug report",
"pinned"
] | m-pescador | 11 |
scrapy/scrapy | web-scraping | 5,735 | S3 backend can't handle uploads larger than 5GB | ### Description
When feeds larger than 5GB are sent using AWS S3 backend, I'm receiving the follow error:
```bash
2022-11-24 18:45:31 [scrapy.extensions.feedexport] ERROR: Error storing csv feed (55 items) in: s3://scrapy-test/large_export.csv
Traceback (most recent call last):
File "/Users/ogabrielsantos/cr... | closed | 2022-11-24T22:14:37Z | 2023-06-13T14:44:10Z | https://github.com/scrapy/scrapy/issues/5735 | [] | ogabrielsantos | 4 |
stanfordnlp/stanza | nlp | 903 | AttributeError: Can't get attribute 'SentenceBoundary' on <module 'stanza.models.constituency.lstm_model' [QUESTION] | I have download the latest 'en' package, and try to build a pipeline:
'''
nlp = stanza.Pipeline('en',use_gpu=False)
'''
but i got an error:
'''
AttributeError: Can't get attribute 'SentenceBoundary' on <module 'stanza.models.constituency.lstm_model' from '/Users/didi/opt/anaconda3/lib/python3.8/site-packages/stan... | closed | 2021-12-20T01:30:53Z | 2021-12-20T02:34:02Z | https://github.com/stanfordnlp/stanza/issues/903 | [
"question"
] | pandali1 | 1 |
holoviz/panel | jupyter | 7,551 | Tabulator : tooltips | Hello all,
#### ALL software version info
MacOs with Chrome, Safari or FireFox
bokeh 3.6.1 and panel >= 1.5.2
#### Description of expected behavior and the observed behavior
The issue occurs in Tabulator when using `header_tooltips` with a `FastListTemplate`. The background and font colors of the tooltips are both... | open | 2024-12-13T10:26:04Z | 2025-03-11T14:36:00Z | https://github.com/holoviz/panel/issues/7551 | [] | symelmu | 0 |
seleniumbase/SeleniumBase | pytest | 2,471 | Signing a signature on a canvas with SeleniumBase | Hi,
I am trying to mock-up a movement of mouse on a signature module for example on https://www.signwell.com/online-signature/draw/
here's my code currently (which was modified from the mkrec feature on sbase as well to record steps):
```
from seleniumbase import BaseCase
class RecorderTests(BaseCase):
... | closed | 2024-02-07T03:35:08Z | 2024-04-03T02:31:59Z | https://github.com/seleniumbase/SeleniumBase/issues/2471 | [
"question"
] | mastafadhil | 1 |
blb-ventures/strawberry-django-plus | graphql | 73 | Merge to strawberry / strawberry-django | Hello @bellini666, I am willing to help with the process of merging this repo to strawberry and i have some suggestions / questions.
1.could you provide list of the features that are divided to what to contribute to strawberry what to strawberry-django and what should stay here?
2. do you have any plan on how to do... | closed | 2022-07-03T04:44:09Z | 2023-07-05T17:07:56Z | https://github.com/blb-ventures/strawberry-django-plus/issues/73 | [
"enhancement",
"help wanted"
] | nrbnlulu | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,179 | admin password lost, gl-admin resetpass admin bugs | **Describe the bug**
Hello,
i have lost the admin password,
i use this command:
# gl-admin resetpass admin
but i recived this error:
Failed! The user 'admin' does not exist or encryption key is set
the admin user exists!
my version OS: Ubuntu 20.04.2 LTS (GNU/Linux 5.8.0-63-generic x86_64)
My version globale... | closed | 2022-02-21T16:45:10Z | 2023-12-13T15:58:13Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3179 | [] | fwppe | 14 |
prkumar/uplink | rest-api | 26 | `client` parameter in `Consumer` constructor doesn't work as documented | ## Precondition
Consider the following consumer:
```python
class GitHub(uplink.Consumer):
@uplink.get("/users/{username}")
def get_user(self, username):
"""Get a single user."""
```
## Steps to recreate
Instantiate this consumer with a specific client instance:
```python
GitHub(base_u... | closed | 2017-11-21T05:29:21Z | 2017-12-06T01:30:03Z | https://github.com/prkumar/uplink/issues/26 | [
"Bug",
"help wanted",
"good first issue"
] | prkumar | 3 |
jina-ai/serve | deep-learning | 5,824 | bug: running flow on windows | On the latest master, jina is hanging when deploying the following flow:
```yml
jtype: Flow
with:
port: 8080
protocol: http
jcloud:
version: 3.14.2.dev18
labels:
creator: microchain
name: gptdeploy
executors:
- name: printhelloexecutor4715887
uses: jinaai+docker://auth0-unified-448f1196... | closed | 2023-04-24T08:53:48Z | 2023-07-10T08:49:45Z | https://github.com/jina-ai/serve/issues/5824 | [] | florian-hoenicke | 4 |
sinaptik-ai/pandas-ai | data-science | 1,349 | docs: add AWS Bedrock tutorial to the example | ### 🚀 The feature
Add example of AWS Bedrock
### Motivation, pitch
I could not find an example on how to start with Bedrock. So I followed the same patter of Azure to create one for AWS Bedrock
### Alternatives
_No response_
### Additional context
_No response_ | closed | 2024-09-01T20:51:40Z | 2024-10-16T08:14:27Z | https://github.com/sinaptik-ai/pandas-ai/issues/1349 | [
"documentation"
] | dimwael | 0 |
pyqtgraph/pyqtgraph | numpy | 2,381 | Initial dragging behaviour of InfiniteLine/LinearRegionItem broken | If an `InfiniteLine` or a `LinearRegionItem` is added to a `PlotWidget` without any other initial values (only set movable) the dragging of the items don't work initially.
To reproduce:
1. **Run the mwe** below.
We see an empty plot with x-axis ranging from -0.5 to +0.5 and the item (`InfiniteLine` or `LinearRegio... | open | 2022-08-01T07:41:28Z | 2022-12-02T11:30:18Z | https://github.com/pyqtgraph/pyqtgraph/issues/2381 | [
"InfiniteLine"
] | bbc131 | 3 |
LAION-AI/Open-Assistant | python | 3,111 | Remove `@next/font` | NextJS warn this
> Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate by running `npx @next/codemod@latest built-in-next-font .`. Read more: https://nextjs.org/docs/messages/built-in-next-font
| closed | 2023-05-09T21:10:20Z | 2023-05-13T15:40:55Z | https://github.com/LAION-AI/Open-Assistant/issues/3111 | [
"website",
"good first issue"
] | notmd | 2 |
Neoteroi/BlackSheep | asyncio | 253 | Static files handling bypasses the router fallback route. | **Describe the bug**
The router fallback route does not work properly when the application is also configured to serve static files.
The same applies to the 404 exception handler.
Kindly reported by @nico-vromans.
| closed | 2022-04-28T16:35:17Z | 2022-04-28T16:56:44Z | https://github.com/Neoteroi/BlackSheep/issues/253 | [] | RobertoPrevato | 0 |
pydantic/pydantic-ai | pydantic | 1,217 | pass custom headers to MCPServerHTTP to support auth use casess | ### Description
Currently the MCPServerHTTP leverages the mcp sdk client, but only uses the url param as input.
The mcp sdk client support passing in custom headers.
Pydantic-ai should support passing headers into MCPServerHTTP, that are then passed to the mcp client.
This would allow support auth setups that rely on... | open | 2025-03-24T01:28:07Z | 2025-03-24T01:28:07Z | https://github.com/pydantic/pydantic-ai/issues/1217 | [] | JohnUiterwyk | 0 |
ultralytics/yolov5 | deep-learning | 13,515 | code for the yaml file | ### 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, I'm trying to pre-train the yolov5m model downloaded from the ultralitics site on my ... | open | 2025-02-19T08:22:56Z | 2025-02-19T09:52:06Z | https://github.com/ultralytics/yolov5/issues/13515 | [
"question"
] | rmarkovic00 | 3 |
python-visualization/folium | data-visualization | 1,262 | HeatMapTime Time Slider broken styling | Link to site: https://aowangdrexel.github.io/ceres/website/map.html
Link to repo: https://github.com/AoWangDrexel/ceres
Link to Python code: https://github.com/AoWangDrexel/ceres/blob/master/map_data/map.py
```python
HeatMapWithTime(formatted[0], formatted[1]).add_to(m)
```
#### Problem description
When using ... | closed | 2020-02-13T04:16:12Z | 2020-05-23T16:31:50Z | https://github.com/python-visualization/folium/issues/1262 | [] | AoWangPhilly | 3 |
microsoft/MMdnn | tensorflow | 590 | tf2caffe problem "tensorflow.MetaGraphDef" has no field named "Placeholder".. | Platform (like ubuntu 16.04/win10): ubuntu 16.04
Python version: 2.7
Source framework with version (like Tensorflow 1.4.1 with GPU): tensorflow1.12.0
Destination framework with version (like CNTK 2.3 with GPU):caffe
Pre-trained model path (webpath or webdisk path):https://github.com/Simplesss/Face-attribue
... | open | 2019-02-21T02:55:04Z | 2020-12-29T08:02:50Z | https://github.com/microsoft/MMdnn/issues/590 | [] | Simplesss | 4 |
matterport/Mask_RCNN | tensorflow | 2,521 | Mistake in calculating mAP? | On the left is my predicted result and on the right is the ground truth. The results is okay (class prediction is correct, mask overlap is correct) but still, the AP for this particular image is **0** for some reason. I am using iou=0.5, like voc.
This kind of thing is affecting the overall result when it happens to o... | closed | 2021-03-30T04:16:27Z | 2021-03-30T07:17:32Z | https://github.com/matterport/Mask_RCNN/issues/2521 | [] | UsmanAfzaal | 1 |
AntonOsika/gpt-engineer | python | 174 | Files are not created. | **Hi All
My main_prompt:**
`# Project Outline: Kodi Subtitle Translation Plugin using Python and OpenAI API
## Overview
The goal of the project is to develop a Kodi plugin that performs the following tasks whenever a film is started from any source:
1. Checks if the film has embedded English subtitles
2. Tr... | closed | 2023-06-18T23:14:59Z | 2023-06-21T13:10:54Z | https://github.com/AntonOsika/gpt-engineer/issues/174 | [] | BaGRoS | 1 |
ray-project/ray | data-science | 51,442 | [Umbrella] Revisit Ray dashboard API status code | ### Description
Before https://github.com/ray-project/ray/pull/51417, the Ray dashboard APIs only returned 200 for success and 500 for errors; they didn't support status codes such as 404. Take #51417 as an example, it returns 404 when users try to kill a non-existent actor.
### Use case
_No response_ | open | 2025-03-18T02:46:11Z | 2025-03-18T02:47:03Z | https://github.com/ray-project/ray/issues/51442 | [
"good-first-issue",
"enhancement",
"dashboard",
"core"
] | kevin85421 | 0 |
iperov/DeepFaceLab | machine-learning | 849 | Same Errors on the all training models | My graphic card is opencl_intel_hd_graphics_620.0. on window.
It's not so good graphic card so I'm trying only 5 seconds video both for data_src and data_dst.
Extracting faces was fine but at the training step, it doesn't work. I tried all the 8 models but nothing worked and showing same errors.
There was errors ... | closed | 2020-08-04T02:53:45Z | 2020-08-04T14:17:15Z | https://github.com/iperov/DeepFaceLab/issues/849 | [] | orangedid | 1 |
sczhou/CodeFormer | pytorch | 324 | ImportError: cannot import name 'brush_stroke_mask' from 'basicsr.data.data_util' | Hello, I am getting this error when I run the command to process an image.
Any solutions would be great!
Thanks in advance. | open | 2023-11-18T21:39:33Z | 2023-11-18T21:39:33Z | https://github.com/sczhou/CodeFormer/issues/324 | [] | MarsEverythingTech | 0 |
zappa/Zappa | flask | 1,262 | Add Python 3.11 support | <!--- Provide a general summary of the issue in the Title above -->
## Context
AWS Lambda now supports Python 3.11. We should add support for that in Zappa.
https://aws.amazon.com/about-aws/whats-new/2023/07/aws-lambda-python-3-11/
## Expected Behavior
<!--- Tell us what should happen -->
Python 3.11 woul... | closed | 2023-07-28T15:38:18Z | 2023-08-15T09:48:07Z | https://github.com/zappa/Zappa/issues/1262 | [
"next-release-candidate"
] | grantmcconnaughey | 0 |
open-mmlab/mmdetection | pytorch | 11,678 | Many CPU cores are unused | Hello, I have encountered the same problem as https://github.com/open-mmlab/mmdetection/issues/10761.
I am launching the following script:
```
./mmdetection/tools/dist_train.sh ./mmdetection/configs/mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py 4
```
Conda env summary:
- python=3.8.19=h955ad1f_0
- numpy==1.23.5
- o... | open | 2024-05-03T14:43:06Z | 2024-05-03T14:43:24Z | https://github.com/open-mmlab/mmdetection/issues/11678 | [] | anastasia-spb | 0 |
pallets/flask | flask | 4,956 | ipv6 address not accessible | Hi,
I want to run the server on ipv6 address. I can see the port used by ipv6 address, however when called, it does not respond.
1) app.run(host='::', port=5000)
2) python -m flask run -h ::
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI ... | closed | 2023-01-30T11:03:53Z | 2023-02-14T00:06:45Z | https://github.com/pallets/flask/issues/4956 | [] | saquibntt | 1 |
ets-labs/python-dependency-injector | flask | 76 | Refactoring of Catalogs using metaclasses | closed | 2015-07-17T10:14:29Z | 2015-07-17T16:50:20Z | https://github.com/ets-labs/python-dependency-injector/issues/76 | [
"enhancement",
"optimization",
"refactoring"
] | rmk135 | 0 | |
opengeos/streamlit-geospatial | streamlit | 37 | Adding Timelapse GIF to the map | Hi There!
I'm working on app which enables the user to create timelapse from Sentinel-1 SAR. When I try to add the gif to the app map, it doesn't show on the existing map, and to show it, I need to use map.to_streamlit again to show any updates on the map and that generate a new map. So finally, I have two maps: ... | closed | 2022-03-25T00:22:40Z | 2022-03-25T03:33:01Z | https://github.com/opengeos/streamlit-geospatial/issues/37 | [] | MuhammedM294 | 1 |
sgl-project/sglang | pytorch | 4,045 | logger "Receive: obj=GenerateReqInput()" part with text rather than input_ids. | sglang 0.4.3 logger sample is as follows:
[2025-03-03 17:53:04] INFO: 10.27.1.1:65179 - "POST /v1/chat/completions HTTP/1.1" 200 OK
[2025-03-03 17:53:04] Receive: obj=GenerateReqInput(text=None, input_ids=[151646, 198, 5405, 1614, 25, 5538, 25713, 3795, 16, 25, 18, 17, 65, 198, 5405, 2400, 25, 220, 17, 15, 17, 20,... | closed | 2025-03-04T01:28:52Z | 2025-03-04T11:47:10Z | https://github.com/sgl-project/sglang/issues/4045 | [] | 9dian | 2 |
PaddlePaddle/ERNIE | nlp | 71 | 怎么去使用LCQMC | closed | 2019-04-01T02:34:39Z | 2019-04-04T07:23:15Z | https://github.com/PaddlePaddle/ERNIE/issues/71 | [] | jtyoui | 0 | |
huggingface/transformers | pytorch | 36,579 | AutoModel failed with empty tensor error | ### System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.50.0.dev0
- Platform: Linux-4.18.0-553.16.1.el8_10.x86_64-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.28.1
- Safetensors version: 0.5.2
- Accelerate version... | closed | 2025-03-06T07:57:25Z | 2025-03-13T17:18:16Z | https://github.com/huggingface/transformers/issues/36579 | [
"bug"
] | jiqing-feng | 1 |
Lightning-AI/pytorch-lightning | pytorch | 20,235 | Token throughput monitor assumes batch size is fixed but does not raise meaningful error | ### Bug description
If using token throughput monitor with variable batch size the samples counter will be incorrect leading to a possibly non-monotonically increasing sample count. Although the docs do say that batch size should be fixed, there is no explicit check for this, leading to an error message that is hard... | open | 2024-08-29T12:51:28Z | 2024-11-12T23:19:57Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20235 | [
"bug",
"callback: throughput",
"ver: 2.4.x"
] | alex-hh | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 178 | faster_rcnn_res50_fpn.pth 模型转换为pt文件的时候出错 | **System information**
* Have I written custom code:
* OS Platform(Linux Ubuntu 16.04):
* Python version:anaconda3 python3.7.6
* Deep learning framework and version(e.g., Pytorch1.6):
* Use GPU or not:GPU
* CUDA/cuDNN version(if you use GPU):CUDA10.1 Cudnn7.5
* The network you trained(e.g., Resnet34 network):f... | closed | 2021-03-14T15:44:18Z | 2021-03-17T11:51:12Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/178 | [] | ihg1992 | 2 |
benbusby/whoogle-search | flask | 676 | [BUG] replit wake-up failure | **Describe the bug**
After whoogle hibernation, replit wake-up fails
**To Reproduce**
Steps to reproduce the behavior:
1. Click on 'https://repl.it/github/benbusby/whoogle-search'
2. Wait a while
3. See error
**Deployment Method**
- [x] Replit
**Version of Whoogle Search**
- [x] Latest build from [sourc... | closed | 2022-03-11T08:15:41Z | 2022-03-11T09:32:44Z | https://github.com/benbusby/whoogle-search/issues/676 | [
"bug"
] | Lumysia | 5 |
sktime/sktime | scikit-learn | 7,784 | [BUG] EnsembleForecaster( (str, estimator, count) ) is broken | **Describe the bug**
EnsembleForecaster( [(str, estimator, count)] ) is supposed to create an ensemble of count instances of the given estimator. It is failing. (It used to work, I believe.)
**To Reproduce**
```
from sktime.forecasting.compose import EnsembleForecaster
from sktime.forecasting.trend import PolynomialTr... | closed | 2025-02-08T08:18:22Z | 2025-02-08T19:45:15Z | https://github.com/sktime/sktime/issues/7784 | [
"bug",
"module:forecasting"
] | ericjb | 5 |
litestar-org/litestar | api | 3,552 | Bug: normal usage of route handler decorators causes deprecation warnings | ### Description
Using any of the route handler decorators get, post, etc now causes the warning "Semantic HTTP route handler classes are deprecated and will be replaced by functional decorators in Litestar 3.0.
I was told [here](https://github.com/orgs/litestar-org/discussions/3551) that this is not intended beha... | closed | 2024-06-07T09:55:32Z | 2025-03-20T15:54:45Z | https://github.com/litestar-org/litestar/issues/3552 | [
"Bug :bug:"
] | bunny-therapist | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,354 | [Bug]: image generation will fail or will succeed with some tags but not with others. I could not found a consistent rule on what tags it does this | ### Checklist
- [X] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-08-09T00:06:05Z | 2024-08-09T02:51:56Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16354 | [
"bug-report"
] | dilectiogames | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 258 | pydantic_settings package not supported | When I include the pydantic_settings package in my requirements.txt with the tiangolo/uvicorn-gunicorn-fastapi:python3.11 image, I am not able to build the project. | closed | 2023-11-29T06:14:43Z | 2024-08-25T04:06:30Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/258 | [] | bhutanict | 0 |
sanic-org/sanic | asyncio | 2,576 | Sentry integration and background tasks | **Describe the bug**
Looking at the Sentry integration, a hub is created on request ('http.lifecycle.request' => `_hub_enter`) and removed at exit ('http.lifecycle.response' => `_hub_exit`).
If I understand this correctly, it means that if an exception occurs outside of the request, no Hub will be define and the ex... | closed | 2022-10-18T12:45:41Z | 2022-10-18T14:10:14Z | https://github.com/sanic-org/sanic/issues/2576 | [
"bug"
] | cnicodeme | 5 |
apache/airflow | machine-learning | 47,567 | Issue with bundle lock in dag bundle versioning | ### Body
Hey team :slightly_smiling_face:
Is the GitDagBundle working yet? And if so, what am I missing?
I set up a git_default connection with content read permissions for all my repos and this config:
[dag_processor]
dag_bundle_config_list=[{"name": "dags-folder", "classpath": "airflow.dag_processing.bundles.local.L... | closed | 2025-03-10T14:03:47Z | 2025-03-12T03:20:10Z | https://github.com/apache/airflow/issues/47567 | [
"kind:bug",
"kind:meta",
"area:core",
"area:dynamic-task-mapping",
"affected_version:3.0.0beta"
] | dstandish | 3 |
sebp/scikit-survival | scikit-learn | 29 | Kaplan Meier output consistent regardless of time | Very useful article, thanks guys. I'm having problems getting the Kaplan Meier Estimator to give a meaningful output. I've saved my results in a record array as shown below, with the event of a cancellation happening as boolean and the number of days before cancellation / number of days so far if there has not yet been... | closed | 2018-03-26T15:54:07Z | 2018-07-02T20:53:51Z | https://github.com/sebp/scikit-survival/issues/29 | [
"awaiting response"
] | thatemmagirl | 6 |
sinaptik-ai/pandas-ai | pandas | 1,471 | The code generated by the agent modifies the original data (dfs) | ### System Info
pandasai 2.4.0
### 🐛 Describe the bug
This is the data that is input to the agent
<img width="806" alt="image" src="https://github.com/user-attachments/assets/e720db07-8e52-4e4b-a2c9-33f28859126d" />
then the agent run this code:
```
# Convert the 'date' column to datetime form... | closed | 2024-12-12T08:18:11Z | 2024-12-16T09:37:03Z | https://github.com/sinaptik-ai/pandas-ai/issues/1471 | [
"bug"
] | XJTU-JP | 3 |
HumanSignal/labelImg | deep-learning | 628 | QAction::eventFilter: Ambiguous shortcut overload: Ctrl+D | QAction::eventFilter: Ambiguous shortcut overload: Ctrl+D
Can not duplicate the rect box using ctrl + D......? | open | 2020-08-07T07:39:54Z | 2020-08-21T08:11:29Z | https://github.com/HumanSignal/labelImg/issues/628 | [] | Stephenfang51 | 3 |
yunjey/pytorch-tutorial | deep-learning | 27 | Tutorial 09: Issues converting encoder and decoder models to CPUs pytorch 0.1.11 | Thanks for a fantastic tutorial. Really clear and easy to follow!
I'd like to run the pretrained models on a CPU, and am trying to convert the models as follows:
encoder.load_state_dict(torch.load(args.encoder_path, map_location=lambda storage, loc: storage))
decoder.load_state_dict(torch.load(args.decoder_path,... | closed | 2017-04-27T20:48:46Z | 2017-04-30T18:09:00Z | https://github.com/yunjey/pytorch-tutorial/issues/27 | [] | lgraesser | 2 |
huggingface/transformers | python | 36,660 | [FEAT] [non-CUDA]: Support alternative implementation for `constraints.positive_definite.check` | ### Feature request
Could there be an alternative implementation for
```
/usr/local/lib/python3.12/dist-packages/transformers/modeling_utils.py:2470: in _init_added_embeddings_weights_with_mean
is_covariance_psd = constraints.positive_definite.check(epsilon * covariance).all()
```
the `torch.linalg.cholesky` only... | open | 2025-03-12T09:38:30Z | 2025-03-15T18:19:37Z | https://github.com/huggingface/transformers/issues/36660 | [
"Feature request"
] | tjtanaa | 10 |
ets-labs/python-dependency-injector | asyncio | 556 | [delete] Core container as singletone for entire app | [App Package (Container) Diagramm](https://online.visual-paradigm.com/community/share/example-app-ub4sde1um)
The `CoreContainer` container contains:
```python
class CoreContainer( containers.DeclarativeContainer ):
arguments = providers.Resource( parse_arguments )
config = providers.Resource( parse... | closed | 2022-02-01T16:14:43Z | 2022-02-02T11:27:48Z | https://github.com/ets-labs/python-dependency-injector/issues/556 | [] | VasyaGaikin | 0 |
aiogram/aiogram | asyncio | 925 | Translate docs | It would be nice to have the docs translated to different languages to make easy dive into aiogram and bot development, it's possible with sphinx and ReadTheDocs native using I18n and this instruments is already used in this project.
In due to 2.x branch of development soon will be finished and only 3.x will be supp... | closed | 2022-06-18T01:07:36Z | 2022-10-16T02:45:10Z | https://github.com/aiogram/aiogram/issues/925 | [
"help wanted",
"docs",
"3.x",
"docs-i18n"
] | JrooTJunior | 0 |
deezer/spleeter | deep-learning | 750 | Spleeter(C++)_dynamic_library: Solutions and steps to implement the executable file of the algorithm | <!-- Please respect the title [Discussion] tag. -->
Spleeter(C++)_dynamic_library: Solutions and steps to implement the executable file of the algorithm
https://github.com/KangChou/spleeter_dynamic_library
| open | 2022-04-13T07:38:27Z | 2022-04-13T07:38:50Z | https://github.com/deezer/spleeter/issues/750 | [
"question"
] | KangChou | 0 |
moshi4/pyCirclize | data-visualization | 52 | Enable wrapping/bending the text around a circle | It would be nice if we can bend the text
reference: [r - Wrapping / bending text around a circle in plot - Stack Overflow](https://stackoverflow.com/questions/27638826/wrapping-bending-text-around-a-circle-in-plot)
This would be especially useful when the text is long.
FYI, circlize has `facing="bending"` fla... | open | 2024-01-24T22:15:40Z | 2024-05-02T06:10:07Z | https://github.com/moshi4/pyCirclize/issues/52 | [
"enhancement"
] | grepinsight | 1 |
keras-rl/keras-rl | tensorflow | 51 | Unable to learn simple catch game | I've made custom environment, where the fruit is falling and you control a paddle to catch it: https://github.com/hmate9/gym-catch/blob/master/gym_catch/envs/catch_env.py
I've tried to use keras-rl to reimplement this: https://gist.github.com/EderSantana/c7222daa328f0e885093
The same game, catching a fruit, and t... | closed | 2016-12-04T20:25:46Z | 2016-12-05T10:24:12Z | https://github.com/keras-rl/keras-rl/issues/51 | [] | hmate9 | 13 |
huggingface/datasets | nlp | 6,827 | Loading a remote dataset fails in the last release (v2.19.0) | While loading a dataset with multiple splits I get an error saying `Couldn't find file at <URL>`
I am loading the dataset like so, nothing out of the ordinary.
This dataset needs a token to access it.
```
token="hf_myhftoken-sdhbdsjgkhbd"
load_dataset("speechcolab/gigaspeech", "test", cache_dir=f"gigaspeech/test... | open | 2024-04-19T21:11:58Z | 2024-04-19T21:13:42Z | https://github.com/huggingface/datasets/issues/6827 | [] | zrthxn | 0 |
ipython/ipython | jupyter | 14,303 | Unexpected exception formatting exception in Python 3.13.0a3 | I appreciate that Python 3.13 is still in alpha, but some incompatibility seems to have been introduced with the way that exception data is produced that causes `ipython`'s pretty execution formatting to fail, cause the raising of a separate "Unexpected exception formatting exception".
## Steps to reproduce
1) Bu... | open | 2024-01-24T04:52:46Z | 2024-02-03T22:33:33Z | https://github.com/ipython/ipython/issues/14303 | [] | nickovs | 3 |
kizniche/Mycodo | automation | 423 | Sensor support request: Thermocouple | I may have just missed it but I couldn't find any reference to Mycodo supporting a thermocouple input.
If it could support one of the common/cheap k-type interface chips/boards like the MAX31855 then it would be useful for higher temperature applications such as heat treat kilns, BBQs, smokers, coffee roasters, refl... | closed | 2018-03-09T16:08:32Z | 2018-04-06T00:55:01Z | https://github.com/kizniche/Mycodo/issues/423 | [] | samsixtysix | 5 |
plotly/dash | plotly | 2,679 | test_devtools_error_handling.py fails on Python 3.11 | 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... | open | 2023-10-30T19:09:12Z | 2024-08-13T19:42:00Z | https://github.com/plotly/dash/issues/2679 | [
"bug",
"P3"
] | yilei | 0 |
autogluon/autogluon | computer-vision | 3,853 | Feature Request: Make Deletion of lightning_logs Directory Optional in TimeSeries Models | ## Description
The current implementation of AutoGluon's time series models, specifically those using the GluonTS torch backend, automatically deletes the `lightning_logs` directory after each training run. This directory contains logs that are essential for users who utilize TensorBoard to monitor and compare differe... | closed | 2024-01-09T11:37:14Z | 2024-04-05T18:45:59Z | https://github.com/autogluon/autogluon/issues/3853 | [
"enhancement",
"module: timeseries"
] | obwohl | 1 |
lepture/authlib | flask | 305 | ResourceProtector decorator doesn't work with class-based Django views | **Describe the bug**
When using the ResourceProtector decorator (as documented [here](https://docs.authlib.org/en/latest/django/2/resource-server.html)) on a Django REST Framework **class-based view**'s method:
```python
class MyView(APIView):
@require_oauth("order")
def post(self, request, *args, **kw... | closed | 2020-12-20T16:08:15Z | 2022-11-17T09:36:30Z | https://github.com/lepture/authlib/issues/305 | [
"bug"
] | thatguysimon | 3 |
aio-libs/aiomysql | sqlalchemy | 463 | pool lose closed property | ```
pool = await aiopg.create_pool()
pool.closed
pool = await aiomysql.create_pool()
pool._closed
```
keep the same ?
| closed | 2020-02-04T20:01:58Z | 2022-02-02T22:35:28Z | https://github.com/aio-libs/aiomysql/issues/463 | [
"enhancement"
] | cole-dda | 1 |
fastapi/sqlmodel | fastapi | 385 | Issue with many-to-many relation with extra fields | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-07-27T09:48:17Z | 2022-08-05T17:06:40Z | https://github.com/fastapi/sqlmodel/issues/385 | [
"question"
] | wiwa1978 | 4 |
scrapy/scrapy | web-scraping | 6,558 | Refactor long lines for better readability | ## Summary
Several lines in `scheduler.py` exceed the PEP 8 recommendation of a maximum line length of 79 characters (or 99 for team agreements).
## Motivation
Long character count for lines [59](https://github.com/scrapy/scrapy/blob/8c23da943c5e892515f4fa2eb57229839802010a/scrapy/core/scheduler.py#L59), [61]... | closed | 2024-11-23T01:23:04Z | 2024-11-23T07:39:34Z | https://github.com/scrapy/scrapy/issues/6558 | [] | Patrick-Culley | 0 |
jina-ai/clip-as-service | pytorch | 232 | Doubt: Can I use this service to obtain docvecs/Paragraph vector of an entire article | Hi all,
I am trying to obtain fixed length doc vectors/ Paragraph vectors with this implementation. As mentioned in docs I can increase `max_seq_len` from 25 to the desired length and pass my article as input. I want to know if this approach is right or is there a downside to it. Also, is there another better approac... | closed | 2019-02-08T09:33:08Z | 2020-10-30T18:53:18Z | https://github.com/jina-ai/clip-as-service/issues/232 | [] | kapilkd13 | 4 |
Lightning-AI/pytorch-lightning | deep-learning | 19,738 | Loading from a checkpoint does not work properly in distributed training | ### Bug description
I train my model on multiple GPUs and save it with the `checkpoint callback` and `save_hyperparameters()`.
I get a directory which looks like this, so this part seems to work flawlessly:
```
/epoch=5
--/checkpoint
----mp_rank_00_model_states.pt
----zero_pp_rank_0_mp_rank_00_optim_states.pt
-... | open | 2024-04-04T14:31:02Z | 2024-04-04T14:31:02Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19738 | [
"bug",
"needs triage"
] | asusdisciple | 0 |
onnx/onnx | pytorch | 5,793 | Generic representation of datatypes | A way to specify data types by their size; mantissa etc. for floating types.
## Ref
- https://github.com/onnx/onnx/issues/5776 | closed | 2023-12-04T20:14:26Z | 2024-12-26T06:44:42Z | https://github.com/onnx/onnx/issues/5793 | [
"module: spec",
"stale"
] | justinchuby | 0 |
plotly/dash | dash | 2,436 | [BUG] html.iframe not loading properly when not in initial active tab | Unsure if this behaviour is intentional, so making an issue just in case.
```
dash 2.8.1
dash-bootstrap-components 1.4.0
dash-core-components 2.0.0
dash-extensions 0.0.71
```
- OS: Ubuntu 20.04.4 LTS
- Browser Firefox 110.0 (also tried on Chrome)
... | closed | 2023-02-28T14:23:05Z | 2024-07-25T13:04:51Z | https://github.com/plotly/dash/issues/2436 | [] | toastisme | 2 |
vastsa/FileCodeBox | fastapi | 307 | 验证码复制 | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and conci... | open | 2025-03-18T03:27:57Z | 2025-03-18T03:27:57Z | https://github.com/vastsa/FileCodeBox/issues/307 | [] | gulugulubengbang | 0 |
widgetti/solara | flask | 508 | task decorator & cancelled error | Hello! Nice work on this. very cool.
I am using (potentially misusing) the task decorator functionality, and I am getting the errors below. Using bleeding edge version. You can see it takes a few times of sliding the slider until it errors. Maybe because Im creating so many tasks? Tried wrapping different parts of t... | open | 2024-02-18T05:51:34Z | 2024-02-19T18:21:23Z | https://github.com/widgetti/solara/issues/508 | [
"bug",
"good first issue",
"help wanted"
] | swelborn | 3 |
automl/auto-sklearn | scikit-learn | 1,071 | AutoSklearn2Regressor | Any plans on adding an AutoSklearn2Regressor based on the latest paper? | open | 2021-02-01T00:40:42Z | 2021-11-17T10:39:45Z | https://github.com/automl/auto-sklearn/issues/1071 | [
"enhancement"
] | kaiserdan | 3 |
davidteather/TikTok-Api | api | 503 | [BUG] - Empty response from Tiktok | I am trying to call the `byUser` API endpoint with either
```
tik_tok_api = TikTokApi.get_instance()
tik_tok_api.byUsername(handle, 1)
```
Or
```
tik_tok_api = TikTokApi.get_instance(use_selenium=True)
return tik_tok_api.byUsername(handle, 1)
```
Both of these give me the error `Empty response from Tikto... | closed | 2021-02-16T17:00:47Z | 2021-03-19T16:20:02Z | https://github.com/davidteather/TikTok-Api/issues/503 | [
"bug"
] | jaoxford | 5 |
yeongpin/cursor-free-vip | automation | 14 | 今天对话了两次后一直弹出要求登录 | 
用了 手動運行重置機器 的代码还是一样


| closed | 2025-01-13T06:38:25Z | 2025-01-14T06:54:24Z | https://github.com/yeongpin/cursor-free-vip/issues/14 | [] | lookoupai | 16 |
mjhea0/flaskr-tdd | flask | 59 | delete_entry doesn't check if a post actually exists | Not sure if this is intended behavior, but: The `test_delete_message` test will always succeed (prior to implementing `login_required`) regardless of whether or not there are existing posts as long as that route is correctly defined because `delete_entry` doesn't send an error if the `post_id` doesn't actually exist in... | closed | 2020-02-28T13:34:04Z | 2020-10-14T00:04:32Z | https://github.com/mjhea0/flaskr-tdd/issues/59 | [] | ren1982 | 1 |
streamlit/streamlit | data-visualization | 10,347 | Support Polars objects for cache hashing | ### 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
When passing a Polars dataframe to a function that is decorated with `@st.cache_data`, you get the following ... | closed | 2025-02-05T10:42:18Z | 2025-03-04T02:00:23Z | https://github.com/streamlit/streamlit/issues/10347 | [
"type:enhancement",
"feature:cache",
"feature:cache-hash-func"
] | BartSchuurmans | 3 |
PrefectHQ/prefect | data-science | 17,348 | Resolving `DaskTaskRunner` task futures can cause a global client error in context hydration. | ### Bug summary
Resolving the result of a `PrefectDaskFuture` returned by a task submitted to a `DaskTaskRunner` randomly causes a `RuntimeError: No global client found and no address provided` error to be raised in the calling flow/task.
It's significantly easier to reproduce in my cloud environment, with close to 3... | open | 2025-03-03T17:42:10Z | 2025-03-03T17:42:10Z | https://github.com/PrefectHQ/prefect/issues/17348 | [
"bug"
] | kzvezdarov | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,715 | Price detection (once it crosses the "lower" threshold) only works for the first time | **Describe the bug**
By using price detection with notification I only receive the first time the price is lower as the price that I have set as trigger.
**Version**
v0.47.03
**To Reproduce**
Steps to reproduce the behavior:
configuration that I have:

- [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md)
- [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin... | closed | 2024-06-13T07:19:54Z | 2024-10-28T08:47:08Z | https://github.com/liangliangyy/DjangoBlog/issues/721 | [] | Jiangfengyuh | 2 |
man-group/arctic | pandas | 837 | Deleting snapshots is very slow when the VersionStore contains many snapshots | open | 2020-01-07T15:42:38Z | 2020-01-07T15:46:23Z | https://github.com/man-group/arctic/issues/837 | [] | cozmacib | 1 | |
onnx/onnx | tensorflow | 6,589 | TypeError: unsupported operand type(s) for //: 'NoneType' and 'int' | # Bug Report
### Describe the bug
I am trying to convert Nvidia NeMo's FilterbankFeaturesTA class to ONNX. Here is my code -
```
from nemo.collections.asr.parts.preprocessing.features import (
FilterbankFeatures,
FilterbankFeaturesTA,
make_seq_mask_like,
)
_model = FilterbankFeaturesTA(
... | closed | 2024-12-19T16:24:34Z | 2025-01-14T20:51:24Z | https://github.com/onnx/onnx/issues/6589 | [
"bug",
"topic: converters"
] | kabyanil | 1 |
jmcnamara/XlsxWriter | pandas | 826 | Bug: write_rich_text prints misleading warning | ### Current behavior
I've tried to use write_rich_string feature to specify cell format like this:
`worksheet.write_rich_string('A1', bold, 'bold', center)`
However, function prints
> UserWarning: You must specify more than 2 format/fragments for rich strings. Ignoring input in write_rich_string().
and als... | closed | 2021-09-08T18:00:49Z | 2021-09-08T18:59:38Z | https://github.com/jmcnamara/XlsxWriter/issues/826 | [
"bug",
"wont_fix"
] | tyshchuk | 3 |
slackapi/python-slack-sdk | asyncio | 1,240 | Update `chat_unfurl` to support `source`/`unfurl_id` parameters | Per the [API documention](https://api.slack.com/methods/chat.unfurl) the `chat.unfurl` method should support `source` and `unfurl_id` as identifiers, instead of `channel` and `ts`. Currently the SDK method does not accept those parameters and requires `channel` and `ts`.
### Category
- [x] **slack_sdk.web.WebClie... | closed | 2022-07-19T00:56:24Z | 2022-07-19T01:52:15Z | https://github.com/slackapi/python-slack-sdk/issues/1240 | [
"bug",
"enhancement",
"web-client",
"Version: 3x"
] | angrychimp | 1 |
mirumee/ariadne-codegen | graphql | 342 | [feature request] multiple .graphql files for queries | Hey! We could really use this feature, our queries are huge. Having them in a single file is getting hard to manage. For now my workaround is a script that reads from several files in a given directory and outputs their content into a single .graphql file, it'd be nice for the tool to do this out of the box.
Cheers, M... | closed | 2025-01-24T05:12:34Z | 2025-01-24T16:24:29Z | https://github.com/mirumee/ariadne-codegen/issues/342 | [] | wiredmatt | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 35 | N + 1 round trip problem | Does this library handle nested models (joins) in a single query from the server to the DB?
For example
```
user {
id
posts {
id
}
}
``` | open | 2017-02-16T16:34:58Z | 2022-09-02T16:07:46Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/35 | [] | itaied246 | 25 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.