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
horovod/horovod
machine-learning
4,008
ipv6 address family
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I use horovod to launch discributed training tasks, and my cluster has been migirated to ipv6 family. However, the horovod.runner donot support the cluster wi...
open
2023-12-11T04:16:15Z
2023-12-11T04:16:15Z
https://github.com/horovod/horovod/issues/4008
[ "enhancement" ]
NEWPLAN
0
ResidentMario/geoplot
matplotlib
229
AttributeError: 'str' object has no attribute 'set_array' when calling kdeplot with legend=True
First, thanks for the great library. I noticed an issue when trying to use the kdeplot function when also passing legend=True. It works fine when legend is not passed. Here is a code sample which is failing for me: ```python import pandas as pd import geopandas import geoplot df = pd.DataFrame( [ ...
closed
2020-11-13T17:24:11Z
2022-02-27T19:40:17Z
https://github.com/ResidentMario/geoplot/issues/229
[ "bug" ]
nickderobertis
3
mwaskom/seaborn
data-visualization
2,820
Logarithmic hist plot with multi='dodge': unequal bar width
Using a hist plot with logarithmic x-axis results in unequal bar width. Fix PR is provided in #2819
closed
2022-05-25T07:05:56Z
2022-06-11T23:42:20Z
https://github.com/mwaskom/seaborn/issues/2820
[ "bug", "mod:distributions" ]
infosec-it-init
3
MilesCranmer/PySR
scikit-learn
213
[Code cleanup] make options more hierarchical
The current list of options is way too long to be understood by a user. I think a refactoring should be done where new objects are used to hierarchically define the parameters. For example, rather than have 8 parameters passed flatly for the mutation weightings, you could have a single MutationWeights object that c...
open
2022-11-01T18:35:41Z
2023-04-20T06:05:51Z
https://github.com/MilesCranmer/PySR/issues/213
[ "documentation", "priority: mid" ]
MilesCranmer
2
jschneier/django-storages
django
513
Respect max_length when AWS_S3_FILE_OVERWRITE=True
`get_available_name` method of `S3Boto3Storage` doesn't respect `max_length`. The Django Storage's `get_available_name` method truncates the file name if it's length is more than `max_length`. When `AWS_S3_FILE_OVERWRITE=True` and len(file_name) > max_length, this results in Database error - `DataError: (1406, "...
closed
2018-06-29T11:06:27Z
2018-08-30T21:59:54Z
https://github.com/jschneier/django-storages/issues/513
[ "bug", "s3boto" ]
a1Gupta
1
scikit-learn/scikit-learn
python
30,284
Create a process for releasing a wheel for a new Python version with a previous sklearn version on CI
For version 1.5.2, the wheels were not updated from the CI, but from an API key. Moving forward, I think we should update our CI to allow us to push specific python versions. I propose this process: 1. **Prerequisite**: Python 3.14rc support added to `cibuildwheel` + `numpy` & `scipy` has wheels for it 2. Update `b...
open
2024-11-15T17:01:28Z
2024-11-28T15:35:00Z
https://github.com/scikit-learn/scikit-learn/issues/30284
[ "Build / CI" ]
thomasjpfan
2
Johnserf-Seed/TikTokDownload
api
213
[BUG]无法抓取1080
按步骤编译后,只能抓到720p。但使用别的软件就可以抓到1080的视频 。 单独和批量都一样。 感谢作者的伟大贡献! -操作系统:[例如windows10 64bit] -vpn代理[例如开启、关闭] -版本[如1.2.3]
closed
2022-09-08T05:51:31Z
2022-09-12T05:22:00Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/213
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
regdak
4
Asabeneh/30-Days-Of-Python
matplotlib
359
Translation Spanish
Hi. Thank you for your tutorials. I want to add Spanish translation to this repository. Can I work with that?
open
2023-02-20T18:34:10Z
2023-08-17T18:16:04Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/359
[]
Misio942
3
aio-libs/aiomysql
asyncio
720
Port PyMySQL changes
this is a very broad scope - probably needs a review of most aiomysql code to compare with pymysql code. a good step to start should be porting all PyMySQL test cases to see which issues we can already identify from missing test cases. an alternative could be to review all PyMySQL commits/changes between the previo...
open
2022-01-30T21:51:09Z
2022-05-10T16:15:43Z
https://github.com/aio-libs/aiomysql/issues/720
[ "pymysql", "pymysql-port" ]
Nothing4You
2
aiogram/aiogram
asyncio
825
Failed on aiogram.contrib.fsm_storage.redis.AioRedisAdapterV1.get
## Context * Operating System: MacOS * Python Version: 3.8.8 * aiogram version: 2.18 * aiohttp version: 3.8.1 ## Expected Behavior Trying to handle messages using template [AlbumMiddleware() ](https://github.com/shevasa/BotCustomDeclaration/blob/57eab3e5ce5c70b4d8f3cf4cd2aa73bb3e18a92f/middlewares/for_albu...
closed
2022-02-01T14:13:30Z
2023-08-04T18:21:30Z
https://github.com/aiogram/aiogram/issues/825
[ "needs triage" ]
brewbytes-dev
4
nerfstudio-project/nerfstudio
computer-vision
2,901
ModuleNotFoundError: No module named 'nerfstudio.viewer.viewer_elements'
Hi, Thank you for sharing the code. I don't have the problem before when using nerfstudio but this week I am having this error: 'ModuleNotFoundError: No module named 'nerfstudio.viewer.viewer_elements'', although using the same Docker as before. Do you have any clue about this problem? Thanks!
open
2024-02-11T05:31:02Z
2024-04-29T08:24:31Z
https://github.com/nerfstudio-project/nerfstudio/issues/2901
[]
br0202
2
httpie/cli
api
811
Http headers colors should be based on status code only
As I commented in #735, some servers (eg Tomcat) don't return the reason-phrase, and it seems valid not to ([RFC 7230](https://tools.ietf.org/html/rfc7230#page-22)). So "200" (instead of "200 OK") should not render headers in red, I think.
closed
2019-10-29T16:42:47Z
2021-02-18T23:40:08Z
https://github.com/httpie/cli/issues/811
[]
Guillaume-Mayer
4
alteryx/featuretools
data-science
2,464
release Featuretools v1.22.0
- release instructions: https://github.com/alteryx/featuretools/blob/main/release.md
closed
2023-01-25T18:30:54Z
2023-02-01T15:24:35Z
https://github.com/alteryx/featuretools/issues/2464
[]
gsheni
0
tqdm/tqdm
jupyter
1,283
`ipywidgets` variant broken
```python import sys, time, tqdm for j in tqdm.trange(100, file=sys.stdout, leave=False, unit_scale=True, desc='loop'): time.sleep(1) ``` works, but ```python for j in tqdm.auto.tqdm(range(100), file=sys.stdout, leave=False, unit_scale=True, desc='loop'): time.sleep(1) ```` shows a frozen progress bar...
open
2021-12-22T22:20:23Z
2022-09-14T15:03:40Z
https://github.com/tqdm/tqdm/issues/1283
[ "invalid ⛔", "need-feedback 📢", "p2-bug-warning ⚠", "submodule-notebook 📓" ]
OverLordGoldDragon
5
huggingface/datasets
computer-vision
6,465
`load_dataset` uses out-of-date cache instead of re-downloading a changed dataset
### Describe the bug When a dataset is updated on the hub, using `load_dataset` will load the locally cached dataset instead of re-downloading the updated dataset ### Steps to reproduce the bug Here is a minimal example script to 1. create an initial dataset and upload 2. download it so it is stored in cache 3. c...
open
2023-12-02T21:35:17Z
2024-08-20T08:32:11Z
https://github.com/huggingface/datasets/issues/6465
[]
mnoukhov
2
xinntao/Real-ESRGAN
pytorch
33
x2 doesn't working at all
![image](https://user-images.githubusercontent.com/13091768/129486093-b85c7b82-cdfa-4014-a9ba-4d81a23a6299.png) But anyway this is the best upscale tool I ever seen before
closed
2021-08-15T16:50:53Z
2021-08-19T02:21:08Z
https://github.com/xinntao/Real-ESRGAN/issues/33
[]
crwg
13
huggingface/datasets
pytorch
7,364
API endpoints for gated dataset access requests
### Feature request I would like a programatic way of requesting access to gated datasets. The current solution to gain access forces me to visit a website and physically click an "agreement" button (as per the [documentation](https://huggingface.co/docs/hub/en/datasets-gated#access-gated-datasets-as-a-user)). An i...
closed
2025-01-09T06:21:20Z
2025-01-09T11:17:40Z
https://github.com/huggingface/datasets/issues/7364
[ "enhancement" ]
jerome-white
3
arnaudmiribel/streamlit-extras
streamlit
81
Faker is super slow to load datasets
Maybe better to just use a same set of datasets throughout all extras and have them locally in the repo, instead of fetching all around
open
2022-11-18T15:39:01Z
2023-02-01T14:09:44Z
https://github.com/arnaudmiribel/streamlit-extras/issues/81
[ "enhancement" ]
arnaudmiribel
0
dmlc/gluon-cv
computer-vision
1,708
It is possible to execute Alpha Pose Estimation using GPU?
I'm trying to execute the Alpha Pose estimation using GPU, but the following error is return: `RuntimeError: Parameter 'conv0_weight' was not initialized on context cpu(0). It was only initialized on [gpu(0)].` How can I fix this error? Or to run the Alpha Pose model using GPU do I need to run in another way? ...
closed
2021-09-30T19:45:23Z
2021-10-13T22:45:08Z
https://github.com/dmlc/gluon-cv/issues/1708
[]
handreyeg
2
assafelovic/gpt-researcher
automation
970
"Failed to load any documents!"
**Describe the bug** I'm getting the error below after researching something via a local installation of GPTResearcher: "Failed to load any documents!" **To Reproduce** Steps to reproduce the behavior: 1. I install the project following the [Getting Started](https://docs.gptr.dev/docs/gpt-researcher/getting-st...
closed
2024-10-31T19:12:59Z
2025-02-06T19:34:28Z
https://github.com/assafelovic/gpt-researcher/issues/970
[]
badcom
2
amidaware/tacticalrmm
django
2,161
Probleme with connection between Tactical and Mesh Central
**Server Info (please complete the following information):** - OS: Ubuntu 20.04 - Browser: chrome & firefox - RMM Version (as shown in top left of web UI): V1.0.0 **Installation Method:** - Standard **Describe the bug** Hello, I have an issue with the connection between Tactical and Mesh Central. User synchr...
closed
2025-03-06T11:44:16Z
2025-03-07T19:01:36Z
https://github.com/amidaware/tacticalrmm/issues/2161
[]
Abygail007
2
polakowo/vectorbt
data-visualization
21
Backtest strategy with prices and signs
I have tried to use the package today but it's hard to find a proper function for the problem. I have simple set up. I am investing in SPY with a minute resolution. I have already calculate signs using ML methods. Now, I would like to backtest my strategy. So, I have a simple data frame with two columns: prices (or ...
closed
2020-05-26T08:52:11Z
2020-06-01T13:10:06Z
https://github.com/polakowo/vectorbt/issues/21
[]
MislavSag
7
MaartenGr/BERTopic
nlp
1,760
Saving parameters and results to a log file
I found useful to save the parameters and results to a log file. I extended the BERTopic class to fit my needs, here you can have a look: https://github.com/buscon/fg_analysis_with_BERT/blob/main/classes/custom_log_bertopic.py It is a barebone implementation, it should be extended and refined. If you @MaartenGr...
open
2024-01-17T20:22:10Z
2024-01-29T03:31:30Z
https://github.com/MaartenGr/BERTopic/issues/1760
[]
buscon
5
aimhubio/aim
data-visualization
2,501
Flag / option to auto-commit or store diff patch
## 🚀 Feature Flag or option on run instantiation (or maybe some config file somewhere) to auto-commit when a new run is started so that commits stored on Aim are synced with the git repo. ### Motivation Often, commits on Aim are not in sync with the git repo state because uncommitted changes are not incorpora...
open
2023-01-25T19:13:09Z
2023-02-01T18:47:04Z
https://github.com/aimhubio/aim/issues/2501
[ "type / enhancement", "area / SDK-storage" ]
rodrigo-castellon
1
proplot-dev/proplot
data-visualization
271
`latinline=True` and `lonlines` lead to infinity
### Description If we set `latinline=True` and `lonlines=xxxxx` at the same time, gridliner will get float infinity. ### Steps to reproduce ```python import proplot as pplt fig, ax = pplt.subplots(proj='pcarree') ax.format(coast=True, lonlabels=True, labels=True, latlines=10, lonlines=20, latinline=True) ```...
closed
2021-08-31T08:01:49Z
2021-09-04T00:20:52Z
https://github.com/proplot-dev/proplot/issues/271
[ "dependencies" ]
zxdawn
1
sqlalchemy/sqlalchemy
sqlalchemy
10,170
PyHive, Presto connector returning wrong resultset
### Describe the bug I'm using Presto Cluster for processing large amount of data. To visualize the data I use the connector provided and suggested by the official Superset documentation, which is PyHive from the SQLAlchemy library and I'm using the default settings for the connection. When using the provided py...
closed
2023-08-01T07:41:22Z
2023-08-01T12:05:54Z
https://github.com/sqlalchemy/sqlalchemy/issues/10170
[ "external driver issues" ]
alextk87
3
iMerica/dj-rest-auth
rest-api
564
Custom Register serializer not detected after switching from django-rest-auth
Hi ! I'm upgrading a project from Django 3.2.9 to 4.2.5, in a docker container. Previous project `requirements.txt` : ``` Django==3.2.9 djangorestframework==3.12.4 django-allauth==0.46.0 django-rest_auth==0.9.5 ``` I upgraded to ``` Django==4.2.5 djangorestframework==3.14.0 django-allauth==0.58.1 dj-res...
closed
2023-11-02T14:07:35Z
2023-11-02T14:47:51Z
https://github.com/iMerica/dj-rest-auth/issues/564
[]
RomainFayolle
1
encode/uvicorn
asyncio
1,501
Gracefully handle HTTP/2 upgrade request
I know that HTTP/2 is out of scope of this project. But I am not asking to support HTTP/2. More and more http clients try to upgrade the connection to HTTP/2. Uvicorn is free to not honor this request. Unfortunately, instead of ignoring the upgrade request, Uvicorn responds with status `400 Bad Request` and the mes...
closed
2022-05-25T12:36:51Z
2022-10-19T06:47:31Z
https://github.com/encode/uvicorn/issues/1501
[ "bug", "help wanted", "http" ]
ChristianCiach
7
python-arq/arq
asyncio
469
How to monitor
open
2024-07-11T01:17:25Z
2024-07-11T01:17:25Z
https://github.com/python-arq/arq/issues/469
[]
yuanjie-ai
0
Guovin/iptv-api
api
597
docker下运行出现不支持IPV6的提示
是不是要在docker项目内设置ipv6的内网地址? 目前项目的默认网络模式是桥接模式,是否要改成host模式?尝试改host会出现8000端口被占用。 电脑运行exe客户端会出现弹窗问题
closed
2024-11-29T14:46:50Z
2024-12-02T11:23:03Z
https://github.com/Guovin/iptv-api/issues/597
[ "duplicate" ]
FRANKASEE
6
onnx/onnx
pytorch
6,014
Replace const string references with string_views
https://en.cppreference.com/w/cpp/string/basic_string_view string_view is the new recommended way to a function to accept a read-only view of a string. If helps reduce and unify overloads for `const char*` and `const std::string&`, and improves readability. cc @gramalingam @BowenBao @edgchen1 for comments.
closed
2024-03-11T18:46:52Z
2024-03-15T16:04:08Z
https://github.com/onnx/onnx/issues/6014
[ "topic: enhancement", "topic: better engineering" ]
justinchuby
1
holoviz/panel
matplotlib
6,854
Landuse classification example error
I am trying to reproduce the example at https://examples.holoviz.org/gallery/landuse_classification/Image_Classification.html #### ALL software version info bokeh=3.4.1=pyhd8ed1ab_0 holoviews=1.18.3=pyhd8ed1ab_0 hvplot=0.10.0=pyhd8ed1ab_0 intake=2.0.5=pyhd8ed1ab_0 intake-xarray=0.7.0=pyhd8ed1ab_0 jupyterlab...
open
2024-05-20T21:05:12Z
2024-05-21T21:22:50Z
https://github.com/holoviz/panel/issues/6854
[]
ials
4
slackapi/bolt-python
fastapi
667
Unable to set true in a modal
I am having issues using `true` anywhere in the view payload. Instead I am getting the following error in the console when trying to open the view: `NameError: name 'true' is not defined` ### Reproducible in: ```python @app.shortcut("request") def open_modal(ack, shortcut, client): ack() client.view...
closed
2022-06-06T00:29:36Z
2022-06-06T21:28:14Z
https://github.com/slackapi/bolt-python/issues/667
[ "question" ]
BMonsalvatge
2
keras-team/keras
machine-learning
20,833
Keras 2.15 is unable to load "h5" dumps created by itself (but can load models made in 2.12)
Using keras 2.15 installed with tensorflow 2.15, I'm taking a sample code from keras documentation: https://keras.io/guides/serialization_and_saving/ with the only change - I'm saving "h5" file instead of "keras". Sample code produces output: ``` numpy: 1.26.4 tensorflow: 2.15.1 keras: 2.15.0 TypeError: Error when...
closed
2025-01-31T12:51:41Z
2025-03-06T02:04:46Z
https://github.com/keras-team/keras/issues/20833
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
nchaly
3
axnsan12/drf-yasg
django
124
I have a little update about the summary
32, 43, 336...341 rows. Thank you ```from collections import OrderedDict from rest_framework.request import is_form_media_type from rest_framework.schemas import AutoSchema from rest_framework.status import is_success from .. import openapi from ..errors import SwaggerGenerationError from ..utils import ( ...
closed
2018-05-16T11:01:51Z
2018-08-06T13:55:43Z
https://github.com/axnsan12/drf-yasg/issues/124
[]
Sadygan
1
statsmodels/statsmodels
data-science
9,284
Should it not be `positive`?
Should it not be `positive`? https://github.com/statsmodels/statsmodels/blob/c2194ff6052362ffc09da7d00a5a9e99ecb11205/statsmodels/tsa/statespace/dynamic_factor_mq.py#L2828
closed
2024-06-17T04:16:12Z
2024-06-26T15:26:26Z
https://github.com/statsmodels/statsmodels/issues/9284
[]
Anselmoo
0
django-oscar/django-oscar
django
3,874
Use `--fail-on-template-vars` to detect broken templates
### Issue Summary There are multiple templates with broken variables, that go unnoticed. E.g.: - [In the anon order page](https://github.com/django-oscar/django-oscar/blob/master/src/oscar/templates/oscar/customer/anon_order.html#L70), it should be `line.product` instead of `product` - [In the GA tracking template...
open
2022-02-25T08:31:19Z
2023-06-23T14:36:22Z
https://github.com/django-oscar/django-oscar/issues/3874
[]
SaturnFromTitan
2
serengil/deepface
machine-learning
489
Run deepface on GPU
Hello I wonder how we can run the DeepFace library on GPU. I tried your suggestion on other posts, but none of them worked. I installed TensorFlow-gpu before the DeepFace and set CUDA_VISIBLE_DEVICES on my code. But none of the tricks works. I also tried to install DeepFace with no dependencies but no luck. When ...
closed
2022-05-27T08:41:56Z
2022-05-27T11:33:32Z
https://github.com/serengil/deepface/issues/489
[ "dependencies" ]
nadia-maarfavi
1
encode/apistar
api
380
fields in object type are not required by default as docs says
The README says > Note that child properties are considered to be required if they do not have a default value. However, check this: ```python In [3]: class Schema(typesystem.Object): ...: properties = { ...: 'attr1': typesystem.string(max_length=100), ...: 'attr2...
closed
2017-12-27T13:00:26Z
2018-03-19T13:53:01Z
https://github.com/encode/apistar/issues/380
[]
mgaitan
1
xlwings/xlwings
automation
2,273
pre-commit run --all-files: pip-shims<=0.3.4' does not match '^[a-zA-Z-_.0-9]+$
#### OS (e.g. Windows 10 or macOS Sierra) macOS Monterey #### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7) xlwings - 0.30.8 from source Python 3.9 and 3.11 I did a `pip install -e ".[all]" seem my `pip list` ```Python Package Version Editable project location --...
closed
2023-05-29T13:19:54Z
2023-05-30T08:01:53Z
https://github.com/xlwings/xlwings/issues/2273
[]
Jeroendevr
2
microsoft/nni
machine-learning
5,493
NNI gets stuck in WAITING state after a random number of successful trials
**Describe the issue**: I am currently training an ML model (transformer) and I use NNI to tune the hyperparameters. The problem is that NNI gets stuck after a random number of successful trials. It seems to be unable to create the next upcoming trial (which would be the trial GPJNB). Rather, it throws an error becaus...
open
2023-03-29T16:36:58Z
2023-05-08T02:17:37Z
https://github.com/microsoft/nni/issues/5493
[]
Oxid1
4
iMerica/dj-rest-auth
rest-api
523
Why commit=False in RegisterSerialzer?
Hi, I use Django Allauth in my projects and wanted to extend my website with this rest endpoint implementation. In /dj_rest_auth/registration/serialziers.py you set line 263 the commit option to False. Why? ``` def save(self, request): adapter = get_adapter() user = adapter.new_user(requ...
open
2023-06-28T13:20:15Z
2023-09-08T22:47:47Z
https://github.com/iMerica/dj-rest-auth/issues/523
[]
sowinski
1
suitenumerique/docs
django
434
Adapt export to new BlockNote.js version
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** With the version of BlockNote.js we can do exports from the client side. **Describe the solution you'd like** Adapt the export function so that it uses the BlockNote.js feature that works on the client side.
closed
2024-11-20T17:28:39Z
2025-01-28T12:36:05Z
https://github.com/suitenumerique/docs/issues/434
[ "frontend", "editor" ]
virgile-dev
0
Significant-Gravitas/AutoGPT
python
9,622
Implement popout text field on Agent Run page
The "New run" draft view has simple text inputs, which aren't great for long text inputs: <img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/8b8c1083-e001-49f1-b90d-007976dc5120/e8e6c003-e3a2-42a8-aa32-26cd1454ff28?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiL2E0Nzk0NmI1LTEyY2QtNG...
closed
2025-03-12T12:25:28Z
2025-03-18T15:33:28Z
https://github.com/Significant-Gravitas/AutoGPT/issues/9622
[ "UI", "Feature", "platform/frontend" ]
Pwuts
0
awtkns/fastapi-crudrouter
fastapi
122
Support for Async SQLAlchemy
Hi everyone, Is there any perspective of support for async SQLAlchemy? Im using AssyncSession. Thanks
open
2021-12-03T16:57:45Z
2023-05-10T08:43:38Z
https://github.com/awtkns/fastapi-crudrouter/issues/122
[ "enhancement" ]
jrlopes2005
8
itamarst/eliot
numpy
122
Create explicit IDestination interface
It would be good to have explicit definition of destinations, and a generic test or two.
open
2014-10-21T18:29:46Z
2018-09-22T20:59:15Z
https://github.com/itamarst/eliot/issues/122
[ "documentation", "API enhancement" ]
itamarst
0
pennersr/django-allauth
django
3,265
ACCOUNT_EMAIL_CONFIRMATION_COOLDOWN creates failing tests
I upgraded all my dependencies today, and this setting caused me quite some headache. I have some custom sign-up logic that I test quite extensively, and because of this setting, random tests kept failing, but not when executing them individually. Maybe there is a clean way to disable this setting when testing, or...
closed
2023-02-17T15:09:14Z
2023-06-20T18:41:30Z
https://github.com/pennersr/django-allauth/issues/3265
[]
Hafnernuss
1
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
837
Generating images of same file type as input
Hello, I am using tiff images in the training of my pix2pix model. However, during the training and testing, the images generated are in the png format instead of tiff. As a result, the generated png image is completely black. Is there any way I can modify the code to generate images in a tiff format? Thank you!
closed
2019-11-12T11:22:51Z
2019-11-17T02:57:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/837
[]
liuhh02
9
OpenInterpreter/open-interpreter
python
584
I started with interpreter --fast but it cost me a lot and it's very annoying
### Describe the bug I started with interpreter --fast but it cost me a lot and it's really annoying ;( please everytime we start a new session, write down everything Model set to GPT-4 Open Interpreter will require approval before running code. Use interpreter -y to bypass this. **ADD SOMETHING LIKE THIS...
closed
2023-10-04T06:09:53Z
2023-10-30T00:04:08Z
https://github.com/OpenInterpreter/open-interpreter/issues/584
[ "Bug" ]
onigetoc
13
Esri/arcgis-python-api
jupyter
1,408
Current ArcPy version is unbuildable from Anaconda distribution
**Describe the bug** Utilizing the standard command `conda install -c esri arcpy` in a new, empty, conda environment produces a build error which aborts the installation. **To Reproduce** Steps to reproduce the behavior: ``` conda create -n clean_env y conda activate clean_env conda install -c esri arcpy y ...
closed
2022-12-30T16:00:07Z
2023-08-08T14:50:42Z
https://github.com/Esri/arcgis-python-api/issues/1408
[ "bug" ]
FeralCatColonist
6
Skyvern-AI/skyvern
api
1,540
Why does "Wokflow" in the localhost dashboard have 'Max Retries' while 'Task' does not?
Why does "Wokflow" in the localhost dashboard have 'Max Retries' while 'Task' does not? #1540
open
2025-01-12T13:55:09Z
2025-01-13T00:12:01Z
https://github.com/Skyvern-AI/skyvern/issues/1540
[]
computer2s
1
strawberry-graphql/strawberry
graphql
3,678
handle_ping when client is disconnected raises an uncatched WebSocketDisconnect (sometimes)
Steps to repdroduce: - Add a async.sleep(10s) to [handle_ping](https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py#L206) - Open websocket - wait for a ping (async.sleep(10s) is now running/blocking) - disconnect client - server tries to send a ...
closed
2024-10-23T07:00:32Z
2025-03-20T15:56:54Z
https://github.com/strawberry-graphql/strawberry/issues/3678
[ "bug" ]
Speedy1991
3
autogluon/autogluon
data-science
4,466
No matching distribution found for numpy<3.0.0,>=2.0.0
System configuration: python3.8 Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [74 lines of output] Looking in indexes: https://repo.huaweicloud.com/repository/pypi/simple/ ...
open
2024-09-12T08:46:53Z
2024-09-12T08:46:53Z
https://github.com/autogluon/autogluon/issues/4466
[ "bug: unconfirmed", "Needs Triage" ]
soaprockets
0
onnx/onnx
scikit-learn
6,670
linux aarch64 build is failing
# Bug Report ### Is the issue related to model conversion? ### Describe the bug Currently we have build problems with linux aarch64 (memory exceptions / segmentations faults are appearing) One of the latest successful runs was https://github.com/onnx/onnx/actions/runs/12775045059/job/35610508975#step:5:121
closed
2025-01-31T06:00:14Z
2025-02-14T04:01:30Z
https://github.com/onnx/onnx/issues/6670
[ "bug", "contributions welcome" ]
andife
2
rthalley/dnspython
asyncio
844
dns.resolver.Resolver fails with "dns.name.EmptyLabel: A DNS label is empty." when search list contains a suffix starting with a dot
**Describe the bug** dns.resolver.Resolver fails with "dns.name.EmptyLabel: A DNS label is empty." when search list contains a suffix starting with a dot, for example .home as set by some SoHo routers. **To Reproduce** Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32...
closed
2022-10-06T10:11:08Z
2022-10-06T12:52:45Z
https://github.com/rthalley/dnspython/issues/844
[ "Enhancement Request" ]
krusch
3
plotly/dash-core-components
dash
222
Ability to set a maximum number of intervals?
As suggested by a community member: > When I put it this way, the cleanest solution to my problem would be if `dcc.Interval()` supported the idea of counting a certain number of ticks and then stopping by itself, i.e. had something like a `max_intervals` parameter. I’m not sure if you have any other use-cases for th...
closed
2018-07-02T03:04:35Z
2018-07-12T10:44:04Z
https://github.com/plotly/dash-core-components/issues/222
[ "dash-type-enhancement", "in progress", "dash-meta-good_first_issue" ]
chriddyp
1
ageitgey/face_recognition
machine-learning
1,267
train_object_detector
* face_recognition version: 1.4.0 * Python version: 2.7.16 * Operating System: Pi 4: Raspbian GNU/Linux 10 (buster) ### Description Hello, I would like to try using this for recognising individual animal faces. I found train_object_detector in dlib/examples and have been walking through that to re-train the ob...
open
2021-01-15T16:53:15Z
2021-01-15T16:53:15Z
https://github.com/ageitgey/face_recognition/issues/1267
[]
SquirrelMonkeyPrincess
0
widgetti/solara
flask
204
QST: solara usage with Treeview
First of all, thanks a lot for building this library. I really think the python community needs this. I worked a lot with ipyvuetify, for my next application I am trying to used solara. In this application I need to interact with a Treeview and I did not make it work with solara yet. Basically I am trying to make...
closed
2023-07-10T15:53:17Z
2023-07-20T16:16:24Z
https://github.com/widgetti/solara/issues/204
[ "documentation" ]
gab23r
4
browser-use/browser-use
python
330
browser-use + lightrag errors.
When I try to use browser-use and lightrag together, the only result I get is that it keeps crashing and I've been trying this for maybe 24 hours and I'm bored now. While browser-use works fine, when lightrag is included in the process it either gives an openai key error or another error. There are hundreds of errors a...
open
2025-01-20T09:18:05Z
2025-01-29T18:02:11Z
https://github.com/browser-use/browser-use/issues/330
[]
Kerimtunc
1
cobrateam/splinter
automation
1,036
(selenium) UserWarning: find_elements_by_css_selector is deprecated
Hello, didn't see an open issue on this so letting devs know about `/usr/local/lib/python3.9/site-packages/selenium/webdriver/remote/webelement.py:502: UserWarning: find_elements_by_css_selector is deprecated. Please use find_elements(by=By.CSS_SELECTOR, value=css_selector) instead warnings.warn("find_elements_b...
closed
2022-05-05T18:14:55Z
2022-05-05T18:43:09Z
https://github.com/cobrateam/splinter/issues/1036
[]
walksonair
1
explosion/spaCy
machine-learning
13,112
Error Message while trying to use spaCy experimental package for CorefResolver
While using spaCy experimental package for CorefResolver, I am getting the following error, Any clue what package could be missing? RegistryError: [E893] Could not find function 'spacy-experimental.Coref.v1' in function registry 'architectures'. If you're using a custom function, make sure the code is available. If ...
closed
2023-11-07T04:14:39Z
2023-11-07T08:39:46Z
https://github.com/explosion/spaCy/issues/13112
[]
kausikb
1
TheKevJames/coveralls-python
pytest
90
You have to provide either repo_token in .coveralls.yml, or launch via Travis
I get that here: https://travis-ci.org/ionelmc/python-hunter/jobs/81493516#L286 Anything obvious that I'm doing wrong there?
closed
2015-09-28T15:26:27Z
2015-10-03T22:20:35Z
https://github.com/TheKevJames/coveralls-python/issues/90
[]
ionelmc
1
redis/redis-om-python
pydantic
15
Document querying
Add a Markdown document to docs/ with more in-depth querying examples.
open
2021-11-13T01:36:50Z
2021-11-13T01:36:50Z
https://github.com/redis/redis-om-python/issues/15
[]
abrookins
0
PrefectHQ/prefect
automation
17,005
allow manual control of `task`s
### Describe the current behavior Currently the only (official/documented) way to define a task is adding `@task` decorator to functions. For jobs that involve large numbers of long interwoven concurrent tasks, they are often wrongly nested together in the Prefect Cloud UI. ![Image](https://github.com/user-attachment...
open
2025-02-06T08:58:35Z
2025-02-06T15:12:56Z
https://github.com/PrefectHQ/prefect/issues/17005
[ "enhancement" ]
kent-ps
0
flairNLP/flair
nlp
2,966
Fine-tune on specific domain
Hi, We chose to use Flair for our domain-specific NER model. So far we got excellent results! There is something that I would like to clarify, We are tagging data all the time, which means that every couple of weeks we get another batch of labeled data. For the first batch, we used TransformerWordEmbeddings wit...
closed
2022-10-21T11:58:51Z
2023-01-17T18:42:03Z
https://github.com/flairNLP/flair/issues/2966
[ "question" ]
shahafp
4
JaidedAI/EasyOCR
pytorch
731
finetuning easyocr using persian handwritten data
can easyocr be finetuned using persian handwritten data?
open
2022-05-19T08:41:07Z
2022-05-19T08:41:07Z
https://github.com/JaidedAI/EasyOCR/issues/731
[]
Nadiam75
0
recommenders-team/recommenders
machine-learning
2,126
[BUG] Cornac BiVAE test failing due to csc_matrix attribute error
### Description <!--- Describe your issue/bug/request in detail --> ``` E bivae = cornac.models.BiVAECF( E k=LATENT_DIM, E encoder_structure=ENCODER_DIMS, E act_fn=ACT_FUNC, E likelihood=LIKELIHOOD, E n_epochs=NUM_EPOCHS, E ...
open
2024-07-07T10:34:09Z
2024-07-09T03:51:33Z
https://github.com/recommenders-team/recommenders/issues/2126
[ "bug" ]
miguelgfierro
3
apachecn/ailearning
nlp
272
斗胆指一下注释中的一个小错误
https://github.com/apachecn/MachineLearning/blob/python-3.6/src/python/3.DecisionTree/DecisionTree.py 141行的注释 `# retDataSet = [data for data in dataSet for i, v in enumerate(data) if i == axis and v == value]` 这里的 `i == axis`是不是应该改为`i == index`?
closed
2018-01-28T02:43:41Z
2018-01-28T08:18:09Z
https://github.com/apachecn/ailearning/issues/272
[]
ZhaoLizz
3
feature-engine/feature_engine
scikit-learn
810
`_is_categorical_and_is_datetime` with no default value
**Describe the bug** `feature_engine.variable_handling._variable_type_checks._is_categorical_and_is_datetime` has variable `is_dt` has no default value ```bash feature_engine/variable_handling/_variable_type_checks.py", line 52, in _is_categorical_and_is_datetime return is_dt ^^^^^ UnboundLocalEr...
closed
2024-09-03T07:56:38Z
2024-09-12T12:10:56Z
https://github.com/feature-engine/feature_engine/issues/810
[]
jccalvojackson
2
ghtmtt/DataPlotly
plotly
6
Folder to save the plot
the `tmp` folder is the best solution at the moment. **NOTE** make it cross platform!
closed
2017-05-08T15:29:46Z
2017-05-12T08:53:09Z
https://github.com/ghtmtt/DataPlotly/issues/6
[ "enhancement" ]
ghtmtt
0
dadadel/pyment
numpy
63
Let NumpydocTools and GoogledocTools inherit from a common base class
As discussed in the abandoned (closed) PR #60, I open up another issue better suited to the changes I propose. During modifications to the source code to fix issue #49, I realized that there was room for improvement in how the different docstring styles (Numpydoc and Googledoc) were handled. They had a lot of duplicat...
closed
2018-07-28T20:51:02Z
2018-08-01T12:21:07Z
https://github.com/dadadel/pyment/issues/63
[]
wagnerpeer
1
nidhaloff/igel
automation
21
add cross validation support
### Description Users should be able to use cross validation
closed
2020-09-28T20:08:50Z
2020-09-28T20:09:11Z
https://github.com/nidhaloff/igel/issues/21
[ "enhancement", "feature" ]
nidhaloff
1
AirtestProject/Airtest
automation
925
[BUG提交]
:bulb:**相关项目:** Airtest **标题:** [BUG提交] **AirtestIDE版本:** **未使用本地Pyhton环境运行脚本** **报错描述:** 无 **相关截图:** 无 **报错Log:** 无 **连接设备信息:** 无 **提供最小可复现此BUG的代码:** ``` 无 ```
closed
2021-06-25T08:21:14Z
2021-06-25T08:21:27Z
https://github.com/AirtestProject/Airtest/issues/925
[]
NoneTypeCoder
0
SciTools/cartopy
matplotlib
1,684
Cartopy quiver plot issues - custom angles and updating quiver data
### Description <!-- Please provide a general introduction to the issue/proposal. --> I experience issues with the `angles` argument and the `set_UVC()` method for quiver plots when using the orthographic projection in Cartopy, see see https://stackoverflow.com/questions/65021028/cartopy-quiver-plot-issues-custo...
open
2020-11-26T13:35:33Z
2021-02-20T13:22:58Z
https://github.com/SciTools/cartopy/issues/1684
[]
silenceOfTheLambda
1
strawberry-graphql/strawberry
fastapi
3,381
Do the Lazy-Types support Union?
If I implement the following construct: ``` # graphql/file.py if TYPE_CHECKING: from graphql.status import StatusesResult @strawberry.type class File: statuses: Annotated[ "StatusesResult", strawberry.lazy("graphql.status") ] ``` ``` # graphql/status.py @strawberry.type ...
open
2024-02-14T10:46:02Z
2025-03-20T15:56:36Z
https://github.com/strawberry-graphql/strawberry/issues/3381
[]
MaehMaeh
0
mljar/mljar-supervised
scikit-learn
133
Add feature selection step
Please add a feature selection step with the following steps: 1. Before the hill-climbing step add a random feature to the top-performing model. 2. Train the model with an additional random feature and compute permutation importance (for all features). 3. Drop all features which minimum importance is lower than the ...
closed
2020-07-30T12:18:23Z
2020-07-31T10:48:14Z
https://github.com/mljar/mljar-supervised/issues/133
[ "enhancement" ]
pplonski
0
iperov/DeepFaceLive
machine-learning
145
you should update yolov5 to yolor or yolov7 for more efficient face detection
you should update yolov5 to yolor or yolov7 for more efficient face detection https://github.com/WongKinYiu/yolor https://github.com/WongKinYiu/yolov7 use whatever version of either one is the most efficient and works the best.
closed
2023-04-09T08:05:39Z
2023-04-09T08:36:14Z
https://github.com/iperov/DeepFaceLive/issues/145
[]
Cxsmo-ai
2
nok/sklearn-porter
scikit-learn
47
Export Matrix as Vector (SVM and maybe other Models)
Firstly, I wold like to thank the authors of the library, it is really useful. Most of Java Algebra libraries are based on 1D primitive arrays (probably other languages too) instead of 2D (it is easy to map one to another and the algorithms in 1D are simpler to write). One option is to create a new 1D array and cop...
open
2019-02-09T19:02:15Z
2019-03-05T10:55:32Z
https://github.com/nok/sklearn-porter/issues/47
[ "enhancement" ]
gobber
1
scikit-tda/kepler-mapper
data-visualization
103
Prediction for the missing segment of the blue sea star image
I really enjoyed reading this notebook: https://github.com/MLWave/kepler-mapper/tree/master/notebooks/self-guessing#references I'm curious though: what do the predictions from a strong self-guesser for the "blue sea star" image at the start of the notebook look like?
closed
2018-07-10T18:23:52Z
2019-11-26T01:35:36Z
https://github.com/scikit-tda/kepler-mapper/issues/103
[]
zachmayer
4
HumanSignal/labelImg
deep-learning
330
Difficult flag: missing instructions
hello. Please add to readme some explanation regarding what the "difficult flag" is for and what difficulty means in terms of ML. When and how exactly this flag meant to be used?
closed
2018-07-12T06:10:38Z
2018-07-15T08:21:18Z
https://github.com/HumanSignal/labelImg/issues/330
[]
Insertfunnylogin
1
CPJKU/madmom
numpy
538
Start BeatTracker without Command line arguments
I have been trying to run the `BeatTracker` in my own class, so that I can can call a callback function whenever it detects a beat. However I cannot get it running without the command line argument "online" Is there a way to get it running without command line arguments? I have tried setting online to default in ...
open
2024-06-08T00:49:59Z
2024-06-10T18:43:02Z
https://github.com/CPJKU/madmom/issues/538
[]
Jarris81
1
oegedijk/explainerdashboard
plotly
148
Adding new plotly graphs to create new components for custom dashboard
Hi I'm trying to add a new graph to track predicted vs actual over time above the predicted vs actual component (for regression), like in the screenshot ![image](https://user-images.githubusercontent.com/61852565/134425523-e24199c7-7584-4282-8cd7-970da73776b2.png) But the graph shows as blank. I created a fu...
closed
2021-09-22T21:43:58Z
2021-12-23T19:13:44Z
https://github.com/oegedijk/explainerdashboard/issues/148
[]
yean8mun
1
flairNLP/fundus
web-scraping
1
Move current repo
- [ ] Get current [repo](https://github.com/MaxDall/CCNewsCrawler) in a movable state (commit all changes, etc...) - - [ ] Move repo
closed
2022-10-28T16:14:48Z
2022-10-31T13:41:18Z
https://github.com/flairNLP/fundus/issues/1
[]
MaxDall
4
FactoryBoy/factory_boy
django
160
Model factory should load model as late as possible
Django uses string notation in several places (e.g. `ForeignKey`) to be able to reference a model during the app startup phase. Factory boy recently added that syntax, but unfortunately due to the way it's implemented, the original purpose of lazy loading the model is defeated. The model class is loaded in the factor...
open
2014-08-28T19:45:35Z
2015-01-30T16:21:20Z
https://github.com/FactoryBoy/factory_boy/issues/160
[ "Bug" ]
maiksprenger
6
Esri/arcgis-python-api
jupyter
2,149
Unable to get arcgis.mapping to work
**Describe the bug** Unable to use the arcgis mapping module error: ```python Import Error: Cannot import WebMap from arcgis.mapping ``` **Screenshots** <img width="1394" alt="Screenshot 2024-10-29 at 2 30 09 PM" src="https://github.com/user-attachments/assets/4174f044-8c1c-4d0d-8c35-5a81e3f2859d"> **Platfo...
closed
2024-10-29T19:30:27Z
2024-10-30T16:48:08Z
https://github.com/Esri/arcgis-python-api/issues/2149
[ "As-Designed" ]
gv2325
6
ivy-llc/ivy
pytorch
28,619
Fix Frontend Failing Test: numpy - search.paddle.argsort
To-do List: https://github.com/unifyai/ivy/issues/27497
closed
2024-03-17T14:15:22Z
2024-03-25T12:44:28Z
https://github.com/ivy-llc/ivy/issues/28619
[ "Sub Task" ]
ZJay07
0
encode/apistar
api
294
Test cli arguments
To run `pytest` over the project layout below, it would be needed the argument `--pyargs project`. Since `apistar test` run pytest, would be great to pass its args/kwargs e.g. `apistar test --pyargs project` ``` project/ __init__.py app.py view.py test/ __init__.py test_app.py ...
closed
2017-09-22T03:28:29Z
2018-03-28T21:22:39Z
https://github.com/encode/apistar/issues/294
[]
rougeth
1
albumentations-team/albumentations
machine-learning
2,402
[New feature] Add apply_to_images to FancyPCA
open
2025-03-11T01:02:29Z
2025-03-11T01:02:35Z
https://github.com/albumentations-team/albumentations/issues/2402
[ "enhancement", "good first issue" ]
ternaus
0
indico/indico
sqlalchemy
5,956
Room booking: Rich-text room descriptions / multiple room pictures
**Is your feature request related to a problem? Please describe.** For some rooms, more than one picture is needed to communicate everything — for example, the usual layout of tables and chairs (or, if there are several layouts, a list of them), special equipment etc. The rooms currently only allow for a single pict...
open
2023-09-27T19:12:27Z
2023-09-27T22:12:56Z
https://github.com/indico/indico/issues/5956
[ "enhancement" ]
olifre
2
Miserlou/Zappa
django
1,921
-bash: zappa: command not found
<!--- Provide a general summary of the issue in the Title above --> ## Context i solved my issue by uninstalling pip and python and re setting up the environment and installation ect
closed
2019-08-20T20:41:42Z
2022-11-20T11:54:58Z
https://github.com/Miserlou/Zappa/issues/1921
[]
3lonious
1
SYSTRAN/faster-whisper
deep-learning
674
ValueError: invalid literal for int() with base 10: ''
faster-whisper: 0.10.0 ``` bash[610]: Traceback (most recent call last): bash[610]: File "../app.py", line 17, in <module> bash[610]: from faster_whisper import WhisperModel bash[610]: File "/opt/conda/envs/pytorch/lib/python3.9/site-packages/faster_whisper/__init__.py", line 2, in <module> bash[610]: ...
open
2024-02-08T02:58:52Z
2024-02-08T02:58:52Z
https://github.com/SYSTRAN/faster-whisper/issues/674
[]
tree1891
0
iperov/DeepFaceLab
machine-learning
893
Please add 3 pass in face detection
Please add 3 pass in face detection just like in DFL 1.0 cause too many false face detections
open
2020-09-15T01:23:11Z
2023-06-08T21:16:31Z
https://github.com/iperov/DeepFaceLab/issues/893
[]
justinjohn0306
1
horovod/horovod
machine-learning
3,493
Training loop now working very slow
Hello ! I am sorry but after long struggling installing the horovod now I am facing new strange issue. My code run now very slowly comparing to before. Also using nccl configuration I am getting this warning ``` [0]<stderr>:libibverbs: Warning: couldn't load driver 'librxe-rdmav34.so': librxe-rdmav34.so: cannot ...
closed
2022-03-25T09:03:50Z
2022-06-10T18:24:05Z
https://github.com/horovod/horovod/issues/3493
[ "wontfix" ]
Arij-Aladel
1
mouredev/Hello-Python
fastapi
79
Python
open
2024-10-02T16:24:12Z
2024-10-02T16:24:12Z
https://github.com/mouredev/Hello-Python/issues/79
[]
Ivan-Reartes
0
plotly/dash-table
dash
313
Ability to export data as excel or csv
- For Excel files, only XLSX (not XLS) will be supported - Only the data will be exported, formatting will not be exported - The export will include the data in the current view. For example, if columns are hidden, sorted, or filtered, then the exported file will display the current view. - Export will not protect u...
closed
2018-12-19T22:02:52Z
2019-08-08T20:28:38Z
https://github.com/plotly/dash-table/issues/313
[ "dash-type-enhancement", "dash-meta-sponsored", "size: 8" ]
chriddyp
8
sktime/sktime
data-science
8,021
[ENH] Inconsistent behaviour in keeping track of index name between pandas.Series and pandas.DataFrame
`sktime` is not keeping index name information consistently. As a user, i expect it to be kept track either always or never. ```pycon >>> >>> import pandas >>> from sktime.forecasting.ets import AutoETS >>> >>> pandas_df = pandas.DataFrame({"date": pandas.date_range(start="2001-01-01", end="2001-01-04", freq="D"), "y...
open
2025-03-22T10:06:51Z
2025-03-23T23:04:39Z
https://github.com/sktime/sktime/issues/8021
[ "module:datatypes", "enhancement" ]
yarnabrina
7
tflearn/tflearn
tensorflow
1,140
List index out of range for FashionMNIST tutorial.
I've just started learning a bit about Tensorflow, and I tried out the Fashion MNIST tutorial. However, I keep getting a list index out of range error. I've copied the code from the official tutorial and also tried using tf.reset_default_graph() as suggested in some other posts, but neither have worked. Here is the ...
open
2019-11-05T22:17:14Z
2019-11-05T22:26:23Z
https://github.com/tflearn/tflearn/issues/1140
[]
fsiraj
0
public-apis/public-apis
api
3,321
Apis
closed
2022-10-06T16:22:16Z
2022-10-14T08:01:37Z
https://github.com/public-apis/public-apis/issues/3321
[]
S1mon009
0
harry0703/MoneyPrinterTurbo
automation
489
视频生成失败
2024-09-03 16:04:29.288 | INFO | __main__:<module>:783 - 开始生成视频 2024-09-03 16:04:29.308 | INFO | __main__:<module>:784 - { "video_subject": "父母如何教导孩子学会拒绝", "video_script": "", "video_terms": "", "video_aspect": "16:9", "video_concat_mode": "random", "video_clip_duration": 3, ...
open
2024-09-03T08:07:05Z
2024-09-23T07:03:05Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/489
[]
Jiang8002000
2
jstrieb/github-stats
asyncio
62
display by line number
Is is possible to display languages used by line number?
closed
2022-01-20T19:59:42Z
2022-03-04T14:15:29Z
https://github.com/jstrieb/github-stats/issues/62
[]
hhaootian
2