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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
donnemartin/system-design-primer | python | 734 | Sysdes | open | 2023-01-23T05:51:21Z | 2023-03-16T09:55:57Z | https://github.com/donnemartin/system-design-primer/issues/734 | [
"needs-review"
] | ireensagh | 1 | |
ExpDev07/coronavirus-tracker-api | rest-api | 233 | Retrieving timelines by U.S. county | Is it possible to retrieve data by U.S. county by date? Based on a quick exploration it looks like the only date field is `last_updated`. Was thinking this query might allow me to pull data by date and by county: https://coronavirus-tracker-api.herokuapp.com/v2/locations?timelines=1&country_code=US&source=csbs | closed | 2020-03-29T17:32:54Z | 2020-03-30T20:16:24Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/233 | [] | al-codaio | 2 |
indico/indico | flask | 6,085 | Fail with a nicer error when uploading non-UTF8 CSV files | We have various places (e.g. when inviting people to register) where users can upload CSV files with bulk data. If it contains non-ASCII data that's not UTF-8 (apparently Excel still thinks it's acceptable to use something else than UTF-8 by default) they get this amazing error message:
> UnicodeDecodeError: 'utf-8'... | closed | 2023-12-07T23:36:46Z | 2024-03-28T16:01:11Z | https://github.com/indico/indico/issues/6085 | [
"trivial"
] | ThiefMaster | 0 |
hbldh/bleak | asyncio | 802 | Software caused connection to abort error | * bleak version: 0.14.2
* Python version: 3.7.5
* Operating System: Linux Ubuntu 18.04
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.48
### Description
I am running the BLE client within the python thread that utilizes behavior tree for robotics application. What's interesting is that it will run about... | closed | 2022-04-08T17:22:27Z | 2023-07-19T02:49:20Z | https://github.com/hbldh/bleak/issues/802 | [
"Backend: BlueZ"
] | dlee640 | 5 |
zihangdai/xlnet | nlp | 260 | ValueError when running ./gpu_squad_base.sh | Hello, I am somewhat new to text embedding models. I have successfully ran sudo./prepro_squad.sh after some troubleshooting, and have moved on to the next step in the SQuAD2.0 training/testing. Unfortunately, I continue receiving this error and am having a hard time finding out whether or not it has to do with a .recor... | open | 2020-04-06T15:44:10Z | 2022-09-03T03:47:36Z | https://github.com/zihangdai/xlnet/issues/260 | [] | Omnis23 | 3 |
wkentaro/labelme | deep-learning | 455 | Please add reorder action | Reordering, especially z-index reordering, is essential for segmentation labeling with occlusion, please add this feature so we no longer need to delete & add the label. | closed | 2019-07-25T00:34:40Z | 2019-07-31T04:20:20Z | https://github.com/wkentaro/labelme/issues/455 | [] | MidoriYakumo | 2 |
piskvorky/gensim | machine-learning | 2,961 | Documentation of strip_punctuation vs strip_punctuation2 in gensim.parsing.preprocessing | Thanks for all the hard work on this fantastic library. I found a small quirk today, not really a bug, just a bit of a rough edge:
In `gensim.parsing` [preprocessing.py ](https://github.com/RaRe-Technologies/gensim/blob/e210f73c42c5df5a511ca27166cbc7d10970eab2/gensim/parsing/preprocessing.py#L121) `strip_punctuation... | closed | 2020-09-28T12:54:03Z | 2021-06-29T01:44:31Z | https://github.com/piskvorky/gensim/issues/2961 | [
"documentation"
] | sciatro | 4 |
iperov/DeepFaceLab | machine-learning | 969 | Hello, guys, where i can download oldest builds? | Hello, guys, where i can download oldest builds?
working better for my , can somebody help my, where i can download them, ?
Thanx you | open | 2020-12-12T00:08:02Z | 2023-06-08T21:38:34Z | https://github.com/iperov/DeepFaceLab/issues/969 | [] | tembel123456 | 1 |
marimo-team/marimo | data-science | 3,288 | Integration with mito (dataframe-backed spreadsheets) | ### Description
Integrate with https://github.com/mito-ds/mito, a thing that provides "spreadsheet look and feel" (with formulas!) in Jupyter and Streamlit and translates it into dataframe python code.
Why: bridge the gap to the people (lots of them) who have some pieces of analytical logic already developed in Excel... | open | 2024-12-24T11:34:26Z | 2025-01-18T04:23:07Z | https://github.com/marimo-team/marimo/issues/3288 | [
"enhancement",
"upstream"
] | leventov | 0 |
plotly/dash | plotly | 2,475 | Allow modification of position/direction and style of dash_table tooltips | **Context**
- The tooltip is always positioned under its corresponding cell, except in the last rows where it's positioned on top. This automatic behaviour cannot be modified.
- Right now it's only possible to modify the _general_ style of _all_ of the tooltips with the `css` argument of `dash_table.DataTable`
*... | open | 2023-03-22T12:02:07Z | 2024-08-13T19:29:34Z | https://github.com/plotly/dash/issues/2475 | [
"feature",
"dash-data-table",
"P3"
] | celia-lm | 0 |
SciTools/cartopy | matplotlib | 2,099 | `from_cf` constructor inherited from `pyproj` is broken. | ### Description
For 2 years now, `pyproj` has been able to parse CF "grid mapping" attributes (http://cfconventions.org/Data/cf-conventions/cf-conventions-1.10/cf-conventions.html#coordinate-system) (pyproj4/pyproj#660).
This is done through the `pyproj.CRS.from_cf` method. Sadly, it is a `staticmethod`, and not a ... | open | 2022-11-07T19:14:42Z | 2022-11-07T20:37:03Z | https://github.com/SciTools/cartopy/issues/2099 | [] | aulemahal | 1 |
tqdm/tqdm | jupyter | 1,097 | ValueError: too many values to unpack (expected 2) | i try to implement lda2vec from (https://github.com/sebkim/lda2vec-pytorch) with my own data. when i run the model preprocess.py.
`from collections import Counter
from tqdm import tqdm
def preprocess(docs):
"""Tokenize, encode documents.
Arguments:
docs: A list of tuples (index, string), ea... | open | 2020-12-15T22:22:04Z | 2020-12-15T22:22:04Z | https://github.com/tqdm/tqdm/issues/1097 | [] | fathia-ghribi | 0 |
biolab/orange3 | pandas | 6,485 | Pivot Table widget - wrong filtered data output | Hi there,
I am experiencing a problem with the Pivot Table Widget, specifically with the "filtered data" output. I want to use the functionality to select specific groups of my pivoted table to analyze separately. When I select one of the groups as intended, the routing towards the output of the widget does not work... | closed | 2023-06-21T07:13:27Z | 2023-07-04T11:34:41Z | https://github.com/biolab/orange3/issues/6485 | [
"bug report"
] | meritwagner | 2 |
ranaroussi/yfinance | pandas | 1,370 | Known Yahoo rate limiter? | Hello,
I try to scan **Ticker.quarterly_income_stmt** income statements using multithreading. After a few mins I start receiving empty DataFrames PLUS yahoo website shows the following issue (see the screenshot below).
I there any known IP-based Yahoo rate limiter?
, but it received 2 input tensors error while loading a keras model | **Hello,
I'm not 100% sure it's a bug.
I trained a model and saved it on Google Colab Entreprise
Tensorflow v2.17.0
Keras v 3.4.1
Once a try to load the model using tf.keras.models.load_model('model_v0-1 (1).keras') I get the following error :**
------------------------------------------------------------... | open | 2024-08-02T12:05:50Z | 2024-08-06T14:42:47Z | https://github.com/keras-team/keras/issues/20084 | [
"type:Bug"
] | BastienPailloux | 3 |
mljar/mercury | data-visualization | 90 | add themes to slides | closed | 2022-04-25T08:22:09Z | 2022-04-27T11:17:00Z | https://github.com/mljar/mercury/issues/90 | [
"enhancement"
] | pplonski | 1 | |
ymcui/Chinese-BERT-wwm | tensorflow | 209 | 我用bert官方的分类代码去跑,用bert-wwm作为预训练模型,报错TypeError: __init__() takes 1 positional argument but 3 were given | WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/tensorflow/python/training/learning_rate_decay_v2.py:321: div (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Deprecated in favor of operator or tf.math.divide.
INFO:tensorflow:Error... | closed | 2021-12-29T09:32:45Z | 2023-10-25T09:08:27Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/209 | [
"stale"
] | dolphin-Jia | 3 |
geex-arts/django-jet | django | 18 | jquery UI postprocessing issue. Image 'animated-overlay.gif' not found | Hi,
On production server, collectstatic is failing as it is unable to find 'animated-overlay.gif'
``` bash
Post-processed 'jet/vendor/jquery-ui-timepicker/include/ui-1.10.0/ui-lightness/images/ui-icons_222222_256x240.png' as 'jet/vendor/jquery-ui-timepicker/include/ui-1.10.0/ui-lightness/images/ui-icons_222222_256x24... | closed | 2015-10-24T20:01:45Z | 2015-11-07T06:33:34Z | https://github.com/geex-arts/django-jet/issues/18 | [] | DheerendraRathor | 2 |
hankcs/HanLP | nlp | 1,340 | 四川发文取缔全部不合规p2p, 不能分开"合规"和p2p | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-12-05T10:04:57Z | 2020-01-01T10:48:04Z | https://github.com/hankcs/HanLP/issues/1340 | [
"ignored"
] | wangtao208208 | 4 |
polyaxon/traceml | matplotlib | 25 | Error in Pytorch Lightning Callback method. | In function [log_model_summary](https://github.com/polyaxon/traceml/blob/6b6e3a2f575c76edbce65df861d640f4cc8c72bb/traceml/traceml/integrations/pytorch_lightning.py#L144) there is a reference to non existing attribute `self.run`.
Using this function will raise error:
```python
rel_path = self.run.get_outputs_path("... | closed | 2023-03-14T10:13:00Z | 2023-03-14T10:20:12Z | https://github.com/polyaxon/traceml/issues/25 | [] | sebastian-sz | 0 |
eamigo86/graphene-django-extras | graphql | 146 | "totalCount" field stays camelCase when auto_camelcase == False | Our GraphQL schema uses snake_case, so we have `auto_camelcase` switched off:
```python
schema = graphene.Schema(query=Query, mutation=Mutation, auto_camelcase=False)
```
This works fine for everything except for the `totalCount` field since it's hardcoded here:
https://github.com/eamigo86/graphene-django-extras/b... | open | 2020-07-14T11:48:35Z | 2020-07-14T11:48:35Z | https://github.com/eamigo86/graphene-django-extras/issues/146 | [] | flyte | 0 |
errbotio/errbot | automation | 1,672 | Is errbot project still actively maintained? | Hi,
Is errbot project still actively maintained? I see the last release (v6.1.9) dated Jun 11, 2022. There're some pull requests opened within a year which are still pending to merge.
So, just curious if the project will keep on-going?
Thanks. | closed | 2023-12-03T04:11:19Z | 2024-01-04T16:49:55Z | https://github.com/errbotio/errbot/issues/1672 | [
"type: feature"
] | dtserekhman | 6 |
modoboa/modoboa | django | 2,553 | Migrate from 1.17 to 2.01 error | # Impacted versions
* OS Type: Ubuntu
* OS Version: 18.04 LTs
* Database Type: MariaDB
* Database version: X.y
* Modoboa: 2.0.1
* installer used: Unknown
* Webserver: Nginx
# Current behavior
I just tried upgrading modoboa to 2.0.1 from 1.17. I was able to succesfully upgrade the modules via cli, did t... | closed | 2022-06-28T16:27:31Z | 2022-06-29T07:32:39Z | https://github.com/modoboa/modoboa/issues/2553 | [] | studioluminous | 4 |
ufoym/deepo | jupyter | 74 | errors with caffe2 | Thanks for creating and sharing this needed tool!
I'm trying to use a deepo:caffe2-py36-cu90 docker image as a basis for running Detectron with python3.6 (AFAIKT all shared Detectron docker images are bases on fb's caffe docker images, which are all py2.7)
I'm able to build the docker image but it throws caffe2 e... | closed | 2019-01-10T17:27:13Z | 2019-01-11T17:13:07Z | https://github.com/ufoym/deepo/issues/74 | [] | beatthat | 2 |
ultralytics/yolov5 | deep-learning | 12,988 | Inference model after convert to tflite file. | ### 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
After converting the YOLOv5 model to a TFLite model using `export.py`, I am attemp... | closed | 2024-05-07T18:12:34Z | 2024-10-20T19:45:24Z | https://github.com/ultralytics/yolov5/issues/12988 | [
"question"
] | sangyo1 | 18 |
ageitgey/face_recognition | python | 847 | What feature does this project need help with? | I sorry if this isn't the right place to ask, but I was curious if this project needs any help with any particular features. | open | 2019-06-06T01:34:38Z | 2019-06-13T10:24:24Z | https://github.com/ageitgey/face_recognition/issues/847 | [] | hashgupta | 1 |
keras-team/keras | tensorflow | 20,596 | Loss functions applied in alphabetical order instead of by dictionary keys in Keras 3.5.0 | **Environment info**
* Google Colab (CPU or GPU)
* Tensorflow 2.17.0, 2.17.1
* Python 3.10.12
**Problem description**
There seems to be a change in Keras 3.5.0 that has introduced a bug for models with multiple outputs.
The problem is not present in Keras 3.4.1.
Passing a dictionary as `loss` to model.compil... | closed | 2024-12-05T06:41:41Z | 2025-02-13T02:55:54Z | https://github.com/keras-team/keras/issues/20596 | [
"keras-team-review-pending",
"type:Bug"
] | malcolmlett | 6 |
freqtrade/freqtrade | python | 11,494 | Running parallel Bots on one account | <!--
Have you searched for similar issues before posting it?
Did you have a VERY good look at the [documentation](https://www.freqtrade.io/en/latest/) and are sure that the question is not explained there
Please do not use the question template to report bugs or to request new features.
-->
## Describe your environm... | closed | 2025-03-12T12:58:00Z | 2025-03-13T05:31:37Z | https://github.com/freqtrade/freqtrade/issues/11494 | [
"Question"
] | zhaohui-yang | 5 |
yeongpin/cursor-free-vip | automation | 58 | v1.0.10 Mac 注册不成功,人机识别失败 | <img width="1253" alt="Image" src="https://github.com/user-attachments/assets/46cb90f3-7db2-4dbf-8840-b27454230c6a" /> | closed | 2025-02-11T12:05:26Z | 2025-02-12T07:41:57Z | https://github.com/yeongpin/cursor-free-vip/issues/58 | [
"bug"
] | hx-1999 | 8 |
ExpDev07/coronavirus-tracker-api | rest-api | 62 | just a simple question why do I need to install it on my computer ? | cant I just use the links:
https://coronavirus-tracker-api.herokuapp.com/ all/confirmed/etc' ?
like some kind of web service ?
why In the read me there is the installation part ? | closed | 2020-03-17T14:09:11Z | 2020-03-17T14:51:09Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/62 | [
"question"
] | NatiBerko | 2 |
deepset-ai/haystack | machine-learning | 8,912 | `tools_strict` option in `OpenAIChatGenerator` broken with `ComponentTool` | **Describe the bug**
When using `ComponentTool` and setting `tools_strict=True` OpenAI API is complaining that `additionalProperties` of the schema is not `false`.
**Error message**
```---------------------------------------------------------------------------
BadRequestError Traceback (most ... | closed | 2025-02-24T13:42:08Z | 2025-03-03T15:23:26Z | https://github.com/deepset-ai/haystack/issues/8912 | [
"P1"
] | tstadel | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 807 | [Question] TTS - 3 question of generation voices? | I have questions about voice generation:
1) TTS, Can i change speed of speatch, faster/slower?
2) TTS, Can i change emotion eg; Neutral, Espressive, Anger, Fear, happy, Sad, Shouting?
3) TTS, Dictionary edit world equivalents to Pronuciation?
Thx :) | closed | 2021-07-23T15:28:37Z | 2021-08-25T09:07:49Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/807 | [] | SaraDark | 1 |
NullArray/AutoSploit | automation | 628 | Unhandled Exception (e08e877b3) | Autosploit version: `3.0`
OS information: `Linux-4.18.0-10-generic-x86_64-with-Ubuntu-18.10-cosmic`
Running context: `autosploit.py --whitelist ************************`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/home/gabriel/Escritorio/AutoSploit-mas... | closed | 2019-04-04T12:22:38Z | 2019-04-18T17:31:34Z | https://github.com/NullArray/AutoSploit/issues/628 | [] | AutosploitReporter | 0 |
igorbenav/fastcrud | sqlalchemy | 79 | Other missing SQLAlchemy features | There are a few sql things that are relevant and are currently missing from `FastCRUD`, I'll list some of them and you guys may add what I forget
- [ ] Add possibility of `distinct` clause
- [ ] Add `group by`
- [ ] `like`, `ilike`, `between` operators
- [ ] `is_` and `isnot_` operators | closed | 2024-05-08T05:51:53Z | 2024-06-22T05:27:23Z | https://github.com/igorbenav/fastcrud/issues/79 | [
"enhancement",
"FastCRUD Methods"
] | igorbenav | 12 |
deezer/spleeter | tensorflow | 615 | Error: AttributeError: module 'ffmpeg' has no attribute '_run' | - [x ] I didn't find a similar issue already open.
- [x ] I read the documentation (README AND Wiki)
- [x ] I have installed FFMpeg
- [ x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
When running spleeter to extract stems f... | closed | 2021-04-22T22:59:31Z | 2022-10-17T14:05:43Z | https://github.com/deezer/spleeter/issues/615 | [
"bug",
"invalid"
] | afolabiaji | 3 |
marshmallow-code/apispec | rest-api | 566 | Marshmallow plugin bug with string schema ref and schema_name_resolver | `resolve_schema_dict` claims to support `string` as its schema parameter type. It can get there for example when you are parsing schema from docstring using the provided yaml util, or using FlaskPlugin to do it for you.
But, when `schema_name_resolver` returns `None` for this case, the schema gets forwarded to `sch... | closed | 2020-05-21T11:32:58Z | 2020-06-06T09:26:41Z | https://github.com/marshmallow-code/apispec/issues/566 | [] | black3r | 1 |
dmlc/gluon-cv | computer-vision | 1,416 | "IndexError: too many indices for array" when training SSD with subset of VOC | I would like to train a SSD model with only subset of VOC - [ "person", "dog" ].
However, I encountered error with [VOCLike](https://gluon-cv.mxnet.io/build/examples_datasets/detection_custom.html?highlight=voclike#pascal-voc-like) with subset of classes. It works if I expand to full classes:
```
class VOCLike(... | closed | 2020-08-14T00:58:46Z | 2021-05-22T06:40:32Z | https://github.com/dmlc/gluon-cv/issues/1416 | [
"Stale"
] | kangks | 2 |
psf/requests | python | 6,372 | InvalidHeader exception when using subclass of str or bytes | An InvalidHeader is raised while preparing a request using a subclass of `str` instead of `str` or `bytes` in headers.
## Origin
This is due to type checking in check_header_validity in utils.py. This type check uses `type` instead of `isinstance`.
## Context
The need of using subclass of str instead of str com... | closed | 2023-03-07T14:49:34Z | 2024-03-07T00:02:47Z | https://github.com/psf/requests/issues/6372 | [] | hpierre001 | 2 |
BayesWitnesses/m2cgen | scikit-learn | 298 | Error when compiling exported Java code using javac: Too many constants | Hi!
I have problems when compiling the generated Java Code from m2cgen.
I am using an XGBClassifier with n_estimators = 400.
The generated code is ~360k lines long, which is around 17MB.
Unfortunately, this code does not compile with javac as i get this error:
```
Model.java:1: error: too many constants
publ... | open | 2020-08-21T09:57:23Z | 2020-09-04T21:32:18Z | https://github.com/BayesWitnesses/m2cgen/issues/298 | [] | kijz | 2 |
iterative/dvc | data-science | 9,754 | fetch/push/status: not handling config from other revisions | When branches have wildly different remote setups, those configs are not taken into account during fetch/push/status -c --all-tags/branches/etc
Example:
```
#!/bin/bash
set -e
set -x
rm -rf mytest
mkdir mytest
cd mytest
mkdir remote1
mkdir remote2
remote1="$(pwd)/remote1"
remote2="$(pwd)/remote2"
... | open | 2023-07-24T20:51:26Z | 2024-10-23T08:06:33Z | https://github.com/iterative/dvc/issues/9754 | [
"bug",
"p2-medium",
"A: data-sync"
] | efiop | 2 |
ray-project/ray | pytorch | 51,218 | [Core] get_user_temp_dir() Doesn't Honor the User Specified Temp Dir | ### What happened + What you expected to happen
There are a couple of places in the code that uses `ray._private.utils.get_user_temp_dir()` to get the temporary directory for ray. However, if the user specifies the `--temp-dir` during `ray start`, the `get_user_temp_dir()` won't honor the custom temp directory.
The ... | open | 2025-03-10T17:45:56Z | 2025-03-21T23:10:02Z | https://github.com/ray-project/ray/issues/51218 | [
"bug",
"P1",
"core"
] | MengjinYan | 0 |
coqui-ai/TTS | pytorch | 3,745 | [Bug] Anyway to run this as docker-compose ? | ### Describe the bug
Anyway to run this as docker-compose ?
### To Reproduce
docker-compose up
### Expected behavior
N/A
### Logs
```shell
N/A
```
### Environment
```shell
N/A
```
### Additional context
N/A | closed | 2024-05-16T23:08:26Z | 2024-07-27T06:33:40Z | https://github.com/coqui-ai/TTS/issues/3745 | [
"bug",
"wontfix"
] | PeterTucker | 4 |
BeastByteAI/scikit-llm | scikit-learn | 13 | `GPTVectorizer().fit_transform(X)` always returns `RuntimeError` | Hi! First of all very nice work!
I was trying the embedding utility with something as simple as:
```python
from skllm.datasets import get_classification_dataset
X, _ = get_classification_dataset()
model = GPTVectorizer()
vectors = model.fit_transform(X)
```
however, I always get:
```bash
RuntimeError: ... | closed | 2023-05-23T22:39:44Z | 2023-05-24T18:27:46Z | https://github.com/BeastByteAI/scikit-llm/issues/13 | [] | nicola-corbellini | 12 |
MagicStack/asyncpg | asyncio | 755 | advice: best bulk upsert method that still allows to track # of affected rows? | I've been relying on the newest implementation of executemany() to perform bulk upserts, but it has the shortcoming that it will not allow to easily determine the number of affected rows by parsing the statusmsg.
The number of effectively upserted rows can easily be less than the number of rows I attempt to upsert, ... | open | 2021-05-06T06:59:59Z | 2021-09-30T20:49:49Z | https://github.com/MagicStack/asyncpg/issues/755 | [] | ale-dd | 8 |
Gozargah/Marzban | api | 713 | مشکل محاسبه حجم اشتباه | با سلام
وقتی یوزر به نود از طریق کلودفلر وصل میشه سرور حجم رو چند برابر مصرف اصلی محاسبه میکنه ولی حالت مستقیم اوکی هست
مخصوصا وقتی اسپید تست گرفته میشه
| closed | 2023-12-26T00:48:26Z | 2023-12-27T11:01:33Z | https://github.com/Gozargah/Marzban/issues/713 | [
"Bug"
] | theonewhopassed | 2 |
ml-tooling/opyrator | fastapi | 45 | launch-api does not support file upload | 
I've tested the launch-ui, everything works fine.
But when I go to use the api, and tried with postman, I encountered this problem:
```
{
"detail": [
{
"loc": [
... | closed | 2021-12-31T08:07:42Z | 2022-04-15T03:15:22Z | https://github.com/ml-tooling/opyrator/issues/45 | [
"bug",
"stale"
] | loongmxbt | 2 |
JaidedAI/EasyOCR | pytorch | 1,099 | multilanguage train | Hi, how does detection in two languages work in general? Earlier I tried to detect using easyocr with the languages ru and en, in principle it works, but so far it does not detect well, so I decided to annotate my dataset and retrain the model.
but I ran into a problem, the fact is that the texts that I need to dete... | open | 2023-07-28T10:39:57Z | 2023-07-28T10:39:57Z | https://github.com/JaidedAI/EasyOCR/issues/1099 | [] | Sherlock-IT | 0 |
dynaconf/dynaconf | flask | 1,261 | [bug] Overrides not working with environments | **Describe the bug**
When using environments, a key in non-default environment doesn't override default.
The below example results in
```bash
Working in prod environment
FOO<str> 'DEFAULT'
```
**To Reproduce**
Steps to reproduce the behavior:
1. Having the following folder structure
<!-- Describe or use the comman... | open | 2025-02-28T11:53:34Z | 2025-03-07T17:57:39Z | https://github.com/dynaconf/dynaconf/issues/1261 | [
"bug"
] | rsmeral | 0 |
mirumee/ariadne | api | 374 | Proposal: ariadne-relay | @rafalp and @patrys, I dropped a comment on #188 a couple of weeks ago, but I think it might have gone under the radar since that issue is closed, so I'm going to make a more formal proposal here.
I've already built a quick-and-dirty implementation for **Relay** connections, based on a decorator that wraps an Object... | closed | 2020-05-31T18:46:47Z | 2021-03-19T12:19:03Z | https://github.com/mirumee/ariadne/issues/374 | [
"discussion"
] | markedwards | 4 |
unit8co/darts | data-science | 1,795 | [BUG] RMSE and MAE have same result when using backtest() | **Describe the bug**
When using the RMSE and MAE as metrics for the backtest the results are the same. I do not get why, as the implemented metrics look correct. I am using the backtest function to perform one-step-ahead forecasting.
**To Reproduce**
```py
import pandas as pd
from pytorch_lightning.callbacks imp... | closed | 2023-05-23T17:46:49Z | 2023-06-12T08:25:39Z | https://github.com/unit8co/darts/issues/1795 | [
"bug",
"triage"
] | StephanAkkerman | 5 |
strawberry-graphql/strawberry | graphql | 3,814 | Resolver error nulls other resolvers | When evaluating strawberry-graphql as a tool, we are experiencing behavior where when a single resolver throws an error but other resolvers involved in the same query do not, we are not getting partial responses.
Consider the following:
```python
import strawberry
@strawberry.type
class Query:
@strawberry.field... | open | 2025-03-20T22:36:49Z | 2025-03-21T19:18:53Z | https://github.com/strawberry-graphql/strawberry/issues/3814 | [
"bug"
] | TheCaffinatedDeveloper | 2 |
scikit-multilearn/scikit-multilearn | scikit-learn | 93 | Issue with WEKA multilabel ? | Hi. I am new with multilabel classificatin and I was making some tests and I want to figure out how MEKA works with sckitmultilearn. I got a dataset YEAST from http://mulan.sourceforge.net/datasets-mlc.html and converted it to .csv using MEKA, after that I tried to make some classification... Does anybody know what wen... | closed | 2018-01-04T16:49:47Z | 2018-06-06T16:46:28Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/93 | [] | mvenanc | 6 |
horovod/horovod | tensorflow | 3,474 | TBB Warning: The number of workers is currently limited to 0 | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet): Pytorch
2. Framework version: 1.7.1
3. Horovod version: 0.21.0
4. MPI version: 3.1.3
5. CUDA version: 11.0
6. NCCL version: 2.7.8
7. Python version: 3.8.11
8. Spark / PySpark version: N/A
9. Ray version: N/A
10. OS and version: RHEL 8.4
... | open | 2022-03-17T20:05:18Z | 2022-03-17T20:05:18Z | https://github.com/horovod/horovod/issues/3474 | [
"bug"
] | kkvtran | 0 |
tflearn/tflearn | data-science | 566 | No example of tflearn.custom_layer | There is no documentation, regarding how to specify a custom function when using tflearn.
I also checked and there is no unit test for tflearn.custom_layer either. | open | 2017-01-17T19:41:35Z | 2017-01-19T06:36:07Z | https://github.com/tflearn/tflearn/issues/566 | [] | kieran-mace | 1 |
pytest-dev/pytest-cov | pytest | 85 | Branch coverage please | Please allow turning on branch coverage.
IMO it should be the default too.
| closed | 2015-08-25T11:15:02Z | 2017-03-15T23:11:37Z | https://github.com/pytest-dev/pytest-cov/issues/85 | [] | dimaqq | 7 |
alpacahq/alpaca-trade-api-python | rest-api | 226 | Data streaming broken on version 0.48 but not on v0.46 ('AM.*') | Just spent way too many hours of my life to figure out what was causing the problem :/
I have a project streaming ['AM.*', 'trade_updates'] on alpaca-trade-api v0.46. Everything works as expected.
On another project, I had the exact same code but only 'trade_updates' were working. The difference was alpaca-trade-... | closed | 2020-06-18T09:25:07Z | 2020-07-07T11:56:10Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/226 | [] | duhfrazee | 6 |
waditu/tushare | pandas | 1,109 | 业绩预告p_change_min, p_change_max无数据时返回值不统一 | 调用业绩预告时返回的p_change_min, p_change_max有的没有数据,当没有数据的时候,有的是标记成nan或NaN,type是numpy.float64,但是有的返回的是None,type显示是“<class 'NoneType'>“。
email: hbzong@qq.com | closed | 2019-08-01T15:41:29Z | 2019-08-06T06:10:08Z | https://github.com/waditu/tushare/issues/1109 | [] | hbzong | 1 |
huggingface/text-generation-inference | nlp | 2,681 | Complexe response format lead the container to run forever on CPU | ### System Info
System:
`Linux 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Wed Sep 25 09:20:43 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux`
`Rocky Linux 8.10`
Model: `mistralai/Mistral-Nemo-Instruct-2407`
Hardware:
* GPU: `NVIDIA A100-SXM4-80GB`
* CPU:
```
Architecture: x86_64
CPU op-mode(s): 32-bit,... | open | 2024-10-23T08:10:43Z | 2024-12-10T16:56:16Z | https://github.com/huggingface/text-generation-inference/issues/2681 | [] | Rictus | 1 |
RayVentura/ShortGPT | automation | 35 | Add Chinese support | I hope to increase support for Chinese ,Really | closed | 2023-07-22T10:37:30Z | 2023-07-27T12:45:35Z | https://github.com/RayVentura/ShortGPT/issues/35 | [] | tianheil3 | 4 |
miguelgrinberg/python-socketio | asyncio | 411 | Invalid async_mode specified while running docker image | Hi,
while running docker image I am facing the below issue, I have added the --hidden-import=gevent-websocket, but no luck.
anyone can help me on this.
**my requirements.txt**
Click==7.0
dnspython==1.16.0
eventlet==0.25.1
Flask==1.1.1
Flask-SocketIO==4.2.1
greenlet==0.4.15
itsdangerous==1.1.0
Jinja2==2.10.... | closed | 2020-01-16T09:17:48Z | 2020-04-10T14:15:31Z | https://github.com/miguelgrinberg/python-socketio/issues/411 | [
"question"
] | nmanthena18 | 5 |
pytorch/vision | computer-vision | 8,762 | [Feature Request] Datasets Should Use New `torchvision.io` Image Loader APIs and Return `TVTensor` Images by Default | ### 🚀 The feature
1. Add "torchvision" image loader backend based on new `torchvision.io` APIs (See: [Release Notes v0.20](https://github.com/pytorch/vision/releases/tag/v0.20.0)) and enable it by default.
2. VisionDatasets should return `TVTensor` images by default instead of `PIL.Image`.
### Motivation, pitch... | open | 2024-11-28T10:31:42Z | 2025-03-19T21:10:46Z | https://github.com/pytorch/vision/issues/8762 | [] | fang-d | 9 |
jupyter-widgets-contrib/ipycanvas | jupyter | 24 | Fill rule support | https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors#Canvas_fill_rules | closed | 2019-09-18T19:05:42Z | 2019-09-20T14:18:10Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/24 | [
"enhancement"
] | martinRenou | 0 |
Lightning-AI/pytorch-lightning | pytorch | 20,268 | rich progress bar shows v_num as 0.000 | ### Bug description
```
Epoch 11/999 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 1498/1638 0:02:25 • 0:00:14 10.20it/s v_num: 0.000 train/loss_step: 0.426
```
tqdm works well to show v_num as integer
### What version are you seeing the problem on?
v2.4
### How to reproduce the bug
_No response_
### ... | open | 2024-09-09T04:09:53Z | 2024-09-09T04:10:44Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20268 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | npuichigo | 0 |
omnilib/aiomultiprocess | asyncio | 189 | EOFError exception raised for unknown reason | Here is a simple code to test the apply() method, but it ended up with an `EOFError` exception:
```Python
import asyncio
from aiomultiprocess import Pool
async def worker():
pass
async def main():
async with Pool() as pool:
tasks = [pool.apply(worker) for i in range(5)]
await asyn... | open | 2024-01-05T08:40:08Z | 2024-01-06T14:37:21Z | https://github.com/omnilib/aiomultiprocess/issues/189 | [] | BabakAmini | 0 |
nvbn/thefuck | python | 1,257 | Different rule found when using fish vs bash/zsh | The output of `thefuck --version` (something like `The Fuck 3.1 using Python
3.5.0 and Bash 4.4.12(1)-release`):
The Fuck 3.31 using Python 3.10.1 and Fish Shell 3.3.1
Your system (Debian 7, ArchLinux, Windows, etc.):
Fedora Linux 35 (Workstation Edition)
How to reproduce the bug
1. Create a git... | open | 2022-01-02T17:26:12Z | 2022-01-05T00:24:04Z | https://github.com/nvbn/thefuck/issues/1257 | [
"fish"
] | septatrix | 19 |
litestar-org/litestar | pydantic | 3,088 | Enhancement: Support "+json" suffixed media types per RFC 6839 | ### Summary
Json encoded responses in Litestar must have a media type which starts with "application/json", as can be seen https://github.com/litestar-org/litestar/blob/main/litestar/response/base.py#L388
```
if media_type.startswith("application/json"):
return encode_json(content, enc_hook)
```
I would lik... | closed | 2024-02-08T11:01:55Z | 2025-03-20T15:54:25Z | https://github.com/litestar-org/litestar/issues/3088 | [
"Enhancement"
] | bunny-therapist | 4 |
microsoft/unilm | nlp | 772 | Questions about implementing layoutlmv3 objective II MIM | Hi,
I have been using layoutlm series for some time and thanks for the sharing. I would like to pretrain layoutlmv3 in my domain. I am currently implementing the second objective Masked Image Modeling(MIM). I get a question regarding how image masking is implemented in MIM head? I can see BEiT uses mask_token parame... | closed | 2022-06-27T01:25:19Z | 2023-04-23T10:44:06Z | https://github.com/microsoft/unilm/issues/772 | [] | weicheng113 | 10 |
writer/writer-framework | data-visualization | 222 | Add serialiser for Polars and Dataframe Interchange Protocol | Support Polars and DIP natively by serialising to Arrow before sending to frontend.
- `df.to_arrow()` for Polars
- `pyarrow.interchange.from_dataframe()` for Dataframe Interchange Protocol | closed | 2024-02-02T20:46:00Z | 2024-03-27T21:15:10Z | https://github.com/writer/writer-framework/issues/222 | [
"enhancement",
"ship soon"
] | ramedina86 | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 783 | undetected-chromedriver with pyvirtualdisplay, but webdriver detect failed | ```
from pyvirtualdisplay import Display
import undetected_chromedriver as uc
display = Display(visible=0, size=(1680, 860))
display.start()
driver = uc.Chrome(headless=False)
driver.get('https://bot.sannysoft.com/')
driver.save_screenshot("sannysoft.png")
display.stop()
```
I'm trying avoid detected on u... | open | 2022-08-17T08:04:31Z | 2022-08-22T02:18:00Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/783 | [] | chenchenchen7 | 0 |
tqdm/tqdm | pandas | 802 | better `update(n: float)` guidelines | - update docs to recommend manual e.g. `{n:.3f}` in `bar_format`
- move to `FloatProgress` as per #471
related to #456 | closed | 2019-09-04T16:42:52Z | 2019-12-01T01:22:09Z | https://github.com/tqdm/tqdm/issues/802 | [
"question/docs ‽",
"to-fix ⌛",
"need-feedback 📢",
"submodule-notebook 📓"
] | casperdcl | 0 |
autokey/autokey | automation | 378 | Invalid literal for int, when using a list menu | Now that I am using the QT version of Autokey and I can use the keyboard, I noticed that when I hit ESC to close the list that it tells me
```
ValueError: invalid literal for int() with base 10: "
```
Hmm, I realize it means null.
The list menu needs to return -1 if I hit ESC or close, or cancel.
```
Operat... | open | 2020-02-28T15:31:45Z | 2023-07-29T19:16:18Z | https://github.com/autokey/autokey/issues/378 | [
"bug",
"enhancement",
"autokey-qt",
"scripting"
] | kreezxil | 2 |
coqui-ai/TTS | python | 3,101 | xtts with use_deepspeed=true on gpu-1 Error[Bug] | ### Describe the bug
sing model directly error:
use_deepspeed = True
config = XttsConfig()
config.load_json(tts_path + "config_v1.json")
model = Xtts1.init_from_config(config)
model.load_checkpoint(config, checkpoint_dir=tts_path, use_deepspeed=use_deepspeed, eval=True)
model.cuda(1)
... | closed | 2023-10-23T05:42:29Z | 2023-12-04T03:45:19Z | https://github.com/coqui-ai/TTS/issues/3101 | [
"bug",
"wontfix"
] | hcl777 | 1 |
2noise/ChatTTS | python | 768 | 音色更改失败,总是一种音色,想更改却没反应 | ```py
spk_stat = torch.load('./asset/spk_stat.pt')
spk = torch.randn(768) * spk_stat.chunk(2)[0] + spk_stat.chunk(2)[1]
params_infer_code = ChatTTS.Chat.InferCodeParams(
spk_emb=spk, # add sampled speaker
temperature=.3, # using custom temperature
top_P=0.7, # top P decode... | closed | 2024-09-29T10:03:47Z | 2024-10-08T06:09:51Z | https://github.com/2noise/ChatTTS/issues/768 | [
"documentation"
] | Joseph513shen | 1 |
scanapi/scanapi | rest-api | 464 | make change-version: create a readable PEP440-compatible dev version | ## Feature request
### Description the feature
<!-- A clear and concise description of what the new feature is. -->
Make "make change-version" useful again by keeping the current release version, and adding a human readable and PEP440 compliant timestamp to it | closed | 2021-07-31T17:28:33Z | 2021-07-31T17:34:15Z | https://github.com/scanapi/scanapi/issues/464 | [
"Automation"
] | camilamaia | 0 |
gee-community/geemap | streamlit | 2,119 | Some basemaps do not work. | Some of the basemaps listed by the code below do not work.
```
for basemap in geemap.basemaps.keys():
print(basemap)
```
Last July, I was able to use the following layers as basemaps. What changes could have occurred?
```
ESA Worldcover 2021
ESA Worldcover 2021 S2 FCC
ESA Worldcover 2021 S2 TCC
``` | closed | 2024-08-27T00:48:37Z | 2024-08-27T02:16:43Z | https://github.com/gee-community/geemap/issues/2119 | [
"bug"
] | osgeokr | 2 |
AutoGPTQ/AutoGPTQ | nlp | 152 | Using the bigcode/starcoderbase model after quantization by gptq, the generation effect is poor, and only <|endoftext|> can be generated | Quantize config:
```
quantize_config = BaseQuantizeConfig(
bits=4,
group_size=128,
desc_act=True,
)
```
Script: generation_speed.py (In examples)
```python
python generation_speed.py --model_name_or_path /data/starcoderbase-4bit --tokenizer_name_or_path bigcode/starcoderbase --use_fast_token... | open | 2023-06-10T13:45:29Z | 2023-07-21T03:25:20Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/152 | [
"bug"
] | liulhdarks | 6 |
fbdesignpro/sweetviz | pandas | 43 | Make font color of "missing" red | Suggestion:
This is an open suggestion that the font color of "missing" in report HTML would be nicer (IMHO) it has color red. | closed | 2020-07-22T15:55:21Z | 2020-11-24T15:13:41Z | https://github.com/fbdesignpro/sweetviz/issues/43 | [
"feature request"
] | bhishanpdl | 4 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 339 | Problem with demo_cli.py | C:\Users\Test\Desktop\Real-Time-Voice-Cloning-master>python demo_cli.py --low_mem
Traceback (most recent call last):
File "demo_cli.py", line 2, in <module>
from utils.argutils import print_args
File "C:\Users\Test\Desktop\Real-Time-Voice-Cloning-master\utils\argutils.py", line 2, in <module>
import nu... | closed | 2020-05-09T18:24:25Z | 2020-08-24T04:06:28Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/339 | [] | NumpyG | 3 |
littlecodersh/ItChat | api | 311 | 请问为什么无法调用图灵机器人的知识库? | 您的itchat版本为:`1.3.5`。
程序:
```python
import itchat, time, re
from itchat.content import *
import urllib2,urllib
import json
@itchat.msg_register(TEXT,isGroupChat=True)
def text_reply(msg):
info = msg['Text'].encode('UTF-8')
url = 'http://www.tuling123.com/openapi/api'
data = {u"key": "xxxxxxxxxxxxx","info":... | closed | 2017-04-05T14:34:01Z | 2017-04-25T03:45:09Z | https://github.com/littlecodersh/ItChat/issues/311 | [
"question"
] | dujbo | 4 |
netbox-community/netbox | django | 18,769 | Bulk edit devices: Switching Site fails when devices are racked | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.4
### Python Version
3.11
### Steps to Reproduce
1. select the checkbox of a bunch of devices, e.g. [by device type](http://netbox.local/dcim/devices/?device_type_id=1234), that are in different sites and are assigned a rack.
2. click "edit selected" and ch... | closed | 2025-02-28T09:40:11Z | 2025-03-03T08:39:43Z | https://github.com/netbox-community/netbox/issues/18769 | [] | uedvt359 | 3 |
flairNLP/flair | pytorch | 2,760 | Custom loss function in training or fine tunning of TARS model | Hello, is there a possibility or method where we can use a custom polyloss or focal loss for Tars model training? | closed | 2022-05-12T08:17:45Z | 2022-10-15T21:06:31Z | https://github.com/flairNLP/flair/issues/2760 | [
"question",
"wontfix"
] | Ujwal2910 | 1 |
comfyanonymous/ComfyUI | pytorch | 6,912 | Copy Paste bug - cntrl+v paste stuck on something from a long time ago | ### Expected Behavior
cntrl+c to copy nodes, cntrl+v to paste nodes.
### Actual Behavior
cntrl+c to copy nodes, cntrl+v to paste nodes. Except it pastes nodes that were copied a long time ago (many resets ago), many days ago
### Steps to Reproduce
seems very difficult to reproduce, as it isn't tied to any workfl... | closed | 2025-02-21T21:37:51Z | 2025-02-24T00:10:46Z | https://github.com/comfyanonymous/ComfyUI/issues/6912 | [
"Potential Bug"
] | aikaizen | 3 |
shroominic/funcchain | pydantic | 32 | How can I intercept the prompt sent to the backend | I'd like to get the exact string sent to the backend, after everything is filled in and processed and formatted etc. How can I do that please? | open | 2024-04-14T18:31:43Z | 2024-04-14T18:31:43Z | https://github.com/shroominic/funcchain/issues/32 | [] | AriMKatz | 0 |
sigmavirus24/github3.py | rest-api | 988 | TypeError: 'NoneType' object is not subscriptable | ## Version Information
Please provide:
- The version of Python you're using
Python 3.7.3
- The version of pip you used to install github3.py
conda 4.8.2. I used conda-forge to install github3.py
- The version of github3.py, requests, uritemplate, and dateutil installed
github3.py 1.3.0 ... | open | 2020-03-17T18:37:22Z | 2021-01-16T09:45:11Z | https://github.com/sigmavirus24/github3.py/issues/988 | [
"help wanted",
"bug"
] | sophiamyang | 2 |
mherrmann/helium | web-scraping | 26 | Check current URL | Hey,
Again great package.
Is there any way to get the current URL? I have a login page and if the user login successfully he is redirected and I want to test that is redirected to the right URL.
Thanks. | closed | 2020-05-11T19:42:23Z | 2020-05-12T05:51:20Z | https://github.com/mherrmann/helium/issues/26 | [] | shlomiLan | 1 |
pallets/flask | flask | 4,794 | PEP 484 – Type Hints & DI | I think it will be useful to start using core python functionality like type hints so the IDEs can be smarter with the code, so at the end it's time all of will save. And also integrate some Dependency injection ?
I think the best example for this both cases is FastAPI they have both things and because of that they... | closed | 2022-08-31T15:07:48Z | 2022-10-11T09:13:20Z | https://github.com/pallets/flask/issues/4794 | [] | Saphyel | 2 |
python-gino/gino | sqlalchemy | 174 | mixins do not work | * GINO version: 0.6.1
* Python version: 3.6.0
* Operating System: ubuntu 17.10
### Description
I want to use a simple mixin to add common columns.
The added columns did not resolve to values after a query.
### What I Did
```
import asyncio
from gino import Gino
db = Gino()
class Audit:
cr... | closed | 2018-03-23T15:26:08Z | 2018-03-24T01:39:52Z | https://github.com/python-gino/gino/issues/174 | [
"bug"
] | aglassdarkly | 1 |
streamlit/streamlit | python | 10,648 | adding the help parameter to a (Button?) widget pads it weirdly instead of staying to the left. | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
```python
st.page_link('sub_pages/resources/l... | closed | 2025-03-05T09:56:06Z | 2025-03-07T21:21:05Z | https://github.com/streamlit/streamlit/issues/10648 | [
"type:bug",
"status:confirmed",
"priority:P1",
"feature:st.download_button",
"feature:st.button",
"feature:st.link_button",
"feature:st.page_link"
] | thehamish555 | 2 |
ClimbsRocks/auto_ml | scikit-learn | 175 | test for gs_params and training_params | open | 2017-03-13T20:48:31Z | 2017-03-13T20:48:31Z | https://github.com/ClimbsRocks/auto_ml/issues/175 | [] | ClimbsRocks | 0 | |
plotly/dash | data-science | 2,496 | Failure in Hot reload & clientside callbacks | Hot reload doesn't work with clientside callbacks, the frontend is reloaded but the new functions are not available and the browser must be refreshed to take effect.
| open | 2023-04-04T12:58:53Z | 2024-08-13T19:30:57Z | https://github.com/plotly/dash/issues/2496 | [
"bug",
"P3"
] | T4rk1n | 3 |
InstaPy/InstaPy | automation | 6,024 | follow_commenters Engine | Hi, I'm currently using InstaPy to growth my Insta Account and it's a pretty good solution but I've some interrogations!
My first question is, is that possible to tell to the bot to reexcute some actions ?
Situation
I ask to my bot to follow 10 users but not private, business, at the end my bot followed only 2... | open | 2021-01-14T09:29:41Z | 2021-07-21T03:19:05Z | https://github.com/InstaPy/InstaPy/issues/6024 | [
"wontfix"
] | jonathanroze | 1 |
sinaptik-ai/pandas-ai | data-science | 1,390 | Misleading license classifier in Python package? | Dear devs,
I noticed on PyPi.org that the `MIT` license classifier is set for pandasai Python package.
The readme on the same page, quite at the bottom, on the other hand, mentions an exception for the `/ee`-subfolder, which is also included in the Python package
This got me confused....
Shouldn't the clas... | closed | 2024-10-10T07:43:15Z | 2025-01-27T16:00:14Z | https://github.com/sinaptik-ai/pandas-ai/issues/1390 | [] | dynobo | 3 |
deeppavlov/DeepPavlov | tensorflow | 1,684 | Update to pydantic v2 | I am running into issues using deeppavlov in combination with other packages that use pydantic>2, as deeppavlov has the requirement pydantic<2.
I saw this post https://github.com/deeppavlov/DeepPavlov/pull/1665 which seemed to indicate that the dependency could be updated, but currently the latest release still spec... | open | 2024-03-22T10:01:00Z | 2024-03-22T10:01:00Z | https://github.com/deeppavlov/DeepPavlov/issues/1684 | [
"enhancement"
] | robinderat | 0 |
trevorstephens/gplearn | scikit-learn | 7 | Feature Request: Saving / Loading a Model | In many cases one invests significant time/effort to fit/train the GP model. Unfortunately, without a method of "saving" the model and "reloading" it from its save state, one is required to re-do the training of the model form its initial state. This forces one to spend the same (significant) time/effort.
It would b... | closed | 2016-03-03T17:44:30Z | 2017-03-29T09:37:03Z | https://github.com/trevorstephens/gplearn/issues/7 | [
"enhancement"
] | ericbroda | 8 |
sczhou/CodeFormer | pytorch | 388 | Eye iris deformed | Thanks the author for the excellent work. I have issues thou with the irises, which in some case have been badly formed. Samples:


