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
ranaroussi/yfinance
pandas
2,057
python nvidia_stock_tool.py
### Describe bug C:\Users\basse>python nvidia_stock_tool.py Current Stock Information for NVDA: Company Name: NVIDIA Corporation Traceback (most recent call last): File "C:\Users\basse\nvidia_stock_tool.py", line 34, in <module> display_stock_data(hist, info) File "C:\Users\basse\nvidia_stock_tool.py", l...
closed
2024-09-17T10:01:17Z
2024-09-28T10:32:08Z
https://github.com/ranaroussi/yfinance/issues/2057
[]
Kessi69
1
python-visualization/folium
data-visualization
1,320
Unicode issue in tooltips on Jupyter notebook
![image](https://user-images.githubusercontent.com/62433564/81073182-3d7c4300-8eb5-11ea-8155-437253b2aef5.png) MVP: ``` import folium map_osm = folium.Map() folium.GeoJson('{ "type": "Feature", "properties": { "name": "5/7, Линейная улица, Berdsk, Berdsk municipality, Novosibirsk Oblast, Siberian Federal Distr...
closed
2020-05-05T14:07:43Z
2021-02-03T20:08:20Z
https://github.com/python-visualization/folium/issues/1320
[ "bug", "jupyter" ]
galewis2
11
lepture/authlib
flask
567
The expires_in function needs to have a timedelta to avoid tokenExpiry errors for milliseconds
**Describe the bug** I am using the OAuth2session object ``` client = OAuth2Session(client_id=client_id, client_secret=client_secret, token_endpoint=token_url, grant_type='client_credentials') client.fetch_token(token_url) client.get(<MY_PROTECTED_URL>) ``` Here, the library behavior is that the token gets...
closed
2023-07-24T08:47:18Z
2024-04-08T16:58:45Z
https://github.com/lepture/authlib/issues/567
[ "bug", "good first issue" ]
pghole
2
LibrePhotos/librephotos
django
670
Change date format
How can I change the date format librephotos uses? When I set the website's profile language to English I get dates formatted like **MMMM DD YYYY, DDDD** which is pretty acceptable as far as I know. When I set the language to Dutch however that same format is used (with day and month names in Dutch). In Dutch this ...
closed
2022-10-18T14:55:06Z
2022-11-15T14:28:01Z
https://github.com/LibrePhotos/librephotos/issues/670
[ "enhancement", "frontend" ]
Roebie
3
serengil/deepface
deep-learning
1,430
[FEATURE]: Facenet Model impovement
### Description **Extremly unstable metrics for production level face verification system** Briefly, my system is designed to verify person by photo looking to video, I basically use frames and take average cos similarity accross frames as result cos similarity. Issue is, I noticed that flagman pair of models, which ...
closed
2025-01-30T14:13:54Z
2025-01-30T14:40:45Z
https://github.com/serengil/deepface/issues/1430
[ "enhancement", "dependencies" ]
YernarBekbolat
1
suitenumerique/docs
django
320
⚡️Compress img before saving
## Feature Request Sometime images saved in docs are very heavy, I noticed more than 6mo. We could compress them without loosing too much quality before saving them in the MinIO, it will speed up a lot the page loading.
open
2024-10-10T15:37:21Z
2024-10-17T15:09:28Z
https://github.com/suitenumerique/docs/issues/320
[ "enhancement", "backend" ]
AntoLC
1
babysor/MockingBird
pytorch
883
克隆后的音频播放时,杂音很重
**合成后的杂音很重怎么处理** **Env & To Reproduce[复现与环境]** encoder: pretrained_bak_5805000 ppg_extractor:24epoch.pt ppg2mel:ppg2mel.yaml ppg2melbest_loss_step_322000.pth vocoder_hifigan_24k:hifigan_24k.pt config.json 用到的模型如上所示,我运行了run.py得到合成后的音频,播放时发现杂音非常大,合成的音色和给定的音色还算接近,如何处理掉杂音问题? 另外我从README的2.3中下载了社区提供的预训练合成器,但不知道这个...
open
2023-04-20T08:29:22Z
2023-06-07T09:03:01Z
https://github.com/babysor/MockingBird/issues/883
[]
DrewdropLife
1
paperless-ngx/paperless-ngx
django
9,467
[BUG] SMTP Password not taken from env
### Description I try to send an email with the workflow. SMTP Settings are set, but I changed the password on the server side for a while and also changed it in Paperless with changing the env-variable PAPERLESS_EMAIL_HOST_PASSWORD to the new password. But I can't send eMails, because I get an error that authentica...
closed
2025-03-23T14:16:37Z
2025-03-23T14:54:57Z
https://github.com/paperless-ngx/paperless-ngx/issues/9467
[ "not a bug" ]
puzich
3
521xueweihan/HelloGitHub
python
2,748
【开源自荐】批量为视频生成字幕文件,并翻译成其它语言
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/buxuku/video-subtitle-master <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类...
open
2024-05-13T10:01:07Z
2024-05-24T06:41:09Z
https://github.com/521xueweihan/HelloGitHub/issues/2748
[ "JavaScript 项目" ]
buxuku
0
pyjanitor-devs/pyjanitor
pandas
1,044
[ENH] let `fill_empty` function support to fill NaN value with mean, median or mode
# Brief Description As title. For some data, such as GDP, filling its NaN value with 0 isn't a good idea. Because most of the GDP values end in million. We don't fill NaN value with `0` rather mean value. # API ```python def fill_empty( df: pd.DataFrame, column_names: list[str | int], value:...
open
2022-03-16T11:43:21Z
2022-03-19T11:58:54Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1044
[]
Zeroto521
3
tensorpack/tensorpack
tensorflow
833
Is there ImageNet Pretrain weights for Res101-GroupNorm32-Alignpadding?
I have seen the weights for Res50-GroupNorm32-Alignpadding? However, Res50 is low in accuracy. Is there ImageNet Pretrain weights for Res101-GroupNorm32-Alignpadding?
closed
2018-07-19T02:33:48Z
2018-12-25T08:41:57Z
https://github.com/tensorpack/tensorpack/issues/833
[ "examples" ]
engineer1109
8
microsoft/qlib
machine-learning
1,350
get_recorder use data from another computer
## ❓ Questions and Help We sincerely suggest you to carefully read the [documentation](http://qlib.readthedocs.io/) of our library as well as the official [paper](https://arxiv.org/abs/2009.11189). After that, if you still feel puzzled, please describe the question clearly under this issue. Suppose I am using...
closed
2022-11-13T07:25:08Z
2023-03-07T15:01:53Z
https://github.com/microsoft/qlib/issues/1350
[ "question", "stale" ]
nkchem09
2
aiogram/aiogram
asyncio
752
Callback handler doesn't work
## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. * Operating System: Ubuntu 20.14 * Python Version: 3.9.5 * aiogram version: 2.16 * aiohttp version: 3.8.1 * uvloop version (if installed): 0.16.0 ...
closed
2021-11-19T14:26:27Z
2022-08-12T07:41:38Z
https://github.com/aiogram/aiogram/issues/752
[ "stale", "needs triage" ]
komarp
3
pytest-dev/pytest-randomly
pytest
209
reorganize randomly across more things
would it be possible to get pytest-randomly to shuffle based on overlapping fixture scopes rather than just module, class, fn
open
2019-11-06T20:41:21Z
2019-11-11T20:46:59Z
https://github.com/pytest-dev/pytest-randomly/issues/209
[]
graingert
3
shibing624/text2vec
nlp
54
长文本的相似度
### Describe the Question 是否有支持长文本级别 相似度计算的模型
closed
2023-01-05T02:18:15Z
2023-01-13T01:46:07Z
https://github.com/shibing624/text2vec/issues/54
[ "question" ]
xxllp
5
pandas-dev/pandas
data-science
60,282
BUG (string dtype): `replace()` value in string column with non-string should cast to object dtype instead of raising an error
For all other dtypes (I think, just checked with the one below), if the value to replace with in `replace()` doesn't fit into the calling series, then we "upcast" to object dtype and then do the replacement anyway. Simple example with an integer series: ```python >>> ser = pd.Series([1, 2]) >>> ser.replace(1, "...
closed
2024-11-12T10:18:23Z
2024-11-12T21:41:48Z
https://github.com/pandas-dev/pandas/issues/60282
[ "Bug", "Strings", "replace" ]
jorisvandenbossche
0
ultralytics/ultralytics
machine-learning
19,788
Custom Yolo8 to Onnx
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I have created a custom yolo 8 model that takes in (1 4 640 640) and I want ...
open
2025-03-19T19:19:52Z
2025-03-20T01:22:15Z
https://github.com/ultralytics/ultralytics/issues/19788
[ "question", "exports" ]
Mysterium-sch
4
pyro-ppl/numpyro
numpy
1,037
New versions of sphinx and jinja2 break docs linting
This is observed by @tcbegley in #1034
closed
2021-05-12T04:59:10Z
2021-05-27T20:28:51Z
https://github.com/pyro-ppl/numpyro/issues/1037
[ "low priority", "documentation" ]
fehiepsi
1
numpy/numpy
numpy
28,138
RuntimeError: _ARRAY_API is not PyCapsule object when importing OpenCV on Python 3.13 with no GIL
### Steps to reproduce: Build a docker container using the following dockerfile: ``` FROM nvidia/cuda:12.3.2-devel-ubuntu22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update RUN apt-get install -y software-properties-common RUN add-apt-repository ppa:deadsnakes/ppa RUN apt-get install -y cmake buil...
closed
2025-01-10T08:44:45Z
2025-01-15T21:22:27Z
https://github.com/numpy/numpy/issues/28138
[ "57 - Close?", "32 - Installation" ]
CameronDevine
13
kymatio/kymatio
numpy
787
reconstruct signal example fails
I went through plot_real_signal, and generated the scattering coefficients Sx. Then I tried to use reconstruct_signal to reproduce the original sound file. Even after converting x and Sx from the first example to torch-friendly tensors, I hit the folliowing error: `TypeError Traceback (...
closed
2021-11-08T06:24:02Z
2022-01-01T23:22:06Z
https://github.com/kymatio/kymatio/issues/787
[]
milchada
3
tox-dev/tox
automation
3,264
ImportError with tox but pytest works when using entry_points plugins.
## Issue I expect tox to succeed when tests pass with pytest. I am seeing all tests pass with pytest but plugin project has unit tests fail when using tox due to ImportErrors. This might be out of scope for requesting help. I have tried many different approaches to fix my issue when running tox. If you can provid...
closed
2024-04-07T03:09:03Z
2024-09-10T18:07:21Z
https://github.com/tox-dev/tox/issues/3264
[]
tdenewiler
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,293
encoder training isn't stopping
i am trying to train encoder on a small dataset of 10 audios but it is taking months and not stopping. Can you please help me?
open
2024-03-16T07:56:32Z
2024-03-16T07:56:32Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1293
[]
Sarajish
0
lanpa/tensorboardX
numpy
43
log batches of embeddings
Is there a way to log batches of embeddings then interact with all of the batches together in the projector? I'm currently logging batches with the following code: ``` writer.add_embedding(embedding_batch, metadata=label_batch, label_img=train_batch, global_step=current_epoch) ``` When ...
closed
2017-10-20T11:30:32Z
2017-10-21T03:50:51Z
https://github.com/lanpa/tensorboardX/issues/43
[]
A-Jacobson
4
gradio-app/gradio
data-science
10,623
Provide a status indicator to show that a Chatbot has not finished streaming
From an [internal conversation](https://huggingface.slack.com/archives/C08CP7H97EG/p1739208266953479): > have a loading animation while the agent is still in its thought process (i.e. didn't finish yielding new messages), kind of claude's strange star moving around or ChatGPT's dot animations. Else users could think ...
closed
2025-02-18T23:51:15Z
2025-02-25T00:48:17Z
https://github.com/gradio-app/gradio/issues/10623
[ "enhancement" ]
abidlabs
0
zihangdai/xlnet
tensorflow
71
xlnet for Quora Questions Dataset
Hello, I saw in Papers with code website, xlnet accuracy on Quora question pairs is 90.3%. Any has the code of apply xlnet on Quora dataset? [https://paperswithcode.com/paper/xlnet-generalized-autoregressive-pretraining](url) Thanks,
closed
2019-06-27T19:52:53Z
2019-07-02T07:24:44Z
https://github.com/zihangdai/xlnet/issues/71
[]
aisheh90
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,415
cannot change password of user: "Set up encryption by providing a PGP public key"
i have set up globaleaks via docker compose. when trying to change the password of an recipient and save this change, i get prompted to set up encryption, even tho it is disabled... and i can only save it AFTER i have setup PGP public key. ![image](https://user-images.githubusercontent.com/19941398/230018919-e8bd86...
closed
2023-04-05T08:02:59Z
2023-04-11T06:48:06Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3415
[]
GerryCrooked
2
matplotlib/cheatsheets
matplotlib
117
In the handout for beginners, plt.subplots(2, 1) should be used.
I'm using matplotlib-3.6.0. When I use plt.subplots((2, 1)), there is an error: ValueError: Number of rows must be a positive integer, not (2, 1)
closed
2022-10-01T14:27:07Z
2022-10-11T23:33:20Z
https://github.com/matplotlib/cheatsheets/issues/117
[]
radarFudan
4
streamlit/streamlit
python
9,946
`st.date_input` doesn't show placeholder text when the initial value is a list of size one
### 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 You can pass a list to `st.date_input`'s `value` parameter. An empty list will initialize the widget with an ...
open
2024-11-29T08:59:19Z
2024-11-29T22:26:15Z
https://github.com/streamlit/streamlit/issues/9946
[ "type:enhancement", "feature:st.date_input" ]
sfc-gh-dmatthews
1
davidteather/TikTok-Api
api
1,142
Legal Implications of Using TikTok Data for Insights as Per Its Terms of Service
Regarding the previous question posed by joseluismoreira and in accordance with TikTok's Terms of Service (ToS), is it legally permissible to use this product? ### Discussed in https://github.com/davidteather/TikTok-Api/discussions/495 <div type='discussions-op-text'> <sup>Originally posted by **joseluismoreir...
open
2024-04-22T15:26:19Z
2024-04-22T15:26:19Z
https://github.com/davidteather/TikTok-Api/issues/1142
[]
clchera
0
streamlit/streamlit
data-visualization
10,883
Allow pre-populated / placeholder file text in st.file_uploader
### 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 What I would think is a fairly common need for more professional apps; which load as a demo or allows the use...
closed
2025-03-24T01:24:47Z
2025-03-24T02:28:26Z
https://github.com/streamlit/streamlit/issues/10883
[ "type:enhancement" ]
nickgreengithub
3
ets-labs/python-dependency-injector
flask
599
Expand kwargs from configuration provider?
I am wondering if there is a way to communicate a config substructure as kwargs to a provider: ```python from dependency_injector import containers, providers from lume_services.services.data.models.db.mysql import MySQLModelDBConfig class Context(containers.DeclarativeContainer): config = providers.Config...
open
2022-06-28T22:24:06Z
2023-03-26T20:27:16Z
https://github.com/ets-labs/python-dependency-injector/issues/599
[]
jacquelinegarrahan
1
NVlabs/neuralangelo
computer-vision
97
UserWarning: tinycudann was built for lower compute capability (86) than the system's (89). Performance may be suboptimal.
UserWarning: tinycudann was built for lower compute capability (86) than the system's (89). Performance may be suboptimal. What does this warning mean?
closed
2023-08-31T20:03:31Z
2023-10-08T02:34:17Z
https://github.com/NVlabs/neuralangelo/issues/97
[]
Islaster
3
kennethreitz/responder
graphql
205
SentryMiddleware
I've taken a first pass at a [Sentry integration for ASGI](https://github.com/encode/sentry-asgi). Things you probably want to do to support it well: * Document `.add_middleware` for adding ASGI middleware. (Perhaps with a section linking to third party ASGI middleware implementations?) * Ensure the router updat...
closed
2018-11-06T13:56:32Z
2024-03-31T00:57:42Z
https://github.com/kennethreitz/responder/issues/205
[ "help wanted", "good first issue", "documentation" ]
tomchristie
0
PeterL1n/BackgroundMattingV2
computer-vision
94
Were you able to convert the pre-trained model to CoreML?
closed
2021-05-12T01:36:53Z
2021-05-13T06:21:02Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/94
[]
charankilari
3
shaikhsajid1111/social-media-profile-scrapers
web-scraping
4
Error when running the script: 'str' object has no attribute 'get'
As the title suggests, please let me know how to resolve this. Thanks!
closed
2020-07-31T12:26:12Z
2020-08-02T05:54:30Z
https://github.com/shaikhsajid1111/social-media-profile-scrapers/issues/4
[]
tina1998612
1
donnemartin/data-science-ipython-notebooks
scikit-learn
80
Python
open
2021-02-12T06:36:25Z
2023-03-16T10:41:20Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/80
[ "needs-review" ]
saketh0000
1
taverntesting/tavern
pytest
937
Question about list slicing in response validaton using tavern.request_vars
Hello, having a request consisting of top-level object holding a list, how do I refer to such list element in response validation using `"{tavern.request_vars}"` ? tavern version: 2.11.0 example: ```yaml - name: some test request: url: <truncated> method: POST json: requ...
closed
2024-06-13T11:51:57Z
2024-09-21T17:33:13Z
https://github.com/taverntesting/tavern/issues/937
[]
adrpp
3
slackapi/python-slack-sdk
asyncio
841
Dispatch Action in Block Kit
Block Kit added a new feature: * `dispatch_action` flag to `input` blocks * `dispatch_action_config` field to `plain_text_input` block elements. References: * https://api.slack.com/reference/block-kit/blocks#input * https://api.slack.com/reference/block-kit/composition-objects#dispatch_action_config ### Cate...
closed
2020-10-09T09:27:29Z
2020-10-09T22:12:49Z
https://github.com/slackapi/python-slack-sdk/issues/841
[ "Version: 2x", "enhancement", "web-client", "Version: 3x", "untriaged" ]
seratch
0
deepset-ai/haystack
pytorch
8,220
clean up docstrings: TransformersTextRouter
closed
2024-08-13T13:56:33Z
2024-08-16T10:44:40Z
https://github.com/deepset-ai/haystack/issues/8220
[]
dfokina
0
matterport/Mask_RCNN
tensorflow
2,899
ERROR:tensorflow:unhashable type: 'ListWrapper' in Tensorflow2.10.0 keras 2.10.0
Log output: loading annotations into memory... Done (t=0.00s) creating index... index created! ----------------------loss: Tensor("mrcnn_mask_loss/Mean:0", shape=(), dtype=float32) ------------------------------------output_rois: Tensor("output_rois/mul:0", shape=(1, ?, 4), dtype=float32) -------------------...
open
2022-11-04T02:07:35Z
2022-12-20T13:13:13Z
https://github.com/matterport/Mask_RCNN/issues/2899
[]
houyushan
1
pytorch/vision
computer-vision
8,903
Setting more than 2 elements to `scale` argument of `RandomResizedCrop()` works
### 🐛 Describe the bug Setting more than 2 elements to `scale` argument of [RandomResizedCrop()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.RandomResizedCrop.html) works as shown below. *`scale` argument should accept 2 elements: ```python from torchvision.transforms.v2 import RandomResizedC...
closed
2025-02-08T14:49:04Z
2025-02-28T11:02:06Z
https://github.com/pytorch/vision/issues/8903
[]
hyperkai
1
mljar/mljar-supervised
scikit-learn
610
Question: How to convert a model or ensemble from JSON to ONNH
Hi, Question:Is it possible to convert a model or ensemble from JSON to ONNH?
open
2023-03-23T13:29:42Z
2023-03-23T13:34:16Z
https://github.com/mljar/mljar-supervised/issues/610
[]
VladPerervenko
1
huggingface/datasets
pandas
6,501
OverflowError: value too large to convert to int32_t
### Describe the bug ![image](https://github.com/huggingface/datasets/assets/47747764/f58044fb-ddda-48b6-ba68-7bbfef781630) ### Steps to reproduce the bug just loading datasets ### Expected behavior how can I fix it ### Environment info pip install /mnt/cluster/zhangfan/study_info/LLaMA-Factory/peft-0.6.0-py3...
open
2023-12-15T10:10:21Z
2023-12-15T10:10:21Z
https://github.com/huggingface/datasets/issues/6501
[]
zhangfan-algo
0
ray-project/ray
python
50,912
[core] Split grpc common lib into multiple targets
Subissue for https://github.com/ray-project/ray/issues/50586
closed
2025-02-26T04:17:24Z
2025-02-26T23:49:18Z
https://github.com/ray-project/ray/issues/50912
[ "enhancement", "core" ]
dentiny
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,409
Abouttransfer learning
closed
2022-04-18T10:05:36Z
2022-04-18T10:05:43Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1409
[]
ZhenyuLiu-SYSU
0
AirtestProject/Airtest
automation
597
swipe() 在 MuMu 模拟器中上下滑动表现相反
**描述问题bug** IDE中运行脚本,swipe是正常的,打包之后,发现swipe操作变成反向的了,只测过上下滑动,左右滑动没试过。 ``` # 打包后在模拟器里 swipe([394, 334], [394, 1000]) # IDE中的 swipe([394, 1000], [394, 334]) ``` **python 版本:** `Python 3.7.3` **airtest 版本:** `1.1.0`
open
2019-11-07T10:12:06Z
2019-11-11T01:45:11Z
https://github.com/AirtestProject/Airtest/issues/597
[ "bug" ]
liubiantao
3
huggingface/datasets
computer-vision
6,605
ELI5 no longer available, but referenced in example code
Here, an example code is given: https://huggingface.co/docs/transformers/tasks/language_modeling This code + article references the ELI5 dataset. ELI5 is no longer available, as the ELI5 dataset page states: https://huggingface.co/datasets/eli5 "Defunct: Dataset "eli5" is defunct and no longer accessible due to u...
closed
2024-01-19T10:21:52Z
2024-02-01T17:58:23Z
https://github.com/huggingface/datasets/issues/6605
[]
drdsgvo
1
frol/flask-restplus-server-example
rest-api
59
How do you deal with circular imports ?
For example I have models like this : ```python # modules/patients/models.py class Patient(db.Model, OwnerMixin): __owner_backref_name__ = "patients" id = db.Column(db.Integer, primary_key=True) phone = db.Column(db.String) email = db.Column(db.String) first_name = db.Column(db.String) last_name ...
closed
2017-06-30T12:42:26Z
2017-12-19T20:21:45Z
https://github.com/frol/flask-restplus-server-example/issues/59
[ "question" ]
askz
6
ansible/ansible
python
84,752
The get_url module may fail with Errno 110 (ETIMEDOUT) before the timeout argument elapses
### Summary The `timeout` argument to the `get_url` module works fine, but does not cover cases where the Kernel times out opening the socket. There must be a way to pass the timeout to the Kernel, WDYT? ### Issue Type Bug Report ### Component Name get_url ### Ansible Version ```console $ ansible --version ansib...
closed
2025-02-25T13:13:58Z
2025-03-11T13:00:03Z
https://github.com/ansible/ansible/issues/84752
[ "module", "bug", "affects_2.16" ]
ddolcimascolo
4
taverntesting/tavern
pytest
907
3.0 Release
- ~MQTT as an optional extra instead of being in core (`pip install tavern[mqtt]`)~ - ~More recent version of pytest~ - ~Convert all type annotations to py3.11+ versions and make that the minimum version supported~ - Better grpc support / stabilisation of features - It might be useful to allow a flag when mkaing a...
open
2024-01-18T18:27:54Z
2024-04-27T13:09:30Z
https://github.com/taverntesting/tavern/issues/907
[ "Type: Maintenance" ]
michaelboulton
1
aleju/imgaug
machine-learning
276
ValueError: Could not convert string to float: 'max'
When I run the example code after line: 'Apply heavy augmentations to images (used to create the image at the very top of this readme):', the output raised the error: ValueError: Could not convert string to float: 'max' The entire warnings and errors are: /usr/lib/python3/dist-packages/numpy/core/numeric.py:30...
open
2019-03-02T06:53:24Z
2019-03-04T07:23:26Z
https://github.com/aleju/imgaug/issues/276
[]
thuongtrannc
3
jmcnamara/XlsxWriter
pandas
386
Feature request: stop_if_true for conditional formatting
Thank you very much for your outstanding work. I found xlsxwriter missing two conditional format-related features, so I made a little revision to add these two features: Icon_set: Displays the specified icon in the data cell according to the specified condition. #387 Stop_if_true: Once the conditional formatti...
closed
2016-10-19T10:18:21Z
2017-09-11T20:49:14Z
https://github.com/jmcnamara/XlsxWriter/issues/386
[ "feature request", "short term" ]
cavlc
5
FactoryBoy/factory_boy
django
659
Easier use of `sqlalchemy_session_persistence` together with post-generation hooks
#### The problem At the moment it seems there is no way of applying the session persistence setting after post-generation hooks. I'm trying to make sure everything is `flush()`ed by the end of the creation of my factory, but stuff in post-generation hooks is excluded from that unless whatever you call calls flush itse...
open
2019-11-11T12:31:03Z
2019-11-11T12:31:03Z
https://github.com/FactoryBoy/factory_boy/issues/659
[]
fish-face
0
httpie/cli
python
1,300
Unable to See Status Code in Output
## Checklist - [ X] I've searched for similar issues. - [ X] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. Run local web service that returns 401 for endpoint :8080/get-values 2. Run HTTPie against endpoint ## Current result **Curl output:** ```sh $ curl -v ...
closed
2022-02-19T00:11:30Z
2022-03-03T16:28:04Z
https://github.com/httpie/cli/issues/1300
[ "bug" ]
EarthCitizen
5
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,644
Input images are stretched when using test
I trained a model on my own data set of 22,000 256x256 jpg image pairs. But when I use test to generate B images from A images that are also 256x256, the results are only the left 128x256 pixels of the image stretched out to 256x256. During training, the output in visdom looked correct, no stretching. I cannot figure...
open
2024-04-19T07:35:41Z
2025-03-05T14:21:18Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1644
[]
KreesoAuriga
2
vaexio/vaex
data-science
2,035
[BUG-REPORT] Cannot pass dictionaries into registered functions
Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and Closed Issues - your problem may already be discussed or addressed. **Description** If you pass a dictio...
closed
2022-04-28T00:44:17Z
2022-04-29T16:17:01Z
https://github.com/vaexio/vaex/issues/2035
[]
Ben-Epstein
1
gradio-app/gradio
python
10,093
HTTP 307 temporary redirect code not considered OK
### Describe the bug HTTP Code `302` is listed in the acceptable HTTP codes for `url_ok`; however, alternative temporary redirect codes `303` and `307` are not included in the list. https://github.com/gradio-app/gradio/blob/01b919f04b69732fd8adb52f6d156e5683589221/gradio/networking.py#L51-L62 MDN Docs for the ...
closed
2024-12-02T21:39:32Z
2024-12-02T22:24:04Z
https://github.com/gradio-app/gradio/issues/10093
[ "bug" ]
sharon-wang
0
sinaptik-ai/pandas-ai
pandas
865
SmartDatalake persistently fails when asked to plot
### System Info pandasai version: 1.5.13 ### 🐛 Describe the bug Asking for different plots the function keeps returning the matplotlib.pyplot module (plt) which is an unexpected return type. I persistently see this pattern trying different queries: ``` 2024-01-10 16:54:08 [INFO] Code running: .....
closed
2024-01-10T14:59:41Z
2024-07-04T16:05:41Z
https://github.com/sinaptik-ai/pandas-ai/issues/865
[]
RoyKulik
10
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,442
visualizer error for 6 input and 3 output channels
Hello and thanks a lot for this software and taking the time to read my issue. I'm trying to train pix2pix to go from a combination of 2 RGB images (6 input channels) to 1 RGB image (3 output channels). My dataset looks like this (same portion of the sky in optical, ultraviolet and infrared (false-coloured), respect...
open
2022-07-04T08:58:53Z
2022-07-11T09:39:45Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1442
[]
Davegdd
2
horovod/horovod
deep-learning
3,761
Keras: Multi Task Learning, weighted sampling for multiple target column
**Is your feature request related to a problem? Please describe.** Dealing with Imbalance class is always been a challenge and for multi-task learning it becomes more challenging. As in multi-task learning we have multiple target label while in simple classification we have one target label. To resolve this, engineers...
open
2022-10-31T10:48:36Z
2022-11-03T09:52:34Z
https://github.com/horovod/horovod/issues/3761
[ "enhancement" ]
hamzafar
0
sinaptik-ai/pandas-ai
pandas
676
Add project dependencies license
Create a folder in main tree that storage all dependencies licenses used in the project in order to maintain transparency and compliance with licensing requirements. [Example](https://github.com/pandas-dev/pandas/tree/main/LICENSES)
closed
2023-10-23T12:16:40Z
2023-11-02T12:35:54Z
https://github.com/sinaptik-ai/pandas-ai/issues/676
[]
camilaccb
8
geex-arts/django-jet
django
315
Overriding CSS
I have a custom CSS reference in the Media inner class for a ModelAdmin. I notice that the Jet `_changeform.scss` appears to override it. (I don't want `list-style: None` to appear in my markdown preview.) Is there something I need to change or add in order to get my CSS to appear last (viz., override anything else)...
open
2018-04-04T20:14:53Z
2018-04-04T20:36:33Z
https://github.com/geex-arts/django-jet/issues/315
[]
jgoodleaf
1
jupyterlab/jupyter-ai
jupyter
1,246
Deepseek R1 models via OpenRouter not working with magic commands
jupyter lab:4.3.5 jupyter_ai:2.29.1 ![Image](https://github.com/user-attachments/assets/68df8e8e-3403-4ba2-88cb-441dd8018d24) ![Image](https://github.com/user-attachments/assets/01f6fb6a-270e-488e-8c7f-d47ff26227e2)
closed
2025-02-17T05:23:26Z
2025-02-27T08:02:27Z
https://github.com/jupyterlab/jupyter-ai/issues/1246
[ "bug" ]
LCBProgHome
5
PaddlePaddle/ERNIE
nlp
796
请问有CV大模型吗
**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 an...
closed
2022-04-09T00:32:42Z
2022-07-14T07:41:31Z
https://github.com/PaddlePaddle/ERNIE/issues/796
[ "wontfix" ]
raychiu0202
3
feature-engine/feature_engine
scikit-learn
383
Wrong reference for SelectByShuffling
If I am right, the calculation of the "scorer" between the unshuffled and the shuffled data set is not fair. The initial model performance is computed on the test set only: ``` # store initial model performance self.initial_model_performance_ = model["test_score"].mean() ``` while the shuffled performance ...
closed
2022-03-09T12:52:30Z
2022-03-25T10:10:14Z
https://github.com/feature-engine/feature_engine/issues/383
[]
gverbock
2
robotframework/robotframework
automation
4,709
Add `__repr__()` method to NormalizedDict
I see the problem, that with the RobotDebug REPL i am updating right now, the NormalizedDict are just shown like this: `${SUITE_METADATA} = <robot.utils.normalizing.NormalizedDict object at 0x1048063e0>` Could we do it like this? ```python def __repr__(self): return '%s(%s)' % (self.__class__.__name__, str...
closed
2023-03-30T01:13:50Z
2023-05-04T20:18:34Z
https://github.com/robotframework/robotframework/issues/4709
[ "enhancement", "priority: low", "beta 1", "effort: small" ]
Snooz82
1
Yorko/mlcourse.ai
matplotlib
673
Jupyter kernel error
Hi, When I open the jupyter notebooks for the course, I am getting the following kernel error: "RuntimeError: Permissions assignment failed for secure file: '/notebooks/home/.local/share/jupyter/runtime/kernel-c1c99a70-5225-4507-b438-c1b9697b5473.json'.Got '33279' instead of '600'" Tried to open the notebooks ...
closed
2020-09-13T07:35:20Z
2020-10-31T08:48:29Z
https://github.com/Yorko/mlcourse.ai/issues/673
[]
matemik
0
pykaldi/pykaldi
numpy
137
getting the ASpIRE chain models
How can I make offline ASpIRE chain models to work using pykaldi. When we download the model from the Kaldi repo, it says we need to run the scripts to make it as a model. When I try to make the model, it gives error command tree-info not found. In a forum, I saw it is because of compilation error with Kaldi. Do we nee...
closed
2019-06-19T09:13:20Z
2019-09-06T23:13:43Z
https://github.com/pykaldi/pykaldi/issues/137
[]
savindi-wijenayaka
1
widgetti/solara
fastapi
802
bug documentation: In the components documentation page, breadcrumbs break
In the components documentation page, breadcrumbs take you to a non existing page.
closed
2024-09-27T14:21:44Z
2025-01-29T15:18:50Z
https://github.com/widgetti/solara/issues/802
[ "bug" ]
alonsosilvaallende
0
pytest-dev/pytest-html
pytest
547
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
I have install pytest I am in a virtual environment using pipenv sync , pipenv run shell. Environment : `macOs` pytest v : `pytest 7.1.3` I have this error when running pytest: ``` ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov --cov-report...
closed
2022-09-02T14:40:23Z
2022-09-04T11:44:24Z
https://github.com/pytest-dev/pytest-html/issues/547
[]
mrhouzlane
2
wkentaro/labelme
computer-vision
853
How to add feature to change label colors with keyboard
Hi @wkentaro, thanks for the wonderful repository! I want to add a feature that will make my life simpler - I want to be able to change the labels using keyboard shortcuts, so that when I click on a polygon and press a certain key, that polygon's label changes to another label. This will be very helpful for me personal...
closed
2021-04-05T06:04:35Z
2022-06-25T04:46:22Z
https://github.com/wkentaro/labelme/issues/853
[]
kgupta359
0
joke2k/django-environ
django
91
Inline comments does not work
If you put ``` VARIABLE=SomeValue # Comment ``` in your `.env` file, the `# Comment` part is included in the value for `VARIABLE`, so its value becomes `SomeValue # Comment`.
closed
2016-07-28T09:46:00Z
2023-07-06T21:22:06Z
https://github.com/joke2k/django-environ/issues/91
[ "enhancement" ]
beruic
4
pallets/flask
flask
4,568
Move `url_for` to the `Flask` app object
Add a `url_for` method to the `Flask` app object. Similar to functions like `flask.json.dumps`, `flask.url_for` should look for a `current_app` and call its `url_for` method. This will allow applications to override the url building behavior.
closed
2022-05-02T14:31:29Z
2022-05-29T00:06:33Z
https://github.com/pallets/flask/issues/4568
[ "save-for-sprint" ]
davidism
1
healthchecks/healthchecks
django
894
[feature] integration groups / tagged integrations
It would be great to be able to tag integrations and then instead of enabling integrations manually for checks one could enable all integrations by simply enabling a tag. This would also be nice to have for auto provisioning of checks while being able to enable a set of integrations? What do you think? I should be a...
closed
2023-09-21T12:13:47Z
2023-10-12T11:43:05Z
https://github.com/healthchecks/healthchecks/issues/894
[]
apollo13
19
biolab/orange3
pandas
6,036
"Louvain Clustering" progress indicator desync
"Louvain Clustering" progress bar (in the widget windows) and progress animation (in the workflow) are not synchronized. The percentage doesn't increment at the same time.
closed
2022-06-19T19:08:11Z
2022-06-19T19:25:42Z
https://github.com/biolab/orange3/issues/6036
[ "bug report" ]
hydrastarmaster
1
iperov/DeepFaceLab
machine-learning
917
Merger(SAEHD) crashes in interactive mode when switching from help screen to main screen.
## Expected behavior Running '_7) merge SAEHD.bat_' launches the merger. If you select 'Yes' on the interactive merger option the merger launches with a GUI which starts on the help screen. From the help screen you can switch to the main / preview screen by pressing tab. ## Actual behavior When attempt...
open
2020-10-04T18:32:08Z
2023-06-08T21:27:07Z
https://github.com/iperov/DeepFaceLab/issues/917
[]
sandstrand
7
prkumar/uplink
rest-api
66
Add documentation for v0.4 features
Here are a some v0.4 features that may be missing documentation: - [ ] Basic Auth support (#58) - [ ] Registering response handlers (#62) - [ ] Registering error handlers (#63) - [ ] Set request properties from constructor arguments (#65) - [ ] Added `Consumer._inject` method and `inject` decorator (#67)
closed
2018-02-05T18:40:02Z
2018-02-10T07:15:49Z
https://github.com/prkumar/uplink/issues/66
[ "Documentation" ]
prkumar
0
onnx/onnx
tensorflow
5,895
QLinearAdd Op Request
# QLinearAdd Operator Request ### Describe the operator An Add Operator for quantized data. It supports zero_point and scale input tensor for the Add input (A and B) and output (C) tensors: This Op exists in ONNXRuntime time but not in the ONNX standard operators https://github.com/microsoft/onnxruntime/blob/main...
open
2024-02-01T17:59:01Z
2025-02-05T06:44:01Z
https://github.com/onnx/onnx/issues/5895
[ "topic: operator", "stale" ]
cjvolzka
3
apify/crawlee-python
automation
689
How to scratch TEMU
I'm trying to scrape the information from TEMU https://www.temu.com/. Processing https://www.temu.com/vn-en/2--car--------universal--sun----pvc---accessories-----g-601099650626830.html ... Extracted Data: Title: No title found. ![image](https://github.com/user-attachments/assets/b42786a4-0022-434c-861f-371c64338...
closed
2024-11-13T01:29:07Z
2024-11-13T10:01:54Z
https://github.com/apify/crawlee-python/issues/689
[ "t-tooling" ]
KalvinThien
0
automl/auto-sklearn
scikit-learn
770
sample weight vs class weight in balancing
In the implementation of balancing, whether to use class weight in init param or sample weight in fit param depends on hard coded lists of classifiers. Currently only decision tree and svc are using class weight, however, sklearn already supports class weight for extra trees and random forests. I think it would be good...
open
2020-01-30T02:33:27Z
2022-06-10T14:01:54Z
https://github.com/automl/auto-sklearn/issues/770
[ "question" ]
tsinggggg
1
bmoscon/cryptofeed
asyncio
333
Coinbase Level3 orderbook callback broken?
I use `example/demo_config.py' which registers a callback fro L3 orderbook data on Coinbase ``` from cryptofeed import FeedHandler from cryptofeed.callback import BookCallback, TradeCallback from cryptofeed.defines import BID, ASK, L3_BOOK, TRADES from cryptofeed.exchanges import Coinbase async def trade(fe...
closed
2020-11-20T18:47:08Z
2020-11-21T19:30:41Z
https://github.com/bmoscon/cryptofeed/issues/333
[ "bug" ]
degloff
3
dnouri/nolearn
scikit-learn
34
Train on full dataset
I would like to train on a full dataset and was wondering if there is anything I need to do besides eval_size=0.0? Exactly when are the final weights saved, is it for the best validation score, best training score, last epoch, ect.? Thank you for the help and great code!
closed
2015-01-31T18:23:52Z
2015-02-10T14:30:54Z
https://github.com/dnouri/nolearn/issues/34
[]
msegala
5
pallets/flask
flask
4,753
TypeError: send_file() got an unexpected keyword argument 'attachment_filename'
Old code start throwing this exception: `TypeError: send_file() got an unexpected keyword argument 'attachment_filename'`
closed
2022-08-08T17:25:10Z
2022-08-23T00:06:52Z
https://github.com/pallets/flask/issues/4753
[]
igushev-truesource
1
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
240
CUDA version
**System information** * Have I written custom code: No * OS Platform(e.g., window10 or Linux Ubuntu 16.04): Ubuntu 16.04.6 LTS * Python version: 3.7.10 * Deep learning framework and version(e.g., Tensorflow2.1 or Pytorch1.3): Pytorch 1.6.0 * Use GPU or not: No * CUDA/cuDNN version(if you use GPU): CUDA Version ...
closed
2021-04-27T08:05:21Z
2021-05-07T00:46:24Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/240
[]
zmz125
9
Farama-Foundation/Gymnasium
api
779
[Bug Report] Inconsistent deepcopy on mujoco environment
### Describe the bug Thank you for maintaining this library; those updates make `gymnasium` better and better. I've encountered an inconsistency in the behavior of Mujoco environments. Specifically, when I perform a `deepcopy` of an environment and then apply identical actions to both the original and the copied env...
closed
2023-11-16T13:00:56Z
2023-11-17T14:41:07Z
https://github.com/Farama-Foundation/Gymnasium/issues/779
[ "bug" ]
AdilZouitine
6
BeanieODM/beanie
asyncio
653
merge_models does not merge list even if it does not include Link
### Discussed in https://github.com/roman-right/beanie/discussions/652 <div type='discussions-op-text'> <sup>Originally posted by **tomohirohiratsuka** August 10, 2023</sup> Hi, I'm wondering this is expected behavior or not. When I update document with `update` method, it returns updated document only when the...
open
2023-08-10T16:55:43Z
2024-09-16T14:48:49Z
https://github.com/BeanieODM/beanie/issues/653
[ "bug", "not reproduced" ]
roman-right
7
ultralytics/ultralytics
pytorch
19,499
Why is the Inference Speed of YOLOv8 ONNX Much Slower Compared to PyTorch (.pt) Model
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question When using YOLOv8 for object detection, I noticed that after converting the ...
open
2025-03-03T10:01:04Z
2025-03-03T10:54:27Z
https://github.com/ultralytics/ultralytics/issues/19499
[ "question", "detect", "exports" ]
WindFreeFoliage
3
xinntao/Real-ESRGAN
pytorch
699
Real-Esrgan fails to provide better result compare to waifu2X
I've tried every model that is included in Colab, and tried to upscale normal anime scenes, but it did not fix the blur. And when I compared it with waifu 2x on the same clips, waifu2x provided a better result. People are blaming Real-Esrgan because it mostly increases the Sharpness and fails to reduce noise. Also, it ...
open
2023-10-08T20:32:00Z
2024-04-24T05:22:45Z
https://github.com/xinntao/Real-ESRGAN/issues/699
[]
Joysikder
1
babysor/MockingBird
deep-learning
262
請問如何對特定一個人的語音進行訓練
我目前使用 PreTrain Model的合成器來合成語音,但效果不好 (選用的是第三個pretrained model - @FawenYo,因為無法從百度網盤下載,沒試過作者的 Model ) 是否可以只針對某一個人的語音進行訓練? 需要訓練 synthesizer 還是 vocoder? 有嘗試拿 aidatatang_200zh dataset 重新訓練 synthesizer 效果不好 請問有沒有機會拿 pretrained.pt 加上自己的音檔做 transfer learning 謝謝
open
2021-12-11T16:20:22Z
2022-02-09T06:55:46Z
https://github.com/babysor/MockingBird/issues/262
[]
shihyulee
6
miguelgrinberg/microblog
flask
31
bootstrap base.html dose not align
in base.html, <a class="brand" </a> In safari and firefox, this will make microblog index and other nav links not aligned horizontally. changed to <a class="navbar-brand" </a> will solve it
closed
2017-01-25T19:30:35Z
2017-12-10T20:20:23Z
https://github.com/miguelgrinberg/microblog/issues/31
[ "question" ]
zhangruiskyline
5
apache/airflow
automation
47,846
Function decorated by 'asset.multi' is not asset alias
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Function decorated by 'asset.multi' is not asset alias The function should be present in the DB table 'asset_alias' <img width="720" alt="Image" src="https://github.com/user-attachments/assets/...
open
2025-03-17T07:53:19Z
2025-03-20T09:08:25Z
https://github.com/apache/airflow/issues/47846
[ "kind:bug", "priority:low", "area:core", "area:datasets", "affected_version:3.0.0beta" ]
atul-astronomer
3
andfanilo/streamlit-echarts
streamlit
42
GitHub Discussions feature request
Could @andfanilo you please turn on the GH Discussions where questions and other non-issue stuff could be discussed? It may act as a community booster as well :) Thanks
open
2022-08-02T18:32:56Z
2022-08-02T18:32:56Z
https://github.com/andfanilo/streamlit-echarts/issues/42
[]
AdamJel
0
biolab/orange3
scikit-learn
6,719
ROC Curve widget sets a wrong prior probability
With apologies to self for writing such a bad bug report: I have no time to properly explore it now, but I have to write this down lest I forget. I encountered a situation (on Pima diabetes data) in which the ROC widget's target was set to 1, but the prior probability was that for class 0. I changed the target to 0 ...
closed
2024-01-26T15:14:10Z
2024-03-28T15:24:45Z
https://github.com/biolab/orange3/issues/6719
[ "bug", "snack" ]
janezd
1
xorbitsai/xorbits
numpy
295
ENH: construct dataframe from series with different lengths
### Is your feature request related to a problem? Please describe Allow constructing a dataframe from series with different lengths: ``` s1 = pd.Series([1, 2, 3]) s2 = pd.Series([1, 2, 3, 4]) pd.DataFrame([s1, s2]) ``` Current in Xorbits, you got: ``` ValueError: all input tensors must have the same shape ```...
open
2023-03-22T07:48:22Z
2024-12-16T01:52:29Z
https://github.com/xorbitsai/xorbits/issues/295
[ "enhancement" ]
UranusSeven
1
QingdaoU/OnlineJudge
django
387
数据库删除 submissision & contest 的问题
请问目前数据库的维护有没有提供定期 或者定量 删除 submissision & contest 的功能呢? 很感谢您的回覆
open
2021-10-11T14:34:25Z
2021-12-25T17:07:56Z
https://github.com/QingdaoU/OnlineJudge/issues/387
[]
u8621011
3
falconry/falcon
api
2,049
Drop 3.5 & 3.6 support
We are going to drop Python < 3.7 support in 4.0. A non-exhaustive checklist: - [x] Update Trove classifiers and `python_requires` - [x] Move/adapt the Python 3.5 exception from `falcon.asgi` to the root module - [x] Remove obsolete CI gates - [x] Remove obsolete `tox` environments - [x] Remove 3.5 and 3.6 from...
closed
2022-03-30T08:23:35Z
2022-08-25T18:11:13Z
https://github.com/falconry/falcon/issues/2049
[ "maintenance" ]
vytas7
6
QingdaoU/OnlineJudge
django
234
How to change the Compile Option
Hello, I want to use this OSS for OnlineJudge for friends only. However, I want to limit the compilation options. We only use C/C ++. For example, from `-O2` to` -O0` It seems to be effective to change `judge/launugages.py`. Is there anything else to do?
closed
2019-03-27T14:18:43Z
2019-03-30T13:55:01Z
https://github.com/QingdaoU/OnlineJudge/issues/234
[]
MaineK00n
3
microsoft/nni
data-science
5,146
{"error":"File not found: C:\\Users\\SiWuXie\\Desktop\\Dll\\experiment\\9yg5pvfz\\trials\\a8qqO\\trial.log"}
**Describe the issue**: [2022-09-28 10:44:47] INFO (main) Start NNI manager [2022-09-28 10:44:48] INFO (NNIDataStore) Datastore initialization done [2022-09-28 10:44:48] INFO (RestServer) Starting REST server at port 8080, URL prefix: "/" [2022-09-28 10:44:48] INFO (RestServer) REST server started. [2022-09-28 1...
closed
2022-09-28T02:45:41Z
2022-10-08T08:30:29Z
https://github.com/microsoft/nni/issues/5146
[ "support" ]
siwuxei
13
kennethreitz/responder
flask
286
Routing issue
Hi, While inspired by responder and build a framework for a talk I found an issue related to `parse` library. Take for instance: ```python import responder api = responder.API() @api.route("/{greeting}") async def greet_world(req, resp, *, greeting): resp.text = f"{greeting}, world!" if __name__ =...
closed
2019-02-11T20:26:06Z
2019-04-30T11:28:38Z
https://github.com/kennethreitz/responder/issues/286
[]
oldani
1
ultralytics/ultralytics
computer-vision
19,108
Scores for all classes for each prediction box
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I want be able to get the scores across all classes for a prediction. Examp...
open
2025-02-06T18:58:41Z
2025-02-07T23:18:02Z
https://github.com/ultralytics/ultralytics/issues/19108
[ "question", "detect" ]
bharathsivaram10
6