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
taverntesting/tavern
pytest
301
Issue with sending delete method
I always receive this error when running a DELETE command tavern.util.exceptions.TestFailError: Test 'Delete non-existant experiment' failed: - Status code was 400, expected 404: {"error": "The server could not handle your request: 400 Bad Request: The browser (or proxy) sent a request that this server...
closed
2019-03-07T13:56:59Z
2019-03-07T18:49:55Z
https://github.com/taverntesting/tavern/issues/301
[]
mrwatchmework
1
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
664
I suspect a breaking change related to "include_relationships=True" and schema.load() in version 1.4.1
Hi ! I recently had to do some testing on my local for some portion of our code that's been running happily on staging. I didn't specify a version number for my local container instance, as such it pulled `1.4.1` which is the latest. I noticed that it seems to enforce implicitly defined fields (from the include_relati...
open
2025-03-14T18:27:03Z
2025-03-22T10:59:09Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/664
[]
Curiouspaul1
2
vllm-project/vllm
pytorch
14,531
[Bug]: [Tests] Initialization Test Does Not Work With V1
### Your current environment - Converting over the tests to use V1, this is not working ### 🐛 Describe the bug - works ```bash VLLM_USE_V1=0 pytest -v -x models/test_initialization.py -k "not Cohere" ``` - fails on Grok 1 ```bash VLLM_USE_V1=1 pytest -v -x models/test_initialization.py -k "not Cohere" ``` - works...
open
2025-03-10T02:38:38Z
2025-03-10T02:38:38Z
https://github.com/vllm-project/vllm/issues/14531
[ "bug" ]
robertgshaw2-redhat
0
stanfordnlp/stanza
nlp
971
Slovak multiword doesn't work
**Describe the bug** Slovak module does not handle multiwords such as "naňho" **To Reproduce** ```py >>> import stanza >>> stanza.download("sk") >>> nlp=stanza.Pipeline("sk") >>> doc=nlp("Ten naňho spadol a zabil ho.") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "~/.loc...
closed
2022-03-06T04:43:30Z
2022-03-06T10:46:42Z
https://github.com/stanfordnlp/stanza/issues/971
[ "bug", "fixed on dev" ]
KoichiYasuoka
2
horovod/horovod
tensorflow
3,501
Is there a problem with ProcessSetTable Finalize when elastic?
Background: Suppose there are currently 4 ranks on 4 machines Due to the failure of machine 1, rank1 exits directly, and the final shutdown: logic is not executed Then the remaining machines will perform the shutdown operation in the case of elasticity, and will call process_set_table.Finalize function. this functi...
closed
2022-04-02T08:23:35Z
2022-05-12T03:16:01Z
https://github.com/horovod/horovod/issues/3501
[ "bug" ]
Richie-yan
1
neuml/txtai
nlp
265
Add scripts to train query translation models
Add training scripts for building query translation models.
closed
2022-04-18T09:41:28Z
2022-04-18T14:39:26Z
https://github.com/neuml/txtai/issues/265
[]
davidmezzetti
0
ymcui/Chinese-BERT-wwm
tensorflow
184
关于fill-mask的一些疑问
中国[MASK]: ``` {'sequence': '中 国 :', 'score': 0.5457051992416382, 'token': 8038, 'token_str': ':'} {'sequence': '中 国 :', 'score': 0.09207046031951904, 'token': 131, 'token_str': ':'} {'sequence': '中 国 -', 'score': 0.06536566466093063, 'token': 118, 'token_str': '-'} {'sequence': '中 国 。', 'score': 0.06007284298539...
closed
2021-05-17T12:52:17Z
2021-05-27T21:43:27Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/184
[ "stale" ]
yoopaan
3
pydantic/pydantic-core
pydantic
884
MultiHostUrl build function return type is str
Output type in the `_pydantic_core.pyi` for build function in MultiHostUrl class is str but in the [migration guild](https://docs.pydantic.dev/latest/migration/#url-and-dsn-types-in-pydanticnetworks-no-longer-inherit-from-str) you said dsn types don't inherit str. Selected Assignee: @dmontagu
closed
2023-08-15T09:05:04Z
2023-08-15T09:28:08Z
https://github.com/pydantic/pydantic-core/issues/884
[ "duplicate" ]
mojtabaAmir
1
MycroftAI/mycroft-core
nlp
3,038
Can I download the entire package just once?
So far I've setup Mycroft about 20 times trying different ways, VBox, Virtmgr, Docker mycroft, ubuntu, minideb.. etc. All this is burning up my bandwidth and seems really unnecessary as they are all accessing the same files. Can I just download the entire package just once instead of having dev_mycroft download ...
closed
2021-11-22T05:49:42Z
2024-09-08T08:24:48Z
https://github.com/MycroftAI/mycroft-core/issues/3038
[]
auwsom
7
drivendataorg/cookiecutter-data-science
data-science
282
Check for existing directory earlier
As soon as the user enters the project name (or repo name? which is used for the directory name), check if the directory already exists and either quit or prompt for a new name. Otherwise, the user has to answer all of the questions and THEN get an error message.
open
2022-08-26T18:53:52Z
2025-03-07T18:58:23Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/282
[ "enhancement" ]
AllenDowney
1
ultralytics/ultralytics
machine-learning
18,826
Failing to compute gradients, RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
### 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'm resarching perturbations in neural networks. I have a video in which YOL...
closed
2025-01-22T13:49:32Z
2025-03-02T15:59:00Z
https://github.com/ultralytics/ultralytics/issues/18826
[ "question", "detect" ]
gp-000
10
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
194
Release 0.2.2 version
We have merged #180 PR and need to provide a new version of lib to fix the issue in apache superset @xzkostyan Can we do this?
closed
2022-08-23T07:26:15Z
2022-08-24T07:33:19Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/194
[]
EugeneTorap
2
ets-labs/python-dependency-injector
flask
73
Review and update ExternalDependency provider docs
closed
2015-07-13T07:33:19Z
2015-07-16T22:15:30Z
https://github.com/ets-labs/python-dependency-injector/issues/73
[ "docs" ]
rmk135
0
encode/apistar
api
51
Using gunicorn if using http.QueryParams without query params causes KeyError
``` [2017-04-16 20:24:24 -0700] [67301] [ERROR] Traceback (most recent call last): File "venv/lib/python3.6/site-packages/apistar/app.py", line 68, in func state[output] = function(**kwargs) File "app.py", line 27, in build return cls(url_decode(environ['QUERY_STRING'])) KeyError: 'QUERY_STRING' ```
closed
2017-04-17T05:07:57Z
2017-04-17T16:40:25Z
https://github.com/encode/apistar/issues/51
[]
kinabalu
1
pytest-dev/pytest-cov
pytest
270
Local test failure: ModuleNotFoundError: No module named 'helper'
I am seeing the following test failure locally, also when using tox, even from a fresh git clone: ``` platform linux -- Python 3.7.2, pytest-4.3.0, py-1.8.0, pluggy-0.9.0 rootdir: …/Vcs/pytest-cov, inifile: setup.cfg plugins: forked-1.0.2, cov-2.6.1 collected 113 items tests/test_pytest_cov.py F =========...
closed
2019-03-08T02:45:40Z
2019-03-09T17:33:54Z
https://github.com/pytest-dev/pytest-cov/issues/270
[]
blueyed
3
tortoise/tortoise-orm
asyncio
1,439
pip install tortoise-orm==0.20.0 show error
cmd run `pip install -U tortoise-orm==0.20.0 -i https://pypi.python.org/simple ` but i get this error ![image](https://github.com/tortoise/tortoise-orm/assets/37927179/0a7e0a70-e1f9-4f50-beef-84e13eebd91c) https://tortoise.github.io/index.html show 0.20.0 is published
open
2023-07-26T07:10:07Z
2023-10-20T07:55:58Z
https://github.com/tortoise/tortoise-orm/issues/1439
[]
Hillsir
6
autogluon/autogluon
scikit-learn
4,805
AutoGluon Compatibility Issue on M4 Pro MacBook (Model Loading Stuck)
Description: I encountered an issue while running AutoGluon on my M4 Pro MacBook. The application gets stuck indefinitely while loading models, without any explicit error messages. The same code works flawlessly on my Intel-based MacBook. Here’s the relevant part of the log: Loading: models/conversion_model/models/K...
open
2025-01-16T19:48:41Z
2025-01-18T06:05:46Z
https://github.com/autogluon/autogluon/issues/4805
[ "bug: unconfirmed", "OS: Mac" ]
ranmalmendis
3
aminalaee/sqladmin
fastapi
609
Allow `list_query` be defined as ModelAdmin method
### Discussed in https://github.com/aminalaee/sqladmin/discussions/607 <div type='discussions-op-text'> <sup>Originally posted by **abdawwa1** September 4, 2023</sup> Hello there , how can i get access for request.session in a class that inherits from ModelView class ? Ex : ``` class UserProfileAdmin(Mo...
closed
2023-09-04T18:35:58Z
2023-09-06T09:25:57Z
https://github.com/aminalaee/sqladmin/issues/609
[]
aminalaee
0
sinaptik-ai/pandas-ai
data-science
938
Large number of dataframes to handle at once
### 🚀 The feature I have a use case where I need to plugin let's say 100 dataframes and each has about 15-20 columns but not many rows. For that I would use SmartDatalake and pass in all dataframes as a list, but when I will input a query and it has to choose the right dataframe based on my request, it will pass in d...
closed
2024-02-15T22:44:30Z
2024-06-01T00:19:10Z
https://github.com/sinaptik-ai/pandas-ai/issues/938
[]
BYZANTINE26
0
OpenInterpreter/open-interpreter
python
1,529
generated files contain echo "##active_lineN##" lines
### Describe the bug when i'm asking to create some files, the actual files often contain these tracing support lines and i'm not able to instruct to avoid this in any way. ``` echo "##active_line2##" # frozen_string_literal: true echo "##active_line3##" echo "##active_line4##" class Tasks::CleanupLimitJob ...
open
2024-11-10T16:27:44Z
2024-11-29T10:32:55Z
https://github.com/OpenInterpreter/open-interpreter/issues/1529
[]
koenhandekyn
1
nerfstudio-project/nerfstudio
computer-vision
2,883
Docker dromni/nerfstudi ns-train crashes
**Describe the bug** Docker `dromni/nerfstudi` `ns-train` crashes with tinycudann/modules.py:19 `Unknown compute capability. Ensure PyTorch with CUDA support` **To Reproduce** Steps to reproduce the behavior: 1. Download data ``` docker run --gpus all \ --user $(id -u):$(id -g) \ -v ...
closed
2024-02-07T17:25:03Z
2024-02-18T20:30:48Z
https://github.com/nerfstudio-project/nerfstudio/issues/2883
[]
robinsonkwame
4
vastsa/FileCodeBox
fastapi
148
无法使用cloudflare r2来进行分享
使用s3配置了cloudflare r2,上传是正常的,但是通过分享节目下载文件 弹错提示 UnauthorizedSigV2 authorization is not supported. Please use SigV4 instead. 需要更新为SigV4
closed
2024-04-13T06:59:12Z
2024-04-29T14:13:20Z
https://github.com/vastsa/FileCodeBox/issues/148
[]
Emtier
5
pydata/xarray
numpy
9,098
⚠️ Nightly upstream-dev CI failed ⚠️
[Workflow Run URL](https://github.com/pydata/xarray/actions/runs/9654194590) <details><summary>Python 3.12 Test Summary</summary> ``` xarray/tests/test_missing.py::test_scipy_methods_function[barycentric]: FutureWarning: 'd' is deprecated and will be removed in a future version. Please use 'D' instead of 'd'. xarray/t...
closed
2024-06-12T00:23:50Z
2024-07-01T14:47:11Z
https://github.com/pydata/xarray/issues/9098
[ "CI" ]
github-actions[bot]
3
pyg-team/pytorch_geometric
deep-learning
9,036
Creating a graph with `torch_geometric.nn.pool.radius` using `max_num_neighbors` behaves different on GPU than it does on CPU
### 🐛 Describe the bug `torch_geometric.nn.pool.radius` when using `max_num_neighbors` will behave differently on CPU than on GPU. On CPU, it will add connections based on the angle within the circle (i.e it will start adding connections to nodes of the 1. quadrant, then go to the 2. quadrant, ...). On GPU, it will...
open
2024-03-08T14:06:15Z
2024-03-12T12:38:35Z
https://github.com/pyg-team/pytorch_geometric/issues/9036
[ "bug" ]
BenediktAlkin
3
sczhou/CodeFormer
pytorch
175
upload issue
where to upload our image u diloulge box for uploading image is not working
open
2023-03-11T08:46:22Z
2023-03-11T17:44:37Z
https://github.com/sczhou/CodeFormer/issues/175
[]
satyabirkumar87
1
indico/indico
sqlalchemy
5,987
Registration notification email are in the user language, not the organiser language
**Describe the bug** I have enable automatic email notification when a user register to my event. This email is in the user default language (german, polish...) instead of my (the organiser) default language (french, or at least english). **To Reproduce** Not easily as one would have to have dummy accounts set up ...
open
2023-10-11T16:38:26Z
2025-01-29T16:14:44Z
https://github.com/indico/indico/issues/5987
[ "bug" ]
dhrou
4
assafelovic/gpt-researcher
automation
1,247
Calling the FastAPI will always returned no sources even if report type is web_search
Hello all, I have the need to convert gpt researcher into a api endpoint, so I have written the following: ```python from fastapi import APIRouter, HTTPException, FastAPI from pydantic import BaseModel from typing import Optional, List, Dict from gpt_researcher import GPTResearcher import asyncio import os import tim...
closed
2025-03-09T22:53:22Z
2025-03-20T09:26:07Z
https://github.com/assafelovic/gpt-researcher/issues/1247
[]
Cloudore
1
deepinsight/insightface
pytorch
1,926
Request for the evaluation dataset
There are several algorithm evaluated on the dataset **IFRT**. Can you show the developers the link or the location of the IFRT dataset? Thanks!
closed
2022-03-06T03:46:51Z
2022-03-29T13:20:46Z
https://github.com/deepinsight/insightface/issues/1926
[]
HowToNameMe
1
qubvel-org/segmentation_models.pytorch
computer-vision
616
Output n_class is less than len(class_name) in training?
Hi, Thanks for your work. I used your code to train a multi-class segmentation task. I have 10 classes, but after training, the output mask just have 8 classes( using np.unique). Do you know how this happend? Thanks for your reply!
closed
2022-07-07T09:26:55Z
2022-10-15T02:18:36Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/616
[ "Stale" ]
ymzlygw
7
Lightning-AI/pytorch-lightning
pytorch
20,145
mps and manual_seed_all
### Description & Motivation Hi, I'm sorry to disturb here but i can't find any information anywhere about this. I'm struggling with an automatic function used with cuda to have the same seed on both GPU and CPU. Here is the function i worked from: ###### Function for setting the seed: def se...
closed
2024-07-31T14:31:09Z
2024-08-01T09:04:56Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20145
[ "question" ]
Tonys21
2
mirumee/ariadne
graphql
1,114
Cannot install 0.15
A syntax error introduced in `0.15.0` ([commit](https://github.com/kaktus42/ariadne/commit/dbdb87d650c124afde00d160e2484dabd4ebddcc)) that was not corrected until `0.16.0` ([commit](https://github.com/mirumee/ariadne/commit/dbc57a79d4ccbcf12c3af9feadfad897cddfb1ef)) prevents the installation of ariadne into a fresh en...
closed
2023-07-14T23:24:07Z
2023-10-25T15:50:48Z
https://github.com/mirumee/ariadne/issues/1114
[ "question", "waiting" ]
lyndsysimon
2
plotly/jupyter-dash
dash
32
alive_url should use server url to run behind proxies
JupyterDash.run_server launches the server and then query health by using the[ alive_url composed of host and port ](https://github.com/plotly/jupyter-dash/blob/86cd38869925a4b096fe55714aa8997fb84a963c/jupyter_dash/jupyter_app.py#L296). When running behind a proxy, the publically available url is arbitrary. There is al...
open
2020-08-13T20:17:25Z
2020-08-13T20:17:25Z
https://github.com/plotly/jupyter-dash/issues/32
[]
ccdavid
0
hootnot/oanda-api-v20
rest-api
191
Proxy uses HTTP and not HTTPS
requests.exceptions.ProxyError: HTTPSConnectionPool(host='[stream-fxpractice.oanda.com](http://stream-fxpractice.oanda.com/)', port=443) Caused by ProxyError('Your proxy appears to only use HTTP and not HTTPS, try changing your proxy URL to be HTTP. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#htt...
closed
2022-04-21T07:50:30Z
2022-04-22T20:07:24Z
https://github.com/hootnot/oanda-api-v20/issues/191
[]
QuanTurtle-founder
1
lepture/authlib
flask
43
OAuth2 ClientCredential grant custom expiration not being read from Flask configuration.
## Summary When registering a client credential grant for the `authlib.flask.oauth2.AuthorizationServer` in a Flask application and attempting to set a custom expiration time by setting `OAUTH2_EXPIRES_CLIENT_CREDENTIAL` as specified in the docs: https://github.com/lepture/authlib/blob/23ea76a4d9099581cd1cb43e0a8...
closed
2018-04-20T13:40:27Z
2018-04-20T13:54:31Z
https://github.com/lepture/authlib/issues/43
[]
jperras
5
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,001
Error in pix2pix backward_G?
Hi, I have a question about the implementation of the `backward_G` function of the pix2pix model. In the file `models/pix2pix_model.py` I see the following def backward_G(self): """Calculate GAN and L1 loss for the generator""" # First, G(A) should fake the discriminator fake_AB = torch...
closed
2020-04-23T08:50:38Z
2020-04-24T09:53:25Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1001
[]
zwep
1
HIT-SCIR/ltp
nlp
366
导入报错,何解?谢谢
报错: ``` from ltp import LTP File "/opt/conda/envs/env/lib/python3.6/site-packages/ltp/__init__.py", line 7, in <module> from .data import Dataset File "/opt/conda/envs/env/lib/python3.6/site-packages/ltp/data/__init__.py", line 7, in <module> from .fields import Field File "/opt/conda/envs/env/li...
closed
2020-06-17T11:49:02Z
2020-06-18T03:38:20Z
https://github.com/HIT-SCIR/ltp/issues/366
[]
MrRace
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,847
Onion site not reachable
### What version of GlobaLeaks are you using? GlobaLeaks version: 4.13.18 Database version: 66 OS: Ubuntu 22.04.3 ### What browser(s) are you seeing the problem on? _No response_ ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue The onion site is down and has been for sev...
open
2023-12-07T20:56:53Z
2025-02-03T08:49:58Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3847
[ "T: Bug", "Triage" ]
brassy-endomorph
20
horovod/horovod
machine-learning
3,281
Containerized horovod
Hi all, I have a problem running horovod using containerized environment. I'm running it on the host and trying to run on one single machine first: ``` horovodrun -np 4 -H localhost:4 python keras_mnist_advanced.py 2021-11-18 00:12:14.851827: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Succes...
closed
2021-11-18T00:13:28Z
2021-11-18T17:09:04Z
https://github.com/horovod/horovod/issues/3281
[]
dimanzt
1
pytest-dev/pytest-html
pytest
536
How to add additional column in pytest html report
I need help regarding pytest html report customization. I need to print failed network request status code(By TestCase wise) in report so I did the below code. StatusCode column created successfully but not getting data in html report. also, test case-wise statuscode row does not appear in the report. ``` Conftest....
closed
2022-07-19T13:23:53Z
2023-03-05T16:16:07Z
https://github.com/pytest-dev/pytest-html/issues/536
[]
Alfeshani-Kachhot
6
gradio-app/gradio
python
9,975
It isn't possible to disable the heading of a Label
### Describe the bug By default, `gr.Label` will always show the top class in a `h2` tag, even if the confidence for that class is <0.5. There doesn't seem to be any way to disable this. See also https://discuss.huggingface.co/t/how-to-hide-first-label-in-label-component/58036 ### Have you searched existing issues...
closed
2024-11-17T09:34:39Z
2024-11-27T19:26:25Z
https://github.com/gradio-app/gradio/issues/9975
[ "bug" ]
umarbutler
1
dynaconf/dynaconf
flask
379
[bug] dict-like iteration seems broken (when using example from Home page)
**Describe the bug** When I try to run the example from section https://www.dynaconf.com/#initialize-dynaconf-on-your-project ("Using Python only") and try to use the dict-like iteration from section https://www.dynaconf.com/#reading-settings-variables then the assertions pass but it returns a TypeError trying to it...
closed
2020-07-30T17:18:34Z
2020-08-06T17:51:53Z
https://github.com/dynaconf/dynaconf/issues/379
[ "bug", "Pending Release" ]
lilalinda
1
axnsan12/drf-yasg
django
295
Model
closed
2019-01-18T00:33:37Z
2019-01-18T00:33:51Z
https://github.com/axnsan12/drf-yasg/issues/295
[]
oneandonlyonebutyou
0
CanopyTax/asyncpgsa
sqlalchemy
69
Dependency on old version of asyncpg
When using `asyncpgsa` it's hard to use latest version of asyncpg, because there's `asyncpg~=0.12.0` in `install_requires`. What's more, I'd like to use `asyncpgsa` only as sql query compiler, without using its context managers (as shown [here](http://asyncpgsa.readthedocs.io/en/latest/#compile)). In this case `asyncp...
closed
2018-01-25T14:44:04Z
2018-02-02T17:49:59Z
https://github.com/CanopyTax/asyncpgsa/issues/69
[]
bitrut
3
ivy-llc/ivy
tensorflow
28,459
Fix Ivy Failing Test: paddle - sorting.msort
To-do List: https://github.com/unifyai/ivy/issues/27501
closed
2024-03-01T10:01:31Z
2024-03-08T11:16:09Z
https://github.com/ivy-llc/ivy/issues/28459
[ "Sub Task" ]
MuhammadNizamani
0
joeyespo/grip
flask
100
TypeError: Can't use a string pattern on a bytes-like object
When I try to export a file with the flags `--gfm --export`, I get the following error: ``` grip --gfm --export Kalender.md Exporting to Kalender.html Traceback (most recent call last): File "/usr/local/bin/grip", line 9, in <module> load_entry_point('grip==3.2.0', 'console_scripts', 'grip')() File "/usr/local...
closed
2015-03-04T22:17:11Z
2015-06-01T02:16:32Z
https://github.com/joeyespo/grip/issues/100
[ "bug" ]
clawoflight
5
plotly/dash
plotly
3,230
document type checking for Dash apps
we want `pyright dash` to produce few (or no) errors - we should add a note saying we are working toward this goal to the documentation, while also explaining that `pyright dash` does currently produce errors and that piecemal community contributions are very welcome.
closed
2025-03-20T16:01:18Z
2025-03-21T17:40:33Z
https://github.com/plotly/dash/issues/3230
[ "documentation", "P1" ]
gvwilson
0
lepture/authlib
django
238
Allow Developers to use encrypted public and private keys for JWT
**Is your feature request related to a problem? Please describe.** - When using `jwt.encode(header, payload, key)`, if the key is protected using a paraphrase, an error is thrown. This is because when creating the classes `authlib.jose.rfc7518._backends._key_cryptography.RSAKey` and 'authlib.jose.rfc7518._backends._ke...
closed
2020-06-16T00:14:11Z
2020-06-16T23:06:19Z
https://github.com/lepture/authlib/issues/238
[ "feature request" ]
moswil
2
nonebot/nonebot2
fastapi
3,303
Plugin: nonebot-plugin-VividusFakeAI
### PyPI 项目名 nonebot-plugin-vividusfakeai ### 插件 import 包名 nonebot_plugin_VividusFakeAI ### 标签 [{"label":"调情","color":"#eded0b"},{"label":"群友","color":"#ed0b1f"},{"label":"Play","color":"#4eed0b"}] ### 插件配置项 ```dotenv ``` ### 插件测试 - [ ] 如需重新运行插件测试,请勾选左侧勾选框
closed
2025-02-06T15:35:49Z
2025-02-10T12:35:38Z
https://github.com/nonebot/nonebot2/issues/3303
[ "Plugin", "Publish" ]
hlfzsi
3
graphql-python/graphene
graphql
905
Django model with custom ModelManager causes GraphQL query to fail
Hi everyone, I have narrowed down the problem. If I don't define a custom `objects` attribute on my model `Reference` queries in GraphQL are executed fine. But if I do, I get this response: ``` { "errors": [ { "message": "object of type 'ManyRelatedManager' has no len()", "locations": [ ...
closed
2019-02-19T15:34:23Z
2019-02-20T08:37:05Z
https://github.com/graphql-python/graphene/issues/905
[]
crazyscientist
2
tensorflow/tensor2tensor
deep-learning
1,210
Shuffle buffer causes OOM error on CPU (1.10.0)
I noticed that with 1.10.0 a shuffle buffer get build up before training: ``` 2018-11-09 11:48:04.525172: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:97] Filling up shuffle buffer (this may take a while): 391 of 512 2018-11-09 11:48:14.233178: I tensorflow/core/kernels/data/shuffle_dataset_op.cc:97] Filli...
closed
2018-11-09T10:57:18Z
2019-02-13T09:00:03Z
https://github.com/tensorflow/tensor2tensor/issues/1210
[]
stefan-falk
7
jina-ai/serve
deep-learning
6,089
Update the Twitter Logo.
**Describe your proposal/problem** In the footer of the docs, we are still using the old logo of Twitter. https://docs.jina.ai/ --- **Screenshots** ![image](https://github.com/jina-ai/jina/assets/97905637/b33e34ac-8ab6-4637-8eb9-c95ed5c8eb13) **Solution** Update the Logo of Twitter to latest logo (X). ...
closed
2023-10-18T18:32:57Z
2024-04-12T00:17:46Z
https://github.com/jina-ai/serve/issues/6089
[ "Stale" ]
niranjan-kurhade
20
ultrafunkamsterdam/undetected-chromedriver
automation
905
hCaptcha
**Key issue:** I'm trying to log into a site that's protected by hCaptcha. I'm able to log in on chrome normally, and I'm not asked to complete a captcha at all. When using selenium I'm asked to complete a captcha, which I do manually, and then receive an error message: _Login failed, please try again._ Has anyone ...
open
2022-11-17T16:38:36Z
2023-05-20T11:22:18Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/905
[]
jab2727
3
deepspeedai/DeepSpeed
machine-learning
6,653
Do I need to install the apex library to enhance the performance of deepspeed under mixed precision training?
Do I need to install the apex library to enhance the performance of deepspeed under mixed precision training?
closed
2024-10-23T02:01:22Z
2024-12-25T09:20:00Z
https://github.com/deepspeedai/DeepSpeed/issues/6653
[]
yangtian6781
2
scikit-multilearn/scikit-multilearn
scikit-learn
135
Weka wrapper issue
Hello everyone, I am trying to run the MEKA wrapper in my python code using skmultilearn. I am using the code in the paragraph 4.2 in http://scikit.ml/meka.html step by step. However, I got this error: File "C:\Users\ferna\Anaconda3\lib\site-packages\skmultilearn\ext\meka.py", line 374, in _parse_output ...
closed
2018-12-02T17:09:52Z
2019-01-11T09:43:25Z
https://github.com/scikit-multilearn/scikit-multilearn/issues/135
[]
FernandoSaez95
10
deeppavlov/DeepPavlov
nlp
866
ODQA answers from ru_odqa_infer_wiki and from demo.ipavlov.ai mismatch
Hi! When I ask russian ODQA at demo.ipavlov.ai it gives me more or less relevant answers. But when I try to use russian ODQA, using python -m deeppavlov interact ru_odqa_infer_wiki -d it gives irrelevant answers. For example: ``` question_raw::кто такой Владимир Путин >> 29 % question_raw::Рим это столица чего? ...
closed
2019-06-03T06:28:19Z
2019-06-04T07:25:54Z
https://github.com/deeppavlov/DeepPavlov/issues/866
[]
vitalyuf
2
pytest-dev/pytest-flask
pytest
23
use monkeypatch fixture to set app config servername
closed
2015-02-24T16:59:00Z
2015-02-26T14:10:58Z
https://github.com/pytest-dev/pytest-flask/issues/23
[]
RonnyPfannschmidt
1
pytorch/pytorch
machine-learning
149,829
TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support
The warning message > /opt/conda/envs/py_3.9/lib/python3.9/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/Conte...
open
2025-03-23T15:31:50Z
2025-03-24T18:42:04Z
https://github.com/pytorch/pytorch/issues/149829
[ "module: cpu", "triaged", "module: python frontend" ]
justinchuby
2
plotly/dash-table
plotly
522
Validate React version of standalone table against Dash React version
First mentioned in https://github.com/plotly/dash-table/pull/508#discussion_r308946435. Making sure the versions are aligned would ensure the table is always truly tested against the expected version. Since the table generation needs to happen against the latest version of Dash and is part of the normal developme...
open
2019-07-30T23:42:53Z
2020-01-30T20:47:32Z
https://github.com/plotly/dash-table/issues/522
[ "dash-type-maintenance", "dash-stage-revision_needed" ]
Marc-Andre-Rivet
0
davidsandberg/facenet
tensorflow
400
Detecting multiple faces in one image using compare.py
Hi, I was working with the compare.py code. I am wondering how can i get bounding box coordinates of the multiple people detected in a single image. A single picture may contain more than one face. But I see that only one face is detected in an image with more than one people?
closed
2017-07-28T08:09:21Z
2017-10-21T11:18:16Z
https://github.com/davidsandberg/facenet/issues/400
[]
surajitsaikia27
2
slackapi/bolt-python
fastapi
753
Running a function on app start?
I am making a slack app the makes polls. We're using redis to keep track of polls in progress so they persist through a restart of the app (server goes down, code is published, etc.). Because polls have an amount of time they are allowed to run for I want to close the polls that should have ended while the bot was down...
closed
2022-11-01T15:09:49Z
2022-11-02T15:11:29Z
https://github.com/slackapi/bolt-python/issues/753
[ "question" ]
IronicTrout
4
amidaware/tacticalrmm
django
2,075
Usage Monitoring Endpoint via Docker / MON_TOKEN via (docker-) environment variable
Hi is it possible to use active the monitor feature like descripted here: [https://docs.tacticalrmm.com/tipsntricks/#monitor-your-trmm-instance-via-the-built-in-monitoring-endpoint](url) for the docker stack? I have tried to set Environment var in docker-compose.yml on some places, but it seems not to be regogni...
closed
2024-11-22T14:56:45Z
2024-11-22T18:52:07Z
https://github.com/amidaware/tacticalrmm/issues/2075
[]
tobfel
1
gradio-app/gradio
data-science
10,045
Feature request: Allow conversation retention & multiple conversations in `gr.ChatInterface`
- [ X ] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Chatbots created using `gr.ChatInterface` currently do not retain conversation histories when the web page is closed. Each time a user closes and reopens the web page, the convers...
closed
2024-11-27T02:26:19Z
2025-02-28T04:45:56Z
https://github.com/gradio-app/gradio/issues/10045
[ "enhancement" ]
jamie0725
2
mckinsey/vizro
data-visualization
682
consider a default dash theme on top of vizro
### Which package? None ### What's the problem this feature will solve? currently i cannot use vizro css with custom dash pages. it would be good if vizro would have 'vanilla' option to just use dash css (including bootstrap ones), so i may use vizro just like a constructor. i know there's custom static css folder,...
closed
2024-09-04T23:13:49Z
2024-09-06T12:22:56Z
https://github.com/mckinsey/vizro/issues/682
[ "Feature Request :nerd_face:", "Needs triage :mag:" ]
vks2
2
onnx/onnx
scikit-learn
6,757
Support more dtypes in Range
https://onnx.ai/onnx/operators/onnx__Range.html currently doesn't support float16, bfloat16 etc. We should add dtypes for this op.
open
2025-03-03T20:29:17Z
2025-03-03T23:51:44Z
https://github.com/onnx/onnx/issues/6757
[ "topic: operator" ]
justinchuby
0
akurgat/automating-technical-analysis
plotly
13
Over resource limits on Streamlit Cloud
Hey there :wave: Just wanted to let you know that [your app on Streamlit Cloud deployed from this repo](https://akurgat-automating-technical-analysis-trade-qn1uzx.streamlit.app/akurgat/automating-technical-analysis/Trade.py) has gone over its resource limits. Access to the app is temporarily limited. Visit the app to s...
closed
2023-06-15T07:49:58Z
2023-06-22T08:50:45Z
https://github.com/akurgat/automating-technical-analysis/issues/13
[]
nitek29
2
pytorch/vision
computer-vision
8,880
`alpha` argument of `ElasticTransform()` should completely avoid negative values, giving error and the doc should have the explanation.
### 📚 The doc issue Setting `1000` and `-1000` to `alpha` argument of [ElasticTransform()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.ElasticTransform.html) gets the same kind of results as shown below: ```python from torchvision.datasets import OxfordIIITPet from torchvision.transforms.v2 i...
open
2025-01-24T03:39:12Z
2025-02-19T13:39:41Z
https://github.com/pytorch/vision/issues/8880
[]
hyperkai
1
ymcui/Chinese-LLaMA-Alpaca
nlp
307
有关精调模板的问题
chinese-alpaca使用原版stanford-alpaca不带input的模板,是英文的。但是语料是中文的,这样不会产生gap吗? 是否使用中文的模板会更好?还是说精调时的模板要翻译成中文呢? chinese-alpaca使用的模板如下: ![image](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/94682439/f6c0582d-4823-449d-a71c-cd136cacd51d) 如果我在后续精调的时候应该采用中文还是英文的模板呢?
closed
2023-05-11T05:06:59Z
2023-05-11T05:39:57Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/307
[]
yuanzhiyong1999
2
pallets/flask
python
5,434
Starter example results in 404 error
The basic example from the readme / flask docs throws a 404 error instead of returning the Hello World message If you run the code from the example: ``` # save this as app.py from flask import Flask app = Flask(__name__) @app.route("/") def hello(): return "Hello, World!" ``` and then open 127.0...
closed
2024-03-08T19:28:48Z
2024-03-25T00:06:30Z
https://github.com/pallets/flask/issues/5434
[]
gwilku
4
dfm/corner.py
data-visualization
281
Installation error: No matching distribution found for setuptools>=62.0
Hello, I am installing corner as a dependency for [PHOEBE](https://phoebe-project.org/install#source). I face an error in installing corner -- pip and conda can't find and install corner nor corner.py. I try to install from the git source, and face this kind of error when running `python -m pip install .` inside the...
closed
2024-11-18T07:41:36Z
2024-11-23T11:45:12Z
https://github.com/dfm/corner.py/issues/281
[]
aliyyanurr
0
jupyter-incubator/sparkmagic
jupyter
401
Adding default CSRF header as a good security practice .
It is no harm to set X-Requested-By when csrf protection is disabled. This will help user experience so when livy CsrfFilter check for "X-Requested-By" header it doesn't return a ""Missing Required Header for CSRF protection." Check the usage of CSRF headers at owasp. The main idea is to check the presence of a custo...
closed
2017-08-23T23:02:48Z
2017-09-16T23:20:07Z
https://github.com/jupyter-incubator/sparkmagic/issues/401
[]
JeffRodriguez
7
OFA-Sys/Chinese-CLIP
computer-vision
147
模型测试
如何测试自己微调后的权重?我尝试用如下脚本检测自己微调后的权重: ![499828e12d8ea738a287a7c4ad99fc7](https://github.com/OFA-Sys/Chinese-CLIP/assets/110820271/20d4ef9d-7667-400b-82e7-b68c2c450d2c) 但是存在如下报错: ![525ab9909074283f95068517e95feb3](https://github.com/OFA-Sys/Chinese-CLIP/assets/110820271/8579a039-9144-48c9-9bf8-d5c0e2780e28) 这种情况我该如何解决呢
closed
2023-06-25T07:26:19Z
2023-07-17T07:12:23Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/147
[]
Duyz232
1
ray-project/ray
deep-learning
51,207
[Data] Adding streaming capability for `ray.data.Dataset.unique`
### Description The current [doc](https://docs.ray.io/en/latest/data/api/doc/ray.data.Dataset.unique.html) indicates that `ray.data.Dataset.unique` is a blocking operation: **_This operation requires all inputs to be materialized in object store for it to execute._**. But I presume, conceptually, it's possible to imp...
open
2025-03-10T05:26:33Z
2025-03-13T12:37:57Z
https://github.com/ray-project/ray/issues/51207
[ "enhancement", "triage", "data" ]
marcmk6
7
allure-framework/allure-python
pytest
86
Provide 'Host' and 'Tread' labels
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of any problems with Allure Jenkins plugin** please use the following repository . to create an issue: https://github.com/jenkinsci/allure-plugi...
closed
2017-07-08T14:22:16Z
2017-10-17T15:20:41Z
https://github.com/allure-framework/allure-python/issues/86
[]
sseliverstov
0
benbusby/whoogle-search
flask
926
[BUG] Services defined in WHOOGLE_ALT_<> that start with https:// or http:// are prepended with "//"
**Describe the bug** Services defined in WHOOGLE_ALT_<> that start with https:// or http:// are prepended with "//". This sometimes causes issues on my browser when trying to hit the alt sites. **To Reproduce** Steps to reproduce the behavior: 1. Set the Reddit alt site variable to a http://<site> value 2. Run t...
closed
2023-01-04T13:46:59Z
2023-01-04T17:10:33Z
https://github.com/benbusby/whoogle-search/issues/926
[ "bug" ]
cazwacki
1
biolab/orange3
numpy
6,700
show help not working
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2024-01-09T14:22:54Z
2024-01-18T15:11:34Z
https://github.com/biolab/orange3/issues/6700
[ "bug report" ]
erikafuna
4
jacobgil/pytorch-grad-cam
computer-vision
468
How to separately visualize heatmaps for classification tasks and localization tasks in object detection
Excuse me, how should I visualize the heatmaps of classification tasks and localization tasks in object detection respectively? Can you give me some ideas? Thanks!!!
open
2023-12-05T08:28:59Z
2023-12-05T08:28:59Z
https://github.com/jacobgil/pytorch-grad-cam/issues/468
[]
a1b2c3s4d4
0
d2l-ai/d2l-en
machine-learning
1,930
Remember a user's framework selection?
Hello! I'm wondering if it would be a nice convenience for the user if the website remembered their preferred framework (mxnet, pytorch, tensorflow) across pages or even across sessions. I would be happy to contribute if this is a good idea. I'm not sure how the routing is done, but maybe there would be a way to sav...
open
2021-10-16T22:17:13Z
2021-10-25T12:06:50Z
https://github.com/d2l-ai/d2l-en/issues/1930
[]
harryli0088
2
KevinMusgrave/pytorch-metric-learning
computer-vision
649
Reduction type for NTXentLoss should be "element"
closed
2023-07-12T04:19:52Z
2023-07-12T04:27:39Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/649
[ "enhancement" ]
KevinMusgrave
1
huggingface/transformers
deep-learning
36,564
Add support for StableAdamW optimizer in Trainer
### Feature request StableAdamW is an optimizer first introduced in [Stable and low-precision training for large-scale vision-language models](https://arxiv.org/pdf/2304.13013), an AdamW and AdaFactor hybrid optimizer, leading to more stable training. Most notably, however, it has been used in the [modernBERT paper](h...
open
2025-03-05T15:14:19Z
2025-03-06T10:38:17Z
https://github.com/huggingface/transformers/issues/36564
[ "Feature request" ]
capemox
2
PokeAPI/pokeapi
graphql
331
Missing location_area_encounters
It appears that at least a few pokemon (seemingly many) are missing entries in their `location_area_encounters` endpoint. For instance, [Dratini's endpoint](https://pokeapi.co/api/v2/pokemon/147/encounters) does not list silver or gold, though it's definitely catchable in [Dragon's Den](https://bulbapedia.bulbagarde...
closed
2018-04-05T01:44:19Z
2018-04-07T08:54:22Z
https://github.com/PokeAPI/pokeapi/issues/331
[ "veekun" ]
jrubinator
3
gevent/gevent
asyncio
1,314
test__util.TestAssertSwitches.test_time_sleep flaky on windows
* gevent version: master * Python version: multiple * Operating System: Windows/libuv Seen with multiple versions of python. [log](https://ci.appveyor.com/project/denik/gevent/builds/20250150/job/1is5rml33wuew5ee#L506) ``` C:\Python36-x64\python.exe -u -mgevent.tests.test__util 507 ...F..... 508 ========...
closed
2018-11-13T11:23:48Z
2018-11-14T11:57:17Z
https://github.com/gevent/gevent/issues/1314
[ "Platform: Windows", "Loop: libuv" ]
jamadden
0
tox-dev/tox
automation
2,455
Multiple Path of test files can to set in env variable but "\" for new line not working
When submitting a bug make sure you can reproduce it via ``tox -rvv`` and attach the output of that to the bug. Ideally, you should also submit a project that allows easily reproducing the bug. Thanks! So here i am using my pytest files as a env variable for different tox enviroment like if `test-functional_api` is ...
closed
2022-07-04T19:27:39Z
2022-07-04T21:09:23Z
https://github.com/tox-dev/tox/issues/2455
[ "bug:normal" ]
rahulmukherjee68
3
ageitgey/face_recognition
machine-learning
1,105
face_recognitions.face_locations is too slow
* face_recognition version: 1.3.0 * Python version: 3.7.7 * Operating System: Linux Mint 19.3 Cinnamon ### Description I have a code which works nice, so there should not be any mistakes, the only problem is, it is too slow. The processing of a frame(either an image in unknown_faces dir or video feed) takes lik...
open
2020-04-03T20:45:28Z
2020-04-18T09:36:38Z
https://github.com/ageitgey/face_recognition/issues/1105
[]
muyustan
4
donnemartin/system-design-primer
python
948
Test
open
2024-09-18T11:38:41Z
2024-12-02T01:13:13Z
https://github.com/donnemartin/system-design-primer/issues/948
[ "needs-review" ]
kwaker88
0
gradio-app/gradio
data-visualization
10,738
gradio canvas won't accept images bigger then 600 x 600 on forgewebui
### Describe the bug I think it's a gradio problem since the problem started today and forge hasn't updated anything ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```python import gradio as gr ``` ### Screenshot _No response_ ### Logs ```shell ...
closed
2025-03-06T02:57:40Z
2025-03-06T15:21:24Z
https://github.com/gradio-app/gradio/issues/10738
[ "bug", "pending clarification" ]
Darknessssenkrad
13
hzwer/ECCV2022-RIFE
computer-vision
41
Model v2 update log
We show some hard case results for every version model. v2 google drive download link: (https://drive.google.com/file/d/1wsQIhHZ3Eg4_AfCXItFKqqyDMB4NS0Yd/view). v1.1 2020.11.16 链接:https://pan.baidu.com/s/1SPRw_u3zjaufn7egMr19Eg 密码:orkd <img width="350" alt="image" src="https://user-images.githubusercontent.com...
closed
2020-11-30T07:12:53Z
2021-05-17T06:44:12Z
https://github.com/hzwer/ECCV2022-RIFE/issues/41
[]
hzwer
12
scanapi/scanapi
rest-api
261
Body in the report should be rendered according to it's request content type
Today the Body is showing the representation of python's byte string, which in the report should be agnostic of language, but based on it's request content type. For example: - A request of application/json can render the body as json in the report and make use of the same tool that is used at the Content field ...
closed
2020-08-26T16:04:30Z
2020-12-16T12:49:48Z
https://github.com/scanapi/scanapi/issues/261
[ "Reporter", "Hacktoberfest" ]
loop0
1
public-apis/public-apis
api
3,357
Starter
closed
2022-11-24T19:23:26Z
2022-11-24T19:24:41Z
https://github.com/public-apis/public-apis/issues/3357
[]
TheRealToaster
0
Evil0ctal/Douyin_TikTok_Download_API
fastapi
457
[BUG] 抖音API下更换Cookie和网络服务商后依旧出现 <class 'NoneType'> 类型错误
***发生错误的平台?*** 抖音 ***发生错误的端点?*** - API服务 ```json /api/hybrid/video_data?url=https://v.douyin.com/iMrqLnXG/ ``` ***提交的输入值?*** - 抖音短网址 ```json https://v.douyin.com/iMrqLnXG/ ``` - User-Agent: ```json Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0....
closed
2024-07-20T04:48:10Z
2024-07-31T07:21:32Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/457
[ "BUG" ]
Jiohon
6
plotly/dash-recipes
dash
26
multi-threading
does this pattern apply if Dash is deployed in gunicorn with multiple threads? Or is it necessary to use the Flask-SQLAlchemy extension? thanks!
open
2019-10-01T20:31:43Z
2019-10-01T20:31:43Z
https://github.com/plotly/dash-recipes/issues/26
[]
BenMacKenzie
0
ghtmtt/DataPlotly
plotly
346
The plugins cannot produce any plot
Is this a real project? It cannot even plot a single point (like 'lat' vs. 'lon'). For both numeric and date fields, the same axis interval [0,6] is displayed. It seems like there is no processing code at all. <img width="619" alt="image" src="https://github.com/ghtmtt/DataPlotly/assets/7342379/6e1244f5-6c3f-4346-a1...
closed
2024-03-13T06:05:40Z
2024-03-14T17:00:03Z
https://github.com/ghtmtt/DataPlotly/issues/346
[ "bug" ]
AlexeyPechnikov
7
google-research/bert
tensorflow
928
FileNotFoundError: [Errno 2] No such file or directory: 'pybert/output/checkpoints/bert'
Hi, I am using google colab to run bert example. when i try to run with runtime normal I don't get any error. but when i change runtime to GPU/TPU I get the following error `Traceback (most recent call last): File "/content/drive/My Drive/Colab_Notebooks/Bert/Bert-Multi-Label-Text-Classification-master/run_...
open
2019-11-20T07:48:28Z
2019-11-20T07:49:11Z
https://github.com/google-research/bert/issues/928
[]
Sajjadahmed668
0
gunthercox/ChatterBot
machine-learning
1,970
Can't find model 'en' and Spacy install error
OS: Arch Linux 5.6.10 Python version: 3.8.2 Pipenv version: 2018.11.15.dev0 I installed chatterbot in virtual environment with pipenv. When I run the following script, I get this error: > OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data direc...
closed
2020-05-08T08:47:12Z
2020-05-08T17:21:48Z
https://github.com/gunthercox/ChatterBot/issues/1970
[]
ElderBlade
1
jina-ai/serve
deep-learning
5,636
bug: `log_config` argument is not uniformly used when creating JinaLogger instances
**Describe the bug** <!-- A clear and concise description of what the bug is. --> The `log_config` argument needs to be initialized like the following instances: - https://github.com/jina-ai/jina/blob/c57fdbb11e4c318e31ab1d778ded3d4183ab1e0c/jina/orchestrate/flow/base.py#L519-L524 - https://github.com/jina-ai/jina/...
closed
2023-01-30T09:40:56Z
2023-02-01T09:49:29Z
https://github.com/jina-ai/serve/issues/5636
[]
girishc13
0
pallets/flask
flask
5,652
flask==2.2.4 incompatible with werkzeug==3.1.3
I use flask==2.2.4 for my project and when I install flask, it pulls **any** werkzeug>=2.2.2 (which is the default behaviour). After [werkzeug==3.1.3](https://pypi.org/project/Werkzeug/3.1.3/) got released on 8 Nov, 2024, flask pulls the latest version of it. With this new version of werkzeug, while executing unit test...
closed
2024-12-05T11:56:45Z
2024-12-20T00:07:47Z
https://github.com/pallets/flask/issues/5652
[]
ranaprathapthanneeru
1
computationalmodelling/nbval
pytest
124
Databricks support for code-coverage
Though the `nbval` is used for Jupyter notebook, I am not able to implement it in Databricks as it doesn't have `.ipynb` extension. Can a feature be introduced to test Databricks notebook too. Community version of Databricks can be used for development - https://community.cloud.databricks.com
closed
2019-08-02T20:25:12Z
2020-02-12T12:24:30Z
https://github.com/computationalmodelling/nbval/issues/124
[]
tintinmj
14
nalepae/pandarallel
pandas
202
parallel not working
I have pandas dataframe , inside it there is one text col and i want to apply custom text processing function on that column but parallel.map and .apply stuck in infinite loop. what went wrong can u tell
closed
2022-09-02T11:03:58Z
2022-09-12T14:00:05Z
https://github.com/nalepae/pandarallel/issues/202
[]
riyaj8888
3
scikit-learn/scikit-learn
machine-learning
30,774
Deprecation message of check_estimator does not point to the right replacement
See here https://github.com/scikit-learn/scikit-learn/blob/e25e8e2119ab6c5aa5072b05c0eb60b10aee4b05/sklearn/utils/estimator_checks.py#L836 I believe it should point to `sklearn.utils.estimator_checks.estimator_checks_generator` as suggested in the doc string. Also not sure you want to keep the sphinx directive in th...
closed
2025-02-06T06:01:18Z
2025-02-06T18:46:02Z
https://github.com/scikit-learn/scikit-learn/issues/30774
[ "Bug", "Documentation" ]
Remi-Gau
1
Python3WebSpider/ProxyPool
flask
86
docker-compose up 后不能启动redis,报错如图
<img width="855" alt="WX20200813-155849@2x" src="https://user-images.githubusercontent.com/32673411/90109674-ba556d80-dd7e-11ea-89b4-11926e1d6bce.png">
closed
2020-08-13T08:05:01Z
2020-08-13T12:37:38Z
https://github.com/Python3WebSpider/ProxyPool/issues/86
[ "bug" ]
MazzaWill
1
ndleah/python-mini-project
data-visualization
143
Code Issues: Incorrect Structure, Capitalization, Imports, and Variables in Automated_Mailing project
## Issue: Incorrect Code Structure ### Description The current code has several structural issues, including incorrect indentation, missing email and password values, and unnecessary variables. ### Type of issue - [ ] Feature (New Script) - [x] Bug - [ ] Documentation ### Checklist: - [x] I have read the ...
closed
2023-08-24T03:56:20Z
2023-09-18T04:02:39Z
https://github.com/ndleah/python-mini-project/issues/143
[]
ChathuraAbeygunawardhana
1