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
katanaml/sparrow
computer-vision
54
Getting Errors while running sparrow.sh under llm
I already installed all dependencies, Looks like there are some version conflicts. FYI: I'm running it on Linux(Ubuntu 22.04.1) Issues: ModuleNotFoundError: No module named 'tenacity.asyncio'
closed
2024-06-17T11:01:41Z
2024-06-18T10:53:23Z
https://github.com/katanaml/sparrow/issues/54
[]
sanjay-nit
3
custom-components/pyscript
jupyter
484
@state_trigger does not trigger on climate domain, attribute changes
In general, there appears to be a hit or miss state trigger situation with the climate domain. For instance, the following `@state_trigger('climate.my_thermostat.hvac_action')` does not trigger on `hvac_action` but only on `hvac_mode` changes. to workaround that, I tried adding a watch: `@state_trigger('clim...
open
2023-07-08T19:43:06Z
2024-10-22T22:13:28Z
https://github.com/custom-components/pyscript/issues/484
[]
antokara
1
Lightning-AI/pytorch-lightning
deep-learning
19,989
TransformerEnginePrecision _convert_layers(module) fails for FSDP zero2/zero3
### Bug description `TransformerEnginePrecision.convert_module` function seems to not work for the the FSDP-wrapped model. ### What version are you seeing the problem on? master ### How to reproduce the bug ```python model = FSDP( model, sharding_strategy=sharding_strategy, auto_wrap_...
open
2024-06-18T14:08:00Z
2024-06-18T14:08:56Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19989
[ "bug", "needs triage", "ver: 2.2.x" ]
wprazuch
0
twopirllc/pandas-ta
pandas
890
wrong NaN import
in momentum squeeze_pro there should be from numpy import nan as npNaN not from numpy import Nan as npNaN
closed
2025-02-22T09:52:54Z
2025-02-22T18:59:15Z
https://github.com/twopirllc/pandas-ta/issues/890
[ "bug", "duplicate" ]
kkr007007
1
jupyterlab/jupyter-ai
jupyter
833
We have Github Copilot license and we want to use this model provider on Jupyter AI
### Proposed Solution We don´t see in the list of model providers : https://jupyter-ai.readthedocs.io/en/latest/users/index.html#model-providers , the GithHUb Copilot solution, Are you going to integrate this model provider? Thanks.
open
2024-06-14T10:24:16Z
2024-07-30T22:56:55Z
https://github.com/jupyterlab/jupyter-ai/issues/833
[ "enhancement", "status:Blocked" ]
japineda3
2
jacobgil/pytorch-grad-cam
computer-vision
193
Gradients are: 'NoneType' object has no attribute 'shape'
Hi, thank you for providing an open-source implementation for your work. I am trying to build on top of it to visualize my Resnet-18 encoder for the Image captioning task. It is an encoder-decoder architecture with a resnet-18 encoder and an RNN decoder. Below is my code for reproducibility. ```python from pytorch...
closed
2022-01-11T11:17:02Z
2022-01-11T14:47:10Z
https://github.com/jacobgil/pytorch-grad-cam/issues/193
[]
Anurag14
1
pytest-dev/pytest-django
pytest
1,144
do not require DJANGO_SETTINGS_MODULE when running pytest help
Is it really necessary to require seting `DJANGO_SETTINGS_MODULE` only to display help? I run my tests using `tox`, and `DJANGO_SETTINGS_MODULE` is being set there. Sometimes I just need to quickly run `pytest help` just to see some syntax. Does the output of `pytest help` depend on my currently configured settings?...
closed
2024-09-04T08:48:47Z
2024-09-04T12:20:33Z
https://github.com/pytest-dev/pytest-django/issues/1144
[]
piotr-kubiak
4
deepfakes/faceswap
machine-learning
439
Secondary masks/artifacts/blur in converted images, even thou secondary aligned images have been deleted
running latest github version.
closed
2018-06-21T15:01:37Z
2018-07-18T05:37:14Z
https://github.com/deepfakes/faceswap/issues/439
[]
minersday
4
tqdm/tqdm
pandas
1,185
Throw a warning for `tqdm(enumerate(...))`
It would be helpful to warn people know they use `tqdm(enumerate(...))` instead of `enumerate(tqdm(...))`. It can be detected like this: ``` >>> a = [1,2,3] >>> b = enumerate(a) >>> isinstance(b, enumerate) True ```
open
2021-06-15T14:00:42Z
2021-07-29T11:04:38Z
https://github.com/tqdm/tqdm/issues/1185
[ "help wanted 🙏", "p4-enhancement-future 🧨" ]
cccntu
0
neuml/txtai
nlp
541
Encoding using multiple-GPUs
I am doing this task where I am recommending products based on their reviews. To do that I am using your library and when I am creating the index, what I would like to know is whether there is a way to utilize several GPUs. Because the time it takes to encode the review text is huge and I have a multiGPU environment. ...
closed
2023-09-01T07:21:20Z
2024-12-22T01:32:13Z
https://github.com/neuml/txtai/issues/541
[]
DenuwanClouda
7
nolar/kopf
asyncio
143
[PR] Die properly: fast and with no remnants
> <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2019-07-10 15:42:31+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/pull/143 > &nbsp; When an operator gets S...
closed
2020-08-18T19:57:19Z
2020-08-23T20:47:32Z
https://github.com/nolar/kopf/issues/143
[ "bug", "archive" ]
kopf-archiver[bot]
0
kynan/nbstripout
jupyter
86
Allowlist metadata fields to keep
By far the most requested feature is adding extra metadata fields to strip (#58 #72 #78 #85). A more scalable approach would be using a (configurable) list of metadata fields to keep.
open
2018-08-14T10:53:46Z
2025-01-20T10:40:30Z
https://github.com/kynan/nbstripout/issues/86
[ "type:enhancement", "help wanted" ]
kynan
5
vitalik/django-ninja
django
569
[BUG] Incorrect storing url_name to URLconf
In case that you have two endpoints with same url, but different `url_name` param, django will store only last name in URLconf for reverse matching. Example: We have companies_list endpoint and company_create endpoint with the same url '/' but different methods (GET and POST). ![image](https://user-images.githubus...
closed
2022-09-16T12:27:34Z
2022-09-16T12:33:54Z
https://github.com/vitalik/django-ninja/issues/569
[]
denis-manakov-cndt
1
dask/dask
scikit-learn
11,809
module 'dask.dataframe.multi' has no attribute 'concat'
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiable Ex...
closed
2025-03-05T01:50:56Z
2025-03-05T10:58:26Z
https://github.com/dask/dask/issues/11809
[ "needs triage" ]
Leo-AO-99
1
biosustain/potion
sqlalchemy
57
Enhancement: Optionally make use of SQLAlchemy joinedloads in `instances` queries
Depending on how ones' relationships are configured in SQLAlchemy, adding `.options(joinedload("relationship_name"))` to the query can substantially reduce the number of queries executed. I've prototyped this a bit for our code, relationship set ups, and on Postgres, and would be happy to share that snippet or start ...
open
2015-12-30T20:17:01Z
2016-01-01T21:06:34Z
https://github.com/biosustain/potion/issues/57
[]
boydgreenfield
2
2noise/ChatTTS
python
238
【分享】几个还不错的音色分享给大家
https://ixo96gpj4vq.feishu.cn/wiki/SjiZwNSuUin9fukZh23cIMBOnge?from=from_copylink
closed
2024-06-03T16:40:32Z
2024-07-01T10:12:39Z
https://github.com/2noise/ChatTTS/issues/238
[ "ad" ]
QuantumDriver
7
pyjanitor-devs/pyjanitor
pandas
1,102
improvement suggestions for conditional_join
- [x] allow selection/renaming of final columns within the function - [x] implement a numba alternative, for hopefully faster processing - [x] improve performance for left and right joins
closed
2022-05-11T23:06:42Z
2022-11-03T20:03:11Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1102
[]
samukweku
1
replicate/cog
tensorflow
1,303
the server sometimes just hang, can't receive request or process the request
i 'm using the cog python interface, and i deploy a model on virtual machine with ubuntu os the server is running successfully at the beginning. but after a long time could be days or a cuple of hours, when the server process plenty of http requests, suddenly the server can't receive any request. if i use postman t...
open
2023-09-14T03:14:14Z
2023-09-14T03:14:14Z
https://github.com/replicate/cog/issues/1303
[]
zhangvia
0
thtrieu/darkflow
tensorflow
495
Please verify correct format of detection in Json
I am getting this as result in json file. [{"topleft": {"y": 376, "x": 1073}, "confidence": 0.6, "bottomright": {"y": 419, "x": 1135}, "label": "0"}, {"topleft": {"y": 562, "x": 755}, "confidence": 0.62, "bottomright": {"y": 605, "x": 826}, "label": "0"}, {"topleft": {"y": 562, "x": 857}, "confidence": 0.61, "bottom...
closed
2017-12-31T09:30:47Z
2017-12-31T11:20:27Z
https://github.com/thtrieu/darkflow/issues/495
[]
gangooteli
1
benbusby/whoogle-search
flask
1,089
[QUESTION] Persistency of custom theme when using Docker(-compose)
Hi, since a few days now im using this awesome application. I had a look at the documentation and was wondering why there is no volume-mount in the docker-compose file to keep all settings persistent I understand that it is possible to set 90% of all settings as env-var, but i could not figure out how to make e....
closed
2023-10-23T16:49:47Z
2023-10-25T14:18:25Z
https://github.com/benbusby/whoogle-search/issues/1089
[ "question" ]
SHU-red
2
plotly/dash-table
plotly
717
Objects are not valid as a React child (found: object with keys {id, full_name}). If you meant to render a collection of children, use an array instead.
Code ```python app.layout = html.Div(children=[ html.H1('Dashboard', className='text-center'), dash_table.DataTable( id='preventions', columns=[{"name": col, "id": col} for col in df.columns], data=df.to_dict('records') ) ]) ``` ``` Objects are not valid as a React ch...
closed
2020-03-06T19:35:01Z
2020-03-06T20:06:10Z
https://github.com/plotly/dash-table/issues/717
[]
e0ff
1
pydantic/pydantic-ai
pydantic
1,082
Cannot upload images to gemini
### Initial Checks - [x] I confirm that I'm using the latest version of Pydantic AI ### Description Hi, i have been trying to upload an image to gemini mode gemini-2.0-flash-thinking-exp-01-21 which accepts multimodal image. However when I try to upload the image which has a file extension it seems to break. It work...
open
2025-03-08T21:08:41Z
2025-03-10T10:29:56Z
https://github.com/pydantic/pydantic-ai/issues/1082
[ "need confirmation" ]
Atoo35
6
fastapi/sqlmodel
pydantic
356
Support discriminated union
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel" and didn't find any information. - [X] I al...
closed
2022-06-07T12:50:05Z
2023-11-06T00:10:07Z
https://github.com/fastapi/sqlmodel/issues/356
[ "feature", "answered" ]
wholmen
3
SALib/SALib
numpy
614
`extract_group_names()` and associated methods can be simplified
These methods can now be replaced with variations of `pd.unique()` and `np.unique()`
closed
2024-04-19T13:13:25Z
2024-04-21T01:56:45Z
https://github.com/SALib/SALib/issues/614
[ "clean up/maintenance" ]
ConnectedSystems
0
deepspeedai/DeepSpeed
pytorch
6,994
[BUG] loading model error
**Describe the bug** I use 8 * A100-80GB GPUs to fine-tune a 72B model, but when it loads 16/37 safetensor, it always been shutdown for no reasons without any hints! The error is as follows: ``` Loading checkpoint Shards"43%16/37 [19:49<25:57,74.18s/it] Sending process4029695 closing signal SIGTERK failad (edtcote: ...
open
2025-02-03T08:03:14Z
2025-02-03T08:03:14Z
https://github.com/deepspeedai/DeepSpeed/issues/6994
[ "bug", "training" ]
tengwang0318
0
mirumee/ariadne-codegen
graphql
350
10x memory increase from v0.13 -> v0.14
We measured the Ariadne generated module after upgrading to v0.14, and we realize memory of the module increased from 400MB -> 4GB after upgrading from v0.13 to v0.14. We would like to use ClientForwardRefs in v0.14, but the memory increase between v0.13 and v0.14 is untenable. Any ideas what might be causing this a...
closed
2025-02-03T21:43:11Z
2025-02-11T16:59:56Z
https://github.com/mirumee/ariadne-codegen/issues/350
[]
eltontian
3
jupyter-book/jupyter-book
jupyter
2,181
README - outdated section?
is this section outdated and can be deleted from README.md? https://github.com/jupyter-book/jupyter-book/blob/47d2481c8ddc427ee8c9d1bbb24a4d57cc0a8fbd/README.md?plain=1#L21-L25
closed
2024-07-29T18:34:22Z
2024-08-29T22:27:54Z
https://github.com/jupyter-book/jupyter-book/issues/2181
[]
VladimirFokow
2
jacobgil/pytorch-grad-cam
computer-vision
364
Possibly inverted heatmaps for Score-CAM for YOLOv5
Hi @jacobgil , I'm working on applying Score-CAM on YOLOv5 by implementing the `YOLOBoxScoreTarget` class (so this issue is closely related with #242). There are several issues I want to iron out before making a PR (e.g. YOLOv5 returns parseable `Detection` objects only when the input is _not_ a Torch tensor - see http...
open
2022-11-17T12:13:34Z
2023-11-08T15:38:48Z
https://github.com/jacobgil/pytorch-grad-cam/issues/364
[]
semihcanturk
3
ageitgey/face_recognition
python
624
How to increase the size of a detected rectangle in python?
* face_recognition version: latest version * Python version: 3.7 * Operating System: Kali Linux ### Description How to increase the size of a detected rectangle, for example, I want to crop 3x4 photo of detected faces ### What I Did First I thought it needs to increase the top&bottom position but then it brea...
closed
2018-09-19T13:53:13Z
2018-09-23T14:59:24Z
https://github.com/ageitgey/face_recognition/issues/624
[]
hasanparasteh
1
onnx/onnx
deep-learning
6,425
Inconsistency in LSTM's operator description and backend testcases?
# Ask a Question ### Question In the [LSTM's operator description](https://onnx.ai/onnx/operators/onnx__LSTM.html#inputs), there are 3 optional outputs(`Y, Y_h, Y_c`). But in the [testcases](https://github.com/onnx/onnx/blob/main/onnx/backend/test/case/node/lstm.py), there are only 2 outputs(looks like `Y, Y_h`). I...
open
2024-10-03T20:48:13Z
2024-10-21T09:13:40Z
https://github.com/onnx/onnx/issues/6425
[ "question" ]
knwng
1
marcomusy/vedo
numpy
430
Color aberations
Hey, I am using [BrainRender](https://github.com/brainglobe/brainrender) for visualisation of neuro-related data. I have been using a function to slice some parts of the 3D objects however I get some aberations. After discussing with Fede Claudi, he mentionned that the problem could be probably using vedo. ...
closed
2021-07-20T13:30:10Z
2021-08-28T10:53:24Z
https://github.com/marcomusy/vedo/issues/430
[]
MathieuBo
6
ivy-llc/ivy
pytorch
28,628
Fix Frontend Failing Test: torch - activations.tensorflow.keras.activations.relu
To-do List: https://github.com/unifyai/ivy/issues/27498
closed
2024-03-17T23:57:34Z
2024-03-25T12:47:11Z
https://github.com/ivy-llc/ivy/issues/28628
[ "Sub Task" ]
ZJay07
0
nerfstudio-project/nerfstudio
computer-vision
3,541
Error running command: colmap vocab_tree_matcher --database_path during ns-process-data
Given an input of 20 images in a folder located in /vulcanscratch/aidris12/nerfstudio/data/nerfstudio/unprocessed_monkey/, I am trying to run ns-process-data. I am running the following: `ns-process-data images --data /vulcanscratch/aidris12/nerfstudio/data/nerfstudio/unprocessed_monkey/ --output-dir /vulcanscratch/...
open
2024-12-05T03:55:25Z
2024-12-05T03:55:25Z
https://github.com/nerfstudio-project/nerfstudio/issues/3541
[]
aidris823
0
huggingface/datasets
deep-learning
6,990
Problematic rank after calling `split_dataset_by_node` twice
### Describe the bug I'm trying to split `IterableDataset` by `split_dataset_by_node`. But when doing split on a already split dataset, the resulting `rank` is greater than `world_size`. ### Steps to reproduce the bug Here is the minimal code for reproduction: ```py >>> from datasets import load_dataset >>...
closed
2024-06-21T14:25:26Z
2024-06-25T16:19:19Z
https://github.com/huggingface/datasets/issues/6990
[]
yzhangcs
1
schemathesis/schemathesis
pytest
2,355
[FEATURE] Negative tests for GraphQL
### Checklist - [x] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation - [x] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues) - [x] I am using the latest version of Schemathesis ...
open
2024-07-18T11:01:47Z
2024-07-18T11:10:13Z
https://github.com/schemathesis/schemathesis/issues/2355
[ "Priority: Medium", "Type: Feature", "Specification: GraphQL", "Difficulty: Hard" ]
antonchuvashow
1
ansible/ansible
python
84,074
Expose more timeout-related context in `ansible-test`
### Summary So sometimes our CI gets stuck on a single task for so long that it gets killed after a 50-minute timeout. And there wouldn't be any context regarding what was the state of processes at that point. Here's an example: https://dev.azure.com/ansible/ansible/_build/results?buildId=125233&view=logs&j=decc2...
open
2024-10-08T13:24:55Z
2025-01-21T15:43:38Z
https://github.com/ansible/ansible/issues/84074
[ "bug" ]
webknjaz
4
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,608
wandb & visdom question
I used visdom and wandb to record the training process.But steps is not the same,For visdom ,it's xaxis have 200 epochs,but in wandb have 1200 steps.Why is there such a problem.
open
2023-11-01T02:49:01Z
2023-12-22T11:12:37Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1608
[]
xia-QQ
1
kizniche/Mycodo
automation
678
7.6.3 Test Email Not Sending
Mycodo Issue Report: 7.6.3 Problem Description: While using the test email alert system I noticed that none of the emails showed up in my inbox despite saying that the email was sent successfully. I have filled in all of the SMTP account information and have enabled the POP and IMAP stuff on the gmail account.
closed
2019-08-06T23:38:11Z
2023-11-08T20:21:03Z
https://github.com/kizniche/Mycodo/issues/678
[]
wllyng
4
autogluon/autogluon
scikit-learn
4,561
[MultiModal] Need to add supported loss functions in AutoMM
### Describe the issue linked to the documentation Users need to understand the list of supported loss functions for their problem type in our doc, specifically at [here](https://auto.gluon.ai/stable/tutorials/multimodal/advanced_topics/customization.html#optimization) ### Suggest a potential alternative/fix _No res...
open
2024-10-18T19:56:44Z
2024-11-26T21:42:57Z
https://github.com/autogluon/autogluon/issues/4561
[ "API & Doc", "Needs Triage", "module: multimodal" ]
tonyhoo
2
FactoryBoy/factory_boy
django
776
Add Dynamodb ORM Factory
#### The problem I haven't found support for creating a factory with the Dynamodb ORM [pynamodb](https://github.com/pynamodb/PynamoDB). Sometimes I use a django-supported ORM for which the `DjangoModelFactory` works great, and sometimes I need a NoSQL DB. #### Proposed solution I assume this would include implemen...
open
2020-08-28T15:46:34Z
2022-01-25T12:57:30Z
https://github.com/FactoryBoy/factory_boy/issues/776
[ "Feature", "DesignDecision" ]
ezbc
6
yt-dlp/yt-dlp
python
11,871
[telegram:embed] Extractor telegram:embed returned nothing
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
open
2024-12-22T06:01:58Z
2024-12-24T11:53:28Z
https://github.com/yt-dlp/yt-dlp/issues/11871
[ "site-bug", "patch-available" ]
k0zyrev
5
microsoft/nni
machine-learning
5,766
TypeError: 'Tensor' object is not a mapping
**Describe the issue**: Upon running the following code to compress and speed up the YOLOv5 model using NNI's pruning and speedup techniques.: ``` import torch from nni.common.concrete_trace_utils import concrete_trace from nni.compression.pruning import L1NormPruner from nni.compression.utils import auto_se...
open
2024-03-25T00:29:17Z
2024-03-25T00:29:17Z
https://github.com/microsoft/nni/issues/5766
[]
AKSHILMY
0
encode/databases
asyncio
214
Common interface for each backends Record/RowProxy
Current implementation has different class for each Row/Record/RowProxy. Any chance a common interface can be used / monkey patched into each of these so they behave more similarly. Something as simple as: ```py from typing import Mapping row = await database.fetch_one(query) isinstance(row, Mapping) # retur...
open
2020-06-02T16:18:25Z
2020-06-02T16:18:25Z
https://github.com/encode/databases/issues/214
[]
skewty
0
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,515
can find the results of combine_A_and_B.py
Why combine_A_and_B.py can only combine the same picture? Once i put different photos in two folder A and B, the code is still working shown nothing wrong but there isn't any results in the folder_AB
open
2022-12-02T12:09:46Z
2023-01-12T07:15:45Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1515
[]
1987521
3
matplotlib/mplfinance
matplotlib
96
fill_between()
In the past I've used pyplot's fill_between() to shade the area between upper and lower Bollinger Bands for example. Can this be done now with mpf?
closed
2020-04-14T17:39:47Z
2020-06-07T23:40:50Z
https://github.com/matplotlib/mplfinance/issues/96
[ "enhancement", "released" ]
tmcguire65
6
Avaiga/taipy
data-visualization
1,948
[🐛 BUG] scenario_selector visual element has inactive edit button
### What went wrong? 🤔 I'm trying out the scenario_selector visual element. I'm working with Taipy develop, I pulled and installed it in a new env yesterday. The editing button doesn't seem to work. When I click on "Add Scenario", it works, overall it looks fine. But the edit button (the little pencil) is graye...
closed
2024-10-07T11:17:09Z
2024-10-08T15:42:05Z
https://github.com/Avaiga/taipy/issues/1948
[ "Core", "🟥 Priority: Critical", "💥Malfunction", "📝Release Notes", "GUI: Front-End" ]
enarroied
3
Neoteroi/BlackSheep
asyncio
425
add Python 3.12 support
In python3.12, datetime.utcnow() has been issued a deprecation warning: datetime.utcnow() is deprecated and scheduled for " "removal in a future version. Instead, Use timezone-aware " "objects to represent datetimes in UTC: " "datetime.datetime....
closed
2023-10-23T10:21:08Z
2023-11-03T22:23:47Z
https://github.com/Neoteroi/BlackSheep/issues/425
[]
bymoye
2
sczhou/CodeFormer
pytorch
355
Scene image training
If I retrain the model on real scene images, can Codeformer perform inpainting on images of natural scenes? For example, the Imagenet data set
open
2024-02-29T06:18:10Z
2024-02-29T06:18:10Z
https://github.com/sczhou/CodeFormer/issues/355
[]
duxiangcheng
0
chatanywhere/GPT_API_free
api
297
付费API,无法使用claude3.5
**Describe the bug 描述bug** 付费购买了API,但无法使用claude3.5 模型。 接口为:https://api.chatanywhere.tech/v1/chat/completions 以及接口:https://api.chatanywhere.tech ![image](https://github.com/user-attachments/assets/0bddd752-6a7c-4195-8581-5a9c96edef78) **To Reproduce 复现方法** Steps to reproduce the behavior: 1. Go to '...' 2. C...
closed
2024-09-22T04:46:13Z
2024-09-22T05:16:08Z
https://github.com/chatanywhere/GPT_API_free/issues/297
[]
Flyingpen
1
huggingface/diffusers
deep-learning
10,963
cannot import name 'AutoencoderKLWan' from 'diffusers'
### Describe the bug ImportError: cannot import name 'AutoencoderKLWan' from 'diffusers' (/usr/local/lib/python3.10/dist-packages/diffusers/__init__.py) ### Reproduction from diffusers import AutoencoderKLWan, WanPipeline ### Logs ```shell ``` ### System Info diffusers-0.32.2,linux,python3.10 ### Who can help?...
closed
2025-03-04T12:51:41Z
2025-03-04T13:03:13Z
https://github.com/huggingface/diffusers/issues/10963
[ "bug" ]
spawner1145
3
robotframework/robotframework
automation
4,442
Robot cannot find chrome driver in PATH
Seems like Robot is completely broken for me. I have used webdrivermanager (the command line tool) to download the latest webdriver for chrome on windows. I have added this executable's parent bin folder to the path. I have restarted the terminals that run the robot command. I have googled forever on this issue. T...
closed
2022-08-22T07:09:55Z
2022-08-22T07:24:26Z
https://github.com/robotframework/robotframework/issues/4442
[]
openSourceBugs
1
PokeAPI/pokeapi
api
469
pokemon data has wrong ID
<!--# PLEASE READ BEFORE CREATING ISSUE 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...
closed
2020-01-05T02:33:09Z
2020-02-15T21:40:52Z
https://github.com/PokeAPI/pokeapi/issues/469
[]
0xf0xx0
3
aminalaee/sqladmin
sqlalchemy
886
custom action in example not working
### Checklist - [x] The bug is reproducible against the latest release or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe the bug In example https://aminalaee.dev/sqladmin/configurations/#custom-action function get_object_for_edit is called with param pk but definition waits ...
open
2025-02-26T14:01:31Z
2025-03-11T17:40:43Z
https://github.com/aminalaee/sqladmin/issues/886
[]
akudryav
3
ipython/ipython
jupyter
13,904
logger in ipython does not return prompt
When using the logging module in a separate thread IPython, the debug or info printed messages do not cause the terminal to create a new prompt. Instead, I have to manually press enter to get the prompt and continue typing. This issue occurs even when the logger is configured to use sys.stderr or sys.stdout as the out...
open
2023-01-26T01:41:56Z
2023-01-29T20:43:47Z
https://github.com/ipython/ipython/issues/13904
[]
mahdi-b
1
hankcs/HanLP
nlp
798
HanLP进行文本转汉语拼音时需要优化
用HanLP的用户目前多为做语音识别相关,目前HanLP对汉字转汉语拼音的支持仅限汉字。 但是通常情况下,用户输入的文本并不能确定是中文还是英文,那么,在这种场景中应该支持的是:如果是中文,那么就转成汉语拼音,如果不是那么就保留。
closed
2018-04-19T04:55:35Z
2018-04-19T18:25:41Z
https://github.com/hankcs/HanLP/issues/798
[ "invalid" ]
isblwang
1
vaexio/vaex
data-science
2,153
[BUG-REPORT] Filtering breaks negative indexing
**Description** The following code ``` import pandas as pd import vaex p_df = pd.DataFrame({"A": ["abc"] * 100}) df = vaex.from_pandas(p_df) f_df = df[df["A"] == "abc"] f_df[99] # Works fine. f_df[-1] # Throws an error (same for any negative number). ``` throws ``` -----------------------------------...
closed
2022-08-05T08:03:03Z
2022-08-31T09:58:43Z
https://github.com/vaexio/vaex/issues/2153
[ "bug" ]
karotchykau
5
encode/apistar
api
353
Feature request: datetime.date and datetime.datetime query/form param parsing
The following doesn't work, but likely should: ```python import datetime def some_endpoint(before: datetime.datetime): pass ``` Attempting to call this endpoint produces the following: <details> ``` Traceback (most recent call last): File "/Users/owen/Development/grimoire.ca/cadastre/.venv/lib/pyt...
closed
2017-11-04T02:44:45Z
2018-03-13T10:47:04Z
https://github.com/encode/apistar/issues/353
[]
ojacobson
9
zihangdai/xlnet
nlp
211
with tf.variable_scope(scope, 'sequnece_summary', reuse=reuse):
Typo in word sequence in modeling.py:699 ``` with tf.variable_scope(scope, 'sequnece_summary', reuse=reuse): ```
open
2019-08-13T21:48:22Z
2019-08-13T21:48:42Z
https://github.com/zihangdai/xlnet/issues/211
[]
pertschuk
0
quasarstream/python-ffmpeg-video-streaming
dash
77
flask api + redis and mariadb backend queue + multithreading
That would be great if you add flask api job as convertor with support of multithreading , redis and mariadb as backend queue. we send file via POST curl command to the server and the server create a directory for each video and put all ts file into it. the out put of directory will be save into database. concurre...
closed
2022-03-09T21:48:16Z
2022-03-11T14:29:46Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/77
[]
rfakit
1
babysor/MockingBird
pytorch
717
!python demo_toolbox.py -d.\samples缺少模块
配置环境一切正常,使用Google的colab 但在最后一句话的时候报错 ![image](https://user-images.githubusercontent.com/73397801/185735067-9c2e7600-09fb-4d64-989d-48bae0b20ae0.png)
closed
2022-08-20T07:52:47Z
2022-08-21T03:11:41Z
https://github.com/babysor/MockingBird/issues/717
[]
GTohne
1
hankcs/HanLP
nlp
1,135
依存关系拆分与官网不一致
注意事项 请确认下列注意事项: 我已仔细阅读下列文档,都没有找到答案: 首页文档 wiki 常见问题 我已经通过Google和issue区检索功能搜索了我的问题,也没有找到答案。 我明白开源社区是出于兴趣爱好聚集起来的自由社区,不承担任何责任或义务。我会礼貌发言,向每一个帮助我的人表示感谢。 我在此括号内输入x打钩,代表上述事项确认完毕。 **版本号** 当前最新版本号是:1.7.2 我使用的版本是:1.7.2 **我的问题** 依存关系拆分最新版与官网预览不一致 复现问题 步骤 触发代码 String chineseSentence = “你爸叫什么?”; CoNLL...
closed
2019-03-28T02:50:24Z
2019-03-29T03:37:19Z
https://github.com/hankcs/HanLP/issues/1135
[]
humingxinghxs
1
littlecodersh/ItChat
api
889
iOS 7.0.9 和 android 7.0.10 开始支持的“引用”
有人分析吗?谢谢
open
2019-12-23T11:16:01Z
2019-12-23T12:10:04Z
https://github.com/littlecodersh/ItChat/issues/889
[]
coronin
0
google-research/bert
tensorflow
919
TF2 version of BERT multilingual on TF Hub
As the title says the multilingual model is available in https://tfhub.dev/google/bert_multi_cased_L-12_H-768_A-12/1 but there's no TF2 version. Everything else seems to have been converted so this is probably just an oversight. Is there an ETA?
open
2019-11-14T13:11:13Z
2020-02-27T09:17:05Z
https://github.com/google-research/bert/issues/919
[]
grofte
1
iterative/dvc
machine-learning
10,114
DVCX datasets
closed
2023-11-28T03:06:07Z
2024-02-26T15:43:40Z
https://github.com/iterative/dvc/issues/10114
[ "p1-important" ]
skshetry
16
gradio-app/gradio
python
10,465
Lite: Graphs drawn with Plotly are no longer displayed
### Describe the bug Since 1/29/2025 (or 1/25/2025 ), graphs drawn with Plotly and gr.Plot() have not been displayed. But last week they were displayed without any problems. I tried specifying the previous version like this. `<head>` `<script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@5....
closed
2025-01-30T00:48:29Z
2025-01-30T01:59:08Z
https://github.com/gradio-app/gradio/issues/10465
[ "bug" ]
maruyamanemaru
1
huggingface/pytorch-image-models
pytorch
1,302
[FEATURE] Add ViT GSAM
Is your feature request related to a problem? Please describe. ViT GSAM checkpoint have been released in https://console.cloud.google.com/storage/browser/vit_models/gsam
closed
2022-06-13T14:53:24Z
2023-02-08T23:50:18Z
https://github.com/huggingface/pytorch-image-models/issues/1302
[ "enhancement" ]
banda-larga
3
ultralytics/yolov5
machine-learning
12,674
KeyError: 'train'
### 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 Transferred 308/362 items from yolov5\weights\yolov5s.pt Traceback (most recent call las...
closed
2024-01-27T10:18:24Z
2024-10-20T19:38:19Z
https://github.com/ultralytics/yolov5/issues/12674
[ "question", "Stale" ]
2ljz
3
zihangdai/xlnet
nlp
223
Condition at data_utils.py line 369 always True?
https://github.com/zihangdai/xlnet/blob/5cd50bc451436e188a8e7fea15358d5a8c916b72/data_utils.py#L358-L373 At line 369, I think beg won't change and this condition is somehow useless while considering line 360 and it will be always True. So am I make some mistakes? I hope someone could help me with this. Thanks.
open
2019-08-31T07:35:54Z
2019-08-31T07:40:55Z
https://github.com/zihangdai/xlnet/issues/223
[]
fangwch
1
huggingface/datasets
tensorflow
6,699
`Dataset` unexpected changed dict data and may cause error
### Describe the bug Will unexpected get keys with `None` value in the parsed json dict. ### Steps to reproduce the bug ```jsonl test.jsonl {"id": 0, "indexs": {"-1": [0, 10]}} {"id": 1, "indexs": {"-1": [0, 10]}} ``` ```python dataset = Dataset.from_json('.test.jsonl') print(dataset[0]) ``` Result: ```...
open
2024-02-28T05:30:10Z
2024-02-28T19:14:36Z
https://github.com/huggingface/datasets/issues/6699
[]
scruel
2
graphql-python/graphene
graphql
761
how to fix Int type limit -2147483648(MIN_INT) ~ 2147483647(MAX_INT)
How to fix the limit of Int type limit range -2147483648(MIN_INT) ~ 2147483647(MAX_INT). Defined in file [scalars.py](https://github.com/graphql-python/graphene/blob/master/graphene/types/scalars.py).
closed
2018-06-08T11:49:33Z
2019-03-16T17:33:39Z
https://github.com/graphql-python/graphene/issues/761
[]
wahello
3
man-group/arctic
pandas
359
AttributeError : set_quota
#### Arctic Version ``` Arctic 1.26.0 ``` #### Arctic Store ``` VersionStore ``` #### Platform and version Windows , Python 2.7.12 #### Description of problem and/or code sample that reproduces the issue `from arctic import Arctic` `store = Arctic('LOCALHOST')` `lib = store['library_main']` ...
closed
2017-05-19T14:46:42Z
2017-05-19T14:52:41Z
https://github.com/man-group/arctic/issues/359
[]
TheTradingWarrior
1
flasgger/flasgger
api
591
Flasgger Reports Errors on Apache Server but Works Fine on Local
Hi there, I was working on a local Windows machine with flask==2.3.2, flask-restful==0.3.10, and flasgger==0.9.7.1. My flasgger initializes in `create_app()` as `Swagger(app)`. And each endpoint with `@swag_from({path_to_a_yml_dir})`. This worked fine on my local machine, no error showed up. However, after I deployed o...
open
2023-08-18T19:07:20Z
2023-08-18T19:07:20Z
https://github.com/flasgger/flasgger/issues/591
[]
Hongwei-W
0
openapi-generators/openapi-python-client
rest-api
378
Allow `id` and `type` as model attributes
**Describe the bug** If a schema is defined with `id` as a property, it is translated to `id_` in the generated code. I believe this was done to fix a security vulnerability, but if we allow `id` only as model attributes (and not as variables), that doesn't seem like it would be an issue. This is a big usability...
closed
2021-04-07T13:29:46Z
2021-05-03T14:58:38Z
https://github.com/openapi-generators/openapi-python-client/issues/378
[ "🐞bug" ]
forest-benchling
4
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
387
如何将标签中原来的数据根据目标的类别索引信息进行填充
作者您好,我运行了fcn。但是我在标签处理这一块不是很懂,我想请问您,原来标签的数据并不是从0-类别数,但是在代码中训练过程,计算损失函数,计算混淆矩阵时,label内的值都是对应类别数的索引值,我想请问这一块是怎么实现的。然后我自己的数据集并没有pascal_voc_classes.json这样的文件,我是不是需要自己创建一个这样的文件??求回复,感谢
closed
2021-10-29T05:37:10Z
2021-11-01T02:40:00Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/387
[]
liul-ing
1
AntonOsika/gpt-engineer
python
522
How exactly to answer clarifications?
When being asked for clarifications, I write something like: ``` 1. Do this1 / that1 2. Do this2 / that2 etc... ``` Yet, I just get the clarifications listed again. The tutorial video shows only one clarification being needed at a time, so how do I address a whole list of clarifications. Using current stable bui...
closed
2023-07-09T19:25:05Z
2023-07-09T19:28:13Z
https://github.com/AntonOsika/gpt-engineer/issues/522
[]
lazyarse
1
huggingface/datasets
machine-learning
7,470
Is it possible to shard a single-sharded IterableDataset?
I thought https://github.com/huggingface/datasets/pull/7252 might be applicable but looking at it maybe not. Say we have a process, eg. a database query, that can return data in slightly different order each time. So, the initial query needs to be run by a single thread (not to mention running multiple times incurs mo...
open
2025-03-21T04:33:37Z
2025-03-21T04:33:37Z
https://github.com/huggingface/datasets/issues/7470
[]
jonathanasdf
0
aiortc/aiortc
asyncio
431
State never changes from "checking" when using iOS browsers
I developed an app using aiortc in which browsers can connect to to send messages through data channels. It works fine using chrome in both android and macos, but when I try to connect with a browser on an iPhone (both safari and chrome), the ICE connection state never leaves the "checking" state. Below I have the log...
closed
2020-11-05T10:07:44Z
2020-11-05T15:11:43Z
https://github.com/aiortc/aiortc/issues/431
[]
Guerra04
1
strnad/CrewAI-Studio
streamlit
70
add the new claude-3-7-sonnet
Is it possible to add to llms.py the new "claude-3-7-sonnet-20250219" ?
closed
2025-03-13T09:40:02Z
2025-03-13T09:51:26Z
https://github.com/strnad/CrewAI-Studio/issues/70
[]
Tazzzounet
1
modin-project/modin
pandas
6,906
Update to pandas 2.2.*
closed
2024-02-02T17:55:15Z
2024-02-09T21:31:16Z
https://github.com/modin-project/modin/issues/6906
[ "new feature/request 💬", "dependencies 🔗", "P1" ]
anmyachev
0
CorentinJ/Real-Time-Voice-Cloning
deep-learning
446
Catch NoBackendError exception and tell user to install ffmpeg
Despite instructions to install ffmpeg in README.md (#414), people still skip it and get audioread's NoBackendError whenever trying to load mp3s. The exception is confusing to the end user and we get a lot of questions about it. * The error message looks like this: https://github.com/CorentinJ/Real-Time-Voice-Clonin...
closed
2020-07-24T06:19:07Z
2020-09-05T07:49:06Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/446
[ "good first issue" ]
ghost
2
grillazz/fastapi-sqlalchemy-asyncpg
sqlalchemy
61
add ruff as code base linter
closed
2022-11-04T09:28:29Z
2022-11-13T10:58:08Z
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg/issues/61
[]
grillazz
0
gradio-app/gradio
deep-learning
10,336
Monitoring API endpoints return 404
### Describe the bug Monitoring API endpoints returns 404 whether `enable_monitoring` is `None` or `True`. Both `http://127.0.0.1:7860/monitoring/` and `http://127.0.0.1:7860/monitoring/KLQKZLCAxSABsioTJ2LMtQ` return 404 and `json { "detail": "Not Found" } ` ### Have you searched existing issues? �...
open
2025-01-11T16:27:29Z
2025-03-03T23:33:43Z
https://github.com/gradio-app/gradio/issues/10336
[ "bug", "Regression" ]
libokj
1
AutoGPTQ/AutoGPTQ
nlp
699
Buffers in Marlin setting
Hi @Qubitium and @fxmarty, I want to access weights and qzeros in marlin QuantLinear, like QuantLinear in exllamav2. Could you please guide me on how to access these buffers in the marlin setting? How are they stored in the B buffer? I want to dequantize them using the functions provided in the script of the qlinear...
closed
2024-06-27T14:26:22Z
2024-06-29T22:45:15Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/699
[]
yaldashbz
0
sloria/TextBlob
nlp
173
ModuleNotFoundError: No module named '_sqlite3'
Hello, I'm migrating my script from my Mac to a AWS Linux instance. I upgraded the AWS instance to Python 3.6 before importing packages, including textbook. Now I get this error and cannot find where it's coming from. I'm not the greatest python programmer, but I did have it running perfectly on my Mac before instal...
closed
2017-08-08T15:11:09Z
2021-12-09T17:27:59Z
https://github.com/sloria/TextBlob/issues/173
[]
arnieadm35
17
sinaptik-ai/pandas-ai
data-science
1,150
Column MultiIndex support
### 🚀 The feature At the moment I'm unable to use an Agent with a DataFrame that has MultiIndex columns, I would like to be able to do this. ### Motivation, pitch MultiIndex DataFrames let the user organise data in a more meaningful way, which can also guide the Agent towards better answers. ### Alternatives Flat...
closed
2024-05-08T16:05:42Z
2024-08-14T16:04:44Z
https://github.com/sinaptik-ai/pandas-ai/issues/1150
[]
iAbadia
0
nonebot/nonebot2
fastapi
2,881
Plugin: Minecraft查服
### PyPI 项目名 nonebot-plugin-mccheck ### 插件 import 包名 nonebot_plugin_mccheck ### 标签 [{"label":"Minecraft","color":"#ea5252"},{"label":"i18n","color":"#39c5bb"}] ### 插件配置项 _No Response_
closed
2024-08-14T09:19:56Z
2024-08-22T14:35:07Z
https://github.com/nonebot/nonebot2/issues/2881
[ "Plugin" ]
molanp
13
taverntesting/tavern
pytest
847
Unable to use external function in MQTT publish
I tried using an external function in a MQTT publish request, and the function wasn't getting evaluated. My request looks like this: ``` - id: publish_thing_1 name: Publish thing 1 mqtt_publish: topic: &ping_topic '/device/123/ping' qos: 1 json: $ext: function:...
closed
2023-02-15T06:59:04Z
2023-02-16T21:06:26Z
https://github.com/taverntesting/tavern/issues/847
[]
samunnat
3
Netflix/metaflow
data-science
2,198
Why the workflow end step cannot be the end of split node
I have a workflow with two steps before the end step ``` from metaflow import FlowSpec, step class LinearFlow(FlowSpec): @step def start(self): self.my_var = 'hello world' self.next(self.a, self.b) @step def a(self): print('the data artifact is: %s' % self.my_var)...
open
2025-01-07T07:32:15Z
2025-01-07T07:32:15Z
https://github.com/Netflix/metaflow/issues/2198
[]
EveT0n
0
tflearn/tflearn
tensorflow
243
Typing Err in Titanic Tutorial
def download_dataset(filename='titanic_dataset.csv', work_directory='./'): ... if not os.path.exists(filepath): print('Downloading MNIST...') ... 'MNIST' should be 'titanic_dataset'
closed
2016-07-29T06:12:57Z
2016-07-30T19:50:14Z
https://github.com/tflearn/tflearn/issues/243
[]
forhonourlx
0
unionai-oss/pandera
pandas
1,029
Add support for tags
**Is your feature request related to a problem? Please describe.** Pandera schemas currently do not allow for attaching user-defined tags to it at the component level (columns, indexes) of a schema. This additional metadata would allow for operations on the schema, such as selecting subsets of schema columns based o...
open
2022-11-21T17:23:19Z
2023-04-17T18:05:59Z
https://github.com/unionai-oss/pandera/issues/1029
[ "enhancement", "help wanted" ]
cosmicBboy
2
deepset-ai/haystack
nlp
8,598
Move `SentenceSplitter` into utils
Move the `SentenceSplitter` currently packed into the [NLTKDocumentSplitter](https://github.com/deepset-ai/haystack/blob/main/haystack/components/preprocessors/nltk_document_splitter.py#L384) into another file so that it can be easily reused. In this way, it can later be reused by any component that wants to implement...
closed
2024-12-03T10:21:49Z
2024-12-04T09:44:37Z
https://github.com/deepset-ai/haystack/issues/8598
[]
davidsbatista
0
yunjey/pytorch-tutorial
deep-learning
106
No dashboards are active for the current data set.
It succeed at the first time, and when I run the program the second time, the page show nothing but "No dashboards are active for the current data set...." after opening the page.
closed
2018-04-12T13:41:09Z
2018-06-22T17:54:32Z
https://github.com/yunjey/pytorch-tutorial/issues/106
[]
Jane233
2
stanfordnlp/stanza
nlp
1,042
Avoid downloading resources file on every function call
I am using lemmatization from Stanza (1.4.0). To disable the warning and send only critical messages to the console, I am using the following config ``` import warnings warnings.filterwarnings('ignore') import sys logging.disable(sys.maxsize) logger = logging.getLogger() logger.setLevel(logging.CRITICAL) ...
closed
2022-05-31T11:03:17Z
2022-10-11T07:38:48Z
https://github.com/stanfordnlp/stanza/issues/1042
[ "question", "stale" ]
jmohit13
6
dask/dask
pandas
11,753
`ValueError: cannot broadcast shape` in `Array.__setitem__` with boolean mask
**Describe the issue**: After https://github.com/dask/dask/pull/11728, `Array.__setitem__` with a boolean mass fails with a `ValueError` **Minimal Complete Verifiable Example**: ```python import dask.array as da a = da.random.uniform(size=10) mask = a > 0.5 a[mask] = a ``` that raises: ```pytb ------------------...
open
2025-02-17T16:01:52Z
2025-03-20T00:23:40Z
https://github.com/dask/dask/issues/11753
[ "array", "bug" ]
TomAugspurger
6
eriklindernoren/ML-From-Scratch
deep-learning
71
may be a bug with activation_functions.py
the Class Softmax function gradient may be should return x * (p-1)
closed
2019-12-22T11:22:32Z
2019-12-22T11:56:01Z
https://github.com/eriklindernoren/ML-From-Scratch/issues/71
[]
zhouchiji
0
unit8co/darts
data-science
2,540
historical_forecasts consuming huge memory
Does the historical_forecasts function require a large amount of memory? ``` backtest_results = model.historical_forecasts( series=train_series, past_covariates=cov, forecast_horizon=4, num_samples=100, last_points_only=False, fit_kwargs={'val_series': val_series, 'val_past_covariates...
closed
2024-09-24T14:48:06Z
2024-10-03T07:26:48Z
https://github.com/unit8co/darts/issues/2540
[ "question" ]
Manohar0077
3
microsoft/qlib
machine-learning
1,892
data collector for PIT is not working
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. Follow the example to download PIT data. `python collector.py download_data --source_dir ~/.qlib/stock_data/source/pit --start 2000-01-01 --end 2020-01-01 --interval quarterly` 1. G...
open
2025-03-06T10:04:38Z
2025-03-06T10:05:01Z
https://github.com/microsoft/qlib/issues/1892
[ "bug" ]
hlstwizard
0
seleniumbase/SeleniumBase
web-scraping
2,886
Cannot bypass the check box of the CF of this website
This is where the iframe is located: < <img width="454" alt="Screenshot 2024-06-30 at 15 00 00" src="https://github.com/seleniumbase/SeleniumBase/assets/64100264/1345a547-2d96-4f11-a72f-03fb9c7671d1"> This is the website: <img width="746" alt="Screenshot 2024-06-30 at 15 03 37" src="https://github.com/seleniumbase...
closed
2024-06-30T13:02:14Z
2024-06-30T15:26:08Z
https://github.com/seleniumbase/SeleniumBase/issues/2886
[ "question", "can't reproduce", "UC Mode / CDP Mode" ]
Orbiszeus
7
amidaware/tacticalrmm
django
2,021
[UI Tweeks] Add more info to the automation policies for checks
**Is your feature request related to a problem? Please describe.** currently it is impossible to have a global overview of how each check has been set or if any would be in the need of tweeking without going into each check individualy **Describe the solution you'd like** make each parameter of each check availabl...
open
2024-10-04T10:52:13Z
2024-10-22T07:21:25Z
https://github.com/amidaware/tacticalrmm/issues/2021
[]
P6g9YHK6
2
JaidedAI/EasyOCR
deep-learning
614
ModuleNotFoundError: No module named 'easyocr'
Hey, I tried every method to install easyocr. I installed PyTorch without GPU `pip3 install torch torchvision torchaudio` and then I tried `pip install easyocr` but still I got an error, afterwards from one of the solved issues I tried `pip uninstall easyocr` `pip install git+git://github.com/jaidedai/easyocr.g...
closed
2021-12-09T06:57:13Z
2022-08-07T05:01:26Z
https://github.com/JaidedAI/EasyOCR/issues/614
[]
harshitkd
4