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
MagicStack/asyncpg
asyncio
911
prepared statement get_attributes
<!-- Enter your issue details below this comment. --> How can i get scale and precision from get_attributes()? psycopg returns (Column(name='column_name', type_code=1043, display_size=None, internal_size=-1, precision=None, scale=None, null_ok=None) asyncpg returns Attribute( name='typname', type=Type(oid=19...
open
2022-05-12T11:59:03Z
2023-12-16T22:38:17Z
https://github.com/MagicStack/asyncpg/issues/911
[]
fbeqirllari
1
Farama-Foundation/Gymnasium
api
1,089
[Question] how to avoid warning when using the function envs.call()
### Question The usage of `envs.call` is "Call a method, or get a property, from each parallel environment". However, when I use this function, a warning is returned: WARN: env.model_path to get variables from other wrappers is deprecated and will be removed in v1.0, to get this variable you can do `env.unwrappe...
closed
2024-06-20T06:55:28Z
2024-06-21T03:25:36Z
https://github.com/Farama-Foundation/Gymnasium/issues/1089
[ "question" ]
yinfanyi
3
aeon-toolkit/aeon
scikit-learn
2,674
[BUG] Inconsistent Sbd distance with `tslearn` and other implementations
### Describe the bug While implementing **K-shape clustering**(#2661) I noticed that our implementation for the `sbd_distance` differs slightly from how `tslearn` handles it. This doesn't matter for univariate series but for multivariate series we do see differences. **sbd_distance**: finds the distance for each cha...
open
2025-03-22T18:53:57Z
2025-03-23T15:21:16Z
https://github.com/aeon-toolkit/aeon/issues/2674
[ "bug", "clustering", "distances" ]
tanishy7777
0
piccolo-orm/piccolo
fastapi
743
Best practices for writing unit tests
In django each unit test is wrapped in a database transaction. It means that any changes made during test (e.g. calling an endpoint which adds a new object) are rolled back after the test ends. This is very useful because the state of the DB does not change between tests, and assertions are easy to write and very e...
open
2023-01-02T13:40:39Z
2024-01-29T21:55:09Z
https://github.com/piccolo-orm/piccolo/issues/743
[]
PawelRoman
15
sqlalchemy/sqlalchemy
sqlalchemy
10,201
CTE Compiles in Incorrect Order for Postgres Insert From Select
### Describe the bug The issue described [here](https://github.com/sqlalchemy/sqlalchemy/issues/4275) for the Oracle engine and fixed [here](https://github.com/sqlalchemy/sqlalchemy/commit/3619edcb8aa3ceef2a44925b85315fc0e90c5982) for the Oracle engine and MySQL engine also exists for the Postgres engine. I have use...
closed
2023-08-08T04:35:28Z
2023-08-08T06:11:16Z
https://github.com/sqlalchemy/sqlalchemy/issues/10201
[ "sql", "external driver issues", "expected behavior" ]
110holmberg
1
quasarstream/python-ffmpeg-video-streaming
dash
124
Save to s3 not working
**Describe the bug** Im trying to upload my processed hls playlist with fragments Im using fastapi and streaming upload to s3. First i do upload to cloud my raw mp4 video file Second i get url and set to input ffmpeg_streaming Third i get proccess hls file and do save to s3 In my function i dont get any errors,...
open
2023-08-15T16:16:58Z
2023-08-25T09:49:18Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/124
[]
Tamerlan-hash
1
holoviz/panel
matplotlib
6,801
In the Reactive HTML doc page, 2 hyperlinks are missing.
In the doc below, in the text below, How to > ... and / API > ... should be hyperlinks, but instead they are plain text. Location of file in Github: https://github.com/holoviz/panel/blob/main/doc%2Fexplanation%2Fcomponents%2Freactive_html_components.md Link to page: https://panel.holoviz.org/explanation/component...
open
2024-04-30T08:14:53Z
2025-02-20T15:07:31Z
https://github.com/holoviz/panel/issues/6801
[ "type: docs" ]
Coderambling
0
scikit-optimize/scikit-optimize
scikit-learn
525
Pick starting point with sobol sampling
I know that this is already under discussion in #433, I'm opening this issue just to provide a snippet of code able to perform sobol sampling for the initial points. This works with integers, floats and categoricals domain. You will need to install SALib to use it. ``` from skopt.space import Space import numpy as n...
closed
2017-09-27T12:57:26Z
2020-02-23T20:39:31Z
https://github.com/scikit-optimize/scikit-optimize/issues/525
[]
stefanocereda
1
tflearn/tflearn
tensorflow
188
Choose one GPU from four
Hi, How can choose one GPU from 4 to run the code? Is it any simply method like pass a parameter in the commondline? like in Caffe Thanks! Best, Rui
closed
2016-07-08T12:55:09Z
2016-07-08T13:14:19Z
https://github.com/tflearn/tflearn/issues/188
[]
ruizhaogit
0
FlareSolverr/FlareSolverr
api
782
[anidex] (configuring) Error connecting to FlareSolverr server: System.Net.Http.HttpRequestException
### Have you checked our README? - [X] I have checked the README ### Is there already an issue for your problem? - [X] I have checked older issues, open and closed ### Have you checked the discussions? - [X] I have read the Discussions ### Environment ```markdown - FlareSolverr version: 3.1.2 - Last working Fla...
closed
2023-05-23T13:34:50Z
2023-08-03T06:36:58Z
https://github.com/FlareSolverr/FlareSolverr/issues/782
[ "help wanted", "more information needed" ]
varosengineer
17
ymcui/Chinese-LLaMA-Alpaca
nlp
89
请教全量模型merged model不生成任何回复是怎么会事呢?
具体问题在这里(我想可能还是新开一个不同的issue比较好): https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/87#issuecomment-1501024062 症状表现: evaluate("你推荐我买最新款的iphone吗?") 不返回任何结果是怎么会事呢? 输出为: Response: <[/s]
closed
2023-04-09T04:56:53Z
2023-05-19T22:02:39Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/89
[ "stale" ]
mikeda100
13
open-mmlab/mmdetection
pytorch
11,879
training speed slower 2X
![图片](https://github.com/user-attachments/assets/040e0a1b-3a7e-4ab4-b72b-9793b2d6f24f) I have a 2 GPU LINUX computer. I trained 1 model use 1GPU,NOT-distributed training method. when i trained 1 model, speed is normal,but when i trained 2 model,then then training speed goes 2X slower. DO YOU ever met this problem?
open
2024-07-26T03:45:34Z
2024-07-26T03:45:49Z
https://github.com/open-mmlab/mmdetection/issues/11879
[]
zhaohai1314
0
mwaskom/seaborn
data-visualization
2,976
Visibility of internal axis labels is wrong with wrapped pair plot
```python ( so.Plot(mpg, y="mpg") .pair(["displacement", "weight", "horsepower", "cylinders"], wrap=2) ) ``` ![image](https://user-images.githubusercontent.com/315810/186793170-dedae71a-2cb9-4f0e-9339-07fc1d13ac59.png) The top two subplots should have distinct x labels.
closed
2022-08-26T00:48:10Z
2022-08-27T00:31:23Z
https://github.com/mwaskom/seaborn/issues/2976
[ "bug", "objects-plot" ]
mwaskom
0
databricks/koalas
pandas
1,706
How to automatically generate the rst format files same with docs'
In the source code,the rst format files like this: ![image](https://user-images.githubusercontent.com/17919002/89893192-7d686a00-dc0a-11ea-95b8-fdb971576b12.png) But generate locally like this: ![image](https://user-images.githubusercontent.com/17919002/89893383-cf10f480-dc0a-11ea-9777-e6224ab42481.png) How to auto...
closed
2020-08-11T11:43:14Z
2020-09-01T09:02:43Z
https://github.com/databricks/koalas/issues/1706
[ "question" ]
Tom-Deng
6
ultrafunkamsterdam/undetected-chromedriver
automation
1,418
Get: DeprecationWarning: headless property is deprecated
Hello, when running the tests I get the following ```DeprecationWarning: headless property is deprecated, instead check for '--headless' in arguments, in file __init__.py on line 375 and 465. ``` I'm not explicitly calling anywhere "headless", Why can I receive these alerts? And how to remove them thanks! I use:...
open
2023-07-25T10:25:36Z
2023-07-25T10:32:22Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1418
[]
Seleznyov
0
Anjok07/ultimatevocalremovergui
pytorch
1,139
UVR GUI fails to load font
Originally, when i first used this software on Linux, it worked fine. Then it broke for some reason, it refused to use the GPU and all audio outputs were squeaky and unusable. When i tried running the program in conda, using an older python version, a new problem emerged, where the GUI refused to use the default font, ...
closed
2024-01-29T08:06:27Z
2024-01-29T08:21:29Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1139
[]
RoyDubnium
1
pyro-ppl/numpyro
numpy
1,222
Hierarchical time series?
I’m trying to write a hierarchical time series in numpyro. There doesn’t seem to be too much documentation to help. Does anyone know of any resources that they may be able to point towards? Are Stan and pymc a bit more plug and play for now? Is there an intention to provide such documentation in the future? T...
closed
2021-11-11T19:51:39Z
2021-11-17T20:53:54Z
https://github.com/pyro-ppl/numpyro/issues/1222
[ "question" ]
CarolineTims88
1
Lightning-AI/pytorch-lightning
data-science
20,478
importing fails after matplotlib is installed
### Bug description I receive ```ValueError: bad marshal data (unknown type code)``` when importing pytorch lightning ```import pytorch_lightning```. I could recreate this with a fresh environment with only pytorch, lightning, and matplotlib installed. ### What version are you seeing the problem on? v2.4 ### How to...
closed
2024-12-09T10:22:16Z
2024-12-09T10:50:03Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20478
[ "bug", "needs triage", "ver: 2.4.x" ]
niphiwi
1
jupyter/nbgrader
jupyter
1,072
Better document how to setup multiple nbgrader_config.py files in JupyterHub
### `nbgrader --version` 0.5.5 ### `jupyterhub --version` (if used with JupyterHub) 0.9.4 ### `jupyter notebook --version` 5.7.4 ### Expected behavior Assignment listing tab should use my `nbgrader_config.py`, and not try to use the default exchange directory. ### Actual behavior Assignment listing ...
closed
2019-03-11T08:51:42Z
2019-06-01T18:17:23Z
https://github.com/jupyter/nbgrader/issues/1072
[ "documentation" ]
rgerkin
3
huggingface/datasets
machine-learning
7,336
Clarify documentation or Create DatasetCard
### Feature request I noticed that you can use a Model Card instead of a Dataset Card when pushing a dataset to the Hub, but this isn’t clearly mentioned in [the docs.](https://huggingface.co/docs/datasets/dataset_card) - Update the docs to clarify that a Model Card can work for datasets too. - It might be worth c...
open
2024-12-17T12:01:00Z
2024-12-17T12:01:00Z
https://github.com/huggingface/datasets/issues/7336
[ "enhancement" ]
August-murr
0
huggingface/transformers
nlp
36,516
Object detection tutorial uses buggy dataset, may lead to crash during training
### System Info The [Object detection tutorial](https://huggingface.co/docs/datasets/object_detection) uses the [CPPE-5 dataset](https://huggingface.co/datasets/rishitdagli/cppe-5) to finetune a DETR model. This dataset contains multiple images with wrong annotations. This is clear when inspecting the [CPPE-5-v2 datas...
open
2025-03-03T15:22:09Z
2025-03-04T09:01:12Z
https://github.com/huggingface/transformers/issues/36516
[ "Examples", "bug", "Vision" ]
LambdaP
4
kubeflow/katib
scikit-learn
1,860
Metrics collector fails for long-running PyTorchJob
/kind bug **What steps did you take and what happened:** When a PyTorchJob trial that takes longer than ~1-2 minutes to run finishes the metrics collector throws `unable to find main pid from the process list` (https://github.com/kubeflow/katib/blob/v0.12.0/pkg/metricscollector/v1beta1/common/pns.go#L108) ``` $...
closed
2022-05-03T14:33:47Z
2022-05-12T13:38:36Z
https://github.com/kubeflow/katib/issues/1860
[ "kind/bug" ]
deinal
1
dgtlmoon/changedetection.io
web-scraping
1,888
Memory leak
**Describe the bug** The docker container has a memory leak, I'm on the latest image version. After it has reached 17gb of host's ram usage I limited the container available memory to 512mb and since then the container spit out this kernel error three/four times a day: `kernel: Memory cgroup out of memory: Kille...
closed
2023-10-23T16:33:17Z
2023-10-24T21:00:02Z
https://github.com/dgtlmoon/changedetection.io/issues/1888
[ "triage" ]
amigthea
0
huggingface/peft
pytorch
1,632
Seeking Help/Question: Best practice for fine-tuning LLM with Lora but with addtional parameters
Hi PEFT Library, thanks for the cool project! So I recently run into a use case where I want to fine-tune a LLM with Lora, but also some additional parameters. I'm currently using the Huggingface eco system for training. I wonder what would be the best practice for saving the additional parameters I want to have? ...
closed
2024-04-08T22:11:32Z
2024-04-10T18:46:00Z
https://github.com/huggingface/peft/issues/1632
[]
zhouhanxie
2
xlwings/xlwings
automation
1,708
add to_pdf() support for Chart and Range
closed
2021-08-25T15:43:19Z
2022-02-04T19:51:30Z
https://github.com/xlwings/xlwings/issues/1708
[ "enhancement" ]
fzumstein
6
pyqtgraph/pyqtgraph
numpy
3,142
Why does lookup table not respect autoLevels=False min and max levels?
In this example with levels set to be between 0 and 100,000 units, I expect the image to retain those limits depending on the value of each pixel of the image. So the color for value 10,000 should always be the same color no matter the min/max in view. Currently the lookup table is adjusting to the min/max range of th...
open
2024-08-31T22:56:46Z
2024-09-01T01:13:59Z
https://github.com/pyqtgraph/pyqtgraph/issues/3142
[]
bryaan
1
httpie/http-prompt
api
89
Excessive leading newlines after the response headers and body
In http-prompt my response headers and bodies are leaded with excessive newlines. (0.7.0, downloaded with pip) ![http-vs-http-status](https://cloud.githubusercontent.com/assets/5356544/20034876/1e4ffa24-a423-11e6-8be7-01992e4fb446.png) When calling the same resource from just http it prints correctly. I also tr...
closed
2016-11-06T02:24:45Z
2016-11-16T13:29:46Z
https://github.com/httpie/http-prompt/issues/89
[ "bug" ]
jasonwoodland
0
Python3WebSpider/ProxyPool
flask
214
docker 运行ProxyPool后,VPS空间被占满了
怎么限制docker主机的空间或定期对历史数据进行清理啊?
closed
2024-04-21T03:24:04Z
2024-04-21T03:34:46Z
https://github.com/Python3WebSpider/ProxyPool/issues/214
[ "bug" ]
zhouyuyu888
1
keras-team/keras
tensorflow
20,931
TF+XLA+Mixed Precision: Keras fails to compute gradients
Keras fails to compute gradients for autoencoder-esce model using Tensorflow backend with mixed precision and jit compilation enabled. See code here: [colab](https://colab.research.google.com/gist/itmo153277/6f38f43d724e173a30115d12f2a40e07/upsamplerelugrad.ipynb). This is caused by `UpSampling2D` layer. When gradient...
open
2025-02-20T12:11:14Z
2025-02-21T04:52:28Z
https://github.com/keras-team/keras/issues/20931
[ "type:Bug" ]
itmo153277
0
ddbourgin/numpy-ml
machine-learning
17
Yet another approach to implement Net module with numpy for vanilla neural network
## Strengthen your network layers operator implementation Hi, I just found this repo and I found that the network implementation is weak. Here I provide your some examples where you expand neural network implementation with tests covered: Detailed explanation with Conv, BatchNorm, Relu, FullyConnected, UpSampling...
closed
2019-07-11T05:16:19Z
2019-07-11T11:10:27Z
https://github.com/ddbourgin/numpy-ml/issues/17
[]
yiakwy
2
microsoft/hummingbird
scikit-learn
720
Build is failing - SKL 1.3 release
https://github.com/microsoft/hummingbird/actions/runs/5490659732/jobs/10006370962 ``` self = <test_sklearn_decomposition.TestSklearnCrossDecomposition testMethod=test_pca_converter_two> def test_pca_converter_two(self): > self._fit_model_pls_regressor(PLSR(n_components=2)) tests/test_sklearn_deco...
closed
2023-07-10T16:03:48Z
2023-07-11T23:00:28Z
https://github.com/microsoft/hummingbird/issues/720
[]
ksaur
1
koxudaxi/datamodel-code-generator
fastapi
1,957
Consider replacing httpx with requests for pyodide support
**Is your feature request related to a problem? Please describe.** Even with https://github.com/wolverdude/GenSON/issues/73 fixed, datamodel-code-generator still depends on httpx, which is not yet supported in pyodide (see https://github.com/koenvo/pyodide-http/issues/37) **Describe the solution you'd like** Repla...
open
2024-05-12T12:15:32Z
2024-05-17T16:26:29Z
https://github.com/koxudaxi/datamodel-code-generator/issues/1957
[]
simontaurus
0
matplotlib/mplfinance
matplotlib
383
How can I update chart after specific interval
How can I update chart after 1 minute? It can be after closing original chart and replotting based on new data. or live update the original chart. Here is my code: (I'm reading csv inside of loop because its getting updated every minute.) ```python while True: df = pd.read_csv(r'data.csv', index_col=0, parse_d...
closed
2021-04-20T11:49:07Z
2021-04-20T16:14:36Z
https://github.com/matplotlib/mplfinance/issues/383
[ "question" ]
tkanhe
4
vitalik/django-ninja
rest-api
1,289
[BUG] Openapi generated docs won't submit arrays correctly in forms.
Greetings. There's been an [issue](https://github.com/vitalik/django-ninja/issues/377) to the problem I am referring to, which was closed for no reason to my understanding. Essentially, when you define a `Schema` with a `List[str]` field the openapi generated documentation is not in sync with what the schema exc...
open
2024-08-30T08:25:50Z
2025-01-14T09:55:41Z
https://github.com/vitalik/django-ninja/issues/1289
[]
KonstantinosPetrakis
3
litestar-org/polyfactory
pydantic
94
Support for Json Type
### Description ```python class Person(BaseModel): names: Json[Any] person_json = ''' { "first_name": "john", "last_name": "Doe", "nick_name": "lost" } ''' p = Person.json_parse(person_json) ``` This automatically converts the `person_json` into pydantic Model. But I couldn't fin...
closed
2022-10-25T13:06:51Z
2023-04-03T15:16:55Z
https://github.com/litestar-org/polyfactory/issues/94
[ "question" ]
alazaralemayehu
3
donnemartin/system-design-primer
python
1,026
Proposal: Implement User-Friendly Progress Tracking in README
## Introduction The System Design Primer README is thorough but lacks progress tracking, which can improve user engagement and learning structure. ## Benefits - **Track Progress:** Users can see completed sections and what's left. - **Boost Motivation:** Visual indicators encourage continued learning. ## Propo...
open
2024-12-01T08:06:40Z
2024-12-02T01:13:16Z
https://github.com/donnemartin/system-design-primer/issues/1026
[ "needs-review" ]
mohamedch7
0
ydataai/ydata-profiling
pandas
1,350
Profiling in Spark cluster erroring out
### Current Behaviour Just trying a basic CSV file profiling in a Spark cluster and it's erroring out with the following: ``` An error was encountered: Function <code object spark_get_series_descriptions at 0x7f47ec720870, file "/usr/local/lib/python3.10/site-packages/ydata_profiling/model/spark/summary_spark.p...
open
2023-05-31T05:35:26Z
2024-03-27T18:59:45Z
https://github.com/ydataai/ydata-profiling/issues/1350
[ "bug 🐛" ]
alexandreczg
10
Miksus/rocketry
automation
108
BUG set_repo doesn't work, though it is mentioned in the documentation
**Describe the bug** I was going through the documentation here: https://rocketry.readthedocs.io/en/stable/cookbook/robust_applications.html?highlight=email#to-csv , and following the steps to add a repo to an app session, I get the error: ``` AttributeError: 'Session' object has no attribute 'set_repo' ``` **To...
open
2022-09-22T07:18:41Z
2023-03-18T09:12:22Z
https://github.com/Miksus/rocketry/issues/108
[ "bug", "documentation" ]
vamshiaruru-virgodesigns
4
piskvorky/gensim
machine-learning
3,061
Jupyter crashes on using Word2Vec most_similar
When I load a Word2Vec model and call `most_similar` it takes some time and then the kernel gets restarted. The application doesn't throw any error and all that is logged by the jupyter server is: ``` AsyncIOLoopKernelRestarter: restarting kernel (1/5), keep random ports kernel 34b5f234-0025-4950-bd88-ed1741fcd2d8 r...
open
2021-03-05T09:55:53Z
2021-03-09T20:29:51Z
https://github.com/piskvorky/gensim/issues/3061
[ "need info" ]
max-otto
5
skforecast/skforecast
scikit-learn
707
create_and_compile_model() en ForecasterRnn, Weighted time series forecasting y diferentes valores de steps
Buenas tardes, Enhorabuena y gracias por el desarrollo de esta gran librería! Estoy trabajando en un proyecto y me resultan de gran utilidad los modelos globales. Quería preguntar algunas dudas: 1. En los modelos de ForecasterRnn, creo que el parámetro activation de la función create_and_compile_model() se apl...
closed
2024-06-11T17:15:56Z
2024-06-12T13:32:24Z
https://github.com/skforecast/skforecast/issues/707
[]
yuye188
5
polakowo/vectorbt
data-visualization
695
slippages are not applied to stop orders
it seems like slippages only applied to normal exit order but not stop orders.
open
2024-03-18T17:10:59Z
2024-04-03T14:37:36Z
https://github.com/polakowo/vectorbt/issues/695
[]
holymonkey808
1
pyppeteer/pyppeteer
automation
401
please update this function from puppeteer and puppeteer-extra
* const puppeteer = require('puppeteer-extra') * puppeteer.use(require('puppeteer-extra-plugin-anonymize-ua')()) i like this function from puppeteer-extra, but i dont know how to modify this. so can you update this to pyppeteer.
closed
2022-08-24T17:30:47Z
2022-08-24T17:33:35Z
https://github.com/pyppeteer/pyppeteer/issues/401
[]
Khanhlinhdang
1
BeanieODM/beanie
pydantic
25
Migration issue
Hello Roman, i have some issue about run migrations, where do i run this "beanie new-migration -n migration_name -p relative/path/to/migrations/directory/" to perform a migration?
closed
2021-05-04T19:24:13Z
2022-11-06T11:20:55Z
https://github.com/BeanieODM/beanie/issues/25
[]
rudysarquis
4
open-mmlab/mmdetection
pytorch
11,401
BiMultiHeadAttention
mmdetection implement BiMultiHeadAttention, used in grounding dino. Why does this reimplement the whole multiheadatt ? Is this different that doing A B cross attention AB cross attention BA as illustrated in the figure from the grounding dino paper? ![Sélection_168](https://github.com/open-mmlab/mmdetecti...
open
2024-01-18T16:18:38Z
2024-01-25T01:55:56Z
https://github.com/open-mmlab/mmdetection/issues/11401
[]
Chop1
1
encode/databases
sqlalchemy
440
asyncpg.exceptions.TooManyConnectionsError: too many connections for role
Hi, I'm trying out `databases` with FastAPI. I've set up the database connection management on startup and shutdown, just like how it's shown in the documentation. I'm also saving initialized global `database` and use them in all endpoints for all requests. However, when I start testing things out with the fronte...
open
2022-01-05T11:34:43Z
2022-05-26T08:07:48Z
https://github.com/encode/databases/issues/440
[]
jocho-here
4
yt-dlp/yt-dlp
python
11,951
--live-from-start and --get-url don't work together
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [X] I'm reporting that yt-dlp is broken on a **supported** site - [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2024-12-30T06:11:05Z
2025-01-02T03:57:58Z
https://github.com/yt-dlp/yt-dlp/issues/11951
[ "question" ]
erickulcyk
3
Miserlou/Zappa
flask
1,237
ACM is buried in the Docs
Docs currently link to an old LetsEncrypt guide, while the ACM docs are buried. This should be reversed. https://github.com/Miserlou/Zappa#deploying-to-a-domain-with-aws-certificate-manager
closed
2017-11-14T18:11:42Z
2017-11-14T19:26:11Z
https://github.com/Miserlou/Zappa/issues/1237
[ "documentation" ]
Miserlou
0
SYSTRAN/faster-whisper
deep-learning
812
The timeline is advanced by 0.5s~1s
version:1.0.1 system: win10 py310 cuda12 config: whisper-ctranslate2 --model medium --output_format srt --local_files_only True --word_timestamps True --language ko --vad_filter false Almost every sentence will be displayed 0.5s~1s earlier
closed
2024-04-27T23:49:22Z
2024-11-26T12:05:48Z
https://github.com/SYSTRAN/faster-whisper/issues/812
[]
zx3777
1
kennethreitz/records
sqlalchemy
149
'sqlite:///:memory:' is OK while `sqlite:///db.sqlite` fails with `Cannot operate on a closed database.`
Run ``` $ pytest -sv tests/test_transactions.py ``` and see, that when the test runs with in-memory sqlite database, all cases are passing, but if it is using real file, it fails in all but one case. The failure shows tracebacks such as: ``` Traceback (most recent call last): File "/home/javl/sandbox/playwi...
closed
2018-04-28T20:28:10Z
2024-03-30T19:10:13Z
https://github.com/kennethreitz/records/issues/149
[ "bug" ]
vlcinsky
6
miguelgrinberg/flasky
flask
85
Solution to SMTPAuthenticationError: in Chapter 6 due to Gmail's Security
Trying to send mail from shell and for examples from 6-3, the server throws an Authentication Error. The reason being that Gmail and other email providers have updated their login security to new standards. The tutorial uses an old one. To make it work, Go to 'My Account' > Sign in and Security Setting and activate t...
closed
2015-10-21T16:07:41Z
2015-10-24T17:51:03Z
https://github.com/miguelgrinberg/flasky/issues/85
[]
heyvidy
1
deezer/spleeter
tensorflow
739
GPU version finally works for me. Here are the steps...
I spent the entire weekend trying to get spleeeter to work with GPU (maybe I'm slow...). I could make combinations of versions work with the CPU, but the command line always failed with the GPU enabled. The following steps finally worked! I don't show the steps to clone the spleeter project from github, since these ...
open
2022-03-14T07:03:31Z
2024-02-04T22:40:38Z
https://github.com/deezer/spleeter/issues/739
[ "question" ]
robertmckean
9
mlflow/mlflow
machine-learning
14,588
model registry experiments not getting saved in a separate folder
I encountered an issue where registering a model in the MLflow Model Registry does not save it in a separate directory. I expect the registered models to be stored separately from other artifacts, but they seem to be pointing to the saved artifacts from experiments only. I start my mlflow server with the following com...
closed
2025-02-13T15:14:44Z
2025-02-18T16:02:17Z
https://github.com/mlflow/mlflow/issues/14588
[]
MandeepSingh396
4
nvbn/thefuck
python
1,250
Color spills in windows terminal
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
open
2021-11-30T21:33:09Z
2021-11-30T21:35:06Z
https://github.com/nvbn/thefuck/issues/1250
[]
ZeeWanderer
0
jwkvam/bowtie
jupyter
33
make commands preprocess arguments
for example for the drop down component function `do_options` can provide a nicer interface to the user.
closed
2016-11-08T20:47:14Z
2016-12-02T19:39:54Z
https://github.com/jwkvam/bowtie/issues/33
[]
jwkvam
1
plotly/plotly.py
plotly
4,249
Bars in a subplot of Plotly express bar chart are thin and not centered when plotting with color
When I combine two plotly express bar charts together as subplots, and use "color" in any of the chart, then the bars of that chart isn't centered as expected; they are thinner and shifted over to one side (unless it happens to be the middle one). The more bars there are, the thinner the bars become. Thanks! ``` pyt...
closed
2023-06-15T12:33:36Z
2024-07-11T14:37:11Z
https://github.com/plotly/plotly.py/issues/4249
[]
HHest
1
microsoft/qlib
deep-learning
1,385
滚动步长step和再平衡间隔。
在这个例子https://github.com/microsoft/qlib/blob/main/examples/benchmarks_dynamic/baseline/rolling_benchmark.py中, 滚动步长step是20天,预测长度horizon是20天。 每次滚动中,测试集长度也是20天(估计是由horizon决定的),也就这20天中每天都在再平衡,不知我的理解对否。 而我想要的是每次滚动中,滚动步长20天,预测长度是20天,但测试集长度为1天,也就是我想每20天再平衡一次。这相当于实盘中,每20天做一次训练和预测和调仓。也就是两次再平衡调仓间隔20天,间隔中间不调仓。不知怎样实现这个要求。
open
2022-12-06T11:21:07Z
2022-12-06T11:21:07Z
https://github.com/microsoft/qlib/issues/1385
[ "enhancement" ]
quant2008
0
kochlisGit/ProphitBet-Soccer-Bets-Predictor
seaborn
76
wrong names in fixtures
When trying to predict upcoming fixtures, the names of the away team do not match the names of the theams. For example in the mexican league the actual fixture would be Monterrey - Guadalajara But in the app it would show Monterrey - Atlante or Monterrey - Chiapas Atlante is no longer in the mexican lea...
open
2024-03-23T02:26:57Z
2024-10-25T15:37:33Z
https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/76
[]
tluanda
1
jupyterhub/zero-to-jupyterhub-k8s
jupyter
3,458
Add ServiceMonitor (and PodMonitor) resources instead of JUST `prometheus.io/` annotations
### Proposed change **Full disclose: This has been asked for >3 years ago in #2029 already. But I strongly believe this is a (still) valid idea and a great improvement to this powerful chart to run JupyterHub on K8s.** I'd like to propose adding ServiceMonitor (https://github.com/prometheus-operator/prometheus-oper...
open
2024-07-15T12:32:03Z
2024-08-15T16:15:06Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3458
[ "enhancement" ]
frittentheke
2
lepture/authlib
flask
394
httpx integration: add support for other async backends
**Is your feature request related to a problem? Please describe.** At the moment authlib's httpx integration only supports the default asyncio backend (i.e. usage of asyncio.Event in AsyncOAuth2Client). But httpx supports multiple backends (asyncio, trio, curio, anyio)[^1] As a user I'd expect a library claimin...
closed
2021-10-19T11:42:18Z
2022-01-12T22:12:43Z
https://github.com/lepture/authlib/issues/394
[ "feature request", "client" ]
nam3less
0
modin-project/modin
data-science
6,832
Implement `read_xml_glob`
Requested in https://modin-project.slack.com/archives/C02MY2YV5MK/p1703075320557569
closed
2023-12-20T17:22:37Z
2024-02-14T10:58:07Z
https://github.com/modin-project/modin/issues/6832
[ "new feature/request 💬", "pandas.io", "External", "P3" ]
anmyachev
0
sebastianruder/NLP-progress
machine-learning
169
New task: "Resolving the Scope and Focus of Negation"
Dear team, thanks for maintaining this project! Anyone think we should also track the task "Resolving the Scope and Focus of Negation"? https://www.clips.uantwerpen.be/sem2012-st-neg/index.html > Scope and focus of negation Negation is a pervasive and intricate linguistic phenomenon present in all languages (Ho...
closed
2018-11-24T11:30:28Z
2018-12-05T09:52:14Z
https://github.com/sebastianruder/NLP-progress/issues/169
[]
ghost
5
nvbn/thefuck
python
937
rules.docker_not_command works only in test environment.
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.29 using Python 3.7.4 and ZSH 5.3 Your system (Debian 7, ArchLinux, Windows, etc.): Mac OS X Mojave 10.14.6 (18G84) How to reproduce the bug: ```shell shell $ docker contn...
closed
2019-07-30T01:43:59Z
2019-08-21T18:35:55Z
https://github.com/nvbn/thefuck/issues/937
[]
ik1ne
2
custom-components/pyscript
jupyter
461
Creating a Home Assistant timer from pyscript does not seem to work?
Hi not a super critical issue, since I can always create timers as helpers in the HA UI, but just out of curiosity, is there a way to actually create a timer directly from pyscript or is this even a bug? The intuitive: `state.set('timer.my_demo_timer', duration="0:00:02", editable=True, restore=True, friendly_name=...
open
2023-04-12T22:35:56Z
2023-04-12T22:37:25Z
https://github.com/custom-components/pyscript/issues/461
[]
redlefloh
0
vitalik/django-ninja
rest-api
1,329
Map Django's EmailField to OpenAPI string format `email`
**Is your feature request related to a problem? Please describe.** If you have a model which defines an `EmailField`, the generated OpenAPI specification is displayed as: `email string <= 254 characters` ![image](https://github.com/user-attachments/assets/6c7d185f-fb0b-42c1-a45a-83a0e2eb9592) If you manually defi...
open
2024-11-06T12:20:16Z
2024-11-06T12:26:48Z
https://github.com/vitalik/django-ninja/issues/1329
[]
Zerotask
1
ray-project/ray
python
51,018
[core] Performance evaluation on GCS key-value storage
### Description For the current GCS key-value storage implementation, we're storing value (protobuf message) as a serialized string. Eg: protobuf message serialization https://github.com/ray-project/ray/blob/a04cb06bb1a2c09e93b882b611492d62b8d1837a/src/ray/gcs/gcs_server/gcs_table_storage.cc#L40 flat hash map http...
open
2025-03-02T02:12:32Z
2025-03-03T19:23:36Z
https://github.com/ray-project/ray/issues/51018
[ "enhancement", "P2", "core" ]
dentiny
1
pallets/quart
asyncio
17
Invalid Relative Import in JSON Parsing
The function `on_json_loading_failed` contains the line: `from .exceptions import BadRequest` [here](https://github.com/pgjones/quart/blob/master/quart/wrappers/_base.py#L90). This needs to be changed to `from ..exceptions import BadRequest` or `from quart.exceptions import BadRequest`. I'll make a PR.
closed
2018-04-25T23:01:01Z
2022-07-07T00:22:48Z
https://github.com/pallets/quart/issues/17
[]
GoodiesHQ
2
teamhide/fastapi-boilerplate
fastapi
15
What does Propagation for Transactional do?
I wasn't able to find usages of it, what is its intended purpose?
closed
2022-12-21T01:21:36Z
2022-12-21T12:56:23Z
https://github.com/teamhide/fastapi-boilerplate/issues/15
[]
mastercoms
3
JaidedAI/EasyOCR
pytorch
757
DataLoader error
first Appreciated for your Repo : this error i faced it when i load the data i think the error happen in the last loaded batch of dataset from : [/content/EasyOCR/trainer/train.py](https://localhost:8080/#) in train(opt, show_number, amp) 203 scaler.update() 204 else: --> 205 ...
closed
2022-06-14T13:41:12Z
2024-06-28T18:08:40Z
https://github.com/JaidedAI/EasyOCR/issues/757
[]
Mahmuod1
4
ibis-project/ibis
pandas
10,487
feat: Support for DuckDB’s RANGE function with two timestamps for BigQuery Compatibility
### Is your feature request related to a problem? In DuckDB, the RANGE function requires a third argument (an interval) when working with timestamps. This differs from BigQuery’s [implementation](https://cloud.google.com/bigquery/docs/reference/standard-sql/range-functions#range), where the RANGE function can take two...
open
2024-11-13T22:35:53Z
2024-11-19T15:16:30Z
https://github.com/ibis-project/ibis/issues/10487
[ "feature" ]
BugaM
1
taverntesting/tavern
pytest
15
Doumentation source files are git-ignored.
the source files of the documentation [are not tracked with the vcs](https://github.com/taverntesting/tavern/blob/master/docs/source/.gitignore#L1). that makes it hard to adapt the docs to reflect changes of the software. :-/
closed
2018-01-08T16:08:48Z
2019-02-03T12:07:32Z
https://github.com/taverntesting/tavern/issues/15
[]
funkyfuture
3
automl/auto-sklearn
scikit-learn
1,359
Model Size is big in auto sklearn
## Model Size is big in auto sklearn ## Auto Sklearn model size is big with respect to sklearn, Below are the examples: ``` 1. With ensemble_size=30 AutoSklearnRegressor( ensemble_nbest=32, ensemble_size=30, include={'data_preprocessor': ['NoPrepr...
closed
2021-12-27T08:16:12Z
2022-01-10T11:50:30Z
https://github.com/automl/auto-sklearn/issues/1359
[ "question" ]
shabir1
7
thunlp/OpenPrompt
nlp
260
How to know what <mask> is predicted to be
open
2023-04-09T12:47:48Z
2023-04-09T12:47:48Z
https://github.com/thunlp/OpenPrompt/issues/260
[]
super-404
0
babysor/MockingBird
deep-learning
202
synthesizer/models/tacotron.Encoder注释错误
https://github.com/babysor/MockingBird/blob/6c8f3f45150122f38f9b895dfe3940d326a9b0cc/synthesizer/models/tacotron.py#L62-L72 ln:63注释错误 `speaker_embedding`扩展后大小为` (batch_size, num_chars * speaker_embedding_size) ` 而不是` (batch_size, num_chars * tts_embed_dims) ` 执行`torch.cat((x, e), 2)`后 `x`的大小为`(batch_size, num_ch...
closed
2021-11-09T03:57:34Z
2021-11-09T07:54:19Z
https://github.com/babysor/MockingBird/issues/202
[]
castleKing1997
0
graphql-python/graphene-django
graphql
1,085
assert django models in graphene.Field argument
**Is your feature request related to a problem? Please describe.** So, typical way to use graphene-django is: ``` class ModelNameType(DjangoObjectType): class Meta: model = ModelName class Querry(graphene.ObjectType): model_name = graphene.Field(ModelNameType) ``` But, its very simple erro...
open
2020-12-30T12:17:36Z
2020-12-30T12:17:36Z
https://github.com/graphql-python/graphene-django/issues/1085
[ "✨enhancement" ]
YashaAkimov
0
ageitgey/face_recognition
machine-learning
1,311
unable to import face_recognition in colab
* face_recognition version: latest * Python version: * Operating System: ### Description I downloaded the "dlib","cmake" and face_recognition but could not import face_regonition module in colab.The screenshots are attached below.PLease suggest a solution to this problem <img width="605" alt="e1" src="https://...
open
2021-05-07T05:52:11Z
2021-05-07T20:44:53Z
https://github.com/ageitgey/face_recognition/issues/1311
[]
JIBYMARIYAJOSE
1
plotly/dash-html-components
dash
186
Release v1.1.3 of DashHtmlComponents for Julia
This issue will trigger the build of v1.1.3 `DashHtmlComponents` for Dash.jl.
closed
2021-04-13T19:07:03Z
2021-04-14T01:13:11Z
https://github.com/plotly/dash-html-components/issues/186
[]
rpkyle
3
seleniumbase/SeleniumBase
pytest
3,501
Extensions appearing in driver.window_handles (UC Mode)
When initializing Driver in uc mode or adding a proxy, Driver creates additional tabs. When I try to close them using driver.close(), further use of driver is impossible. How can I initialize Driver with only one initial tab?
closed
2025-02-11T10:43:32Z
2025-02-13T21:41:28Z
https://github.com/seleniumbase/SeleniumBase/issues/3501
[ "bug", "workaround exists", "UC Mode / CDP Mode" ]
Mykhailodanyliuk
11
thp/urlwatch
automation
227
Run the program so it loop when I run the command.
How do I run the program so it loop when I run the command "/ Users / USER / Desktop / url / urlwatch-master / urlwatch" in the terminal. So when I run the command once, it will run through itself(a loop, like a while-loop).
closed
2018-04-20T16:39:59Z
2018-06-03T11:40:27Z
https://github.com/thp/urlwatch/issues/227
[]
Alpflex
5
jina-ai/serve
fastapi
5,719
async or sync?
![image](https://user-images.githubusercontent.com/26429138/221543134-da1078c0-382d-40c2-a88e-a2ee1717d10e.png) I found an example in you docs. Here are questions made me confused: 1. you can see that you add `async` before the `def` which means that it is a async function. But your `Flow`'s option `asyncio` is not ...
closed
2023-02-27T10:53:28Z
2023-03-01T08:43:27Z
https://github.com/jina-ai/serve/issues/5719
[]
wqh17101
8
httpie/cli
rest-api
852
.netrc not honored if auth-type is used
Once `--auth-type` switch is used, `.netrc` is not honored. Authentication details must be provided via `--auth` switch. Details: ``` # http --debug --auth-type=basic example.org HTTPie 0.9.8 Requests 2.19.1 Pygments 2.2.0 Python 2.7.13 (default, Sep 26 2018, 18:42:22) [GCC 6.3.0 20170516] /usr/bin/python L...
closed
2020-02-14T10:00:45Z
2020-06-16T09:14:10Z
https://github.com/httpie/cli/issues/852
[ "bug", "help wanted" ]
pszlazak
6
ultralytics/ultralytics
python
19,414
YOLO12 models training collapsed for segment and classify tasks
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug @ultralytics/yolo @sunsmarterjie I was using the same training parameters and training settings as YOLO11 to...
open
2025-02-25T06:21:26Z
2025-03-15T23:01:20Z
https://github.com/ultralytics/ultralytics/issues/19414
[ "bug", "segment", "classify" ]
Laughing-q
8
pyeve/eve
flask
883
Long TTFB
Hi, I'm having a problem with an Eve API (v0.6.4 from pip) I'm serving. API requests (GET only at the moment) are taking a long time to complete. Using the Chrome dev tools with the cache disabled, I've determined that a huge amount of time is spent waiting for data (Time To First Byte): ![egfr_-_cosmic-3d](https://...
closed
2016-07-11T14:49:48Z
2018-05-18T17:19:33Z
https://github.com/pyeve/eve/issues/883
[ "stale" ]
harryjubb
4
mljar/mercury
data-visualization
414
how can I get the username of the currently Mercury logged-in user
Dear developers, how can I get the username of the currently Mercury logged-in user? I have already enabled user authentication following the guidelines at https://runmercury.com/docs/authentication/ and have successfully added users. I would like to allow users to submit their completed to-do list for the day through ...
closed
2024-01-29T03:03:32Z
2024-01-29T11:19:31Z
https://github.com/mljar/mercury/issues/414
[]
fightpf
2
ansible/awx
automation
15,120
New UI_Next "Page Not Found"
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software pro...
closed
2024-04-19T20:13:32Z
2024-05-15T18:04:46Z
https://github.com/ansible/awx/issues/15120
[ "type:bug", "component:ui", "community", "component:ui_next" ]
everydaylearner
4
ydataai/ydata-profiling
data-science
1,577
Feature Request | Telemetry
### Missing functionality Better understanding how ydata-profiling is being used is key to prioritize and drive product innovation. There are many questions we can answer now that could help a lot making the product better: - Which versions of ydata-profiling are people installing/using now (i.e. whether people hav...
closed
2024-04-23T21:27:24Z
2024-05-06T23:08:16Z
https://github.com/ydataai/ydata-profiling/issues/1577
[ "question/discussion ❓" ]
gmartinsribeiro
0
bmoscon/cryptofeed
asyncio
137
Improved Binance L2 book
It looks like the recommended way to handle Binance L2 books is to first get a snapshot from the REST API, then update it with the websocket: https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md#how-to-manage-a-local-order-book-correctly Currently it looks like cryptofeed i...
closed
2019-08-09T04:24:39Z
2019-08-18T21:46:06Z
https://github.com/bmoscon/cryptofeed/issues/137
[]
nateGeorge
2
tensorflow/tensor2tensor
machine-learning
1,826
TypeError: Input 'y' of 'AddV2' Op has type float16 that does not match type float32 of argument 'x'.
### Description when use HPARAMS=universal_transformer_base_fp16 or HPARAMS=transformer_fairseq_fp16_activation_big , tensor2tensor not work /home/username/.pyenv/versions/3.7.0/lib/python3.7/site-packages/tensor2tensor/utils/t2t_model.py:325 call * sharded_logits, losses = self.model_fn_sharded(s...
open
2020-07-03T10:53:39Z
2020-07-03T10:53:39Z
https://github.com/tensorflow/tensor2tensor/issues/1826
[]
ruizhidu
0
seleniumbase/SeleniumBase
web-scraping
2,318
How to Set the date on the Date picker.
Hello. I want to click on a date picker and set my desired date. First, I need to click on the date text box, then locate and set the date on the date picker. Could you please guide me on how to accomplish this?
closed
2023-11-26T12:28:14Z
2023-11-27T03:36:16Z
https://github.com/seleniumbase/SeleniumBase/issues/2318
[ "question" ]
Id1n
2
ray-project/ray
tensorflow
50,978
Release test chaos_many_actors_kill_raylet.aws failed
Release test **chaos_many_actors_kill_raylet.aws** failed. See https://buildkite.com/ray-project/release/builds/34401#01954b0c-280f-43b8-b3dd-0ad15d4f26d8 for more details. Managed by OSS Test Policy
closed
2025-02-28T05:43:25Z
2025-02-28T07:42:22Z
https://github.com/ray-project/ray/issues/50978
[ "bug", "P0", "triage", "core", "release-test", "ray-test-bot", "weekly-release-blocker", "stability" ]
can-anyscale
1
dpgaspar/Flask-AppBuilder
rest-api
1,863
How to let user only edit or delete the records created by themselves.
I created a group model. Every user belong to the same group can see the records created by others. I can use the base_filters to let the user view these recordes. But I want user to only edit or delete their own records. I don't know how to do. It sames like every one in the same group can edit and delete records if ...
open
2022-06-19T12:53:14Z
2022-06-20T06:11:51Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1863
[]
QKJIN
1
gunthercox/ChatterBot
machine-learning
1,855
solution of "not found chatterbot_corpus.corpus"
Someone may meet the problem solution of "not found chatterbot_corpus.corpus" ,here is the solution in win 10: first : you can try to input "pip install chatterbot_corpus", sometimes it works, but i meet another problem like "error: unistall uninstall pyyaml ", cause you do not the right, so you can run the cmd a...
closed
2019-11-04T13:14:38Z
2025-02-23T23:40:28Z
https://github.com/gunthercox/ChatterBot/issues/1855
[]
qinguangming1999
1
huggingface/diffusers
pytorch
10,865
SDXL_base-1.0 VS SDXL_base-1.0-inpainting 0.1 for inpainting
### Describe the bug Dear all, I have quick question on Unet config on SDXL-base-1.0 and SDXL-base-1.0-inpainting-0.1. In the each Unet config, each in_channel parameter has different value like 4 and 9. Why they have different setting? and which model is better for inpainting? my experiment results is that utilizi...
closed
2025-02-21T18:38:57Z
2025-02-22T02:18:59Z
https://github.com/huggingface/diffusers/issues/10865
[ "bug" ]
john09282922
3
pywinauto/pywinauto
automation
802
[ValueError: string too long] Strings should be unicode-escaped before calculating its size in set_edit_text
When using emojis in a text, eg. ``` Hey You! ⛔ You`re dying ⚰ Buy your casket now! at this reseller 📍 ``` You should calculate string size after unicode-escaping it in: https://github.com/pywinauto/pywinauto/blob/2d11804cb36b3cee70af26ab6a05e4a299e80250/pywinauto/controls/win32_controls.py#L819 Otherwise ...
open
2019-08-31T00:08:26Z
2019-09-29T17:58:06Z
https://github.com/pywinauto/pywinauto/issues/802
[ "bug", "enhancement" ]
saade
0
matplotlib/matplotlib
data-science
29,512
[MNT]: Make the matplotlib.category module private
### Summary AFAICS no user should need to use any of the category code explicitly. So let's make it private to reduce API surface. ### Proposed fix _No response_
closed
2025-01-24T12:51:55Z
2025-01-27T17:05:01Z
https://github.com/matplotlib/matplotlib/issues/29512
[ "Maintenance" ]
timhoffm
6
521xueweihan/HelloGitHub
python
2,314
【开源自荐】KusionStack: 云原生IaC 可编程配置技术栈,应用方平台方一起DevOps
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/KusionStack/kusion <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:Go <!...
closed
2022-08-03T03:38:06Z
2022-08-22T11:02:51Z
https://github.com/521xueweihan/HelloGitHub/issues/2314
[]
chai2010
0
httpie/cli
api
527
httpie hangs in MobaXterm
I am attempting to use httpie in [mobaXterm](http://mobaxterm.mobatek.net/) (version 8.6) on Windows 7 Ultimate, but httpie hangs and never returns a result. ![ss](https://cloud.githubusercontent.com/assets/20407777/19347367/6e362696-9116-11e6-95e1-1e328baf1cf6.png) ![ss2](https://cloud.githubusercontent.com/assets/2...
closed
2016-10-13T11:32:23Z
2020-06-18T08:26:13Z
https://github.com/httpie/cli/issues/527
[]
knilling
4
pyg-team/pytorch_geometric
pytorch
9,692
RuntimeError: Modules with uninitialized parameters can't be used with DistributedDataParallel
### 🐛 Describe the bug ## Issue Description I'm encountering a RuntimeError when attempting to use torch.nn.parallel.DistributedDataParallel (DDP) with my custom model. The error message is: ```bash RuntimeError: Modules with uninitialized parameters can't be used with DistributedDataParallel. Run a dummy forwar...
closed
2024-10-07T02:32:55Z
2024-10-07T21:38:06Z
https://github.com/pyg-team/pytorch_geometric/issues/9692
[ "bug" ]
lyndonkl
0
matterport/Mask_RCNN
tensorflow
2,811
Logic of mAP calculation
Hey, I absolutely don't get how the mAP in the utils code is being calculated. is there a paper etc. that this is based on?
open
2022-04-13T12:36:08Z
2022-04-13T12:36:08Z
https://github.com/matterport/Mask_RCNN/issues/2811
[]
ghost
0
giotto-ai/giotto-tda
scikit-learn
518
Line in tutorial should be changed due to not working anymore.
https://github.com/giotto-ai/giotto-tda/blob/ef19301faa52cc66cf4e0c284d34b875345bf681/examples/mapper_quickstart.ipynb#L371 Hello, First of all, thank you for a nice repo! I am fiddling around and discovered that this line is wrong as of version 0.2.2, with version 0.8.2 of `igraph`, this line should be `node_el...
closed
2020-10-07T20:37:46Z
2020-10-08T11:48:44Z
https://github.com/giotto-ai/giotto-tda/issues/518
[]
Filco306
2
yihong0618/running_page
data-visualization
792
是否有其他运动软件支持修改活动名称(类似 Strava 的 Title 功能)?
如果使用 Strava 记录数据,生成的 `activities.json` 文件中的 `name` 字段对应 Strava 数据的 Title。因此,修改 Strava 的 Title 就可以修改最终的 `name`。 请问除了 Strava 之外,还有其他运动软件可以实现类似的功能吗?(我看 Keep 好像不行,Keep 好像没有地方给某条运动数据添加文本信息。)
closed
2025-03-21T13:40:46Z
2025-03-23T05:27:51Z
https://github.com/yihong0618/running_page/issues/792
[]
haiyankong
2