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
davidteather/TikTok-Api
api
630
tiktok_api.byHashtag itemList error
File "/home/cadmin/.local/lib/python3.8/site-packages/TikTokApi/tiktok.py", line 960, in by_hashtag for t in res["itemList"]: KeyError: 'itemList' code: tiktok_api.byHashtag('xxxx',count=2000)
closed
2021-06-23T14:36:17Z
2022-01-25T04:15:36Z
https://github.com/davidteather/TikTok-Api/issues/630
[ "bug" ]
18272841175
6
Miserlou/Zappa
django
2,123
Update fails while updating `endpoint_url` with `base_path` when `use_apigateway` is False
Update fails while updating `endpoint_url` with `base_path` when `use_apigateway` is `False`. I believe this issue is similar to issue #1563 but I am trying to scope this new issue to be a small and easily-auditable patch so we can get it in master sooner than later. If this patch also happens to resolve all of the ...
open
2020-06-18T22:10:59Z
2020-06-18T23:16:29Z
https://github.com/Miserlou/Zappa/issues/2123
[]
jwilges
0
wkentaro/labelme
deep-learning
773
cli/json_to_dataset.py made an error in dealing with rotating semantic split pictures.[BUG]
**Describe the bug** cli/json_to_dataset.py can't handle rotating pictures. Pictures taken with mobile phones has a rotation information in exfi. I use labelme labeled rotating pictures token by phone. Then, i use cli/json_to_dataset.py to change my labeled data for semantic segmentation. I found it open image...
closed
2020-09-17T09:58:46Z
2023-12-06T17:10:37Z
https://github.com/wkentaro/labelme/issues/773
[]
NiHe001
2
JaidedAI/EasyOCR
deep-learning
915
HAND-WRITTEN OCR
I use easyocr to recognitize handwritten pictures, and this model is not applicable, what should i do?
open
2022-12-26T02:47:59Z
2023-04-10T05:22:26Z
https://github.com/JaidedAI/EasyOCR/issues/915
[]
liuyu2013
2
ets-labs/python-dependency-injector
flask
716
Lazy/Proxy provide injection
My app wires up some dependencies on intialization and I want to override those during my unit-tests but since they are already injected I'm unable to override them. This can current be achieved by injecting the provider instead of providing the dependency, i.e. ``` @inject def my_func(my_var: int, my_dependen...
open
2023-06-26T17:39:07Z
2023-06-26T19:08:36Z
https://github.com/ets-labs/python-dependency-injector/issues/716
[]
BEllis
1
jonaswinkler/paperless-ng
django
1,059
[BUG] document_exporter sets {created} one day earlier
**Describe the bug** Hi all, I checked the documentation and could not find anything regarding this. I am running a cronjob every few minutes to export all the documents so I can also access them directly. `PAPERLESS_FILENAME_FORMAT={document_type}/{correspondent}/{title} ({created})` `docker exec -i paperless...
open
2021-05-26T08:08:17Z
2021-07-06T09:07:14Z
https://github.com/jonaswinkler/paperless-ng/issues/1059
[]
AndreiGavriliu
1
axnsan12/drf-yasg
django
844
Blocked methods for URL patterns are still shown
# Bug Report ## Description DRF-YASG creates an entry for a blocked method of a URL. ## Is this a regression? No, it is not. ## Minimal Reproduction **views.py** ``` class FooView(APIView): def get(self, request): ... def post(self, request): ... ``` **urls.py** <pre...
open
2023-03-09T17:37:18Z
2025-03-07T12:10:54Z
https://github.com/axnsan12/drf-yasg/issues/844
[ "triage" ]
GGenken
1
lux-org/lux
pandas
116
Better warning message for Vis and VisList
We should display a better warning message when the user specifies an intent that indicates more than one item, but puts it into Vis instead of VisList. For example, if I do: ``` Vis(["AverageCost","SATAverage", "Geography=?"],df) ``` ![image](https://user-images.githubusercontent.com/5554675/96357486-1ba70d80-...
closed
2020-10-18T02:48:55Z
2020-11-18T06:49:08Z
https://github.com/lux-org/lux/issues/116
[ "bug", "easy", "priority" ]
dorisjlee
6
widgetti/solara
jupyter
365
FIPS enabling
FIPS prevents the use of hashlib.md5 for security reasons. Adding usedforsecurity=False will allow the use of hashlib.md5. The real fix is to have the developers move away from the use of md5. PATH: venv/lib64/python3.8/site-packages/solara/cache.py LINE: 62 for my version codehash = hashlib.md5(f.__code__.co_...
closed
2023-11-01T17:44:25Z
2023-12-28T16:02:22Z
https://github.com/widgetti/solara/issues/365
[]
fitgeek
6
CorentinJ/Real-Time-Voice-Cloning
deep-learning
604
speech is distorted when the text entered is long
When I enter a short text, the speech looks good but when it is longer, it is distorted and incomprehensible. Are there any changes we need to do?
closed
2020-11-22T20:54:40Z
2020-11-23T21:22:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/604
[]
savinay
3
explosion/spaCy
data-science
12,024
Doc span group spans aren't adjusted for retokenization
When a [Doc](https://spacy.io/api/doc) object is retokenized, the entity spans in [Doc.ents](https://spacy.io/api/doc#ents) reflect the new token alignment, but the spans in [Doc.spans](https://spacy.io/api/doc#spans) retain the original doc's token indexes, leading to unexpected spans. ## How to reproduce the behav...
open
2022-12-24T18:15:51Z
2023-02-10T09:07:34Z
https://github.com/explosion/spaCy/issues/12024
[ "bug", "feat / tokenizer", "feat / doc" ]
kinghuang
4
KevinMusgrave/pytorch-metric-learning
computer-vision
362
Add warning if r_precision or mapr are used and k is less than required
closed
2021-08-02T16:38:58Z
2021-11-28T19:20:19Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/362
[ "enhancement", "fixed in dev branch" ]
KevinMusgrave
0
mlfoundations/open_clip
computer-vision
600
Bug in ResizeMaxSize in transform.py
Hi, Than you for the great work. I note there seems to be a small bug in the class `ResizeMaxSize` defined in `transform.py` Especially, we have the following. ``` scale = self.max_size / float(max(height, width)) if scale != 1.0: new_size = tuple(round(dim * scale) for dim in (height, width)) img =...
closed
2023-08-18T13:43:51Z
2023-09-15T22:09:00Z
https://github.com/mlfoundations/open_clip/issues/600
[]
cyber-meow
0
coqui-ai/TTS
deep-learning
4,154
[Feature request] using pre-extracted SE files(se.pt)
Can't I use xtts using pre-extracted SE files(se.pt)? I want to apply it and do a voice clone
closed
2025-02-17T08:18:02Z
2025-03-12T03:24:41Z
https://github.com/coqui-ai/TTS/issues/4154
[ "feature request" ]
pes0427
6
gradio-app/gradio
data-visualization
10,573
Gradio 5 ImageMask problem with layers
### Describe the bug Recently I updated from an older release of Gradio V4.4 to the new V5.15 and after some growing pains I have one problem: If I have a brush and I want to brush an outline on the canvas with an image, I need to set layers=True and use layer1 for the mask. In the past I didn't need to set layers and...
open
2025-02-12T14:25:54Z
2025-02-12T15:12:15Z
https://github.com/gradio-app/gradio/issues/10573
[ "bug", "🖼️ ImageEditor" ]
ukaprch
0
ipython/ipython
data-science
14,401
matplotlib plots not showing when using "ipython --pylab"
In versions of ipython up to 8.21.0, when invoked with `ipython --pylab`, matplotlib plots are displayed to the screen automatically, and without blocking. In later versions (8.22.* and 8.23.0), they are not, and can only be displayed using `plt.show(block=True)`. Here are steps to reproduce. This uses `pip` install...
closed
2024-04-12T20:51:26Z
2024-04-15T10:52:20Z
https://github.com/ipython/ipython/issues/14401
[]
alaniwi
3
igorbenav/FastAPI-boilerplate
sqlalchemy
34
Don't return arrays as top level responses
The top level response from an endpoint should always be an object, never an array. The problem is that it's very hard to make backwards compatible changes when you return arrays. Objects let you make additive changes. ``` # GOOD GET /api/v1/users returns: { "data": [{ ...user1...}, { ...user2...}] } # BAD G...
closed
2023-11-03T12:02:26Z
2023-11-04T17:34:16Z
https://github.com/igorbenav/FastAPI-boilerplate/issues/34
[ "enhancement" ]
wlwwt
2
mwaskom/seaborn
matplotlib
3,690
Relplot refline error in situations when using dataframes w/ duplicate indicies
This error occurs when using relplot then adding a refline. From investigation, it appears that replot is duplicating the data. In this example, when i concatentate my 3 dataframes, I did not use 'ignore_index'; therefore there are duplicate indicies in the input data. The problem is solved when I use ignore_index,...
open
2024-05-10T15:00:18Z
2025-01-27T13:46:50Z
https://github.com/mwaskom/seaborn/issues/3690
[]
zacharygibbs
1
kynan/nbstripout
jupyter
93
nbstripout version 0.3.3 version doesn't work
I have saved changed in my nb & then I ran `nbstripout --install` in my git repo. It still picks some random changes I only added two changes in notebook. `file-type` `mime-type` all of these additions are useless. How can I strip them? ``` @@ -57,7 +57,7 @@ "metadata": {}, "outputs": [], "source...
closed
2019-02-21T08:49:57Z
2019-08-11T10:31:11Z
https://github.com/kynan/nbstripout/issues/93
[ "type:bug", "resolution:fixed" ]
AbhimanyuAryan
5
cvat-ai/cvat
tensorflow
9,104
Specified endpoint URL for connecting to Local MinIO instance is not applied.
### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. I set up the AWS Storage in CVAT as follows: ![Image](https://github.com/user-attachments/assets/9d343724-014a-46a8-a6b2...
closed
2025-02-14T05:27:18Z
2025-02-14T06:01:27Z
https://github.com/cvat-ai/cvat/issues/9104
[ "bug" ]
swoKorbi
1
widgetti/solara
flask
86
Jupyter Lab: Simple demo failure
On Jupyter Lab, the simple word demo gives me 'Error displaying widget'. I'm running the latest ubuntu and chrome. Jupyter server version is 1.4.1. Here is some of the log that might be helpful manager-base.js:274 Could not instantiate widget (anonymous) @ manager-base.js:274 u @ manager-base.js:45 (anon...
closed
2023-05-13T02:21:45Z
2023-05-20T14:32:59Z
https://github.com/widgetti/solara/issues/86
[]
babazaroni
8
explosion/spaCy
nlp
13,689
"invalid whitespace entity spans" error while validation training and test data for NER
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour I have use the following piece of code to convert json to spacy while validationg using spacy --debug i get whitespace error: ![image](https://github.com/user-attachments/assets/b2176cf3-...
open
2024-11-11T07:25:54Z
2024-11-11T07:27:36Z
https://github.com/explosion/spaCy/issues/13689
[]
abrarsharif66
1
deeppavlov/DeepPavlov
tensorflow
1,164
How do I train slot filler using 'slotfill_dstc2.json' config on custom data
I have created a dataset following the strucutre of the dstc2 dataset. Then I sucessfully trained gobot using "gobot_simple_dstc2.json" slot filler component. But when I train gobot with "slotfill_dstc2.json" I get an error. How? First I try to train the NER using "slotfill_dstc2.json" using the default param...
closed
2020-03-31T04:00:19Z
2020-03-31T07:13:10Z
https://github.com/deeppavlov/DeepPavlov/issues/1164
[]
Eugen2525
1
tflearn/tflearn
tensorflow
576
variables.get_value passes session object as feed_dict to tf.Tensor.eval
This probably worked in some earlier Tensorflow versions but not in 0.12.0: https://github.com/tflearn/tflearn/blob/master/tflearn/variables.py#L129 Now `tf.Tensor.eval` expects `session` as the second parameter but tflearn passes it as the first parameter which causes the eval to fail. https://www.tensorflow.org...
open
2017-01-26T15:45:36Z
2017-01-26T15:46:58Z
https://github.com/tflearn/tflearn/issues/576
[]
ilaripih
0
viewflow/viewflow
django
379
relation "viewflow_base_task" does not exist
``` ProgrammingError at /pizza/ relation "viewflow_base_task" does not exist LINE 1: ..."viewflow_base_process"."artifact_object_id" FROM "viewflow_... ``` i get this after following all the steps in the `README.md` how do i proceed after here?
closed
2023-04-22T20:36:15Z
2023-07-14T01:47:03Z
https://github.com/viewflow/viewflow/issues/379
[ "request/bug", "dev/flow" ]
matlads
4
supabase/supabase-py
flask
416
Issues with Hex <> Supabase
Error: [500] failed to get pg.tables: remaining connection slots are reserved for non-replication superuser connections Anyone encountered this?
closed
2023-04-18T18:44:21Z
2023-09-07T12:40:59Z
https://github.com/supabase/supabase-py/issues/416
[]
josh-ip
2
plotly/dash
jupyter
2,452
[BUG] A callback gets triggered without a corresponding event
# Software ``` dash 2.8.1 dash-bootstrap-components 1.3.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` # Describe the bug The `value` of the dropdown menu gets reset by a callback function that is only supposed to be triggered by a...
closed
2023-03-11T05:02:08Z
2023-04-11T14:00:48Z
https://github.com/plotly/dash/issues/2452
[]
sergiykhan
5
sammchardy/python-binance
api
1,301
User Data Websocket Got Lost Immediately
**Describe the bug** I am trying to track my order status using websocket,but once connected , the websocket shuts down immediately, and it's getting this error: Error: Connection to remote host was lost. **To Reproduce** ```python import numpy as np import pandas as pd from binance.client import Client from ...
open
2023-03-13T15:23:01Z
2023-04-21T02:32:55Z
https://github.com/sammchardy/python-binance/issues/1301
[]
TillLindemann
1
Evil0ctal/Douyin_TikTok_Download_API
api
390
关于新版本的快捷指令的配置自定义的服务器设置
(如果修复的话 就不需要下面的内容的配置了) 第一个文本设置成自己的域名(自定义端口需要后面加:自定义的端口) _比如说` http://192.168.0.1:9090/api/ios/shortcut `下面同样_ `http://192.168.0.1/api/ios/shortcut` 第二个文本设置成自己的域名,此时要修改下url 参考修改一下即可 `http://192.168.0.1/api/hybrid/video_data?url=文本&minimal=true` 第三个地方就是 文本 video 下面的判断的地方 有两个地方改一下 1. 这里type ->改成data...
closed
2024-05-15T06:09:28Z
2024-07-03T00:45:51Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/390
[ "BUG" ]
Smecta
5
microsoft/qlib
deep-learning
945
possible bug here in class Rolling when checking for self.N: isinstance(self.N, int) and 0 < self.N < 1
Hi, I have a questions about a line of code isinstance(self.N, int) and 0 < self.N < 1: in the class below. It doesn't make sense to me that self.N can be an int, and still in (0,1), can you please clarify? class Rolling(ExpressionOps): """Rolling Operator The meaning of rolling and expanding is...
closed
2022-03-02T15:19:49Z
2022-03-06T15:43:18Z
https://github.com/microsoft/qlib/issues/945
[ "bug" ]
wan9c9
2
supabase/supabase-py
flask
119
bug: no module named `realtime.connection; realtime` is not a package
I have an error like this when using this package. ModuleNotFoundError: No module named 'realtime.connection'; 'realtime' is not a package anyone can help me
closed
2022-01-11T07:57:02Z
2022-05-14T17:36:42Z
https://github.com/supabase/supabase-py/issues/119
[ "bug" ]
alif-arrizqy
3
ufoym/deepo
jupyter
117
the version of tensorflow
The version of tensorflow in this image is 2.0 but now most code of tf is wrote with 1.0 .and tf 2.0 can not compatible with tf 1.0 code easily.That make me can't use this image
closed
2019-08-18T05:52:54Z
2020-03-19T14:10:49Z
https://github.com/ufoym/deepo/issues/117
[]
wzl789139
1
skypilot-org/skypilot
data-science
4,057
[Jobs] Refactor jobs logs from backend to jobs lib
<!-- Describe the bug report / feature request here --> Like #4046, to reduce the complexity of our backend, we should refactor jobs(spot) logs to jobs lib as well.
open
2024-10-10T02:48:03Z
2024-12-19T23:08:53Z
https://github.com/skypilot-org/skypilot/issues/4057
[ "good first issue", "spot" ]
cblmemo
0
graphdeco-inria/gaussian-splatting
computer-vision
713
Determine a plane in the 3DGS model
Whether a 3DGS model can determine a plane in scene like a mesh model with unity?
open
2024-03-18T08:09:29Z
2024-03-18T08:09:29Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/713
[]
auindoeee
0
sepandhaghighi/samila
matplotlib
1
Docs
## Tasks - [x] Functions docstring - [x] A Proper README.md file should be provided. (Also we can use later repository README.md file as a template) - [x] Complete `MINIMAL_DESCRIPTION` from [here](https://github.com/sepandhaghighi/samila/blob/dev/setup.py#L9). - [x] Complete `long_description` from [here](https:/...
closed
2021-09-27T06:44:30Z
2021-10-02T14:06:41Z
https://github.com/sepandhaghighi/samila/issues/1
[ "documentation" ]
sadrasabouri
2
ultralytics/ultralytics
deep-learning
19,251
selected_keypoints in yolo11
### 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 In the v8PoseLoss in loss.py, we compute selected_keypoints using torch.gath...
open
2025-02-14T15:49:12Z
2025-02-20T07:20:07Z
https://github.com/ultralytics/ultralytics/issues/19251
[ "question", "pose" ]
ShubhamPatil2907
4
CorentinJ/Real-Time-Voice-Cloning
python
749
Error "list index out of range" in synthesizer_preprocess
Before that, I processed other datasets and everything was OK, but something strange is happening with this: (the folders are located in the same way as in LibriTTS) ![image](https://user-images.githubusercontent.com/52282778/116607434-a799bd80-a93a-11eb-986c-54f5fce82ef9.png)
closed
2021-04-29T19:34:34Z
2021-05-23T23:45:45Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/749
[]
ks-sav
2
mwaskom/seaborn
matplotlib
3,581
stripplot has misaligned x axis when mapped to barplot with hue and set width
```python import seaborn as sns sns.set_theme(style="whitegrid") tips = sns.load_dataset("tips") g = sns.catplot(data=tips, kind="bar", x='sex', y='total_bill', hue='smoker', col='time', width=0.35) g.map_dataframe(sns.stripplot, x='sex', y='total_bill', hue='smoker', palette=sns.color_palette()[:2], dodge=True,...
closed
2023-12-04T03:54:54Z
2023-12-05T01:27:17Z
https://github.com/mwaskom/seaborn/issues/3581
[]
jonpedros
3
donnemartin/data-science-ipython-notebooks
machine-learning
9
Add notebook info for Boto, the official AWS SDK for Python.
closed
2015-07-17T12:11:48Z
2016-05-18T02:07:57Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/9
[ "feature-request" ]
donnemartin
0
pydantic/pydantic-ai
pydantic
133
Reduce dependencies
Hey Team, Fantastic job. A few points of feedback: - I dont think you should include all model providers in the initial dependencies. For example when I pip install pydantic-ai, i shouldn't see openai, google, and groq. Instead you should let the developers pick which dependencies to manually install. - Do we...
closed
2024-12-03T15:50:09Z
2024-12-03T19:14:10Z
https://github.com/pydantic/pydantic-ai/issues/133
[]
jacobweiss2305
4
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,731
Problem with HTTPS redirect loop in a HTTP only installation
### What version of GlobaLeaks are you using? 4.13.15 ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue After upgrading from 4.11.5 to 4.13.15 a GL installation that runs behind a gateway (the gw handles c...
open
2023-10-29T11:09:40Z
2024-10-08T11:53:02Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3731
[ "T: Bug", "Triage" ]
robertlogos
5
ghtmtt/DataPlotly
plotly
160
Atlas Stacked bar plot
I'm trying to do some Bar Plot graphs (or pie chart) linked to an atlas showing the different % of area occupied by some building classes. (image 1) The attribute table with the data is located in image 2. The "workflow" followed is: 1. Creation of the atlas 2. Selection of the layer and linked map 3. Selection ...
closed
2019-10-31T14:54:55Z
2019-11-07T17:28:43Z
https://github.com/ghtmtt/DataPlotly/issues/160
[]
cesarcorreo
2
amdegroot/ssd.pytorch
computer-vision
414
train.py errors. Please help me
File "C:/Users/해성/PycharmProjects/Pytorch/train.py", line 255, in <module> train() File "C:/Users/해성/PycharmProjects/Pytorch/train.py", line 165, in train images, targets = next(batch_iterator) File "C:\ProgramData\Anaconda3\envs\PyTorch\lib\site-packages\torch\utils\data\dataloader.py", line 637, in ...
closed
2019-09-27T07:00:23Z
2020-12-01T08:31:45Z
https://github.com/amdegroot/ssd.pytorch/issues/414
[]
haesungg
3
flasgger/flasgger
flask
459
require_data on SwaggerView
Hi, I'm using flasgger==0.9.5. I need to keep validation to True en SwaggerView and at the same time, providing an empty body (for example on GET / POST requests). Currently, I get the message : no data to validate. I have solved it by adding require_data options and by reimplementing dispatch_request. `...
open
2021-02-03T12:46:14Z
2021-02-04T07:52:04Z
https://github.com/flasgger/flasgger/issues/459
[]
dnclain
0
tatsu-lab/stanford_alpaca
deep-learning
129
Token input limit only 500?
When I prompted Alpaca with ~800 tokens I got this error: Token indices sequence length is longer than the specified maximum sequence length for this model (521 > 512). Running this sequence through the model will result in indexing errors Is this alpaca/llama as a whole, or my huggingface transformers, or what?
open
2023-03-23T05:22:45Z
2023-03-23T05:49:03Z
https://github.com/tatsu-lab/stanford_alpaca/issues/129
[]
teknium1
0
MycroftAI/mycroft-core
nlp
2,747
Install to /opt from setup.py
**User Story** As a Mycroft administrator/installer, I would like Mycroft to be installed into the standard directory for non-system daemons So that I can run with daemon level permissions and use systemd **Acceptance Criteria** I know this will be done when: 1. Mycroft-core is installed in /opt/mycroft 2. A...
closed
2020-11-03T10:11:22Z
2020-12-09T00:46:25Z
https://github.com/MycroftAI/mycroft-core/issues/2747
[ "enhancement" ]
devinhedge
5
TheKevJames/coveralls-python
pytest
129
Add style checks for code
closed
2017-01-08T21:49:05Z
2017-08-27T10:32:09Z
https://github.com/TheKevJames/coveralls-python/issues/129
[]
goanpeca
4
python-restx/flask-restx
flask
208
Swagger UI: add using the "tag" functionality to group resources
**Is your feature request related to a problem? Please describe.** I am using flask-restx and I have a lot of Resources per namespace. I would like to be able to tag myself the resources and regroup them by my liking. This way I would be able to split Resources to several groups. **Describe the solution you'd like*...
open
2020-08-26T11:55:54Z
2024-09-26T19:29:47Z
https://github.com/python-restx/flask-restx/issues/208
[ "enhancement" ]
SlimBeji
9
scikit-optimize/scikit-optimize
scikit-learn
350
libraries.io not up to date
https://libraries.io/pypi/scikit-optimize Does someone know how to influence the contents of this page? For example how to get it bumped to the latest version available on pypi?
closed
2017-04-11T16:16:28Z
2017-05-09T20:31:38Z
https://github.com/scikit-optimize/scikit-optimize/issues/350
[ "Documentation" ]
betatim
2
collerek/ormar
sqlalchemy
580
Declaring specific class as response_model in FastAPI produces RecursionError
**Describe the bug** I get a RecursionError if the `Quiz` from below is set as the `response_model` in a FasAPI route-decorator. ```python from uuid import uuid4 as uuid from datetime import datetime from typing import Optional from pydantic import BaseModel, Json from . import metadata, database import ormar...
closed
2022-02-25T21:21:24Z
2022-03-28T18:18:40Z
https://github.com/collerek/ormar/issues/580
[ "bug" ]
mawoka-myblock
10
litestar-org/litestar
pydantic
3,720
Enhancement: allow_unauthorized
### Summary Add an `allow_unauthorized` option that does not bypass the middleware, but also does not raise `NotAuthorized` if auth fails. [Discord thread](https://discord.com/channels/919193495116337154/1281668150261452890/1281668150261452890) ### Basic Example Route that returns the current authenticated user o...
open
2024-09-06T18:02:19Z
2025-03-20T15:54:54Z
https://github.com/litestar-org/litestar/issues/3720
[ "Enhancement" ]
gsakkis
3
explosion/spaCy
deep-learning
12,765
Training NER models on multiple GPUs
i am training spacy ner model on single gpu using this command : python3 -m spacy train config.cfg --output output --paths.train train_data.spacy --paths.dev test_data.spacy --gpu-id 0. How to train model on multiple gpu so that i can give more data fro training, i have 4 gpus of 16GB each. please somebody kindl...
closed
2023-06-28T07:35:21Z
2023-07-29T00:02:26Z
https://github.com/explosion/spaCy/issues/12765
[]
rs-pawanmethre
3
amerkurev/scrapper
web-scraping
10
Optional response fields
Currently, when i make a request, the response fields when using `/api/articles` is a huge list of fields. This is especially not great when using the `full-content=true` flag. I get a lot of fields in the response that i dont use. I would like to pick and choose which fields i want to have returned. For example: w...
open
2024-03-28T05:15:16Z
2024-04-04T09:16:50Z
https://github.com/amerkurev/scrapper/issues/10
[]
nmpereira
1
tensorly/tensorly
numpy
75
ImportError: No module named Tensorly
Installed as: ``` $ source activate mlp3 $ conda install -c tensorly tensorly ``` ``` $ python -V Python 3.5.2 :: Continuum Analytics, Inc. ``` ``` In [1]: import tensorly --------------------------------------------------------------------------- ImportError Traceback (m...
closed
2018-09-12T01:17:10Z
2018-12-26T14:31:10Z
https://github.com/tensorly/tensorly/issues/75
[]
mullachv
4
holoviz/panel
matplotlib
7,110
Tabulator header_filter with multiselect enabled: AttributeError
#### ALL software version info panel 1.4.5 #### Description of expected behavior and the observed behavior Enabling multiselect in `header_filters` caused AttributeError. #### Complete, minimal, self-contained example code that reproduces the issue ```python import pandas as pd import panel as pn df = pd....
closed
2024-08-09T14:03:44Z
2024-08-13T12:41:05Z
https://github.com/holoviz/panel/issues/7110
[]
thuydotm
4
pandas-dev/pandas
data-science
60,410
DOC: incorrect formula for half-life of exponentially weighted window
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation https://pandas.pydata.org/docs/dev/user_guide/window.html#exponentially-weighted-window ### Documentation problem ![...
closed
2024-11-25T03:53:39Z
2024-11-25T18:36:09Z
https://github.com/pandas-dev/pandas/issues/60410
[ "Docs", "Needs Triage" ]
partev
0
dask/dask
pandas
11,789
A new way of "dask on ray"
There was a time that `dask` can be run as Ray tasks on a Ray cluster. That functionality was implemented long time ago using some private functions (which were removed/changed in recent refactoring effort in dask). Just curious how difficult is it to write a scheduler that could run Dask on Ray (again)? Am I understa...
open
2025-02-27T04:08:28Z
2025-03-21T00:34:12Z
https://github.com/dask/dask/issues/11789
[ "documentation", "discussion" ]
wingkitlee0
3
allenai/allennlp
nlp
4,745
Interpret broken for GPT2 NextTokenLM
<img width="1138" alt="image" src="https://user-images.githubusercontent.com/8812459/96914373-c08c5800-1459-11eb-9e87-0f6a2dda6e40.png"> Steps to reproduce: ```python from allennlp.interpret.saliency_interpreters import ( SimpleGradient, ) from allennlp_models.pretrained import load_predictor predictor...
closed
2020-10-22T19:03:04Z
2021-01-07T23:57:15Z
https://github.com/allenai/allennlp/issues/4745
[ "bug" ]
epwalsh
1
ultrafunkamsterdam/undetected-chromedriver
automation
963
Cloudflare Detected?
Hi, I'm getting detected when using undetected chromedriver at this URL. Are others able to load it? Thanks for checking. https://www.whitepages.com/auth/login?redirect=/
closed
2022-12-28T03:26:15Z
2023-02-20T16:50:50Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/963
[]
dumbshow
2
iperov/DeepFaceLab
deep-learning
685
Erode options during Merging
So I have gotten used to the workflow of WF training/merging and then compositing in DaVinci Resolve. One killer option during manual compositing that would be incredible to have in the interactive merging tool on DFL would be the ability to control the erode radius on both sides of the x and y axis for a total of 4 ad...
closed
2020-04-02T04:01:08Z
2020-04-02T08:47:00Z
https://github.com/iperov/DeepFaceLab/issues/685
[]
Fijitrix
1
sinaptik-ai/pandas-ai
data-visualization
862
OpenSource Models (e.g Falcon)
Hello everyone, I am encountering an issue while trying to use the Falcon 7b Instruct with the pandasai library, utilizing the free HuggingFace API. The issue arises when I attempt to get a response from the API. Below is the code snippet I am using: OS version: Windows 11 Enterprise 64-bit (10.0, Build 22631) ...
closed
2024-01-10T08:06:49Z
2024-06-01T00:21:43Z
https://github.com/sinaptik-ai/pandas-ai/issues/862
[]
carlosdavid663
2
Anjok07/ultimatevocalremovergui
pytorch
1,054
Installation in folder name error issue (solved)
Good day for everyone. For a windows user, I cannot install UVR in a folder name with Mandarin. After facing an error, I reinstall UVR in english folder. Finally, it works. If somebody facing the same problem, please remove it and reinstall with English folder name.
open
2023-12-27T06:17:59Z
2023-12-27T12:06:32Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1054
[]
Meavel
1
browser-use/browser-use
python
791
Can't input command in code-server
### Bug Description I got an error message when I told the agent to go to code-server and enter command in terminal ``` Error executing action input_text: Failed to input text into index 113 ``` ### Reproduction Steps 1. install code-server 2. install browser-use 3. give agent chromium browser installed in "/Applica...
open
2025-02-21T01:46:32Z
2025-02-21T01:46:32Z
https://github.com/browser-use/browser-use/issues/791
[ "bug" ]
mio-19
0
mitmproxy/mitmproxy
python
6,479
Warn if both `stream_large_bodies` and `modify_body` are set
See below for a user report - we should print a warning if stream_large_bodies and modify_body are set. Contributions welcome! 😃 -------------------- I found this and a few other links looking for information on this topic. Several attempts were not producing the expected results. I was using stream_large_bod...
closed
2023-11-12T21:18:28Z
2023-12-19T13:55:16Z
https://github.com/mitmproxy/mitmproxy/issues/6479
[ "help wanted", "area/addons", "kind/ux" ]
mhils
4
jofpin/trape
flask
299
import requests, json ImportError: No module named requests
python trape.py -h Traceback (most recent call last): File "trape.py", line 23, in <module> from core.utils import utils # File "/home/kali/trape/core/utils.py", line 21, in <module> import requests, json ImportError: No module named requests How to fix? ![изображение](https:/...
open
2021-02-27T16:38:16Z
2021-06-30T01:26:05Z
https://github.com/jofpin/trape/issues/299
[]
lukinobambino
7
ultralytics/yolov5
deep-learning
13,459
为什么mac会抛出这个问题
### 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 ![上传截屏2024-12-13 14.30.25.png...]()ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY...
open
2024-12-13T06:32:50Z
2024-12-18T04:41:01Z
https://github.com/ultralytics/yolov5/issues/13459
[ "question" ]
sj746
8
gradio-app/gradio
data-visualization
9,944
Adding latex to `gr.Code`
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I am a bit frustrated that I cannot use latex code within gr.Code blocks, and I think supporting the de-facto standard in many research-applications would further boos the usage of ...
open
2024-11-12T17:12:44Z
2024-11-12T21:03:23Z
https://github.com/gradio-app/gradio/issues/9944
[ "enhancement" ]
fracapuano
1
PeterL1n/BackgroundMattingV2
computer-vision
121
关于ZipDataset的问题,还有合成后是否需要clamp的问题
Q1:如果A和B的items都是排序好的,是不是ZipDataset([A,B])在每个epoch读出来的pair都是固定的?比如A=[a1,a2,a3], B=[b1,b2,b3],那么每个epoch中a1始终和b1配对。这种配对生成方式,合成出来的样本是否缺少多样性呢?我自己简单写了一个代码尝试了下,发现配对是不改变的。 代码如下: ``` from dataset import ZipDataset from torch.utils.data import Dataset, DataLoader class Dataset(Dataset): def __init__(self, tag, max_le...
closed
2021-06-24T07:18:00Z
2021-06-24T09:01:46Z
https://github.com/PeterL1n/BackgroundMattingV2/issues/121
[]
eternalgogi92
5
matplotlib/mplfinance
matplotlib
578
Scatter plot using external axis method
I am trying to create a scatter plot using the external axis method: `mpf.plot(hammers_buy['Open'], ax=ax1, type='scatter')` However, this line returns the following error: `TypeError: kwarg "type" validator returned False for value: "scatter" 'Validator' : lambda value: value in _get_valid_plot_types() },...
closed
2022-12-24T23:41:02Z
2022-12-25T09:04:26Z
https://github.com/matplotlib/mplfinance/issues/578
[]
jamiedarcy06
1
vitalik/django-ninja
pydantic
391
Using a schema outside of Ninja
Firstly, I hope your well and safe! I may have overlooked something but I am wondering how I can use a schema outside of Ninja. My use case is using channels and it could just be that it's late here but I couldn't get it to parse. Any ideas?
closed
2022-03-15T20:15:01Z
2022-03-21T08:18:20Z
https://github.com/vitalik/django-ninja/issues/391
[]
bencleary
2
joeyespo/grip
flask
229
Use .git-credentials
Instead of the user having to set `--user` and `--pass`, why can't grip just use the `~/.git-credentials` file which contains this data if git is configured accordingly? Doing this by default my be a privacy issue (I wouldn't mind), but surely a command line option could be added, or at least `--pass` could be made opt...
open
2017-02-26T21:41:08Z
2017-02-26T21:41:08Z
https://github.com/joeyespo/grip/issues/229
[]
mbid
0
httpie/cli
rest-api
582
support http2?
closed
2017-05-16T03:32:24Z
2017-05-16T05:59:08Z
https://github.com/httpie/cli/issues/582
[]
jinleileiking
1
onnx/onnx
deep-learning
6,805
No need for "uses: Quansight-Labs/setup-python@v5" for free threading
https://github.com/actions/setup-python/issues/771
open
2025-03-12T07:26:46Z
2025-03-20T03:27:34Z
https://github.com/onnx/onnx/issues/6805
[ "good first issue", "contributions welcome" ]
andife
0
xinntao/Real-ESRGAN
pytorch
168
About the sharpening training trick?
Hi there. Could you mind sharing the detailed sharpening trick when training the Real-ESRGAN+ model? Or, any hint on this trick? Thanks.
open
2021-11-29T03:46:52Z
2022-04-07T11:22:12Z
https://github.com/xinntao/Real-ESRGAN/issues/168
[]
BIGJUN777
3
aimhubio/aim
tensorflow
2,983
Unable to connect to AIM remote server runnning in Docker. Error "Trying to connect an http1.x server"
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> I'm running the aim server locally to use it as a remote server, and I cannot connect to it from my training code (client). This is the error I get ``` File "/Users/juancb/GitHub/AIProject/env/lib/python3.9/site-packages/aim/ext/transpo...
open
2023-09-11T14:53:24Z
2024-10-03T02:23:05Z
https://github.com/aimhubio/aim/issues/2983
[ "type / bug", "help wanted" ]
cbjuan
3
gradio-app/gradio
machine-learning
10,574
API / python client access to application secured via oauth
- [ x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I have a gradio application that is secured via oauth like in the example here: https://www.gradio.app/guides/sharing-your-app#o-auth-with-external-providers. I would like to access i...
open
2025-02-12T14:31:20Z
2025-03-03T14:52:54Z
https://github.com/gradio-app/gradio/issues/10574
[ "enhancement", "API" ]
blenzi
3
igorbenav/fastcrud
sqlalchemy
199
get_multi returns boolean values for pydantic relationship fields, if a select schema is provided
**Describe the bug or question** If a pydantic select schema is provided to get_multi and includes a relationship field to some other select schema, get_multi will execute a cartesian product between the tables (selecting both) resulting in a boolean value. **To Reproduce** ```python from collections.abc import Async...
open
2025-02-09T15:50:17Z
2025-02-09T15:50:17Z
https://github.com/igorbenav/fastcrud/issues/199
[]
Simon128
0
microsoft/hummingbird
scikit-learn
649
Add support for scikit-learn GeneralizedLinearModels (PoissonRegressor, GammaRegressor, TweedieRegressor)
Hello ! It would be great if Hummingbird could support scikit-learn GLMs, and more specifically all three [PoissonRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html), [GammaRegressor](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegre...
closed
2022-11-04T14:46:38Z
2022-11-07T08:58:18Z
https://github.com/microsoft/hummingbird/issues/649
[ "enhancement" ]
RomanBredehoft
2
Kitware/trame
data-visualization
101
VTK local rendering with scalar bar
Need to better support scalarbar with and without widget along NaN and other settings.
open
2022-08-08T16:47:49Z
2024-03-13T16:04:39Z
https://github.com/Kitware/trame/issues/101
[ "available-with-wasm" ]
jourdain
15
kennethreitz/records
sqlalchemy
159
ORM
Why don’t we turn this great project into a fully fledged ActiveRecord implementation? I mean Kenneth is genius in making his project apis human friendly, this would end up a huge thing!
closed
2018-06-26T18:22:49Z
2019-02-14T12:17:19Z
https://github.com/kennethreitz/records/issues/159
[]
laith43d
2
ckan/ckan
api
7,872
Activity plugin missing docs
## CKAN version 2.10.1 ## Describe the bug I added the configuration "ckan.auth.public_activity_stream_detail = True" and marked the dataset public but in dashboard not appeat Activity Stream and in activity table does not record the activities. ### Additional details ![image](https://github.com/ckan/ckan/asse...
closed
2023-10-20T08:30:41Z
2023-11-13T08:07:57Z
https://github.com/ckan/ckan/issues/7872
[ "Good for Contribution", "Beginner Friendly" ]
octavportar
4
NullArray/AutoSploit
automation
1,099
Unhandled Exception (cd533d108)
Autosploit version: `3.1.2` OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py --censys -q ************************` Error mesage: `file() argument 2 must be string, not None` Error traceback: ``` Traceback (most recent call): File "/root/AutoSploit/au...
closed
2019-05-30T20:44:12Z
2019-09-03T21:31:29Z
https://github.com/NullArray/AutoSploit/issues/1099
[ "bug" ]
AutosploitReporter
0
developmentseed/lonboard
jupyter
198
Clean up memory after closing Map or stopping/restarting the python process
When visualizing a large dataset, the browser tab (or GPU memory) can hold a lot of memory, which isn't cleaned up by restarting the python process (testing this in a notebook, and so restarting the kernel). Also explicitly calling `map.close()` or `map.close_all()` doesn't seem to help. Only actually closing the bro...
closed
2023-11-03T18:14:52Z
2024-02-27T20:21:52Z
https://github.com/developmentseed/lonboard/issues/198
[]
jorisvandenbossche
3
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
36
tiktok 下载提示 错误
![image](https://user-images.githubusercontent.com/26702704/172332855-62d958dd-bb28-4649-956c-a7a183ae4f46.png) 提示这个。 请问下要怎么解决。是我哪里设置不对么。
closed
2022-06-07T08:24:14Z
2022-06-23T23:01:26Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/36
[]
betakernel
1
InstaPy/InstaPy
automation
5,926
Account gets banned while Instapy is retrieving user's follower list
**Current Behavior** Account gets banned while Instapy is retrieving user's follower list **Possible Solution** I tried session.set_simulation(enabled=False) - same thing happened I think it has something to do with simulation/no simulation **InstaPy configuration** ``` import random import time from ins...
closed
2020-11-27T01:26:10Z
2021-01-19T01:02:13Z
https://github.com/InstaPy/InstaPy/issues/5926
[ "wontfix" ]
Ardy000
2
seleniumbase/SeleniumBase
pytest
2,201
"Enhanced ad privacy in Chrome" pop-up when setting a custom `user_data_dir`
## "Enhanced ad privacy in Chrome" pop-up when setting a custom `user_data_dir` This pop-up gets in the way of tests: <img width="1200" alt="Screenshot 2023-10-20 at 12 18 39 PM" src="https://github.com/seleniumbase/SeleniumBase/assets/6788579/a8764add-f320-4287-a24d-9d537c55f429">
closed
2023-10-20T16:26:26Z
2023-10-21T18:26:25Z
https://github.com/seleniumbase/SeleniumBase/issues/2201
[ "bug" ]
mdmintz
3
CorentinJ/Real-Time-Voice-Cloning
pytorch
1,166
TypeError: load() takes 1 positional argument but 2 were given
Hello, I have done everything so far, but when I'm trying to load from the LibreSpeech samples, this is the error I get. Arguments: datasets_root: datasets_root models_dir: saved_models cpu: False seed: None Traceback (most recent call last): File "/Users/XY...
open
2023-02-20T23:36:06Z
2024-12-10T19:03:44Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1166
[]
enlightenight
11
mwaskom/seaborn
matplotlib
2,987
The errorbar cannot be aligned with the bar, if the width of the bar is modified in next-generation interface
After changing the width, the errorbar still seems to appear in the original position. Is it necessary to add width parameters to other marks like Range as well? ```python import seaborn as sns import seaborn.objects as so from seaborn import load_dataset tips = load_dataset("tips") ( so.Plot(tips, x='day',...
open
2022-09-01T04:54:04Z
2023-11-28T23:22:23Z
https://github.com/mwaskom/seaborn/issues/2987
[ "rough-edge", "objects-move" ]
liuzj039
3
donnemartin/system-design-primer
python
630
Add White Background to all images
When using Dark Mode, all the image text disappears. Example: ![image](https://user-images.githubusercontent.com/40922251/147136230-21e60889-573d-449b-9fa8-f8ae7e430064.png)
open
2021-12-22T18:04:14Z
2024-02-09T10:11:46Z
https://github.com/donnemartin/system-design-primer/issues/630
[ "needs-review" ]
harsh-batheja
6
huggingface/datasets
pytorch
6,860
CI fails after huggingface_hub-0.23.0 release: FutureWarning: "resume_download"
CI fails after latest huggingface_hub-0.23.0 release: https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.0 ``` FAILED tests/test_metric_common.py::LocalMetricTest::test_load_metric_bertscore - FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume...
closed
2024-05-02T13:24:17Z
2024-05-02T16:53:45Z
https://github.com/huggingface/datasets/issues/6860
[ "bug" ]
albertvillanova
3
yzhao062/pyod
data-science
267
windows 10 runtime error+ pyod 0.8.5 + numpy 1.19.4
You may see this error below ![image](https://user-images.githubusercontent.com/15079146/102953019-67af5f00-449e-11eb-8d39-d29adbebeea2.png) Which is caused by numpy 1.19.4 & windows 10, **you should downgrade to 1.19.3 for now, waiting for numpy for a fix...** **pip install numpy==1.19.3**
open
2020-12-23T02:42:51Z
2020-12-23T02:43:11Z
https://github.com/yzhao062/pyod/issues/267
[]
yzhao062
0
numpy/numpy
numpy
28,037
Python API for object dtype subtypes
### Proposed new feature or change: It might sometimes be useful to define ad-hoc custom dtypes that give you runtime type checking and custom dispatch, all in Python without needing to use the C DType API. This would work well for cases that object DType is already well-suited performance-wise, but where users wou...
open
2024-12-19T02:23:45Z
2024-12-19T10:32:09Z
https://github.com/numpy/numpy/issues/28037
[]
ngoldbaum
1
ploomber/ploomber
jupyter
598
error when loading env dict
this finally should not be here: https://github.com/ploomber/ploomber/blob/eabf3e5e139c922c240296e7ada6885ed376d66e/src/ploomber/env/envdict.py#L282
closed
2022-02-16T18:53:36Z
2023-06-21T21:56:42Z
https://github.com/ploomber/ploomber/issues/598
[]
edublancas
0
onnx/onnx
deep-learning
6,340
Can't reduce the version of Softmax from $13 to $12
# Bug Report ### Is the issue related to model conversion? yes <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onn...
closed
2024-09-03T03:35:52Z
2025-02-20T06:52:36Z
https://github.com/onnx/onnx/issues/6340
[ "bug", "module: version converter", "contributions welcome" ]
lostlose
3
AntonOsika/gpt-engineer
python
872
Default launch command is too cumbersome
## Policy and info - good first issue ## Feature description Currently, to use the tool `gpt-engineer` command has to be used. Although this can be resolved using an alias, would be nice to have a command such as `gpte` be available by default. Can refer https://clig.dev/#naming for more details. ## Motivat...
closed
2023-11-29T02:53:29Z
2023-12-07T12:19:28Z
https://github.com/AntonOsika/gpt-engineer/issues/872
[ "enhancement", "triage" ]
RukshanJS
6
pydantic/pydantic-ai
pydantic
978
Framework integration
Hi, can you please suggest the best way to make an AI agent aware of this pydantic framework? For example, what would be the best way to integrate it with 'Roo Cline'? so it could build AI agents using this framework?
closed
2025-02-24T13:09:51Z
2025-02-24T23:00:09Z
https://github.com/pydantic/pydantic-ai/issues/978
[]
gitgo1994
0
nteract/papermill
jupyter
508
Pass signals down to kernel
I've got some users that would like to be able to do cleanup within a notebook when it receives a certain signal, using the standard python library's `signal` package: ```python def cleanup(signum, frame): print("cleaning up") sys.exit(2) signal.signal(signal.SIGTERM, cleanup) ``` Right now paper...
open
2020-05-27T22:43:35Z
2024-03-04T23:04:56Z
https://github.com/nteract/papermill/issues/508
[ "enhancement" ]
rgbkrk
3
polakowo/vectorbt
data-visualization
263
Typo in docstring in vectorbt/vectorbt/records/base.py
Hi Oleg, You may want to take a look at the following docstring. If I understand the explanation of ``records`` correctly, I would expect ``2`` as ``idx`` in line 37. ![grafik](https://user-images.githubusercontent.com/29901736/140503356-8506a4cb-6162-4571-ae3c-1d34730bd965.png)
closed
2021-11-05T11:24:32Z
2021-11-07T11:06:55Z
https://github.com/polakowo/vectorbt/issues/263
[]
andreas-vester
1
ultrafunkamsterdam/undetected-chromedriver
automation
1,800
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:49929 from session not created: This version of ChromeDriver only supports Chrome version 123 Current browser version is 122.0.6261.129
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:49929 from session not created: This version of ChromeDriver only supports Chrome version 123 Current browser version is 122.0.6261.129 This was working just fine yesterday, but not today. What occurred? Ch...
open
2024-03-21T16:39:25Z
2024-04-09T20:17:47Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1800
[]
BlueKniyt
4
xonsh/xonsh
data-science
5,790
Windows WSL: Performance Issues in NixOS on WSL
# Current Behavior I am using NixOS 24.05 on WSL 2.4.10 and installed xonsh by adding the following to my configuration ```nix { pkgs, ... }: { programs.xonsh = { enable = true; }; users.defaultUserShell = pkgs.xonsh; } ``` There have been several issues I have had after rebuilding my system using the new configura...
closed
2025-02-07T09:57:46Z
2025-02-10T10:28:51Z
https://github.com/xonsh/xonsh/issues/5790
[ "speed", "windows-wsl" ]
nouritsu
4