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
encode/httpx
asyncio
2,657
Broken timeout
timeout argument doesn't work server.py ``` python import asyncio from fastapi import FastAPI app = FastAPI() @app.get("/slow_response") async def slow_request(): await asyncio.sleep(10) ``` test.py ``` python @pytest.mark.anyio async def test_timeout_exception(app): async with httpx.Asy...
closed
2023-04-13T12:47:49Z
2023-04-13T13:17:34Z
https://github.com/encode/httpx/issues/2657
[]
karpetrosyan
0
jacobgil/pytorch-grad-cam
computer-vision
78
Memory leak on CPU
I am experiencing accumulating memory (i.e., memory leak) while performing GradCAM (v1.2.3) with a lightweight PyTorch model on Mac. Do you have any recommended solutions to combat this behavior when performing GradCAM on many different inputs sequentially?
closed
2021-04-27T13:02:52Z
2021-04-28T07:07:45Z
https://github.com/jacobgil/pytorch-grad-cam/issues/78
[]
daniegr
5
charlesq34/pointnet
tensorflow
236
why use _variable_on_cpu() to get variable??
Hi Charles, Good job on PointNet! I am confused about the tf_util.py. U use the _variable_on_cpu() to get variable by CPU. Does it mean that the weights and bias are stored on CPU cache? What is the reason you did that? Save GPU memory? Or? Rhett
closed
2020-03-25T07:26:32Z
2020-03-26T06:08:06Z
https://github.com/charlesq34/pointnet/issues/236
[]
kksgit
2
AntonOsika/gpt-engineer
python
550
No python files get written unless I use the example
**YOU MAY DELETE THE ENTIRE TEMPLATE BELOW.** ## Issue Template ## Expected Behavior When I run Gbt engineer writes python/code files to disk ## Current Behavior when GBT engineer runs it will write all_output.txt to disk but no code/python files get written to disk. but when i run the example it writes...
closed
2023-07-21T17:10:51Z
2023-07-23T04:10:04Z
https://github.com/AntonOsika/gpt-engineer/issues/550
[]
Ryan-be
1
amidaware/tacticalrmm
django
1,193
WindowsUpdate patch policy appears to be off by one day
**Server Info (please complete the following information):** - OS: Ubuntu 20.04.3 LTS - Browser: Firefox - RMM Version (as shown in top left of web UI): v0.13.4 **Installation Method:** - [x] Standard - [ ] Docker **Agent Info (please complete the following information):** - Agent version (as shown i...
closed
2022-06-27T18:45:04Z
2022-07-18T15:40:24Z
https://github.com/amidaware/tacticalrmm/issues/1193
[ "bug" ]
NiceGuyIT
2
roboflow/supervision
tensorflow
694
Add annotator EdgeBoundingBoxAnnotator which has rectangle with thick edges
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I have created a new annotator class named `EdgeBoundingBoxAnnotator` which draws bounding box with thick edges and the ability to select dif...
closed
2023-12-26T00:38:06Z
2023-12-28T09:08:24Z
https://github.com/roboflow/supervision/issues/694
[ "enhancement" ]
xaristeidou
1
ipython/ipython
jupyter
14,680
Delete unused Undefined
I think last used was removed in #14677
closed
2025-01-24T13:00:36Z
2025-01-27T17:20:03Z
https://github.com/ipython/ipython/issues/14680
[]
Carreau
0
coqui-ai/TTS
python
3,393
[Bug] Unable to load Mecab.
### Describe the bug When I try to launch the demo gui in colab for xtts_v2 it gives this error RuntimeError: ---------------------------------------------------------- Failed initializing MeCab. Please see the README for possible solutions: https://github.com/SamuraiT/mecab-python3#common-issues If you are still ha...
closed
2023-12-09T18:18:37Z
2024-03-02T00:44:42Z
https://github.com/coqui-ai/TTS/issues/3393
[ "bug", "wontfix" ]
Lenos500
6
nltk/nltk
nlp
2,545
Add a button to hide doctest arrows
# THIS IS A FEATURE REQUEST In the examples shown in the documentation the >>> arrows are annoying. They and the output of the code have to manually removed after copy pasting the examples in order to run them. Example of annoying arrows in documentation: [https://www.nltk.org/api/nltk.translate.html#nltk.transl...
open
2020-05-23T14:32:04Z
2020-06-16T03:44:10Z
https://github.com/nltk/nltk/issues/2545
[ "documentation" ]
HarikrishnanBalagopal
2
plotly/dash
data-science
3,123
Background callbacks not working on iOS/iPhone and Safari
[workaround and code to reproduce the issue at the end of this message] https://github.com/user-attachments/assets/71d085f6-1377-4559-abca-0e34d720facd Text of the error: ``` [Error] Failed to load resource: The network connection was lost. (_dash-update-component, line 0) [Error] Error: Callback failed: the server d...
open
2025-01-15T15:30:49Z
2025-01-15T16:20:12Z
https://github.com/plotly/dash/issues/3123
[ "bug", "P2", "cs" ]
celia-lm
0
koaning/scikit-lego
scikit-learn
326
[DOCS] Make API section nicer
It would be nice if the API wasn't a long list on a single page, but something more like [this](https://scikit-fairness.netlify.app/api/datasets.html). Fixing that requires an understanding of rst though.
closed
2020-05-01T15:42:21Z
2020-05-03T20:50:38Z
https://github.com/koaning/scikit-lego/issues/326
[ "documentation" ]
tomasborrella
4
QingdaoU/OnlineJudge
django
146
OJ无法更新
更新OJ时,总是会提示ERROR: manifest for registry.docker-cn.com/library/redis:4.0-alpine not found,后来发现是这个网站没有备案所导致,现在无法更新,请求帮助
closed
2018-04-29T07:32:43Z
2018-04-29T07:54:21Z
https://github.com/QingdaoU/OnlineJudge/issues/146
[]
1481767320
1
graphql-python/graphene-django
django
829
Performance issues with large data sets and pagination.
It is known that GraphQL is not the fastest API when you have many objects, see: https://github.com/graphql-python/graphene/issues/268 If you have many objects, you want to use pagination with `DjangoConnectionField`. I have run some benchmarks for this: 1. There are 1000 items and i fetch 100 of them: ``` d...
open
2019-12-19T15:40:44Z
2020-08-28T04:23:16Z
https://github.com/graphql-python/graphene-django/issues/829
[ "✨enhancement", "help wanted" ]
jedie
3
polarsource/polar
fastapi
4,601
Discounts: Convert coupons to be case-insensitive
Currently, our coupon codes are case-sensitive, but it causes some unnecessary confusion so we should make them case-insensitive, e.g ```"FoOBaR" == "FOOBAR"```
closed
2024-12-06T15:14:25Z
2024-12-17T08:24:05Z
https://github.com/polarsource/polar/issues/4601
[ "enhancement" ]
birkjernstrom
0
gradio-app/gradio
data-science
10,764
Stop automatically sorting `gr.Barplot` labels alphabetically
It seems that the `gr.Barplot` component ignores the actual order of the labels in your dataframe and instead sorts the x values alphabetically / numerically? It should respect the order of values in your dataframe: <img width="1237" alt="Image" src="https://github.com/user-attachments/assets/1b825a1c-61fa-4feb-9c14-1...
open
2025-03-08T11:34:43Z
2025-03-24T14:47:08Z
https://github.com/gradio-app/gradio/issues/10764
[ "bug" ]
abidlabs
1
allenai/allennlp
data-science
5,144
Coreference model CUDA out of memory on 16GB GPU
I'm trying to reprod some coreference results on a 16GB GPU, using this config file: https://github.com/allenai/allennlp-models/blob/main/training_config/coref/coref_spanbert_large.jsonnet I created train, test, and dev files using this script: https://github.com/allenai/allennlp-models/blob/main/allennlp_models/cor...
closed
2021-04-22T13:01:55Z
2021-05-10T20:49:35Z
https://github.com/allenai/allennlp/issues/5144
[ "question" ]
klaraesr
3
3b1b/manim
python
1,993
Feature request: Graph theory loops, weighted edges
Hello. I would like to animate several algorithms used in computer science. I've noticed it is not possible to add loop edges (edge from a node to itself) and it is not possible to assign weights to edges (decimal numbers). Can you add this functionality?
open
2023-02-09T12:54:24Z
2023-05-17T23:49:38Z
https://github.com/3b1b/manim/issues/1993
[]
GraxCode
1
piskvorky/gensim
machine-learning
3,324
provenance, copyright holders and licensing of `gensim/test/test_data/`?
On behalf of my employer, I have packaged gensim for Debian: https://tracker.debian.org/pkg/gensim In the process of auditing the gensim git repository for inclusion in Debian I noticed by using web search engines that some of the files in the [gensim/test/test_data/](https://github.com/RaRe-Technologies/gensim/t...
open
2022-04-13T07:31:14Z
2022-04-13T22:39:25Z
https://github.com/piskvorky/gensim/issues/3324
[ "housekeeping" ]
pabs3
4
huggingface/pytorch-image-models
pytorch
1,254
[BUG] Broken SyncBatchNorm due to BatchNormAct2d
**Describe the bug** Converting model with `SyncBatchNorm.convert_sync_batchnorm` leads to skipped activation functions in models that use `BatchNormAct2d`, i.e. only BN will be used in forward pass while `drop` and `act` are ignored. **To Reproduce** ``` import torch from timm.models.efficientnet import tf_ef...
closed
2022-05-08T11:10:25Z
2022-09-22T02:09:37Z
https://github.com/huggingface/pytorch-image-models/issues/1254
[ "bug" ]
selimsef
5
TracecatHQ/tracecat
automation
114
Remove Tantivy to avoid EFS friction
# Motivation - We are facing problems with EFS, also it's expensive and iteration cycles are slow - LanceDB can be offloaded to S3 instead of on disk, where it's triggering warnings: - It's creating warnings when trying to use in a volume - Remove Tantivy for now - use Tantivy through ParadeDB # Benefits - Reduced C...
closed
2024-04-30T15:26:52Z
2024-04-30T17:29:30Z
https://github.com/TracecatHQ/tracecat/issues/114
[ "enhancement", "build" ]
daryllimyt
0
ranaroussi/yfinance
pandas
2,219
0.2.51 is not calling Adj Close
### Describe bug 0.2.51 is not calling Adj Close, this does work in 0.2.50 ### Simple code that reproduces your problem tickers = ['AAPL'] start_date = '2023-01-01' end_date = '2024-01-01' stock = yf.download(tickers, start = start_date, end = end_date) stock.head() ### Debug log x ### Bad data proof _No r...
closed
2025-01-12T03:32:45Z
2025-01-19T22:39:17Z
https://github.com/ranaroussi/yfinance/issues/2219
[]
SamuelLivingstone
7
jupyter-book/jupyter-book
jupyter
1,977
Books with git submodules
### Context To allow authors to have one repo that aggregates the md / ipynb documents and be able to use this centrally to a number of books / courses (one document is common to a number of courses) we need to use git submodules where the central document repo is a submodule to a book/course repo. The author edit...
open
2023-03-16T18:04:52Z
2023-03-16T18:04:56Z
https://github.com/jupyter-book/jupyter-book/issues/1977
[ "enhancement" ]
pantelis
1
scikit-optimize/scikit-optimize
scikit-learn
893
Display of maths in acquisition functions (BO)
Current (on Safari) <img width="573" alt="Screenshot 2020-03-18 at 12 11 28" src="https://user-images.githubusercontent.com/10897531/76955249-2340d280-6912-11ea-89c7-e30cbee80d99.png"> I'd have fixed this along with #892 but wasn't sure how to fix this best Edit: note that it's a bit random, probably related t...
open
2020-03-18T11:14:58Z
2020-03-18T11:16:39Z
https://github.com/scikit-optimize/scikit-optimize/issues/893
[]
tlienart
0
kaliiiiiiiiii/Selenium-Driverless
web-scraping
128
Detrection with VPN on Bet365
I used example code, but I see that bet365 detects driverless selenium ``` from selenium_driverless.sync import webdriver options = webdriver.ChromeOptions() with webdriver.Chrome(options=options) as driver: driver.get('https://bet365.com') driver.sleep(0.5) driver.wait_for_cdp("Page.domContentEv...
closed
2023-12-03T12:27:04Z
2023-12-03T15:18:05Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/128
[]
asliazas
3
matplotlib/matplotlib
data-science
28,866
Possible memory leak in pybind11 migration
> Hi @QuLogic, I think I might have found an issue with this commit. I'm not sure if this is the right forum (or if I should create an issue?). I suspect this commit is causing a memory usage growth, even after running the garbage collector. I've only tested it on Windows 10 with python3.11. Can you reproduce this beha...
closed
2024-09-23T09:31:58Z
2024-10-09T19:12:23Z
https://github.com/matplotlib/matplotlib/issues/28866
[ "Release critical" ]
tacaswell
2
tqdm/tqdm
jupyter
1,601
Inconsistence in tqdm-stubs
# Unable to set typing for tqdm object according to tqdm-stubs #### Environment information: 4.66.4 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] linux I'm using Mypy as a static type checker and installed `types-tqdm = "4.66.0.20240417"` , while passing a `tqdm` object as parameter, Mypy recognize it as a gen...
open
2024-08-01T18:52:47Z
2024-08-01T19:03:21Z
https://github.com/tqdm/tqdm/issues/1601
[]
urucoder
0
yezyilomo/django-restql
graphql
281
Skip nested fields when they're not filled instead of populating them with <empty> value
Currently, if you don't provide the nested field's value, when you access it in the `validate` method you will find its value is `<empty>` instead of not being included at all(Skipped). So we are going to make `django-restql` skip unfilled nested fields just like the way DRF does to all other fields. This way library u...
closed
2021-09-14T21:38:18Z
2021-09-14T22:38:47Z
https://github.com/yezyilomo/django-restql/issues/281
[ "enhancement" ]
yezyilomo
0
kubeflow/katib
scikit-learn
1,647
SDK: Change API's return type to custom object
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] For now, Many APIs in [katib_client.py](https://github.com/kubeflow/katib/blob/master/sdk/python/v1beta1/kubeflow/katib/api/katib_client.py) don't treat type strictly, just using `dict`. We could c...
closed
2021-08-31T05:54:02Z
2022-04-16T07:56:57Z
https://github.com/kubeflow/katib/issues/1647
[ "kind/feature", "lifecycle/stale" ]
anencore94
5
keras-team/keras
tensorflow
20,894
Mixed precision tutorial does not work for custom training loop
I am trying to follow the [mixed precision tutorial](https://www.tensorflow.org/guide/mixed_precision) when using a custom training loop, specifically ```python @tf.function def train_step(x, y): with tf.GradientTape() as tape: predictions = model(x) loss = loss_object(y, predictions) scaled_loss = optim...
closed
2025-02-12T18:10:19Z
2025-02-22T00:10:43Z
https://github.com/keras-team/keras/issues/20894
[ "type:support" ]
CaptainDario
9
serengil/deepface
machine-learning
1,385
Adding GPU support
### Description Can we add a support of GPU? Or has this already been implemented? ### Additional Info _No response_
closed
2024-11-12T12:20:49Z
2024-11-12T12:22:26Z
https://github.com/serengil/deepface/issues/1385
[ "enhancement", "invalid" ]
AntonThai2022
1
biolab/orange3
numpy
6,741
Add Report capability for Orange-Spectroscopy Widgets
**What's your use case?** I am using the report functionality to build a short summary of my analysis work and I would like to include figures of Spectra in them. I also want to capture preprocessing done in the 'Preprocess Spectra' Widget. Most, if not all, base orange widgets support adding their summaries to a repo...
closed
2024-02-19T19:39:31Z
2024-02-23T14:04:06Z
https://github.com/biolab/orange3/issues/6741
[]
AdamOpps
1
TencentARC/GFPGAN
pytorch
229
How to use GPU
Hi all, First, its a very nice tool, you did a very good job here ! Sadly, i cant use my RTX3080 GPU to process the images, only the CPU is used, can someone help me with this ? I can tell my GPU isn't used because of this error : UserWarning: The unoptimized RealESRGAN is slow on CPU. We do not use it. If...
closed
2022-08-01T21:15:40Z
2023-12-27T07:41:03Z
https://github.com/TencentARC/GFPGAN/issues/229
[]
DrBlou
2
exaloop/codon
numpy
67
WebAssembly Support?
open
2022-12-08T18:44:00Z
2023-04-04T09:57:56Z
https://github.com/exaloop/codon/issues/67
[ "enhancement", "help wanted" ]
richardanaya
19
dask/dask
numpy
11,402
Is there any way to have the finalize task be distributed across workers too
In the read_csv part I am reading a 700 file and that is causing utilization of 2GB plus and this triggers a finalize call when seen in the dash board that has been failing repeatedly and workarounds to avoid the finalize task? ``` data= dd.read_csv(file, blocksize="10MB", engine="pyarrow") ``` ![image](https:/...
closed
2024-09-20T16:35:00Z
2024-10-08T14:24:53Z
https://github.com/dask/dask/issues/11402
[ "needs triage" ]
Cognitus-Stuti
2
ivy-llc/ivy
tensorflow
28,078
Fix Ivy Failing Test: torch - activations.sigmoid
closed
2024-01-27T13:53:18Z
2024-01-28T19:57:21Z
https://github.com/ivy-llc/ivy/issues/28078
[ "Sub Task" ]
samthakur587
0
aio-libs-abandoned/aioredis-py
asyncio
735
Add support to socket timeout, health check and keepalive
Hello, When TCP connection lost without proper disconnection, existing redis connection may become broken and the next request may take a long time before it reaches system default socket timeout, which is around ~15 mins with default linux config ( https://stackoverflow.com/questions/20403118/tcp-ceases-retransmiss...
closed
2020-04-16T05:26:23Z
2021-03-19T00:02:01Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/735
[ "enhancement", "help wanted", "need investigation", "resolved-via-latest" ]
guoyiang
5
encode/uvicorn
asyncio
1,264
Handle half closed per HTTPWG recommendation
### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe the bug I've been investigating this [bug report in Hypercorn](https://gitlab.com/pgjones/hypercorn/-/issues/211) and noticed that uvicorn cons...
open
2021-11-24T09:51:25Z
2023-08-26T09:25:30Z
https://github.com/encode/uvicorn/issues/1264
[ "http" ]
pgjones
2
saulpw/visidata
pandas
2,321
sqlglot fails to parse custom expressions for extracting data types
Hi, I noticed that extraction of data types from custom expressions could fail when being parsed by sqlglot. <img width="1453" alt="image" src="https://github.com/saulpw/vdsql/assets/35567025/10987929-93d5-4d11-94fd-956db4e251f2"> I would appreciate your thoughts for overcoming this issue.
open
2024-01-15T09:57:34Z
2024-02-19T00:03:20Z
https://github.com/saulpw/visidata/issues/2321
[ "vdsql" ]
hanexthink
0
onnx/onnx
pytorch
6,085
ONNX checker missing context
When the checker asserts a missing field in type: ``` E onnx.onnx_cpp2py_export.checker.ValidationError: Field 'shape' of 'type' is required but missing. ``` It does not provide information about which type is incomplete, and so users do not have a way to locate the error with this information.
open
2024-04-13T02:57:53Z
2024-04-19T00:44:12Z
https://github.com/onnx/onnx/issues/6085
[ "module: checker", "topic: better error message" ]
justinchuby
0
miLibris/flask-rest-jsonapi
sqlalchemy
45
Question: Adding decororators to specific methods
Is it possible to add decorators to specific methods? For example I want to add a decorator for authorization on an endpoint's POST method. However I want GET method to be public.
closed
2017-06-08T06:53:54Z
2017-06-24T11:11:12Z
https://github.com/miLibris/flask-rest-jsonapi/issues/45
[]
krypttr
11
ultralytics/ultralytics
deep-learning
18,703
yolov11_pose checkerboard grid keypoint extraction
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Back to my question, I am training yolov11_pose model, the dataset is...
open
2025-01-16T01:38:29Z
2025-01-16T10:22:17Z
https://github.com/ultralytics/ultralytics/issues/18703
[ "question", "pose" ]
starzero-hhh
4
plotly/dash-table
dash
746
When using fixed_rows & filtering with a horizontal scroll bar, if a filter returns no values you can't scroll back
In these examples, I am unable to scroll back to my filter expression in the right of the container ![fixed-rows-filtering-2](https://user-images.githubusercontent.com/1280389/79285969-fed60880-7e73-11ea-9732-50c02f305d6d.gif) ![fixed-rows-filtering](https://user-images.githubusercontent.com/1280389/79285972-0007...
open
2020-04-15T00:20:09Z
2023-08-28T23:16:27Z
https://github.com/plotly/dash-table/issues/746
[ "bug" ]
chriddyp
6
amdegroot/ssd.pytorch
computer-vision
320
Should hyper parameters write in config.py?
The code shows the developer put **both** dataset-specific configuration and hyper parameters into config.py But I don't think dataset configurations and network hyper-parameters should be written in the same file. I believe this may leads to misunderstanding of your codes.
open
2019-04-05T09:46:07Z
2019-04-05T09:46:56Z
https://github.com/amdegroot/ssd.pytorch/issues/320
[]
AlphaGoMK
0
thtrieu/darkflow
tensorflow
1,183
ImportError: No module named 'darkflow.cython_utils.cy_yolo_findboxes'
I following install step from "Getting started" but it said "No module named 'darkflow.cython_utils.cy_yolo_findboxes' " Please help me how to fix it ![image](https://user-images.githubusercontent.com/50898222/88012636-9cf8ff00-cb44-11ea-8255-3ab2c9aa87d5.png)
open
2020-07-21T04:25:24Z
2023-10-17T15:53:04Z
https://github.com/thtrieu/darkflow/issues/1183
[]
TopKruZ
2
K3D-tools/K3D-jupyter
jupyter
229
Colorbar not updating itself
Hi, After @tgandor confirming it as an unexpected behavior, here's the description of a bug related to color bar and how to reproduce it: - **Description** While changing programmatically the colormap of a type object (as mesh, line...), the color legend doesn't update itself automatically. Such behavior happens...
closed
2020-06-09T08:38:38Z
2020-06-10T09:09:45Z
https://github.com/K3D-tools/K3D-jupyter/issues/229
[]
zbouslikhin
4
Farama-Foundation/Gymnasium
api
1,303
[Proposal] Add Pufferlib Vectorisation
### Proposal Joseph, the creator of PufferLib has offered that we can copy their high-performance vectorisation environment into Gymnasium (https://x.com/jsuarez5341/status/1886878105236595011). From the initial look, we need to incorporate https://github.com/PufferAI/PufferLib/blob/2.0/pufferlib/vector.py with the ...
open
2025-02-04T22:48:33Z
2025-02-04T22:48:33Z
https://github.com/Farama-Foundation/Gymnasium/issues/1303
[ "enhancement" ]
pseudo-rnd-thoughts
0
unionai-oss/pandera
pandas
1,124
pandera >= 0.14.0 validation fails when non-numpy type index in SchemaModel
**Describe the bug** The pandera >= 0.14.0 fails the validation when non-numpy type like `pd.StringDtype` is used as a index type. Pandera is probably casting the index to numpy representation internally which is causing type mismatch error. https://github.com/unionai-oss/pandera/blob/7774ab64fd1027e09103d86bcbd46d...
closed
2023-03-17T05:34:03Z
2023-03-17T20:47:18Z
https://github.com/unionai-oss/pandera/issues/1124
[ "bug" ]
petrchmelar
3
pyeventsourcing/eventsourcing
sqlalchemy
13
questions
hi 2 questions 1) ordering of events and clock drift - sqlalchemy_stored_events sorts by a Sequence() which seems to be clock-drift-proof - cassandra_stored_events sort by a timeuuid which mean it is vulnerable to a cassandra server clock drift right? 2) concurrency - if multiple processes are working on the same en...
closed
2016-09-28T20:28:50Z
2016-10-18T17:09:55Z
https://github.com/pyeventsourcing/eventsourcing/issues/13
[]
ghost
30
Evil0ctal/Douyin_TikTok_Download_API
fastapi
280
[BUG] 升级到最新版3.1.8无法解析抖音
***发生错误的平台?*** 抖音 ***发生错误的端点?*** Web APP ***提交的输入值?*** ``` 2.53 H@V.Lw 04/12 vSY:/ 复制打开抖音,看看# 脱口秀 # 聊天 # 脱口秀# 聊天 这事还是有很深根源的。 https://v.douyin.com/ieWnGEWa/ ``` ***是否有再次尝试?*** 是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** ``` Traceback (most recent call last): File "/root/.local/lib/pyth...
closed
2023-09-26T12:21:52Z
2023-09-26T12:41:20Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/280
[ "BUG" ]
lifei6671
0
huggingface/datasets
machine-learning
6,588
fix os.listdir return name is empty string
### Describe the bug xlistdir return name is empty string Overloaded os.listdir ### Steps to reproduce the bug ```python from datasets.download.streaming_download_manager import xjoin from datasets.download.streaming_download_manager import xlistdir config = DownloadConfig(storage_options=options) manger = Str...
closed
2024-01-15T05:34:36Z
2024-01-24T10:08:29Z
https://github.com/huggingface/datasets/issues/6588
[]
d710055071
0
ivy-llc/ivy
pytorch
28,769
Fix Frontend Failing Test: torch - blas_and_lapack_ops.svd
open
2024-06-20T00:52:08Z
2024-06-20T02:17:47Z
https://github.com/ivy-llc/ivy/issues/28769
[ "Sub Task" ]
Daniel4078
4
mwaskom/seaborn
pandas
3,506
AttributeError: 'numpy.bool_' object has no attribute 'startswith' #3505
I have all the latest version. Please find below matplotlib=>3.8.0 numpy=>1.26.0 pandas=>2.1.1 seaborn=>0.12.2 ``` (ai_ml_training) PS C:\Users\sarsasid> pip install matplotlib --upgrade Requirement already satisfied: matplotlib in c:\users\sarsasid\appdata\roaming\python\python311\site-package...
closed
2023-09-29T00:55:00Z
2023-09-29T00:59:47Z
https://github.com/mwaskom/seaborn/issues/3506
[]
sarath-mec
1
Ehco1996/django-sspanel
django
137
请问大佬的WEBAPI还没有做完吗?
找来找去都没有找到WEBAPI。 另外我想节点部署的时候不用去改端口密码那些吧,应该会去数据库查的吧。
closed
2018-06-15T03:08:04Z
2018-07-30T03:19:32Z
https://github.com/Ehco1996/django-sspanel/issues/137
[]
neilbowman666
3
sepandhaghighi/samila
matplotlib
138
Warning and errors for wrong inputs
#### Description Handle warning and errors for different wrong inputs
open
2022-06-01T19:15:57Z
2024-06-21T13:49:30Z
https://github.com/sepandhaghighi/samila/issues/138
[ "enhancement" ]
sepandhaghighi
0
fastapi/sqlmodel
pydantic
626
Add documentation about how to use the async tools (session, etc)
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content Add documentation about how to use the async tools (session, etc). <!-- POLAR PLEDGE BADGE START --> ## Funding * You can sponsor this specific effort via a [Polar.sh](https://polar.sh) pledge below * We rece...
open
2023-07-28T12:22:45Z
2024-06-27T03:39:55Z
https://github.com/fastapi/sqlmodel/issues/626
[ "docs", "confirmed", "polar" ]
tiangolo
7
ultralytics/yolov5
machine-learning
12,735
Mosaic Bounding Box issue
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug When I visualize the images after applying mosaic augmentation, I notice that the bounding box from the original image affect...
closed
2024-02-15T16:12:25Z
2024-10-20T19:39:44Z
https://github.com/ultralytics/yolov5/issues/12735
[ "bug", "Stale" ]
Kanan99
3
ultralytics/yolov5
pytorch
13,533
maintain high resolution for object detection segmentation
### 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 My current problem is when I input an image with a resolution of 20mp, then during the in...
open
2025-03-13T03:51:40Z
2025-03-16T00:10:17Z
https://github.com/ultralytics/yolov5/issues/13533
[ "question", "detect", "segment" ]
pepsodent72
8
GibbsConsulting/django-plotly-dash
plotly
153
Static Files Serve Locally Required v0.9.9+
The static files seem to be required to be served locally now in a debug environment. With v0.9.8 and below I did not need to serve them locally, with v0.9.9+ the plotly_footer template tag seems to only load the locally served files, which I am not serving. I am using: ``` Django==2.0.9 dash==0.42.0 plotly==3.9...
closed
2019-05-13T23:11:50Z
2019-05-17T16:09:06Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/153
[ "enhancement" ]
VenturaFranklin
1
ansible/awx
django
14,966
Allow Vault Credentials for Project SCM Type Inventories to process inventory plugin parameters
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
open
2024-03-07T10:26:20Z
2024-09-16T07:51:29Z
https://github.com/ansible/awx/issues/14966
[ "type:enhancement", "component:ui", "community" ]
azrdev
5
paperless-ngx/paperless-ngx
machine-learning
7,585
[BUG] Documents is assigned to other user as owner than selected
### Description If I assign a document to myuser (admin and superuser) I cannot access the document, because internally it gets assigned to _NOT myuser_. The wrong user assignation is only visible in the django-log, neither in paperless nor the django document view. It appears to me that the two enums of users in...
closed
2024-08-31T15:26:09Z
2024-08-31T20:43:41Z
https://github.com/paperless-ngx/paperless-ngx/issues/7585
[ "not a bug" ]
SoleroTG
0
desec-io/desec-stack
rest-api
394
Separate minimum TTL and default TTL
Currently, all RR sets are by default created with the minimum TTL, which may lead to increased cost at the frontends. Let's separate this out in default and minimum TTL. Related to #393
open
2020-05-19T08:47:42Z
2020-05-19T08:47:42Z
https://github.com/desec-io/desec-stack/issues/394
[ "enhancement", "api" ]
nils-wisiol
0
X-PLUG/MobileAgent
automation
110
请问Azure的key能直接用到这个项目里吗
我们是通过Azure的api调用gpt,相关的key能直接用到咱们项目里吗
open
2025-03-05T02:41:19Z
2025-03-06T02:28:01Z
https://github.com/X-PLUG/MobileAgent/issues/110
[]
mystufo
1
JaidedAI/EasyOCR
deep-learning
943
Whitespace Detection
How do I detect white spaces between words (interword separation). Currently EasyOCR is failing to detect them.. Is there any swicth or option for the reader that will help in detecting them as part of the text?
open
2023-02-03T03:35:00Z
2023-05-15T14:42:29Z
https://github.com/JaidedAI/EasyOCR/issues/943
[]
srnimani
4
ExpDev07/coronavirus-tracker-api
rest-api
104
Locations with timeline is really slow
Can we searching for timeline just for a country? So, timelines with country code
closed
2020-03-20T08:06:03Z
2020-03-21T20:43:05Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/104
[ "question" ]
adiglase
3
jina-ai/clip-as-service
pytorch
130
Service stopped after closing the command window
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x] Are you running the latest `bert-as-service`? * [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [ ] D...
closed
2018-12-14T10:47:07Z
2018-12-14T10:58:50Z
https://github.com/jina-ai/clip-as-service/issues/130
[]
Lihengwannafly
1
graphql-python/graphene
graphql
936
Incompatibility with Python 2.7 version
https://github.com/graphql-python/graphene/blob/7b6dae7fa3bf8d2e066e92e730c8a9740656a448/graphene/types/uuid.py#L15 This fails occasionally on python 2.7, most likely pointed by my colleague due to it sending uuid in unicode string. Suggested fix: import six and then replace if condition if isinstance(uuid, ...
closed
2019-04-05T23:44:59Z
2019-04-08T21:07:05Z
https://github.com/graphql-python/graphene/issues/936
[ "work in progress" ]
sulabhjain
1
Asabeneh/30-Days-Of-Python
python
592
Spelling Mistake
https://github.com/Asabeneh/30-Days-Of-Python/blob/763e78b6aed63f0815a7b03b890e723986ee485c/06_Day_Tuples/06_tuples.md?plain=1#L96 This doesn't run `las_index` is not same as `last_index`.
open
2024-08-16T01:43:56Z
2024-08-16T01:43:56Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/592
[]
kyle2johnson5
0
pallets-eco/flask-sqlalchemy
flask
405
In windows7, make_declarative_base error
On line 741 in **init**.py, error message: positional argument 1 but 2 given. I replace the line with the following snippet. It works. ``` try: if metadata: self.Model = self.make_declarative_base(metadata) else: self.Model = self.make_declarative_base() ...
closed
2016-07-07T01:48:43Z
2020-12-05T20:55:32Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/405
[]
fivejjs
1
charlesq34/pointnet
tensorflow
239
Getting NAN after few iterations
Hi, I am using PointNet on Pytorch using this [github](https://github.com/fxia22/pointnet.pytorch) to train my custom dataset. However, after training around 10-20 batches of examples, the loss goes into NAN. I highly doubt that it is a exploding gradient issue. (still trying to diagnose the problem) Postin...
closed
2020-03-31T10:28:21Z
2020-04-06T15:04:59Z
https://github.com/charlesq34/pointnet/issues/239
[]
dhirajsuvarna
1
hbldh/bleak
asyncio
758
Problem to pair to a BLE Server having encrypted(authenticated) read/write characteristics in Python/Linux?
* bleak version: 0.14.1 * Python version: 3.9.2 * Operating System: Raspbian GNU/Linux 11 (bullseye) * BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55 ### Description In the documentation of Bleak, there isn't any information about pairing with BLE server required authentication/encryption in Linux. I o...
open
2022-02-06T01:26:55Z
2022-11-22T14:02:41Z
https://github.com/hbldh/bleak/issues/758
[ "Backend: BlueZ" ]
hientv1999
1
ultralytics/yolov5
deep-learning
12,546
Hello author, I would like to use multiple machines and multiple cards for training in a Windows environment. What do I need to do?
### 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 Hello author, I would like to use multiple machines and multiple cards for training in a ...
closed
2023-12-23T07:56:20Z
2024-02-05T00:21:17Z
https://github.com/ultralytics/yolov5/issues/12546
[ "question", "Stale" ]
yxl23
7
ymcui/Chinese-LLaMA-Alpaca
nlp
365
使用的语料
请问alpaca-plus使用的语料是[nlp_chinese_corpus](https://github.com/brightmart/nlp_chinese_corpus)构造的吗?还是pclue吗
closed
2023-05-17T09:00:26Z
2023-05-28T23:59:17Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/365
[ "stale" ]
qwjaskzxl
5
aio-libs/aiomysql
sqlalchemy
809
setuptools_scm version 7 generates an incorrect version number for wheels
when switching to `setuptools_scm` version 7 we can also drop the dependency on `setuptools_scm_git_archive`, as the functionality is now provided in setuptools_scm` directly. for the archive functionality it also has a different `.git_archival.txt` template than what we currently use, we should probably update that...
open
2022-06-29T17:40:53Z
2022-07-11T00:26:38Z
https://github.com/aio-libs/aiomysql/issues/809
[ "dependencies" ]
Nothing4You
1
remsky/Kokoro-FastAPI
fastapi
190
Does this project require an internet connection to run?
Hello, I am in China, where the network environment is not very friendly towards GitHub, sometimes it connects and sometimes it doesn't. Every time I run this project, if there is no internet or it cannot connect to GitHub, the following message appears. It seems to be downloading a file, which it attempts to do every ...
closed
2025-02-20T14:02:45Z
2025-03-09T17:52:23Z
https://github.com/remsky/Kokoro-FastAPI/issues/190
[]
gotname
13
youfou/wxpy
api
423
请问怎么发送Sharing的消息?
已经参考文档中的send_raw_msg例子发送Card的消息。 而且知道Sharing的Type=49,请问其Raw_content应该怎么组织? 应该参考哪里的文档?
open
2019-11-08T08:05:02Z
2019-11-08T08:05:02Z
https://github.com/youfou/wxpy/issues/423
[]
CyberFork
0
sanic-org/sanic
asyncio
2,252
Blueprints not handling errors on 21.9.0
**Describe the bug** Error handler on the blueprint is no longer working with 21.9.0. Worked fine on 21.6.2 **Code snippet** I've created a reproducible simplified version on the repo here: https://github.com/aericson/sanic-blueprint-error-demo You should be able to see the error on the Github Action here: https:...
closed
2021-10-01T16:51:40Z
2021-10-01T17:10:03Z
https://github.com/sanic-org/sanic/issues/2252
[]
aericson
2
errbotio/errbot
automation
1,253
TypeError: can't pickle module objects
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 * [ ] Requesting help with running my bot * [x] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version:...
closed
2018-09-25T03:58:54Z
2018-09-25T04:56:45Z
https://github.com/errbotio/errbot/issues/1253
[]
anjandev
3
pytorch/pytorch
deep-learning
149,720
Implement `permute` for masked tensor
### 🚀 The feature, motivation and pitch I have a RNN-like module, which reads the input step by step in for-loop. The batch contains sequences of different length, which are therefore padded. I would like to ignore the padding throughout the various layers in the network. I thought I could use masked tensors! But, th...
open
2025-03-21T10:18:32Z
2025-03-21T15:06:52Z
https://github.com/pytorch/pytorch/issues/149720
[ "triaged", "module: nestedtensor" ]
JackCaster
1
kornia/kornia
computer-vision
2,257
LoFTR pretrained='indoor' does not work
### Describe the bug LoFTR for image matching does not produce expected results when choosing the model pretrained on indoor datasets (`KF.LoFTR(pretrained='indoor')`) ``` !wget https://github.com/kornia/data/raw/main/matching/kn_church-2.jpg !wget https://github.com/kornia/data/raw/main/matching/kn_church-8.jp...
closed
2023-03-05T06:40:14Z
2023-04-03T14:02:13Z
https://github.com/kornia/kornia/issues/2257
[ "help wanted" ]
schwarzwalder93
7
jupyterlab/jupyter-ai
jupyter
348
cannot instantiate local gpt4all model in chat
Hello, could you help me figure out why I cannot use the local gpt4all model? I'm using the `ggml-gpt4all-l13b-snoozy` language model without embedding model, and have the model downloaded to `.cache/gpt4all/` (although via a symbolic link since I'm on a cluster with limited home directory quota). When I type `/ask hel...
open
2023-08-17T08:39:34Z
2023-09-26T09:48:49Z
https://github.com/jupyterlab/jupyter-ai/issues/348
[ "bug", "scope:extensibility" ]
h3jia
6
alteryx/featuretools
scikit-learn
1,757
Allow date offsets as parameters to rolling Transform primitives
Once we allow rolling gap transform primitives in #1756 that work with integers as the parameters that specify the window of aggregation, we should add the ability to use [pandas date offset](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#dateoffset-objects) strings as `window_length` and `gap`...
closed
2021-10-27T20:05:44Z
2022-01-25T21:58:06Z
https://github.com/alteryx/featuretools/issues/1757
[]
tamargrey
2
dnouri/nolearn
scikit-learn
209
memory effiency
I found nolearn model keep the training data in the memory, so when I train many models, it will eat up the memory resources very fast. I think nolearn model should release the training data after the training is done.
closed
2016-01-31T11:11:38Z
2016-04-06T14:11:54Z
https://github.com/dnouri/nolearn/issues/209
[]
fayeshine
13
Anjok07/ultimatevocalremovergui
pytorch
1,245
Last Error Received:
Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeException: "[ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Exception during initialization: D:\a\_work\1\s\onnxruntime\core\providers\cuda\cuda_call.cc:122 onnxruntime::CudaCall D:\a\_wo...
open
2024-03-18T00:28:40Z
2024-03-18T00:28:40Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1245
[]
sashko22rus
0
scikit-optimize/scikit-optimize
scikit-learn
710
CircleCI v1.0 is End of Life
The config for the circleci build is EOL and needs to be updated by the end of august 2018 https://circleci.com/sunset1-0/
closed
2018-08-14T05:47:22Z
2018-12-02T09:25:33Z
https://github.com/scikit-optimize/scikit-optimize/issues/710
[]
kmader
3
aiortc/aiortc
asyncio
589
Wrong arguments order in candidate_from_sdp with Google Nest Cam WebRTC stream
I'm trying to read a WebRTC Stream from Google Nest Cam with the videostream-cli/cli.py example. I've created an SDP offer with the following configuration: ``` pc.addTransceiver("audio", direction="recvonly") pc.addTransceiver("video", direction="recvonly") pc.createDataChannel(label="dataSendChannel") await p...
closed
2021-11-20T17:28:42Z
2022-01-25T23:55:21Z
https://github.com/aiortc/aiortc/issues/589
[]
danieleratti
5
matplotlib/matplotlib
data-visualization
29,646
[Bug]: Markers with string-type integer values are converted to integers in cycler and matplotlibrc
### Bug summary When creating a cycler with a `"marker"` property value contains strings that _could_ be converted to integers, they are always converted to integers, even if the string value is valid and the intended value. This is most obvious with the list `["1", "2"]`; which is distinctly different from `[1, 2]`. ...
open
2025-02-19T12:48:32Z
2025-02-20T15:21:29Z
https://github.com/matplotlib/matplotlib/issues/29646
[]
conradhaupt
6
nschloe/tikzplotlib
matplotlib
64
fig.suptitle gives faulty output
The `.tikz` file here: https://gist.github.com/snim2/eec246862c72fdca4391#file-example-tikz was generated with `matplotlib2tikz` on a Ubuntu 15.04 machine, with LaTeX packages as per the file list below. Running `pdflatex` on this LaTeX file based on the example in the manual: ``` latex \documentclass[a4paper]{articl...
closed
2015-10-15T11:49:55Z
2015-10-25T21:38:41Z
https://github.com/nschloe/tikzplotlib/issues/64
[]
snim2
8
davidsandberg/facenet
tensorflow
1,183
Using custom FaceNet model combined with a Siamese Architecture
Hey The FaceNet model is performing well as of now but I would like to improve this by feeding the vectors that we get from FaceNet into a Siamese like network which would print out the difference between two images. So essentially I would have two FaceNet heads of whose result I will take the difference of and fee...
open
2020-11-18T08:24:50Z
2021-01-08T09:11:01Z
https://github.com/davidsandberg/facenet/issues/1183
[]
anandhakrishnantecholution
2
K3D-tools/K3D-jupyter
jupyter
152
two sided surfaces
In some other projects, like in [ipyvolume](https://github.com/maartenbreddels/ipyvolume/issues/60) and [pythreejs](https://github.com/jupyter-widgets/pythreejs) it is possible to tune the two sides of a surface differently, that is, for example, make them have a different colour or make one visible while hiding the ot...
closed
2019-05-17T10:26:40Z
2020-05-05T07:30:22Z
https://github.com/K3D-tools/K3D-jupyter/issues/152
[ "enhancement" ]
oroszl
6
biolab/orange3
numpy
6,468
Moveable and resizeable input data/output data window
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** Hello all, A little UI/UX issue : when I'm on the input data/output data window, the window i...
closed
2023-06-08T04:52:46Z
2023-06-08T18:49:55Z
https://github.com/biolab/orange3/issues/6468
[]
simonaubertbd
2
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
801
在云上运行FCN网络的时候使用GPU进行训练会报这个错:FileNotFoundError: [Errno 2] No such file or directory srun: error: gpu03: task 0: Exited with exit code 1
这是完整的报错,网上搜了,很多讲的是进程之间通信的问题,这个问题要怎么解决呀?应该在代码中修改哪些位置? Epoch: [0] [ 0/366] eta: 0:31:04 lr: 0.000000 loss: 2.1887 (2.1887) time: 5.0952 data: 0.7384 Epoch: [0] [ 10/366] eta: 0:15:24 lr: 0.000003 loss: 0.5890 (2.3867) time: 2.5974 data: 0.0681 Epoch: [0] [ 20/366] eta: 0:14:01 lr: 0.000006 loss: 0.281...
open
2024-04-25T04:25:31Z
2025-01-09T02:33:33Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/801
[]
nanwang-crea
6
kizniche/Mycodo
automation
971
Hang up flask web interface, after update to ver.8.9.2
Error (Full Traceback): ``` Traceback (most recent call last): File "/home/pi/Mycodo/env/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() File "/home/pi/Mycodo/env/lib/python3.7/site-packages/flask/app.py", line 1953, in full_dispatch_request ...
closed
2021-04-03T13:02:24Z
2021-04-24T18:22:35Z
https://github.com/kizniche/Mycodo/issues/971
[ "bug", "Fixed and Committed" ]
olegukr
4
skforecast/skforecast
scikit-learn
81
Check that the index is complete when it is of type datetime and has an associated frequency
@JavierEscobarOrtiz In the current implementation data index is check to verify if it is of type datetime and has frequency. It could happen that there are missing time stamps. Should we rise a warning?
closed
2022-02-04T12:55:32Z
2022-06-20T09:17:59Z
https://github.com/skforecast/skforecast/issues/81
[ "question" ]
JoaquinAmatRodrigo
1
pyg-team/pytorch_geometric
deep-learning
8,797
Error in Loading Flickr Dataset: Receives `Google Drive - Virus Scan Warning` Instead of `feats.npy`
### 🐛 Describe the bug I encountered an issue when trying to load the `Flickr` dataset using `torch_geometric.datasets.Flickr`. The expected `.npy` file was replaced with a `Google Drive - Virus scan warning` HTML page. This seems related to the dataset fetching process, potentially caused by Google Drive's security ...
closed
2024-01-19T21:57:15Z
2024-01-21T19:39:40Z
https://github.com/pyg-team/pytorch_geometric/issues/8797
[ "bug" ]
Hsu1023
2
KrishnaswamyLab/PHATE
data-visualization
63
Failed python import after pip install on linux
``` In [1]: import phate --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-ffc4c2cce566> in <module> ----> 1 import phate ~/.local/lib/python3.6/site-packages/phate/__init__.py in <module> 3 from .phate import PHATE 4 impor...
closed
2019-04-11T22:12:14Z
2019-04-12T03:08:29Z
https://github.com/KrishnaswamyLab/PHATE/issues/63
[]
Markusjsommer
3
Lightning-AI/LitServe
rest-api
86
FastAPI background_task cleanup is not executed upon error
FastAPI `background_task` cleanup is not executed if any error is encountered. To reproduce, run this code and add a print in cleanup function. ```py import litserve as ls class SimpleLitAPI(ls.LitAPI): def setup(self, device): # Set up the model, so it can be called in `predict`. se...
closed
2024-05-14T16:52:44Z
2024-08-09T13:49:47Z
https://github.com/Lightning-AI/LitServe/issues/86
[ "bug", "good first issue", "help wanted" ]
aniketmaurya
1
pallets-eco/flask-wtf
flask
276
Validation (FileAllowed) issue upgrading 0.13.1 -> 0.14
I upgraded Flask-WTF last night from 0.13.1 -> 0.14 The issue I have is that when the FileField is blank (if the user chooses not to upload an image) then the validation fails. I do not require the field. ```python class PostForm(FlaskForm): """Handle the input from the web for posts and replies.""" bo...
closed
2017-01-09T19:01:28Z
2017-09-11T20:10:02Z
https://github.com/pallets-eco/flask-wtf/issues/276
[ "bug" ]
docapotamus
13
awesto/django-shop
django
371
Test and update the docker images
closed
2016-07-26T20:48:23Z
2016-11-08T23:54:29Z
https://github.com/awesto/django-shop/issues/371
[]
rfleschenberg
1
unytics/bigfunctions
data-visualization
138
[new]: `udaf` compatibility - `weighted_average`(element, weight)
### Check the idea has not already been suggested - [X] I could not find my idea in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Anew-bigfunction) ### Edit the title above with self-explanatory function name and argument names - [X] The function name and the argument...
closed
2024-04-29T19:07:40Z
2024-05-10T19:25:15Z
https://github.com/unytics/bigfunctions/issues/138
[ "new-bigfunction" ]
AxelThevenot
0
milesmcc/shynet
django
198
Support Docker Swarm
Kia ora, The project currently requires a `.env` file for reading in configuration values, however this doesn't suit deployment onto Docker Swarm. It would be great if the application could read Docker Swarm secret and config values, and come with a provided stack file. I'm currently trying to add this as a servi...
open
2022-01-25T03:36:09Z
2022-01-25T03:36:09Z
https://github.com/milesmcc/shynet/issues/198
[]
JackMorganNZ
0