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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,173 | I can't make it sing | i can make it talk but i cant make it sing | open | 2023-03-11T08:03:47Z | 2023-03-11T08:03:47Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1173 | [] | idkthanever | 0 |
mwouts/itables | jupyter | 88 | Export itables rendering | Hi,
Is it possible to export itables rendering to an html file?
If so, how?
The main application for me would be to integrate it in Reveal.js presentations. | closed | 2022-08-04T08:24:29Z | 2022-08-14T22:28:42Z | https://github.com/mwouts/itables/issues/88 | [] | adrienpacifico | 5 |
public-apis/public-apis | api | 3,893 | API's | closed | 2024-07-07T08:29:17Z | 2024-07-07T19:29:51Z | https://github.com/public-apis/public-apis/issues/3893 | [] | Sapiyulla | 0 | |
jupyter/nbgrader | jupyter | 1,534 | adding user to course via Formgrader vs. cmdline | <!--
Thanks for helping to improve nbgrader!
If you are submitting a bug report or looking for support, please use the below
template so we can efficiently solve the problem.
If you are requesting a new feature, feel free to remove irrelevant pieces of
the issue template.
-->
### Operating system
linux... | open | 2022-01-19T15:51:28Z | 2022-06-23T10:19:37Z | https://github.com/jupyter/nbgrader/issues/1534 | [
"bug"
] | szazs89 | 0 |
allure-framework/allure-python | pytest | 616 | Force cast features label values to string | [//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugi... | open | 2021-08-25T18:42:08Z | 2022-12-02T16:09:04Z | https://github.com/allure-framework/allure-python/issues/616 | [
"theme:core",
"type:enhancement"
] | Quron | 1 |
tensorpack/tensorpack | tensorflow | 761 | Adversarial training with ResNet example | Before I ask my question - this framework is awesome - thank you for maintaining it! It's been unbelievably helpful in my research :)
## Problem
This issue is a usage question / unexpected problem related to the use of `tf.while_loop` in the ResNet example.
My setup is as follows:
I am essentially using the ... | closed | 2018-05-12T20:52:23Z | 2019-08-06T22:34:28Z | https://github.com/tensorpack/tensorpack/issues/761 | [
"upstream issue"
] | lengstrom | 2 |
unionai-oss/pandera | pandas | 1,225 | Return "raw" Parquet bytes from FastAPI endpoint? | #### Question about pandera
Is there way to define a FastAPI endpoint that would do all three:
a) Return raw bytes of a serialized dataframe (eg, a compressed Parquet file) so that the caller can use `pd.read_parquet(<url>)`.
b) Have the dataframe schema validated by Pandera.
c) See the Pandera schema in the Fast... | open | 2023-06-16T20:43:44Z | 2023-06-16T20:43:44Z | https://github.com/unionai-oss/pandera/issues/1225 | [
"question"
] | acowlikeobject | 0 |
tflearn/tflearn | data-science | 1,066 | Configured n_epoch=3, but am now up to epoch 8 | Hi,
I'm training a `tflearn.SequenceGenerator` and my fit function has specified 3 epochs:
```
m.fit(X, Y, validation_set=0.1, batch_size=128, n_epoch=3, run_id='bang')
```
However, my code is currently in the midst of training epoch 8:
```
--
Training Step: 196882 | total loss: 3.29903 | time: 5162.552ss... | open | 2018-06-13T22:17:21Z | 2018-06-13T22:17:21Z | https://github.com/tflearn/tflearn/issues/1066 | [] | kriston13 | 0 |
plotly/dash-table | plotly | 681 | Clean up server-side tests | Server-side tests are built using n-apps for different flavours of the table (e.g. https://github.com/plotly/dash-table/blob/dev/package.json#L25) -- instead, use a single app with routing to simplify writing & running server-side tests for the table.
Alternatively, investigate rewriting the tests with Selenium. We'... | closed | 2020-01-20T14:08:18Z | 2020-03-10T19:18:06Z | https://github.com/plotly/dash-table/issues/681 | [
"size: 3",
"dash-attribute-maintainability"
] | Marc-Andre-Rivet | 0 |
aleju/imgaug | machine-learning | 16 | How to add values only for specified image channels? | I'd like to augument input image recording of S and V channels of HSV image.
But in my knowledge `Add` class does not have parameter for specifying channel, and it is not possible currently.
https://github.com/aleju/imgaug/blob/master/imgaug/augmenters.py#L1551
Is this possible in actual, and am I missing something? | closed | 2017-03-06T14:04:55Z | 2017-03-08T12:38:50Z | https://github.com/aleju/imgaug/issues/16 | [] | otsubo | 0 |
mitmproxy/pdoc | api | 272 | Support for reST admonitions | First off, I'm super excited this project is back! I don't have any skills with HTML or CSS, so I can't really contribute too much, but I've got some ideas for enhancements. If they aren't in line with the goals of pdoc though, or if the feature is already implemented and I somehow missed, we can close the issue!
##... | closed | 2021-06-03T15:40:14Z | 2021-06-07T15:29:01Z | https://github.com/mitmproxy/pdoc/issues/272 | [
"enhancement"
] | corykinney | 5 |
huggingface/peft | pytorch | 1,696 | Add Support for IA3 Adapters in add_weighted_adapter Method | ### Feature request
I propose adding support for IA3 adapters in the add_weighted_adapter method used within the PEFT module of the transformers library. IA3 adapters enhance model adaptability with minimal parameter increase, offering significant benefits for efficient and effective model fine-tuning across various t... | closed | 2024-04-29T13:01:42Z | 2024-04-30T09:16:54Z | https://github.com/huggingface/peft/issues/1696 | [] | Abdullah-kwl | 5 |
guohongze/adminset | django | 85 | 工单系统 | 这个能接入运维工单这块 | open | 2018-12-26T06:09:59Z | 2018-12-27T05:48:41Z | https://github.com/guohongze/adminset/issues/85 | [] | rhce123 | 2 |
deepset-ai/haystack | pytorch | 8,921 | Lock/Hide `haystack-2‧0` discord channel as it was for discussing the shaping of Haystack 2.x. | open | 2025-02-25T10:51:07Z | 2025-03-03T09:21:25Z | https://github.com/deepset-ai/haystack/issues/8921 | [
"P2"
] | julian-risch | 1 | |
pydantic/pydantic-settings | pydantic | 61 | BaseSettings cannot load the custom configuration source normally, instantiate the configuration class and report __root__ __main__.__spec__ is None (type=value_error) | ### Initial Checks
- [ ] I confirm that I'm using Pydantic V2 installed directly from the `main` branch, or equivalent
### Description
Bug1:
There is a Settings class globally. This parent class inherits from BaseSettings. This class does almost only one thing, loading configurations according to the custom l... | closed | 2023-05-25T09:21:39Z | 2023-05-26T00:41:33Z | https://github.com/pydantic/pydantic-settings/issues/61 | [] | Teklvtn | 4 |
apachecn/ailearning | scikit-learn | 633 | 自动驾驶更新笔记 | 您好,
看了您总结的内容非常全面, 可否引荐下本人的笔记,把我对自动驾驶的理解分享给大家,希望大家和我一起不断完善相关内容
谢谢您
[Autopilot-Updating-Notes](https://github.com/nwaysir/Autopilot-Updating-Notes) | closed | 2022-11-26T04:00:39Z | 2023-11-30T09:37:19Z | https://github.com/apachecn/ailearning/issues/633 | [] | gotonote | 3 |
sherlock-project/sherlock | python | 2,366 | Fetch WAF Fingerprints from Remote | ### Description
Internally tracked issue
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | open | 2024-11-13T21:55:02Z | 2024-11-13T21:55:02Z | https://github.com/sherlock-project/sherlock/issues/2366 | [
"enhancement"
] | ppfeister | 0 |
remsky/Kokoro-FastAPI | fastapi | 193 | captioned_speech not work in italian | **Describe the bug**
If I put an italian speaker or I specify that the language is italian the caption json is empty is this a bug?
**Branch / Deployment used**
main branch
**Operating System**
windows with docker
| open | 2025-02-21T12:30:46Z | 2025-02-21T12:30:46Z | https://github.com/remsky/Kokoro-FastAPI/issues/193 | [] | MarcoLavoro | 0 |
autokey/autokey | automation | 321 | 0.95.8 version number clarification please | On installing this latest GTK version 0.95.8, the Help\About shows version 0.95.7.

| closed | 2019-11-09T04:44:51Z | 2019-11-09T21:07:10Z | https://github.com/autokey/autokey/issues/321 | [
"bug"
] | ineuw | 2 |
CTFd/CTFd | flask | 2,253 | Expose Alpine to the Admin Panel | We should add Alpine to the Admin Panel as an easy way for plugins to add UI functionality. | closed | 2023-02-02T18:38:06Z | 2024-02-06T20:32:24Z | https://github.com/CTFd/CTFd/issues/2253 | [] | ColdHeat | 1 |
kangvcar/InfoSpider | automation | 54 | 知乎提示 请升级客户端后重试 | ## Bug Report
**Description**: [Description of the issue]
```
{"id":"c9b28ce4b50bf0444d17d010224cb06f","url_token":"houziliaorenwu","name":"猴子","use_default_avatar":false,"avatar_url":"https://pic1.zhimg.com/v2-12ef91a3f1e91e70bd3480d755e058b1_l.jpg?source=32738c0c","avatar_url_template":"https://picx.zhimg.com/... | closed | 2022-09-16T13:59:26Z | 2024-02-03T05:24:19Z | https://github.com/kangvcar/InfoSpider/issues/54 | [
"bug"
] | eromoe | 0 |
robotframework/robotframework | automation | 5,161 | How to ignore failure from --rerunfailed when all tests are passed | Hi,
How we can ignore failure rerun when all tcs got passed in robot framework.
How we can handle by using If else condition . Code should work in command line .
I am trying to execute below code in CMD but getting an error . Means it not going to If block even after tc failing .
ERROR:
-------------
" $(Bui... | closed | 2024-07-05T17:07:37Z | 2024-11-06T09:28:55Z | https://github.com/robotframework/robotframework/issues/5161 | [] | SuchismitaPadh | 2 |
deepspeedai/DeepSpeed | machine-learning | 7,013 | [REQUEST] Support Offload deepspeed engine in RLHF training | See vLLM sleep mode: https://github.com/vllm-project/vllm/pull/11743
This feature is very important in RLHF
such as the hybrid engine mode in OpenRLHF: https://github.com/OpenRLHF/OpenRLHF/commit/c10f02bd650e65f3163216dffca7a21a895463fd | open | 2025-02-07T12:32:53Z | 2025-02-07T15:42:50Z | https://github.com/deepspeedai/DeepSpeed/issues/7013 | [
"enhancement"
] | hijkzzz | 3 |
horovod/horovod | machine-learning | 3,538 | Can Horovod support distributed asynchronous training? If not, how can we make Horovod run asynchronous? | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet)
2. Framework version:
3. Horovod version:
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Checklist:**
1. Did you ... | closed | 2022-05-08T13:58:14Z | 2022-09-16T02:02:53Z | https://github.com/horovod/horovod/issues/3538 | [
"wontfix"
] | ledinhduy281 | 1 |
pennersr/django-allauth | django | 3,788 | Slack needs 2 providers | This change https://github.com/pennersr/django-allauth/commit/9c692c26f32386b11de4c22188bd481a9c978d67 moved slack from OAuth to OpenID, breaking existing integrations. While it is true that Slack now supports OpenID for authentication, it also still uses OAuth for authorization.
* OpenID for Slack - https://api.sla... | closed | 2024-05-08T12:01:52Z | 2024-05-13T16:53:51Z | https://github.com/pennersr/django-allauth/issues/3788 | [] | tlpriest | 3 |
dynaconf/dynaconf | django | 241 | [RFC] Better merging standards | Right now There are some ways for merging existing data structures in Dynaconf
- Using `dynaconf_merge` mark
- Using `__` double underlines for existing dictionaries and nested data
- Using MERGE_ENABLED_FOR_DYNACONF var to merge everything globally
All the 3 existing ways has limitations.
- `dynaconf_merge`... | closed | 2019-09-26T19:27:41Z | 2019-10-09T05:07:08Z | https://github.com/dynaconf/dynaconf/issues/241 | [
"Not a Bug",
"RFC"
] | rochacbruno | 3 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 413 | Pass ResolveInfo to filters - we should be able to access our info and context in the filter resolvers | I think it would be useful to make sure we pass ResolveInfo (and thereby context) to any and all resolvers.
Specifically I would like to see the ResolveInfo object passed to the filter resolvers | open | 2024-09-01T13:51:49Z | 2024-09-01T13:51:49Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/413 | [] | adiberk | 0 |
kennethreitz/responder | flask | 86 | Proposal: Add typings / linter / static checker | As soon as more and more developers is going to contribute to the project it will be nice to have a way to make some issues more obvious. That is why I propose to add typings / linter / static checker to the project. Before working on that I want to discuss does it makes sense or not. | closed | 2018-10-17T21:47:57Z | 2018-10-18T12:47:27Z | https://github.com/kennethreitz/responder/issues/86 | [] | condemil | 1 |
adbar/trafilatura | web-scraping | 403 | Use of Signal Prevents Multithreading on Linux | Noticed that on my EC2 instance (ubuntu 22), trafilatura can not be used in a different thread, other than the main thread, due to use of Signal (so multithreading doesn't work at all) in python. It works fine on my windows 10 dev machine.
It crashes with the following error:
File "/home/ubuntu/.local/lib/python3.... | closed | 2023-08-05T16:43:53Z | 2023-08-07T11:48:07Z | https://github.com/adbar/trafilatura/issues/403 | [] | simplexx | 1 |
django-oscar/django-oscar | django | 4,070 | can_apply_benefit return wrong data when use apply offer for product child | ### Issue Summary
When there are product discountable true and variant discountable false in cart in the same time, discount is calculated for variant which is incorrect.
### Steps to Reproduce
1. `Product A` (discountable=true)
2. `Variant B` (discountable=false)
3. Set an `offer X` with range that included P... | closed | 2023-03-13T11:42:31Z | 2023-05-05T15:17:11Z | https://github.com/django-oscar/django-oscar/issues/4070 | [] | kaewjai | 1 |
flairNLP/flair | nlp | 3,453 | [Question]: Multi-Task Learning with use_all_task | ### Question
How can I correctly train two tasks simultaneously on a single corpus using the parameter use_all_task=True? When I attempted to train two models together on one corpus, I encountered a RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn.
multitask_dataset = CONLL_03_DU... | closed | 2024-05-10T23:57:49Z | 2025-03-11T05:08:33Z | https://github.com/flairNLP/flair/issues/3453 | [
"question"
] | EmbedCrafter | 1 |
horovod/horovod | deep-learning | 3,622 | ValueError: Tensor is required to be contiguous. | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet)
2. Framework version:
3. Horovod version:
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Checklist:**
1. Did you ... | open | 2022-07-27T15:50:17Z | 2023-01-10T18:58:35Z | https://github.com/horovod/horovod/issues/3622 | [
"bug"
] | lpw007 | 3 |
darrenburns/posting | automation | 178 | help not displayed (Mac M1, kitty, zsh) | Hi,
I'm using kitty and zsh.
Help is not displayed when pressing F1. Instead, the lower part of the screen is erased and dark and light lines are displayed. The kitty window name changes to "less" and the last line says (END) like in less. Pressing q end this mode.
I'm on a Mac M1 and in the terminal.app, it works f... | closed | 2025-02-03T16:46:41Z | 2025-02-03T17:00:09Z | https://github.com/darrenburns/posting/issues/178 | [] | svenXY | 2 |
ydataai/ydata-profiling | pandas | 1,548 | Upgrade Visions library | ### Missing functionality
Visions 0.75 installs a dependency that consume 1.8Gb of hard disk space, in the new version of visions this library is removed.
### Proposed feature
Upgrade to the latest visions version
### Alternatives considered
_No response_
### Additional context
_No response_ | open | 2024-02-19T07:35:43Z | 2024-02-19T07:35:56Z | https://github.com/ydataai/ydata-profiling/issues/1548 | [
"needs-triage"
] | damiles | 0 |
serengil/deepface | deep-learning | 802 | App is getting collapsed when we are using deepface library | Hi sir/mam. I have a deployed an streamlit application for age-gender-race-emotion detection using deepface library. In the app, I have provided a select box with four different of actions like above mentioned. If we are experimenting the application, its working for only those selections of the select box. If we are e... | closed | 2023-07-14T13:04:54Z | 2023-07-14T13:11:29Z | https://github.com/serengil/deepface/issues/802 | [
"question"
] | chakka-guna-sekhar-venkata-chennaiah | 1 |
apify/crawlee-python | automation | 627 | How to block media ? | When using Playwright crawler, how to block media, such as stylesheet, font, image, media | closed | 2024-10-29T07:56:38Z | 2024-10-29T11:44:41Z | https://github.com/apify/crawlee-python/issues/627 | [
"t-tooling"
] | zhk0603 | 4 |
onnx/onnxmltools | scikit-learn | 584 | In-memory, the ONNX XGBoost artifact blows up in size | **Describe the issue**
In trying to convert an XGBoost model artifact to ONNX and tracking its memory footprint, the size blows up.
Profiling the memory usage, loading the resulting ONNX artifact is up to 4x bigger than the artifact's on-disk size.
For example for an ONNX artifact of size 8MB, the in-memory usage ... | open | 2022-09-16T15:38:30Z | 2022-12-07T15:01:17Z | https://github.com/onnx/onnxmltools/issues/584 | [] | salmatfq | 4 |
deezer/spleeter | tensorflow | 135 | [Discussion] How can I override the save to file step? | <!-- Please respect the title [Discussion] tag. -->I've been trying to process multiple files at once using the separate_to_file function and would like to be able to specify a name for each file every loop instead of the default names of accompaniment and vocals.. Is there a way to do this, maybe a function I can over... | closed | 2019-11-25T04:06:22Z | 2019-11-25T14:22:31Z | https://github.com/deezer/spleeter/issues/135 | [
"question"
] | Scylla2020 | 1 |
biolab/orange3 | data-visualization | 5,982 | Feature Constructor: Handle missing values for StringVariables | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2022-05-20T12:08:00Z | 2022-09-09T12:17:48Z | https://github.com/biolab/orange3/issues/5982 | [
"bug",
"snack"
] | VesnaT | 0 |
tflearn/tflearn | data-science | 521 | Warnings about dependencies on deprecated TF features | Seeing many warnings like this when running LSTM:
> WARNING:tensorflow:From .../tflearn/helpers/trainer.py:210 in fit.: SummaryWriter.__init__ (from tensorflow.python.training.summary_io) is deprecated and will be removed after 2016-11-30
>
> WARNING:tensorflow:From .../tflearn/summaries.py:46 in get_summary.: sc... | open | 2016-12-15T10:51:12Z | 2017-03-15T19:58:49Z | https://github.com/tflearn/tflearn/issues/521 | [] | bittlingmayer | 4 |
LAION-AI/Open-Assistant | machine-learning | 3,038 | Improve inference export script | `inference/server/export.py`
- Add ability to filter by conditions
- Include a filter for only chats which have at least one assistant message with score != 0
- Include a filter for specific date ranges
- Consider performance improvements such as use of lazy loading from the database | closed | 2023-05-05T09:56:01Z | 2023-05-08T18:20:38Z | https://github.com/LAION-AI/Open-Assistant/issues/3038 | [
"good first issue",
"inference"
] | olliestanley | 4 |
microsoft/JARVIS | pytorch | 62 | OSError: [Errno 99] Cannot assign requested address | When I run the models_server.py in aws , OSError: [Errno 99] Cannot assign requested address.
How can I deploy the service on the cloud server and I download all model in cloud .
And if i set config is hugging face run the server , "However, the inference result was an error, as the service related to ControlNet is n... | open | 2023-04-06T05:15:44Z | 2023-04-07T08:34:42Z | https://github.com/microsoft/JARVIS/issues/62 | [] | kelisiya | 2 |
dmlc/gluon-nlp | numpy | 1,315 | Bugs for run_electra.py at master branch | ## Description
### Bug for Horovod support
At https://github.com/dmlc/gluon-nlp/blob/master/scripts/pretraining/run_electra.py#L418, `num_samples_per_update` depends on the data batch, and thus could be different across the horovod processes (note that Horovod will launch a process for each GPU card), meaning that ... | closed | 2020-08-25T14:35:13Z | 2020-08-28T11:53:25Z | https://github.com/dmlc/gluon-nlp/issues/1315 | [
"bug"
] | ZiyueHuang | 3 |
deepinsight/insightface | pytorch | 2,206 | Jmlr Obj file for visualization | I cant seem to convert the predicted verts into a obj file using the obj module in 3rd Party modules. Is there a simple way to save the output into a preview-able from to open it in meshlab or zbrush ? | open | 2022-12-30T19:22:50Z | 2022-12-30T19:22:50Z | https://github.com/deepinsight/insightface/issues/2206 | [] | umarmuzammil | 0 |
Ehco1996/django-sspanel | django | 195 | 配置uwsgi | 现在安装时候和配置uwsgi时参数不一样 | closed | 2018-12-23T15:23:15Z | 2018-12-26T16:38:44Z | https://github.com/Ehco1996/django-sspanel/issues/195 | [] | xkatld | 0 |
huggingface/datasets | pandas | 7,335 | Too many open files: '/root/.cache/huggingface/token' | ### Describe the bug
I ran this code:
```
from datasets import load_dataset
dataset = load_dataset("common-canvas/commoncatalog-cc-by", cache_dir="/datadrive/datasets/cc", num_proc=1000)
```
And got this error.
Before it was some other file though (lie something...incomplete)
runnting
```
ulimit -n 8192
... | open | 2024-12-16T21:30:24Z | 2024-12-16T21:30:24Z | https://github.com/huggingface/datasets/issues/7335 | [] | kopyl | 0 |
developmentseed/lonboard | jupyter | 338 | Update anywidget | Some really interesting new developments: https://github.com/manzt/anywidget/pull/395 | closed | 2024-01-30T00:48:43Z | 2024-02-06T19:04:13Z | https://github.com/developmentseed/lonboard/issues/338 | [] | kylebarron | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,349 | [Roadmap] GraphBolt Integration 🚀 | ### 🚀 The feature, motivation and pitch
[GraphBolt](https://docs.dgl.ai/en/latest/api/python/dgl.graphbolt.html) is a new GNN-based dataloading framework, which is GNN-library agnostic. In particular, it provides feature store and sampling routines to allow for scalable data loading across CPU/GPU devices. The Grap... | open | 2024-05-22T12:33:09Z | 2024-05-22T15:50:08Z | https://github.com/pyg-team/pytorch_geometric/issues/9349 | [
"feature",
"help wanted",
"1 - Priority P1",
"roadmap"
] | rusty1s | 0 |
graphistry/pygraphistry | jupyter | 236 | [FEA] Bill of materials tracking | **Is your feature request related to a problem? Please describe.**
As part of every release, include a bill of materials digest
**Describe the solution you'd like**
Ex: https://cyclonedx.org/use-cases/
| open | 2021-06-28T17:34:52Z | 2021-06-28T17:34:52Z | https://github.com/graphistry/pygraphistry/issues/236 | [
"enhancement",
"help wanted",
"good-first-issue"
] | lmeyerov | 0 |
mljar/mercury | jupyter | 88 | Mercury + Gradio colab | Hi, I saw the post here https://www.reddit.com/r/MachineLearning/comments/u7t77t/d_running_interactive_python_notebooks_on on using the mercury framework to generate a web app in Hugging Face spaces using the gradio sdk
would be great to explore ways to collaborate with mercury and gradio, https://gradio.app/ | closed | 2022-04-20T20:59:46Z | 2022-12-12T12:08:33Z | https://github.com/mljar/mercury/issues/88 | [] | AK391 | 2 |
pyg-team/pytorch_geometric | pytorch | 9,332 | Fix and add missing syntax highlighting for code blocks in documentation | ### 📚 Describe the documentation issue
Some docstrings are either missing syntax highlighting or being rendered incorrectly due to spacing issues in code.
For example, the code block in the documentation of [transforms.NodePropertySplit](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometri... | closed | 2024-05-19T22:58:29Z | 2024-05-21T20:47:55Z | https://github.com/pyg-team/pytorch_geometric/issues/9332 | [
"documentation"
] | nelsonaloysio | 0 |
fastapi/sqlmodel | sqlalchemy | 1,150 | Update docs include syntax for source examples | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
This is a good first contribution. :nerd_face:
The code examples shown in the docs are actual Python files. They are even tested in CI, that's why you can always copy paste an example and it will alw... | closed | 2024-10-26T17:41:20Z | 2024-12-22T14:31:09Z | https://github.com/fastapi/sqlmodel/issues/1150 | [
"good first issue"
] | tiangolo | 3 |
marimo-team/marimo | data-science | 3,513 | Accessing examples - CDN provider issue | ### Describe the bug
While trying to access: https://marimo.io/p/@marimo/embedding-visualizer or other instances I keep facing an issue related to your cdn provider:

Thanks
### Environment
<details>
```
Replace this line wit... | closed | 2025-01-20T19:41:11Z | 2025-01-21T09:18:32Z | https://github.com/marimo-team/marimo/issues/3513 | [
"bug"
] | ph4ge | 2 |
jacobgil/pytorch-grad-cam | computer-vision | 185 | RuntimeError while using a different CNN model | Instead of using the given models I used xception network. But doing so it gives ,
`RuntimeError: Output 0 of BackwardHookFunctionBackward is a view and is being modified inplace. This view was created inside a custom Function (or because an input was returned as-is) and the autograd logic to handle view+inplace wo... | closed | 2021-12-23T13:06:27Z | 2021-12-30T06:46:04Z | https://github.com/jacobgil/pytorch-grad-cam/issues/185 | [] | AnjanaSamindraPerera | 5 |
microsoft/hummingbird | scikit-learn | 358 | Refactoring of the tests | Some of the test files are getting quite long (e.g., `sklearn_decision_tree`). We should refactor them in a way that makes them more easy to parse. | open | 2020-11-03T18:21:03Z | 2020-11-03T18:21:03Z | https://github.com/microsoft/hummingbird/issues/358 | [] | interesaaat | 0 |
widgetti/solara | fastapi | 782 | Don't allow boolean operators on reactive variables | Very often, i use
```python
some_var = solara.reactive(0)
if some_var: # OOPS, forgot .value
...
```
I don't think there is a reason to do reactive equals comparison, and I think we should error on that. If you want to know if it is the same object, use `is`, and otherwise compare .value.
| open | 2024-09-11T13:22:01Z | 2024-11-04T10:54:02Z | https://github.com/widgetti/solara/issues/782 | [
"footgun"
] | maartenbreddels | 0 |
deepfakes/faceswap | machine-learning | 448 | Attribute Error during convert | Convert fails while initializing. Command to run (with local paths redacted):
`python faceswap.py convert -i test -o out --alignments alignments.json --serializer json -D cnn -l 0.6 -m models -a complete -t LowMem -c Adjust -b 2 -M facehullandrect -g 1 -fr 26242-26400 -sm -aca`
Key thing to note is I am running in lo... | closed | 2018-06-26T00:48:03Z | 2018-06-26T08:21:02Z | https://github.com/deepfakes/faceswap/issues/448 | [] | AWildRando | 1 |
biolab/orange3 | pandas | 7,013 | Threshold Averaged ROC plot error bars are incorrect | **What's wrong?**
I noticed a typo: the threshold averaged ROC function uses the fpr standard deviation for the tpr error bars.
[Link to location: `owrocanalysis.py#L886-L901`](https://github.com/biolab/orange3/blob/091e88c53214e7adbfb367ee88f1ba98085a1ef3/Orange/widgets/evaluate/owrocanalysis.py#L886-L901)
```python
... | closed | 2025-01-31T20:23:06Z | 2025-02-07T13:13:40Z | https://github.com/biolab/orange3/issues/7013 | [
"bug report"
] | cjgunnar | 0 |
asacristani/fastapi-rocket-boilerplate | pydantic | 21 | Testing: integrity testing in local | Include integrity testing crossing though the api, celery and db.
Also with the admin dashboard. | open | 2023-10-11T10:58:43Z | 2023-10-11T11:07:13Z | https://github.com/asacristani/fastapi-rocket-boilerplate/issues/21 | [
"enhancement"
] | asacristani | 0 |
coqui-ai/TTS | pytorch | 2,832 | [Bug] ONNX export fails on latest commit | ### Describe the bug
When trying to export a VITS end-to-end TTS model ([this Coqui VITS model](https://github.com/coqui-ai/TTS/blob/e5fb0d96279af9dc620add6c2e69992c8abd7f24/TTS/.models.json#L143)) using the latest source install, I see an error about the Vits config object not have a `num_languages` attribute
``... | closed | 2023-08-01T19:51:23Z | 2023-09-14T06:19:51Z | https://github.com/coqui-ai/TTS/issues/2832 | [
"bug",
"wontfix"
] | mgoin | 1 |
seleniumbase/SeleniumBase | web-scraping | 2,916 | find_element function does not work on selenium web element | ```python
def find_buttons_with_review_ids(self, uniq_id):
"""
Finds all buttons with both data-review-id and data-href attributes.
"""
base_path = (
f"{BASE_XPATH}div/div[1]/div/div/div[2]//button"
)
elements = self.find_elements(base_path)
print(f"rev_elements {elements}")... | closed | 2024-07-08T08:42:01Z | 2024-07-08T13:22:28Z | https://github.com/seleniumbase/SeleniumBase/issues/2916 | [
"duplicate",
"invalid usage"
] | luey-punch | 1 |
youfou/wxpy | api | 95 | 能检测出谁把群主转让给机器人吗 | 我尝试在某个群注册函数,想获取谁把群主转让给机器人,Msg没有消息提示。 | open | 2017-06-23T06:45:33Z | 2017-07-01T16:47:55Z | https://github.com/youfou/wxpy/issues/95 | [] | davieds | 1 |
ray-project/ray | python | 51,455 | RLLIB from_checkpoint keeps the jobs stuck in "Waiting for Scheduling" status | ### What happened + What you expected to happen
I saved the model successfully. But when I restarted and tried loading. The call to from_checkpoint never completes and the dashboard shows that it is waiting to schedule. But if I load them from the states using lower level API I separately saved, it works fine. This is... | open | 2025-03-18T17:57:15Z | 2025-03-20T14:06:32Z | https://github.com/ray-project/ray/issues/51455 | [
"bug",
"triage",
"rllib"
] | Vetti420 | 0 |
mwaskom/seaborn | data-visualization | 3,686 | `sns.relplot()` legend not showing marker `'x'`, `'+'`, '1', '2' etc. | This code is from the seaborn tutorial - [An introduction to seaborn](https://seaborn.pydata.org/tutorial/introduction.html#opinionated-defaults-and-flexible-customization).
```py
sns.set_theme(style="ticks", font_scale=1.25)
g = sns.relplot(
data=penguins,
x="bill_length_mm", y="bill_depth_mm", hue="bo... | open | 2024-05-01T07:37:48Z | 2024-05-01T23:58:35Z | https://github.com/mwaskom/seaborn/issues/3686 | [] | adrbmdns | 2 |
davidteather/TikTok-Api | api | 315 | Access Denied for Download/get_Video | Hi !
I have some issues to download videos from the API with others than api.trending()'s Tiktok Object.
After some research i found out that the Tiktok Object from api.trending and others (like api.ByHashtag()) section are different.
First
from Trending contains 23 keys
from others contains 24 keys
it s... | closed | 2020-11-05T13:05:24Z | 2020-11-05T18:48:59Z | https://github.com/davidteather/TikTok-Api/issues/315 | [
"bug"
] | Goldrest | 7 |
graphql-python/graphene-django | graphql | 988 | DjangoFilterConnectionField does not use source arg | Using the [starwars example app](https://github.com/graphql-python/graphene-django/tree/master/examples/starwars) for explanation.
* **What is the current behavior?**
The `DjangoFilterConnectionField` does not use `source` arg, it only works on field name.
* **If the current behavior is a bug, please provide t... | open | 2020-06-11T17:31:41Z | 2020-08-28T04:23:38Z | https://github.com/graphql-python/graphene-django/issues/988 | [
"🐛bug"
] | wkoot | 1 |
python-visualization/folium | data-visualization | 1,987 | Folium decline to import in python | >>> import folium Traceback (most recent call last): File "/root/myenv/lib/python3.11/site-packages/numpy/core/__init__.py", line 23, in <module> from . import multiarray File "/root/myenv/lib/python3.11/site-packages/numpy/core/multiarray... | closed | 2024-08-01T07:04:43Z | 2024-08-01T07:37:46Z | https://github.com/python-visualization/folium/issues/1987 | [] | Dox-dx | 1 |
noirbizarre/flask-restplus | flask | 727 | Python 3.8 support | Using latest flask-restplus version with Python 3.7.4, I have the following warning:
```
flask_restplus/model.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import OrderedDict, MutableM... | closed | 2019-10-10T09:19:22Z | 2019-12-11T08:00:51Z | https://github.com/noirbizarre/flask-restplus/issues/727 | [
"enhancement"
] | Colin-b | 4 |
amdegroot/ssd.pytorch | computer-vision | 460 | Does anyone has the demo code for video streaming dectection?thx | open | 2020-03-13T11:39:56Z | 2020-05-07T17:42:42Z | https://github.com/amdegroot/ssd.pytorch/issues/460 | [] | q664171689 | 2 | |
recommenders-team/recommenders | machine-learning | 1,196 | [ASK] CondaMemoryError | ### Description
When I use this command "conda update conda -n root", it prompts "CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again".
I am a novice, I have repeatedly installed and uninstalled miniconda several times before.Can anyone tell me why or how to solve it?
###... | closed | 2020-09-01T03:25:24Z | 2020-09-06T02:25:39Z | https://github.com/recommenders-team/recommenders/issues/1196 | [
"help wanted"
] | xiaomin0416 | 1 |
inventree/InvenTree | django | 9,344 | Platform not loading for login screen | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
After updating to 17.9 it no longer displays the Platform login screen, (just a white screen) the original interface is working properly.
### Steps to Reproduce
After updating to 17.9 i... | closed | 2025-03-19T17:23:12Z | 2025-03-19T21:17:38Z | https://github.com/inventree/InvenTree/issues/9344 | [
"bug",
"question",
"triage:not-checked"
] | Jamespcman | 3 |
jina-ai/langchain-serve | fastapi | 24 | Enable autoscaling for websocket apps | closed | 2023-04-20T07:38:05Z | 2023-05-11T11:09:34Z | https://github.com/jina-ai/langchain-serve/issues/24 | [] | deepankarm | 1 | |
airtai/faststream | asyncio | 1,837 | Bug:App with RabbitBroker fails in v0.5.25 | Instantiating a `FastStream` instance with a `RabbitBroker` fails in version 0.5.25:
**How to reproduce**
```python
from faststream import FastStream
from faststream.rabbit import RabbitBroker
broker = RabbitBroker("amqp://guest:guest@localhost/")
app = FastStream(broker)
```
**Expected behavior**
`app... | closed | 2024-10-07T14:25:35Z | 2024-10-12T09:49:28Z | https://github.com/airtai/faststream/issues/1837 | [
"bug"
] | hoelzl | 4 |
fbdesignpro/sweetviz | pandas | 25 | issue on profile on date field |
File "c:\users\appdata\local\programs\python\python37\lib\site-packages\pandas\core\base.py", line 1220, in _reduce
klass=self.__class__.__name__, op=name
TypeError: DatetimeIndex cannot perform the operation sum | closed | 2020-07-09T02:20:23Z | 2020-07-18T15:07:33Z | https://github.com/fbdesignpro/sweetviz/issues/25 | [
"bug"
] | nirmalyachoudhuri | 3 |
noirbizarre/flask-restplus | flask | 42 | Bulk json upload in a PUT | Hello,
I am trying to do a bulk load of variables in a put.
{
'key1': 'value1',
'key2': 'value2',
'key3': 'value3'
}
So instead of presenting a form for each field, I just need a field that allows them to do that and a visable model that shows what is expected (in swagger). How would I go about doing that? ... | open | 2015-04-16T18:25:20Z | 2019-03-26T23:43:00Z | https://github.com/noirbizarre/flask-restplus/issues/42 | [
"documentation"
] | havok4u | 5 |
scikit-hep/awkward | numpy | 2,405 | Use pytest plugin to annotate failures on GHA | ### Description of new feature
See https://pypi.org/project/pytest-github-actions-annotate-failures/ | closed | 2023-04-16T17:06:21Z | 2023-05-10T09:51:40Z | https://github.com/scikit-hep/awkward/issues/2405 | [
"feature"
] | agoose77 | 0 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 162 | Document Related Field | Marshmallow-sqlalchemy contains a Field ~~"Result"~~ Related but the documentation doesn't reference it at all. Document Related field, and give examples of it's use. | closed | 2018-12-14T22:02:32Z | 2025-01-11T14:28:01Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/162 | [
"help wanted",
"documentation"
] | GabrielC101 | 5 |
alteryx/featuretools | scikit-learn | 1,761 | Allow users to pass camelCase to DFS for primitives | - We currently allow primitives name (as strings) to be passed to DFS. `add_numeric`
- We should modify this behavior to allow camelCase (which should match `primitive.__name__`) (`addNumeric`)
- This is different than TitleCase (`AddNumeric`)
- If possible, we should make it work with both.
- Users can still ... | closed | 2021-10-28T20:26:50Z | 2022-03-14T15:57:38Z | https://github.com/alteryx/featuretools/issues/1761 | [] | gsheni | 7 |
ray-project/ray | tensorflow | 51,217 | [Data] Filter operation changes schema of dataset | ### What happened + What you expected to happen
I have a dataset read from parquet with mixed column types. Some columns are strings and some are `dictionary<values=string, indices=int32, ordered=0>`.
If I apply a filter to the dataset (even a trivial one that returns True for all rows), the columns that were `dictio... | open | 2025-03-10T16:48:59Z | 2025-03-10T22:24:30Z | https://github.com/ray-project/ray/issues/51217 | [
"bug",
"triage",
"data"
] | tkbartel | 0 |
vimalloc/flask-jwt-extended | flask | 439 | Problem with CSRF Cookie | Hi
Recently I started developing a webapp using a restful api and I use flask-jwt-extended to secure it.
My webapp has some html/javascript pages which use the api to render the data.
I use ajax get/post/put/delete to manipulate my resources through my api.
I noticed that when the API is used from ajax, I go... | closed | 2021-07-23T20:20:30Z | 2021-07-24T13:48:35Z | https://github.com/vimalloc/flask-jwt-extended/issues/439 | [] | essembeh | 2 |
dmlc/gluon-cv | computer-vision | 1,248 | Is Mixup really work in Detection? | I tried to train YoloV3 in PascalVoc with this command:
`python train_yolov3.py --batch-size=64 --gus=0,1,2,3 '--epochs=200 --lr=0.001 --warmup-epochs=4 --lr-decay-epoch=160,180 --syncbn --mixup --no-mixup-epochs=0 ` , and I gained the mAP=0.81266, but without mixup the mAP is 0.81331.
It seems that mixup don't impr... | closed | 2020-04-06T03:39:05Z | 2021-06-07T07:04:55Z | https://github.com/dmlc/gluon-cv/issues/1248 | [
"Stale"
] | yuhao318 | 4 |
biolab/orange3 | pandas | 6,060 | Feature Constructor: support for sparse buggy | **What's wrong?**
Creating new variables from sparse columns doesn't work.
**How can we reproduce the problem?**
Corpus - Bag of Words - Feature Constructor
(simply use variable `doctor` as the output)
```
Traceback (most recent call last):
File "/Applications/Orange3.app/Contents/Frameworks/Python.framew... | closed | 2022-07-12T12:24:53Z | 2022-07-12T13:27:46Z | https://github.com/biolab/orange3/issues/6060 | [
"bug report"
] | ajdapretnar | 2 |
nerfstudio-project/nerfstudio | computer-vision | 3,025 | AssertionError: block_width must be between 2 and 16 | **Describe the bug**
`AssertionError: block_width must be between 2 and 16` when I run `ns-train splatfacto`
**To Reproduce**
Steps to reproduce the behavior:
```
# make sure you uninstall the previous gsplat and nerfstudio
pip uninstall gsplat nerfstudio
# install it from pip the LATEST commit as 27th of Ma... | closed | 2024-03-28T01:04:08Z | 2024-03-28T21:25:41Z | https://github.com/nerfstudio-project/nerfstudio/issues/3025 | [] | ichsan2895 | 3 |
koxudaxi/datamodel-code-generator | fastapi | 1,631 | JSON-Schemas: Better namespacing options regarding `--reuse-model` | Hi, I couldn't figure out a way to do it nicely so I just wanted to ask if I'm missing something..
I have various JSON-Schemas which are referencing each other e.g.
```
- src
- pkg1
- A.json
- B.json
- pkg2
- C.json
```
and something like
```json
{
"additionalPropertie... | closed | 2023-10-21T12:24:57Z | 2023-11-11T14:03:07Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1631 | [
"answered"
] | lord-haffi | 3 |
pytest-dev/pytest-html | pytest | 205 | extras from previous tests show up | 
Why does the images show up in tests/test_02_exceptions.py?
I use fixture ext to keep track of my variables and the hookwrapper ads them if it finds anything in global extras['SCRE... | closed | 2019-05-23T06:52:46Z | 2019-05-24T22:36:01Z | https://github.com/pytest-dev/pytest-html/issues/205 | [] | fenchu | 4 |
JaidedAI/EasyOCR | pytorch | 391 | bad results with custom model | I have trained a None-ResNet-BiLSTM-CTC which return great results (as 90%) in the original repo but here, i get really bad recognition | closed | 2021-03-09T15:50:13Z | 2021-07-02T08:54:21Z | https://github.com/JaidedAI/EasyOCR/issues/391 | [] | mjack3 | 1 |
indico/indico | sqlalchemy | 6,517 | Participant list preview inconsistent with actual participant list | The preview disagrees with the actual participant list in some circumstances.
Steps to reproduce:
- Create a regform with visibility set to "Show only consenting participants" for both.
- Disable merged forms in participant list settings
- Register a user and set "Display my participation only to other participan... | closed | 2024-09-02T09:54:50Z | 2024-09-03T15:50:27Z | https://github.com/indico/indico/issues/6517 | [
"bug"
] | tomasr8 | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,434 | Compatibility issues with chrome>115. or other questions | c:\Users\aero\anaconda3\envs\py\lib\site-packages\undetected_chromedriver\__init__.py:443](file:///C:/Users/aero/anaconda3/envs/py/lib/site-packages/undetected_chromedriver/__init__.py:443), in Chrome.__init__(self, options, user_data_dir, driver_executable_path, browser_executable_path, port, enable_cdp_events, desire... | open | 2023-07-31T15:37:06Z | 2023-08-05T10:53:20Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1434 | [] | boriswang33 | 1 |
xmu-xiaoma666/External-Attention-pytorch | pytorch | 1 | 请问ExternalAttention中的queries得是(bs, n, c),c是指channels? | https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/58393a8489448405df480cbb47725c9e53040231/ExternalAttention.py#L32-L38
我想应用于分割代码中,请问queries (bs,n,c)这个c是指按类别分的么?还是只是我的特征图的通道数?
因为我得到的特征图是(bs,c,m,n)也就是bs张,c个通道,尺寸为m*n,需要先转成(bs,n,c)的格式? | closed | 2021-05-18T05:33:50Z | 2021-10-13T11:09:32Z | https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/1 | [] | ShellyLingling | 4 |
Hironsan/BossSensor | computer-vision | 23 | local variable 'epoch_logs' referenced before assignment | when i run boss_train, it appears, and the prompt message refer to 'validation_data=(dataset.X_valid, dataset.Y_valid)'.
please help me. | open | 2017-05-10T12:28:24Z | 2017-05-19T05:26:42Z | https://github.com/Hironsan/BossSensor/issues/23 | [] | hwd123 | 2 |
django-cms/django-cms | django | 8,030 | [BUG] Search functionality for PlaceholderRelationField in the user's selected language | ## Description
I have a model that uses PlaceholderRelationField for a field (news_body), and I want to perform a search query that includes this placeholder field. Specifically, I need to search the content within the news_body placeholder by the language the user is currently viewing.
It’s unclear whether this ... | closed | 2024-10-14T07:14:56Z | 2024-10-14T13:37:44Z | https://github.com/django-cms/django-cms/issues/8030 | [] | OzodbekUSTECH | 7 |
ghtmtt/DataPlotly | plotly | 17 | 2D Histogram improvements | Some more options to add, especially some default color scale
Don't know if also additional and optional X and Y field could be added instead of just Z
see API https://plot.ly/python/2D-Histogram/ | closed | 2017-05-24T17:37:58Z | 2017-06-29T10:41:18Z | https://github.com/ghtmtt/DataPlotly/issues/17 | [
"enhancement"
] | ghtmtt | 0 |
numpy/numpy | numpy | 28,378 | BUG: Polynomial.fit with a list of degrees behaves inconsistently | ### Describe the issue:
Polynomial.fit of asymmetric x-range with a list of selected degrees using the default domain produces a wrong answer. It gives the correct answer when (1) the degree is given by an integer, (2) a list of the full degrees is given, or (3) domain is forced to be [-1,1] instead of automatically g... | open | 2025-02-21T18:01:01Z | 2025-02-25T16:28:48Z | https://github.com/numpy/numpy/issues/28378 | [
"00 - Bug"
] | stparkides | 2 |
kennethreitz/responder | flask | 322 | Routes params converters | Hey,
Responder has no documented way to automatically cast route params, since we're using python's string format, "format specifications"/[directives](https://github.com/r1chardj0n3s/parse#format-specification) works out of the box, e.g. `@api.route("{number:d}/")`.
We can either document the method above or cre... | closed | 2019-02-28T18:36:44Z | 2019-04-27T23:36:31Z | https://github.com/kennethreitz/responder/issues/322 | [
"feature",
"discussion"
] | taoufik07 | 4 |
ultralytics/yolov5 | deep-learning | 12,435 | Can somebody help me to understan why me GPU does not work with yolov5? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hi to everbody!
I have followed this steps to install the docker image of the yolov5. ... | closed | 2023-11-27T17:29:46Z | 2024-01-10T00:21:20Z | https://github.com/ultralytics/yolov5/issues/12435 | [
"question",
"Stale"
] | frl93 | 4 |
AirtestProject/Airtest | automation | 962 | class TargetPos()的类注释错误 | airtest/utils/transform.py
class TargetPos()的类注释错误
"""
点击目标图片的不同位置,默认为中心点0
1 2 3
4 0 6
7 8 9
"""
注释中的0应该是5吧 | open | 2021-08-31T08:09:02Z | 2021-08-31T08:09:02Z | https://github.com/AirtestProject/Airtest/issues/962 | [] | songzhenhua | 0 |
falconry/falcon | api | 1,943 | [ASGI] close() not called if iterating over resp.stream raises an exception | At the time of writing, the `close()` method of [`resp.stream`](https://falcon.readthedocs.io/en/stable/api/request_and_response_asgi.html#falcon.asgi.Response.stream) is only called if the provided generator is successfully exhausted (or yields `None`).
However, the primary use case of the `close()` method is freei... | closed | 2021-08-04T19:11:42Z | 2022-01-26T20:47:42Z | https://github.com/falconry/falcon/issues/1943 | [
"bug",
"good first issue"
] | vytas7 | 3 |
skforecast/skforecast | scikit-learn | 754 | grid_search_sarimax error | Hello there, I'm a newbie in skforecaster. I tried to fit grid search sarimax with my dataset and got this error
```TypeError: Expected index of type <class 'pandas.core.indexes.datetimes.DatetimeIndex'> for `last_window`. Got <class 'pandas.core.indexes.range.RangeIndex'>.```
Here is my code
```from skforecast.mo... | closed | 2024-07-17T03:37:33Z | 2024-07-17T07:16:25Z | https://github.com/skforecast/skforecast/issues/754 | [] | rawinan-soma | 0 |
bmoscon/cryptofeed | asyncio | 611 | Bybit USD futures | Hello,
When I try connect Bybit BTC/USD or ETH/USD futures (BTC/USDT and ETH/USDT connect correctly) cryptofeed return quotes for inverse futures BTCUSD0924, ETHUSD0924...
Regards,
Eugene. | closed | 2021-08-25T08:21:46Z | 2021-08-25T08:52:06Z | https://github.com/bmoscon/cryptofeed/issues/611 | [
"bug"
] | elabunsky | 1 |
Farama-Foundation/PettingZoo | api | 560 | Add is_parallelizable as standard metadata argument and add warning to aec->parallel api conversion | The to_parallel wrapper makes a number of assumptions of the environment which cannot be checked. For example, there is no real difference between the hanabi environment, which is turn based (thus the to_parallel wrapper should not be applied) and the pursuit environment, which is not turn based, and can be parallelize... | closed | 2021-11-30T02:41:10Z | 2021-12-14T17:39:34Z | https://github.com/Farama-Foundation/PettingZoo/issues/560 | [] | jkterry1 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.