I am getting uncaught AttributeError thrown at the line below:
https://github.com/Miserlou/Zappa/blob/3ccf7490a8d8b8fa74a61ee39bf44234f3567739/zappa/handler.py#L309
It seems that the code is designed to ... | closed | 2021-02-20T12:41:37Z | 2022-07-16T06:23:36Z | https://github.com/zappa/Zappa/issues/740 | [] | jneves | 1 |
flasgger/flasgger | api | 21 | Hardcoded optional_fields | [Optional fields for operation definition are hardcoded.](https://github.com/rochacbruno/flasgger/blob/master/flasgger/base.py#L228)
So, if you want to add some non-standard fields (I want to generate swagger definition for Amazon API Gateway, so I have to use [their extensions to swagger](http://docs.aws.amazon.com/a... | closed | 2016-04-16T18:12:01Z | 2017-03-24T20:15:10Z | https://github.com/flasgger/flasgger/issues/21 | [] | vovanz | 1 |
ageitgey/face_recognition | python | 1,239 | face recognition is very dlow | * face_recognition version: .1.3
* Python version: 3.7
* Operating System: RPI buster
### Description
Use face_recognition for matching face from known photo database.
Means trying to find the name of the detected person from the knows persons photo db.
### What I Did
Code is here
frame = c... | open | 2020-10-31T17:48:27Z | 2021-08-21T13:33:01Z | https://github.com/ageitgey/face_recognition/issues/1239 | [] | naushadck | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.