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
raphaelvallat/pingouin
pandas
428
Mann-Whitney U (mwu): the computation of rank-biserial correlation (RBC) is problematic
Hi there, I found that the computation of rank-biserial correlation (RBC) is problematic. This is related to https://github.com/raphaelvallat/pingouin/issues/417 and https://github.com/raphaelvallat/pingouin/pull/424. According to [the cited paper](https://journals.sagepub.com/doi/pdf/10.2466/11.IT.3.1), there ar...
closed
2024-07-16T00:05:26Z
2025-03-14T15:06:41Z
https://github.com/raphaelvallat/pingouin/issues/428
[ "invalid :triangular_flag_on_post:" ]
mmpeng9
1
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
535
Mask R-CNN如何只做目标检测
请问导师,Mask R-CNN的代码如何使用自己的训练集(在你faster-rcnn的代码上跑通了)只做目标检测,不做图像分割
closed
2022-04-25T03:03:15Z
2022-04-27T07:14:21Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/535
[]
XylonXu01
4
litestar-org/litestar
pydantic
3,340
Bug: cannot start server with `PydanticPlugin` if using `pydantic == 1.x.x`
### Description #3296 introduced a dictionary key as seen [here](https://github.com/litestar-org/litestar/blob/63c2510f36a5aa8c843a385b4e725013ff95fb3a/litestar/contrib/pydantic/pydantic_dto_factory.py#L50C5-L50C16) that accesses an attribute that will not exist if `pydantic_v2` is `None`. This makes server startup...
closed
2024-04-08T10:25:29Z
2025-03-20T15:54:33Z
https://github.com/litestar-org/litestar/issues/3340
[ "Bug :bug:" ]
LonelyVikingMichael
2
gto76/python-cheatsheet
python
190
Python
closed
2025-01-21T06:50:53Z
2025-01-21T14:12:55Z
https://github.com/gto76/python-cheatsheet/issues/190
[]
zaintariiq
0
wagtail/wagtail
django
12,466
Documentation - Update page titles to align better to writing style guide
Our writing style guide advises we should align with the Google developer documentation style guide. However, some page titles are still using an inconsistent style. * https://docs.wagtail.org/en/latest/contributing/documentation_guidelines.html#writing-style-guide * https://developers.google.com/style/headings ### P...
closed
2024-10-25T01:16:20Z
2024-10-27T05:27:05Z
https://github.com/wagtail/wagtail/issues/12466
[ "Documentation", "good first issue" ]
lb-
2
MagicStack/asyncpg
asyncio
765
execute_script function
add an execute_script function like in the sqlite3 connector
closed
2021-06-02T16:37:00Z
2021-06-02T17:06:04Z
https://github.com/MagicStack/asyncpg/issues/765
[]
Olivier-Berg
2
danimtb/dasshio
dash
115
README.md regarding Quick Setup
Would it be possible to modify the README.md file regarding the setup to make it simpler for new and non professional users? It would make installation much more easy for new users I think _ > To install this add-on, please, follow Home Assistant documentation on how to [Install Third-party Add-ons](https://home-...
open
2024-03-29T15:56:13Z
2024-03-29T15:56:13Z
https://github.com/danimtb/dasshio/issues/115
[]
gh47110815
0
pywinauto/pywinauto
automation
1,244
Seems to have found a bug in treeview
I really like this Python library, it provides better determinism than those libraries based on image manipulation. But it seems I found a bug about win32 backend's treeview operation, when calling click(where='check') on _treeview_element, I found that the checkbox is other items on top of this item, not the item itse...
closed
2022-09-21T10:30:24Z
2022-09-23T23:45:25Z
https://github.com/pywinauto/pywinauto/issues/1244
[]
bluebad
1
encode/databases
sqlalchemy
429
broken installation instructions for non-default db drivers
Via readme.md: ``` You can also use other database drivers supported by databases: $ pip install databases[postgresql+aiopg] $ pip install databases[mysql+asyncmy] ``` Is there any python/pip combination for which this works? I swear I've seen the same plus notation before somewhere but I'm pretty sure it doe...
closed
2021-11-26T00:14:56Z
2022-01-18T10:08:08Z
https://github.com/encode/databases/issues/429
[ "bug" ]
chrono
1
ultralytics/yolov5
pytorch
13,387
Negative weights when using Macbook M1 with MPS
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Detection ### Bug Hi, Indeed I am using the latest code from git (main branch). I re-run the training using this: /cam-analyzer/pytorch_metal_...
open
2024-10-26T22:48:07Z
2024-11-11T16:14:24Z
https://github.com/ultralytics/yolov5/issues/13387
[ "bug" ]
guybashan
4
python-visualization/folium
data-visualization
1,199
Strange behaviour using multiple tilelayers and control layer
#### Please add a code sample or a nbviewer link, copy-pastable if possible ```python # Executed within a Jupyter notebook cell import folium mymap = folium.Map(location=(39.472997, -6.370755), zoom_start=10, tiles='OpenStreetMap', attr='Javi') another_tile = folium.TileLayer('cartodbdark_ma...
closed
2019-08-16T08:59:22Z
2022-11-30T16:01:40Z
https://github.com/python-visualization/folium/issues/1199
[ "bug" ]
jmaralc
7
aleju/imgaug
machine-learning
179
Update the plotting function to show images?
Hi, great repository and great work. However, when I was using it, I found it relies on `scipy` to show images. And according to `scipy` documents [scipy.misc.imshow](https://docs.scipy.org/doc/scipy/reference/generated/scipy.misc.imshow.html), I guess the `scipy.imshow()` is downgraded. ``` DeprecationWarning: ...
closed
2018-09-10T19:06:59Z
2018-10-28T20:46:17Z
https://github.com/aleju/imgaug/issues/179
[]
iphyer
9
ydataai/ydata-profiling
pandas
1,579
Report is too large for any browser to render
### Current Behaviour After running the profiler on ~41k records with maybe 100 or so fields, it produces an HTML report so large that no browser can render it. There was no error, and all the data is there, and all the SVGs are produced. Its just that the report tries to render as a _single page_. Tested with Chrom...
closed
2024-05-01T14:30:09Z
2024-05-06T17:29:48Z
https://github.com/ydataai/ydata-profiling/issues/1579
[ "information requested ❔" ]
kstech-roadie
1
pydata/pandas-datareader
pandas
918
Alpha Vantage Daily Close Prices Not Consistent
I'm using this package for an algobot to download daily close prices after the market closes to perform calculations to determine whether to buy or sell. My bot gets run in the cloud everyday at 5PM EST(to ensure alpha vantage has gotten the latest daily OHLCV data). When I download the OHLCV data for 1 stock from 5 ye...
open
2021-12-07T22:55:59Z
2021-12-07T23:09:56Z
https://github.com/pydata/pandas-datareader/issues/918
[]
jy13249
0
521xueweihan/HelloGitHub
python
2,909
【开源自荐】文颜 - 多平台写作,一键排版美化
- 项目地址:https://github.com/caol64/wenyan - 项目描述:「文颜」是一款全自动的文章排版美化工具,专为简化您的内容发布工作而设计。它可以将Markdown格式的文章快速转换为适合微信公众号、今日头条、知乎等平台的排版格式,从而省去因平台差异带来的繁琐调整。 - 产品主页:https://yuzhi.tech/wenyan - 产品文档:https://yuzhi.tech/docs/wenyan - AppStore:https://apps.apple.com/cn/app/%E6%96%87%E9%A2%9C/id6670157335?mt=12&itsct=apps_box_badge&it...
open
2025-02-28T00:12:31Z
2025-02-28T00:12:31Z
https://github.com/521xueweihan/HelloGitHub/issues/2909
[]
caol64
0
vaexio/vaex
data-science
1,890
[FEATURE-REQUEST] Extract out multi-level cache into a package
**Description** It looks like the [multi-level cache](https://github.com/vaexio/vaex/blob/069dc5f305925ba96011477b30fcef440236789e/packages/vaex-core/vaex/cache.py#L110) could be useful for other projects as well. Any plan to make a package of its own? **Additional context** [akernel](https://github.com/davidb...
closed
2022-02-08T20:45:45Z
2022-02-09T14:54:12Z
https://github.com/vaexio/vaex/issues/1890
[]
davidbrochart
2
joouha/euporie
jupyter
123
menu/mouse not working in neither iterm2 or terminal on osx
I can't access the menus with keyboard nor mouse on OSX in neither iterm2 or terminal app.
closed
2024-12-01T22:39:22Z
2025-01-29T13:00:31Z
https://github.com/joouha/euporie/issues/123
[]
maxandersen
9
joeyespo/grip
flask
277
Unauthorized for url: https://api.github.com/markd own/raw
```bash aemonge  ~/u/d/cells-hybrid-solution   master  grip pub-sub.propursal.md --export --user aem onge --pass '*******************' Exporting to pub-sub.propursal.html [2018-07-11 11:37:07,038] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages...
open
2018-07-11T09:39:24Z
2019-04-18T21:49:57Z
https://github.com/joeyespo/grip/issues/277
[]
aemonge
1
OpenInterpreter/open-interpreter
python
847
Cannot stop it from prompting as it goes through a plan
### Describe the bug At each step in a multi-step process, it wants to execute the code. The only choices are y or n. It would be great to add a (d)efer option so it will just queue up all the code and run it all at once at the end. Or some other way of getting it to stop asking me and just write out all the code firs...
closed
2023-12-21T23:27:08Z
2024-03-19T18:52:08Z
https://github.com/OpenInterpreter/open-interpreter/issues/847
[ "Enhancement" ]
tolidano-humane
1
FlareSolverr/FlareSolverr
api
703
FlareSolverr v2.2.4 & v2.2.10 Windows x64 Error at "Testing web browser installation..."
### Have you checked our README? - [X] I have checked the README ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Discussions ### Environment ```markdown - FlareSolverr version: 2.2.4 and 2.2.10 - Last...
closed
2023-02-16T16:29:37Z
2023-02-21T12:54:39Z
https://github.com/FlareSolverr/FlareSolverr/issues/703
[]
sunnyd24
13
modin-project/modin
data-science
6,753
Preserve dtypes cache on `df[existing_col] = scalar`
It currently loses all dtypes on `.__setitem__()` ```python import modin.pandas as pd df = pd.DataFrame({"a": [1, 2, 3], "b": [3, 4, 5]}) df["b"] = 10 # known dtypes: {}; # cols with unknown dtypes: ['a', 'b']; print(df._query_compiler._modin_frame._dtypes) ```
closed
2023-11-17T16:09:34Z
2023-11-21T11:57:07Z
https://github.com/modin-project/modin/issues/6753
[ "Performance 🚀", "P2" ]
dchigarev
0
ultralytics/yolov5
pytorch
12,841
How to convert segment json data labeled by labelme to yolo format?
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question How to convert segment json data labeled by labelme to yolo format? Can you share some d...
closed
2024-03-23T02:26:10Z
2024-05-05T00:23:01Z
https://github.com/ultralytics/yolov5/issues/12841
[ "question", "Stale" ]
fewshotstudy
4
microsoft/qlib
machine-learning
1,819
Will consider improving and enhancing the functionality and examples of Reinforcement Learning?
Will consider improving and enhancing the functionality and examples of Reinforcement Learning? The current sample is running slowly and has not been updated for a long time. ![截屏2024-07-01 20 50 28](https://github.com/microsoft/qlib/assets/5229158/2e56572d-1894-4834-8c64-230529a10a1e) ------- 会否考虑完善和增强强化学习部分的功...
open
2024-07-01T12:53:23Z
2024-09-28T07:09:33Z
https://github.com/microsoft/qlib/issues/1819
[ "question" ]
ghyzx
1
pydantic/pydantic
pydantic
10,923
"le" and "ge" date values for date fields although they should float
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description The "le" and "ge" properties of the Field class are annotated as "float". However, it is possible to define a date field and assign a date instance for "le" or "ge" (and it is working fine). Is this an implementation invariant or j...
closed
2024-11-21T12:41:46Z
2024-11-21T13:07:03Z
https://github.com/pydantic/pydantic/issues/10923
[ "question" ]
zopyx
1
litestar-org/litestar
asyncio
3,505
Examples not shown when using DTO
### Reported by [Alc](https://discord.com/users/314787529100361748) in Discord: [#is Post request using OPENAPI body example working](https://discord.com/channels/919193495116337154/1240662108979597342/1240851853210554370) ### Description When DTOs are used the example set in `Body` does not show up. ### MCVE ```py f...
closed
2024-05-17T02:25:31Z
2025-03-20T15:54:43Z
https://github.com/litestar-org/litestar/issues/3505
[ "Bug :bug:" ]
byte-bot-app[bot]
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
971
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
Not sure how it can be solved. This is happened during installation `pip install -r requirements.txt`. I've installed - build tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/ - Visual C++ https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170 What did I miss? ...
closed
2022-01-09T00:27:03Z
2023-01-21T10:04:20Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/971
[]
andkirby
7
alpacahq/alpaca-trade-api-python
rest-api
44
401 Client Error: Unauthorized for url: https://api.polygon.io
I'm going through the tutorial, and I'm getting an exception: ``` DEBUG:urllib3.connectionpool:https://api.polygon.io:443 "GET /v1/historic/agg/day/ATVI?from=2015-8-25&to=2018-12-6&apiKey=abcd HTTP/1.1" 401 None WARNING:__main__:ATVI generated an exception: 401 Client Error: Unauthorized for url: https://api.polyg...
closed
2018-12-07T15:09:54Z
2021-08-22T15:03:03Z
https://github.com/alpacahq/alpaca-trade-api-python/issues/44
[]
SaviourSelf
3
hankcs/HanLP
nlp
859
如何利用不同的 CustomDictionary 进行 HanLP.segment()
<!-- 注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。 --> ## 注意事项 请确认下列注意事项: * 我已仔细阅读下列文档,都没有找到答案: - [首页文档](https://github.com/hankcs/HanLP) - [wiki](https://github.com/hankcs/HanLP/wiki) - [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ) * 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检...
closed
2018-06-11T08:44:30Z
2018-06-24T06:41:25Z
https://github.com/hankcs/HanLP/issues/859
[ "question" ]
wenfeixiang1991
1
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
330
Table metadata fails to reflect if is_deleted column is set along with version in ReplacingMergeTree engine
**Describe the bug** For tables defined with version column and is_deleted: ENGINE = ReplacingMergeTree(version_col, is_deleted) metadata reflection fails with following: metadata.reflect(bind=engine, schema=db_name) *** sqlalchemy.exc.ConstraintColumnNotFoundError: Can't create TableCol on table 'myThird...
open
2024-08-19T22:28:47Z
2025-01-07T14:34:01Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/330
[]
kxd8163
1
slackapi/python-slack-sdk
asyncio
867
Closing Modal after submission on AWS Lambda
Hey all, I'm having trouble closing a modal after the user submits the view. My code is in AWS Lambda and I have already tried several iterations of returning 200's with empty bodies, as per the documentation, but nothing seems to close the modal. Am I missing something? ![Screen Shot 2020-10-30 at 1 15 55 PM](ht...
closed
2020-10-30T17:16:20Z
2020-11-02T01:24:25Z
https://github.com/slackapi/python-slack-sdk/issues/867
[ "question" ]
tinoargentino
4
ultralytics/ultralytics
machine-learning
19,096
Comparison on inference code of YOLOv8 and YOLOv11
### 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 Does the inference code will change for YOLOv8 and YOLO11 we just need to...
open
2025-02-06T08:59:47Z
2025-02-06T10:17:23Z
https://github.com/ultralytics/ultralytics/issues/19096
[ "question" ]
akhilsajeevan11
5
GibbsConsulting/django-plotly-dash
plotly
196
Add 'load new apps' admin action
Add an action in the django admin screen to create ORM model instances for stateless apps that are not already present.
closed
2019-11-16T16:20:19Z
2019-11-16T19:55:26Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/196
[ "enhancement", "good first issue" ]
GibbsConsulting
1
noirbizarre/flask-restplus
flask
310
Making swagger docs function behind reverse proxy
I'm having some issues with trying to get the Swagger docs to work behind a reverse proxy. I have a microservice infrastructure, and am using NGINX to proxy to each service based on a location block. Here's a simplified service: ``` from flask import Flask from flask_cors import CORS from flask_restplus import Ap...
closed
2017-07-27T18:49:51Z
2019-03-27T09:35:00Z
https://github.com/noirbizarre/flask-restplus/issues/310
[ "duplicate", "documentation" ]
atoy3731
3
facebookresearch/fairseq
pytorch
5,043
About hubert finetuning
## 🚀 Feature Request <!-- A clear and concise description of the feature proposal --> At present, hubert finetuning has only a 10h config. If I want to finetune a 10min or 1h dataset, what should I change? ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a p...
open
2023-03-23T23:38:15Z
2024-08-23T06:45:46Z
https://github.com/facebookresearch/fairseq/issues/5043
[ "enhancement", "help wanted", "needs triage" ]
LYPinASR
1
PeterL1n/RobustVideoMatting
computer-vision
186
尝试训练过程中固定种子,但复现结果仍不稳定
我尝试使用RVM的训练代码进行结果的复现,但是在训练代码的初始阶段加入固定种子的代码段后训练过程中依然出现了偏差。 加入的代码段如下: ![2b9d1d36b328dca83425b48b313f461](https://user-images.githubusercontent.com/58056486/178716437-5ea8017b-d464-4691-b767-5fbdbb90c1fc.png) 请问作者大大是否遇到过类似的问题或有解决这种问题的经验?
open
2022-07-13T10:48:50Z
2022-12-09T11:14:32Z
https://github.com/PeterL1n/RobustVideoMatting/issues/186
[]
YihanHu-2022
5
Python3WebSpider/ProxyPool
flask
200
Proxy
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add s...
closed
2023-09-17T04:35:26Z
2024-07-09T13:34:36Z
https://github.com/Python3WebSpider/ProxyPool/issues/200
[]
Luisvelix
0
kizniche/Mycodo
automation
822
fresh install - some errors in log - #### Generating widget HTML files
### Versions: - Mycodo Version: [e.g. 8.7.1] - Raspberry Pi Version: [e.g. 4B+] - 3rd party OS ### Reproducibility fresh install on a new OS (not raspian but I guess it does not matter) the database is initialized later on (if I remember correctly) but the setup tries to access table misc upfront see attac...
closed
2020-08-23T17:55:27Z
2020-08-23T19:22:28Z
https://github.com/kizniche/Mycodo/issues/822
[]
Mark0Mi
2
huggingface/datasets
pandas
6,868
datasets.BuilderConfig does not work.
### Describe the bug I custom a BuilderConfig and GeneratorBasedBuilder. Here is the code for BuilderConfig ``` class UIEConfig(datasets.BuilderConfig): def __init__( self, *args, data_dir=None, instruction_file=None, instruction_strategy=None,...
closed
2024-05-05T08:08:55Z
2024-05-05T12:15:02Z
https://github.com/huggingface/datasets/issues/6868
[]
jdm4pku
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
860
ImportError: Could not import transformers python package.
**Describe the bug** When running via local llm in Ollama, ( Llama3.2 ) with `SmartScraperMultiGraph` it keeps throwing this error. **ImportError: Could not import transformers python package**. This is needed in order to calculate get_token_ids. Please install it with pip install transformers. I have installed tr...
closed
2025-01-02T16:38:50Z
2025-01-06T13:25:17Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/860
[]
Qunlexie
6
deezer/spleeter
deep-learning
925
[Discussion] Whether to support cuda12?
I want to be able to use the same environment with whisperx and gradio, but when installing in the cuda12 environment, the following error message is displayed: ``` tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found ``` An...
open
2025-01-23T01:44:34Z
2025-01-23T01:50:10Z
https://github.com/deezer/spleeter/issues/925
[ "question" ]
aef5748
0
strawberry-graphql/strawberry
fastapi
2,896
Lazy annotations don't work with `List[]`
The problem occurs when using new-style lazy annotations (with `from __future__ import annotations`) wrapped into a `List[]`: ```python # c.py @strawberry.type class C: id: strawberry.ID # d.py from __future__ import annotations from typing import TYPE_CHECKING, List from typing_extensions import Ann...
open
2023-06-27T13:28:28Z
2025-03-20T15:56:15Z
https://github.com/strawberry-graphql/strawberry/issues/2896
[ "bug" ]
ddoroshev
4
alecxe/scrapy-fake-useragent
web-scraping
13
SSL Certificate expired
This library now errors whenever it's being used because the SSL certificate on the herokuapp is expired. Traceback below: ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/fake_useragent/utils.py", line 45, in get return urlopen(req...
closed
2017-02-10T18:26:29Z
2017-02-17T04:04:38Z
https://github.com/alecxe/scrapy-fake-useragent/issues/13
[]
Slater-Victoroff
1
desec-io/desec-stack
rest-api
510
api: consider allowing certain non-alphanumeric names in CNAME targets
pdns does allow some non-alphanumeric characters in CNAME targets: ``` c =='-' || c == '_' || c=='*' || c=='.' || c=='/' || c=='@' || c==' ' || c=='\\' || c==':' ``` ([source](https://github.com/PowerDNS/pdns/blob/a44a8d6617e3062846e6092a3fd836f11be757a7/pdns/dnsname.cc#L485:)) Our [dnspython preprocessing esc...
open
2021-01-14T15:46:55Z
2021-01-15T11:38:42Z
https://github.com/desec-io/desec-stack/issues/510
[ "enhancement", "api", "prio: low", "more info needed" ]
peterthomassen
2
ivy-llc/ivy
pytorch
28,737
Fix Frontend Failing Test: numpy - operators.jax.lax.min
Working on it
open
2024-04-15T05:20:04Z
2024-04-15T05:20:04Z
https://github.com/ivy-llc/ivy/issues/28737
[ "Sub Task" ]
tanmaymunjal
0
jupyterlab/jupyter-ai
jupyter
1,209
The installation command pip install jupyter-ai[all] fails in a zsh environment
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue. Before creating a new issue: * Search for relevant issues * Follow the issue reporting guidelines: https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> ## Description This is a documentation bugfix/reques...
closed
2025-01-20T06:21:08Z
2025-01-21T22:00:15Z
https://github.com/jupyterlab/jupyter-ai/issues/1209
[ "bug", "documentation" ]
michaele4321
1
2noise/ChatTTS
python
871
使用demo运行web页面 用dev分支,前几秒有噪音,用main分支没有噪音
[audio (1).zip](https://github.com/user-attachments/files/18355284/audio.1.zip) dev分支 在web页面生成的音频文件
open
2025-01-09T02:29:44Z
2025-01-19T12:31:59Z
https://github.com/2noise/ChatTTS/issues/871
[ "help wanted", "algorithm" ]
louyongjiu
0
xlwings/xlwings
automation
1,673
can I remove 'xlwings' ribbon tab label in the ribbon? is there tcid for it?
#### OS (e.g. Windows 10 or macOS Sierra) Windows 10 #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) 0.24.3 Office 365 Winpython64 395 #### Describe your issue (incl. Traceback!) Can I use tcid in DisabledCmdBarItemsList registry to hide the tab? And what is it? Or any command...
closed
2021-07-23T01:59:33Z
2021-07-23T06:14:51Z
https://github.com/xlwings/xlwings/issues/1673
[]
kissson
1
jazzband/django-oauth-toolkit
django
1,040
Is silent renew supported?
Silent Renew has become more common than refresh tokens for SPAs as far as I can tell. Does Django OAuthToolkit support silent renew?
closed
2021-12-15T17:46:48Z
2022-05-03T17:59:53Z
https://github.com/jazzband/django-oauth-toolkit/issues/1040
[ "question" ]
dopry
4
wger-project/wger
django
1,164
Create languages and licences when syncronising exercises
Sync the languages and licenses as well when donwloading exercises, in case there have been new entries the download would fail. See e.g. https://github.com/wger-project/docker/issues/36 `wger/exercises/management/commands/sync-exercises.py`
closed
2022-10-25T14:18:25Z
2023-04-08T18:10:26Z
https://github.com/wger-project/wger/issues/1164
[]
rolandgeider
1
ultralytics/ultralytics
python
19,413
first epochs val mAp when fine tune very low
### 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 im finetuning yolov11n object detection on my custom dataset. The first epoc...
closed
2025-02-25T04:01:55Z
2025-02-25T12:38:47Z
https://github.com/ultralytics/ultralytics/issues/19413
[ "question", "detect" ]
nisrinaam29
2
davidsandberg/facenet
tensorflow
1,147
Why can embedding be splited into anchor、positive、negative?
I can't understand the principle of why can embedding be splited into anchor、positive、negative? I know the embedding is from the network, but I want to know the structure of the data set. Thanks.
open
2020-03-31T08:35:28Z
2022-08-05T01:57:01Z
https://github.com/davidsandberg/facenet/issues/1147
[]
JasonChenhx
1
holoviz/panel
jupyter
7,292
"Debugging in VS Code" Documentation insufficient?
#### ALL software version info ```plaintext panel==1.5.0 VS Code Version: 1.93.1 (Universal) ``` #### Description of expected behavior and the observed behavior When adding a VS Code debugging configuration as suggested in the documentation, I expect to see Panel site variables in the debugging pane (ev...
closed
2024-09-18T05:16:34Z
2024-09-18T07:25:30Z
https://github.com/holoviz/panel/issues/7292
[]
michaelweinold
3
2noise/ChatTTS
python
141
为什么不能固定音色
``` def generate_speaker_tensor(mean: float = 0.0, std: float = 15.247) -> torch.Tensor: return torch.normal(mean, std, size=(768,)) def generate_speaker_tensor_a() -> torch.Tensor: std, mean = torch.load(f'{Path(__file__).resolve().parent}/models/asset/spk_stat.pt').chunk(2) rand_spk = torch.randn...
closed
2024-05-31T13:49:41Z
2024-08-06T04:01:44Z
https://github.com/2noise/ChatTTS/issues/141
[ "stale" ]
craii
4
FactoryBoy/factory_boy
sqlalchemy
679
Support for async?
#### The problem Coming from Django where we used Factory Boy really a lot to a new, async stack to fully support GraphQL with subscriptions which are really cool (uvicorn + Starlette + Ariadne) we also switched to async ORM (not really an ORM) named [GINO](https://github.com/fantix/gino). It is based on SQLAlchemy Co...
open
2019-12-07T17:08:56Z
2025-01-14T11:32:58Z
https://github.com/FactoryBoy/factory_boy/issues/679
[]
remarkov
17
recommenders-team/recommenders
data-science
1,997
[FEATURE] Add new LF references
### Description <!--- Describe your expected feature in detail --> See comments in #1995 ### Expected behavior with the suggested feature <!--- For example: --> <!--- *Adding algorithm xxx will help people understand more about xxx use case scenarios. --> ### Other Comments
closed
2023-09-22T17:47:23Z
2023-10-07T14:45:20Z
https://github.com/recommenders-team/recommenders/issues/1997
[ "enhancement" ]
miguelgfierro
0
microsoft/unilm
nlp
1,098
Inference results of fine-tuned LayoutLM model differ depending on word/input id and box order
Hi, I have fine-tuned LayoutLM (v1) on my own invoice data. The model, after 4 epochs, reaches a pretty good performance. <img width="1018" alt="Screenshot 2023-05-23 at 15 14 57" src="https://github.com/microsoft/unilm/assets/8261902/f3d78342-b3ed-4cbe-90cd-27eabc57877d"> When using it for inference, though, I g...
open
2023-05-23T13:44:42Z
2023-06-06T09:55:06Z
https://github.com/microsoft/unilm/issues/1098
[]
rahelbeloch
1
flasgger/flasgger
api
355
Markdown Sanitizer Displays Raw HTML Tags
I'm using flasgger along with a flask_restful Resource to create my apidocs, like so ```python # thing_resource.py import flask_restful class Thing(flask_restful.Resource): def put(self): """ Create a thing Here's a list: * Bullet 1 """" pass ``` ...
open
2020-01-21T10:09:57Z
2022-03-03T12:01:54Z
https://github.com/flasgger/flasgger/issues/355
[]
Anti-Distinctlyminty
4
electricitymaps/electricitymaps-contrib
data-visualization
7,321
Import export scale range
Currently the actual import and export amounts are hardy visible for countries like Germany because the scale range which is used is the same as the maximum capacity of an individual production type. Is it maybe useful to start using as the max range the maximum capacity of the individual interconnector for every c...
open
2024-10-14T18:34:37Z
2025-01-09T14:47:12Z
https://github.com/electricitymaps/electricitymaps-contrib/issues/7321
[ "frontend 🎨" ]
DutchPower24
3
noirbizarre/flask-restplus
api
518
OpenAPI 3.0.x Support
I'm somewhat new to swagger, but if I understand it correctly, flask_restplus currently outputs the swagger.json in the old "Swagger 2.0" format. Are there any plans to also support the OpenAPI 3.0.x specification? Background: We are having some trouble with the way swagger handles authorizations in the cookie, that...
open
2018-08-31T09:19:53Z
2019-12-14T20:05:52Z
https://github.com/noirbizarre/flask-restplus/issues/518
[]
mmanhertz
9
pytorch/pytorch
machine-learning
149,158
[torch.export] ExportedProgram.module() does not support torch.Size as input
Not sure if this is an expected behavior, so file an issue to understand it. The repro is below: ```python import torch import torch.nn as nn class Model(nn.Module): def __init__(self): super(Model, self).__init__() def forward(self, theta, size): return torch.nn.functional.affine_grid(theta, size, alig...
closed
2025-03-13T21:54:46Z
2025-03-20T16:23:17Z
https://github.com/pytorch/pytorch/issues/149158
[ "oncall: pt2", "oncall: export" ]
titaiwangms
3
plotly/dash-table
dash
644
Accessibility issues
Some great issues & suggestions raised in https://community.plot.ly/t/solved-datatables-and-accessibility/31085
open
2019-11-15T10:54:02Z
2022-12-07T10:59:07Z
https://github.com/plotly/dash-table/issues/644
[]
chriddyp
2
pytorch/pytorch
python
149,406
Recompils due to Python float object
### 🐛 Describe the bug ```python import os os.environ["TORCH_LOGS"] = "recompiles_verbose" import torch x = torch.randn((10, 10), device="cuda", requires_grad=False) @torch.compile(dynamic=True) def model(x, y): return x * y y = model(x, 1.5) y2 = model(x, 2.5) ``` ### Error logs Just log ``` V0318 23:04:20.0...
closed
2025-03-18T15:15:32Z
2025-03-22T05:59:02Z
https://github.com/pytorch/pytorch/issues/149406
[ "triaged", "oncall: pt2", "module: dynamic shapes", "module: dynamo" ]
efsotr
4
numba/numba
numpy
9,810
None
No issue
closed
2024-11-26T10:13:59Z
2024-11-26T11:16:45Z
https://github.com/numba/numba/issues/9810
[ "abandoned" ]
ghost
0
thomaxxl/safrs
rest-api
84
expose_existing starts but no swagger.json found
Hi, I was able to get the expose_existing.py script to generate a models.py file from an existing mssql db, but the http://localhost:5000/api shows an error 'Not found api/swagger.json' what am I doing wrong? also: when I step through with a debugger, the static_folder that the swagger_ui blueprint is pointin...
closed
2020-12-10T22:02:49Z
2021-01-10T08:51:20Z
https://github.com/thomaxxl/safrs/issues/84
[]
jmsy00
1
axnsan12/drf-yasg
rest-api
289
swagger_fake_view => TypeError: get_queryset() missing 1 required positional argument: 'self'
Hi, After update to 1.12.x, I used swagger_fake_view for all my routes. For many routes (not all of them), I have the following trace: ``` view's type.get_parsers raised exception during schema generation; use `getattr(self, 'swagger_fake_view', False)` to detect and short-circuit this Traceback (most recent c...
closed
2019-01-14T14:57:33Z
2019-01-14T15:32:52Z
https://github.com/axnsan12/drf-yasg/issues/289
[]
Amoki
2
scikit-learn-contrib/metric-learn
scikit-learn
286
ITML accuracy worse than guessing
I'm using the [Omniglot](https://github.com/brendenlake/omniglot) dataset, which has 20 samples of 964 classes of images, each which is 1 x 105 x 105. I'm embedding these samples down to 512 dimensions. So the final dataset has shape `(964*20, 512)`. To implement a 5-way one-shot task, for each one of the 964 cla...
closed
2020-04-25T02:31:30Z
2020-05-29T06:02:10Z
https://github.com/scikit-learn-contrib/metric-learn/issues/286
[]
drjosephliu
2
graphql-python/graphene
graphql
1,127
☂️ Graphene v3
This issue is to track v3 of Graphene which will contain some breaking changes. ## Breaking changes * Upgrade to graphql-core to v3 which brings feature parity with GraphQL.js v14.6.0 * Drop support for Python v2 * Schema type changes * "Backends" have been removed * Switch arguments from `type` to `type_` si...
closed
2020-01-29T11:09:09Z
2022-05-18T08:17:17Z
https://github.com/graphql-python/graphene/issues/1127
[]
jkimbo
82
microsoft/RD-Agent
automation
549
Invalid Official WeChat Group Chat QR Code
Hey there, happy new year! It seems the QR code for the group chat expired, can you help renew it? Thanks!
closed
2025-02-04T15:51:50Z
2025-02-09T06:03:06Z
https://github.com/microsoft/RD-Agent/issues/549
[ "question" ]
LCyson
1
MagicStack/asyncpg
asyncio
841
[Bug] Wrong number of columns Error
* **asyncpg version**: 0.23 * **PostgreSQL version**: 13 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Yandex Cloud * **Python version**: 3.7 * **Platform**: Ubuntu 18.04 * **Do you use pgbouncer?**: yes * **Did you install asyncpg with pip?**...
open
2021-10-29T09:10:36Z
2021-11-16T18:16:43Z
https://github.com/MagicStack/asyncpg/issues/841
[]
serjflint
5
coqui-ai/TTS
pytorch
3,099
KeyError: 'xtts_v1'
Hey, when i run the following python api i encounter KeyError :'xtts_v1' ``` import torch from TTS.api import TTS # Get device device = "cuda" if torch.cuda.is_available() else "cpu" # List available 🐸TTS models print(TTS().list_models()) # Init TTS tts = TTS("tts_models/multilingual/multi-dataset/x...
closed
2023-10-22T02:52:05Z
2023-10-22T19:16:14Z
https://github.com/coqui-ai/TTS/issues/3099
[]
a-3isa
1
bregman-arie/devops-exercises
python
1
Add questions on Terraform
closed
2019-10-04T15:46:41Z
2019-10-21T10:18:05Z
https://github.com/bregman-arie/devops-exercises/issues/1
[]
bregman-arie
1
grillazz/fastapi-sqlalchemy-asyncpg
pydantic
2
add model relations in async environment
closed
2021-06-13T17:31:55Z
2023-10-25T05:26:57Z
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/2
[ "enhancement" ]
grillazz
1
MaartenGr/BERTopic
nlp
1,806
Best practices on saving results
Hello, I'm new to topic modelin, and I'm looking for some help on best practices for storing the results, including topics and the relationship between topics and documents, in a relational database (like MySQL or Postgres). Additionally, I'm interested in how to integrate this with the process of merging models whe...
closed
2024-02-13T09:53:29Z
2024-02-22T19:20:54Z
https://github.com/MaartenGr/BERTopic/issues/1806
[]
jhgeluk
4
sinaptik-ai/pandas-ai
data-science
1,158
Agent not working as expected
### System Info Python version: 3.11 PandasAI: 2.0.40 OS: macOS Ventura 13.6.4 ### 🐛 Describe the bug I'm using the following code from the documentation found on the official [docs](https://docs.pandas-ai.com/en/latest/getting-started/#clarification-questions) about using the Agent. I've modified it slightly b...
closed
2024-05-15T19:58:30Z
2024-11-18T16:04:15Z
https://github.com/sinaptik-ai/pandas-ai/issues/1158
[]
fletchsims
3
roboflow/supervision
pytorch
1,091
How to add class filter in yolov8 tracker and zone counting
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question How to add class filter in yolov8 tracker and zone counting here is my code ``` import cv2 from ultralytics import YOLO import time...
closed
2024-04-04T09:39:38Z
2024-04-08T10:26:50Z
https://github.com/roboflow/supervision/issues/1091
[ "question" ]
Rizwanali324
10
coqui-ai/TTS
pytorch
3,177
[Bug] Loading XTTS via Xtts.load_checkpoint()
### Describe the bug When loading the model using `Xtts.load_checkpoint`, exception is raised as `Error(s) in loading state_dict for Xtts`, which leads to missing keys GPT embedding weights and size mismatch on Mel embedding. Even tried providing the directory which had base(v2) model checkpoints and got the same re...
closed
2023-11-09T03:28:30Z
2024-06-25T12:46:25Z
https://github.com/coqui-ai/TTS/issues/3177
[ "bug" ]
caffeinetoomuch
12
plotly/plotly.py
plotly
4,834
Explore dropping Pandas requirement for Plotly Express
In https://github.com/plotly/plotly.py/pull/4790, nearly all Pandas functionality is removed from Plotly.py, _except_ some of our trendine functions. Narwhals does not yet support `rolling`, `expanding` nor `ewm`, and until that support is added, we need to use Pandas to calculate trendlines. Those functions _are_ o...
open
2024-10-25T14:47:42Z
2024-11-16T20:43:29Z
https://github.com/plotly/plotly.py/issues/4834
[ "feature", "P2" ]
ndrezn
2
healthchecks/healthchecks
django
155
Title/note/alias for SMS numbers
Add an optional "Title" (or maybe call it "Label", "Note", "Recipient Name", ...) field in the "Add SMS Integration" page. Currently, if the account has multiple SMS integrations for different phone numbers, it is hard to tell them apart.
closed
2018-02-15T15:56:54Z
2018-03-13T14:32:09Z
https://github.com/healthchecks/healthchecks/issues/155
[]
cuu508
0
sinaptik-ai/pandas-ai
pandas
737
Support OpenAI API v1
### 🚀 The feature Add support for the newest version of the API. ### Motivation, pitch The old `openai.ChatCompletion` has been replaced by `openai.OpenAI.chat.completions` (a factual class) and `openai.AzureOpenAI.chat.completions` for Azure. **PR coming soon!**
closed
2023-11-07T22:52:41Z
2023-11-15T10:06:15Z
https://github.com/sinaptik-ai/pandas-ai/issues/737
[ "bug", "good first issue" ]
mspronesti
4
OpenInterpreter/open-interpreter
python
1,338
Fix tip for API Keys
### Describe the bug The tip to save API key for future use-cases by exporting to bash/zsh configs shows a redundant next line character "\n". This can confuse non-programmers when they directly copy-paste the command. Exact response on terminal: ``` Tip: To save this key for later, run one of the following...
open
2024-07-14T18:27:16Z
2024-08-20T11:56:14Z
https://github.com/OpenInterpreter/open-interpreter/issues/1338
[]
JSee98
1
marshmallow-code/apispec
rest-api
293
Bottle plugin: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly.
I get this warning in the tests: > DeprecationWarning: Switch to Plugin API v2 and access the Route object directly. It comes from Bottle. See https://github.com/bottlepy/bottle/issues/770 for instance.
closed
2018-09-21T09:57:49Z
2018-10-04T11:34:04Z
https://github.com/marshmallow-code/apispec/issues/293
[ "help wanted" ]
lafrech
0
hbldh/bleak
asyncio
1,223
client.disconnect() hangs on Win 10
* bleak version: bleak==0.19.5 bleak-winrt==1.2.0 * Python version: Python 3.10.7 * Operating System: Win 10 * BlueZ version (`bluetoothctl -v`) in case of Linux: * OS: Windows-10-10.0.19044-SP0 Platform:: uname_result(system='Windows', node='Ryzen', release='10', version='10.0.19044', machine='AMD64') Pytho...
closed
2023-02-16T21:05:41Z
2024-09-30T13:50:48Z
https://github.com/hbldh/bleak/issues/1223
[ "bug", "Backend: WinRT" ]
zapta
9
huggingface/datasets
pytorch
7,217
ds.map(f, num_proc=10) is slower than df.apply
### Describe the bug pandas columns: song_id, song_name ds = Dataset.from_pandas(df) def has_cover(song_name): if song_name is None or pd.isna(song_name): return False return 'cover' in song_name.lower() df['has_cover'] = df.song_name.progress_apply(has_cover) ds = ds.map(lambda x: {'has_cov...
open
2024-10-11T11:04:05Z
2025-02-28T21:21:01Z
https://github.com/huggingface/datasets/issues/7217
[]
lanlanlanlanlanlan365
3
nltk/nltk
nlp
3,338
nltk.find('tokenizer/punkt_tab') fails with version 3.9.1
I'm running version 3.9.1, but `nltk.find('tokenizer/punkt_tab', paths=nltk.data.path)` is still not working for me. Here is my Python output where you can see `nltk.download('punkt_tab')` tells me that punkt_tab is already up-to-date, yet the `find` method still errors out. ``` Python 3.9.18 (main, Oct 15 2024, 2...
closed
2024-11-07T19:17:20Z
2024-11-08T20:20:04Z
https://github.com/nltk/nltk/issues/3338
[]
clashofphish
2
ray-project/ray
machine-learning
50,799
[Data] supper passing `pyarrow.dataset.Expression`s to `Dataset.filter`'s `expr`
### Description Currently, one may only pass a string representation of an `Expression` to `Dataset.map(expr...)`, but it would be nice to allow passing either a string *or* an `Expression`. ### Use case I want to programmatically generate a filter expression: ```python from functools import reduce from operator im...
open
2025-02-21T19:04:41Z
2025-02-21T19:06:26Z
https://github.com/ray-project/ray/issues/50799
[ "enhancement", "P1" ]
schmidt-ai
0
PokeAPI/pokeapi
graphql
924
Graphql cannot provide nested pokemon species
<!-- Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following: - Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!) - If your issue is one of outdated API data, please note that we get our data from [veekun](https://g...
open
2023-09-21T06:40:09Z
2023-09-21T06:40:09Z
https://github.com/PokeAPI/pokeapi/issues/924
[]
oriel-beck
0
QuivrHQ/quivr
api
3,316
[Feature]: Updatation of Documentation especially on "Compsite brain connection"
### The Feature The documentation needs an update... I am searchin on how to crate composite bbrain connections ### Motivation, pitch The documentation needs an update... I am searchin on how to crate composite bbrain connections ### Twitter / LinkedIn details _No response_
closed
2024-10-03T17:33:00Z
2025-01-13T04:07:35Z
https://github.com/QuivrHQ/quivr/issues/3316
[ "enhancement", "Stale", "area: docs" ]
ChatIBC
4
waditu/tushare
pandas
1,585
股票列表stock_basic没有当天新上市的股票信息
沪深股票-基础数据-股票列表stock_basic 9.17号请求,没有688697 N纽威(纽威数控)的信息。纽威数控是9.17上市的。 365547
closed
2021-09-18T06:03:59Z
2021-10-10T08:42:52Z
https://github.com/waditu/tushare/issues/1585
[]
shuijingkuanggong
1
twopirllc/pandas-ta
pandas
724
Supertrend Value Mismatch - proposal to add both implementations
**Which version are you running?** 0.3.14b0 **Is your feature request related to a problem? Please describe.** Supertrend calculation in pandas-ta is different from most stock/crypto trading websites (like Binance and Zerodha) and platforms, even though many of them are using TradingView's charting library. On in...
open
2023-10-06T10:21:34Z
2025-02-14T02:20:49Z
https://github.com/twopirllc/pandas-ta/issues/724
[ "enhancement" ]
MLpranav
8
Miserlou/Zappa
flask
1,686
zappa update --zip local.zip causes boto ConnectionClosedError with lambda
## Context `zappa update --zip local.zip` causes a ConnectionClosedError. ``` $ zappa package development --output foo.zip Calling package for stage development.. Downloading and installing dependencies.. - sqlite==python36: Using precompiled lambda package Packaging project as zip. Package created: foo.zi...
open
2018-10-28T22:26:47Z
2020-05-23T19:34:01Z
https://github.com/Miserlou/Zappa/issues/1686
[]
kylegibson
6
itamarst/eliot
numpy
41
Switch to tox setup that also does sphinx, pyflakes, pyflakes3
closed
2014-04-15T20:44:58Z
2018-09-22T20:59:12Z
https://github.com/itamarst/eliot/issues/41
[]
itamarst
0
zappa/Zappa
flask
1,333
S3 bucket is not reused with `slim_handler: True`
When Zappa is using the `slim_handler`, it does not reuse the temporary S3 bucket that it creates --- Even when zappa `update` command is used. This results in the creation of many, many, many temporary buckets, until the quota is reached. ## Context This is similar to #1643, except that user is encountering problem...
closed
2024-05-03T12:03:24Z
2024-08-11T12:54:00Z
https://github.com/zappa/Zappa/issues/1333
[ "no-activity", "auto-closed" ]
simsong
2
fastapi/fastapi
api
13,316
Callable object as dependency with body params is not parsing parameters inside `__call__` properly
When callable object is used as dependency, there is problem with parameters inside `__call__` method of object class. With following setup, you end up with query parameters instead of body parameters: ```python class SomeModel(BaseModel): arg1: str class SomeDependency: def __call__( self, so...
closed
2025-02-03T16:44:42Z
2025-02-04T08:59:57Z
https://github.com/fastapi/fastapi/issues/13316
[]
SobikXexe
0
piskvorky/gensim
nlp
3,025
Custom Keyword inclusion
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-01-12T07:33:17Z
2021-01-12T10:28:36Z
https://github.com/piskvorky/gensim/issues/3025
[]
Vignesh9395
1
python-visualization/folium
data-visualization
1,807
LayerControl is not draggable
**Describe the bug** The LayerControler isn't draggable even it's turned on. **To Reproduce** ``` m = folium.Map() # add layer control layer_control = folium.LayerControl(collapsed=False, position='topleft', draggable=True) layer_control.add_to(m) ``` **Environment (please complete the following info...
closed
2023-09-19T14:50:06Z
2025-03-16T11:23:43Z
https://github.com/python-visualization/folium/issues/1807
[ "documentation" ]
zxdawn
2
Esri/arcgis-python-api
jupyter
1,308
sdf to_featurelayer
**Describe the bug** Currently we need to convert int64 to str. That is not a issue, but the lacking of warning, error causes new users to make this mistake. **To Reproduce** Steps to reproduce the behavior: ![image](https://user-images.githubusercontent.com/20046591/180495146-a6aebd64-c6e2-4fd1-b4ac-a0db8c650cdd...
closed
2022-07-22T17:50:54Z
2022-07-25T12:50:04Z
https://github.com/Esri/arcgis-python-api/issues/1308
[ "bug" ]
hildermesmedeiros
3
pytest-dev/pytest-django
pytest
898
TypeError: isinstance() arg 2 must be a type or tuple of types
``` _________________________________________________ ERROR at setup of TestCardCase.test_card_instance __________________________________________________ request = <SubRequest '_django_db_marker' for <Function test_card_instance>> @pytest.fixture(autouse=True) def _django_db_marker(request): "...
closed
2020-12-24T20:03:50Z
2020-12-26T17:21:31Z
https://github.com/pytest-dev/pytest-django/issues/898
[]
Denis-Step
2
PokemonGoF/PokemonGo-Bot
automation
5,508
Telegram Task does not react, I think i broke it with wrong commands
### Actual Behavior In my telegram app: Just the normal output of my subscriptions. The output I was expecting because of typing for example '/info' did not appear. terminal output window: `Traceback (most recent call last): File "/home/crepes/pgo/PokemonGo-Bot/local/lib/python2.7/site-packages/eventlet/hubs/poll.p...
closed
2016-09-17T10:43:32Z
2016-09-19T03:44:22Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5508
[]
crepes11
3
thewhiteh4t/pwnedOrNot
api
20
Error:could not collect tokens | 403 Client Error
HI , i was just trying to use this tool just as described in demo video and using 12345@gmail.com to test for data breaches and i am getting following error >] Created by : thewhiteh4t [>] Version : 1.1.7 [+] Checking for updates... [+] Script is up-to-date... [+] Bypassing Cloudflare Restriction... ER...
closed
2019-04-21T12:00:40Z
2019-06-27T20:52:07Z
https://github.com/thewhiteh4t/pwnedOrNot/issues/20
[]
stack00
48
robotframework/robotframework
automation
4,995
Empty variable name in VAR crashes execution
Following example: ``` *** Test Cases *** Test VAR ... ``` will stop robot execution and throw: ``` options = ['scope', 'separator'] if name.value[0] == '$' else ['scope'] E IndexError: string index out of range ``` instead of invalid variable name error (in case variable name is...
closed
2023-12-30T16:22:08Z
2024-01-02T23:48:53Z
https://github.com/robotframework/robotframework/issues/4995
[ "priority: high", "task" ]
bhirsz
1