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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ExpDev07/coronavirus-tracker-api | fastapi | 40 | "3/13/2020" data is empty | closed | 2020-03-14T02:13:12Z | 2020-03-14T02:20:12Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/40 | [
"bug"
] | Lastmentor | 2 | |
hankcs/HanLP | nlp | 953 | 自定义词典,使用多个,只有第一个起作用 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2018-09-02T13:09:23Z | 2018-09-03T01:22:52Z | https://github.com/hankcs/HanLP/issues/953 | [
"question"
] | gudepeng | 3 |
KaiyangZhou/deep-person-reid | computer-vision | 352 | How to use the pretrained model as a feature extractor? | Sorry if the question is too naive, I'm new to ReID problem.
I have some person image patches captured by different cameras, and I want to test the pretrained model on my own small dataset.
I plan to extract a fixed-length feature using the model and then calculate the euclidean distance between query and galler... | open | 2020-07-08T08:51:00Z | 2020-07-14T16:55:08Z | https://github.com/KaiyangZhou/deep-person-reid/issues/352 | [] | KaqiKaqi | 3 |
lundberg/respx | pytest | 76 | Enhancement proposal: Increase flexibility of method in MockTransport().add? | Thank you for a very useful tool.
Would you be interested in allowing more flexibility in the method parameter to `MockTransport().add`:
so e.g. it can be called with "get" as well as "GET" ?
Roughly equivalent to making the following test pass
```python
@pytest.mark.asyncio
@pytest.mark.parametrize(
... | closed | 2020-09-21T14:53:02Z | 2020-10-01T14:02:39Z | https://github.com/lundberg/respx/issues/76 | [] | lbillinghamwrk | 1 |
sherlock-project/sherlock | python | 2,317 | False negative for: Twitter | ### Additional info
Twitter is not detected for [Vikranth3140](https://x.com/Vikranth3140)
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | closed | 2024-10-08T06:41:42Z | 2024-11-01T23:57:38Z | https://github.com/sherlock-project/sherlock/issues/2317 | [
"false negative"
] | Vikranth3140 | 3 |
huggingface/transformers | tensorflow | 36,378 | modeling_deformable_detr.py DeformableDetrMultiheadAttention.foward function report error for "hidden_states_original" if position_embeddings is None | ### System Info
src/transformers/models/deformable_detr/modeling_deformable_detr.py
class DeformableDetrMultiheadAttention(nn.Module)
def forward(
self,
hidden_states: torch.Tensor,
attention_mask: Optional[torch.Tensor] = None,
position_embeddings: Optional[torch.Tensor] = None,
... | open | 2025-02-24T20:51:39Z | 2025-02-25T17:44:35Z | https://github.com/huggingface/transformers/issues/36378 | [
"bug"
] | susanbao | 1 |
aio-libs-abandoned/aioredis-py | asyncio | 1,253 | redis connection url parsed in wrong way | ### Describe the bug
a connect str like "redis://[[username]:[password]]@localhost:6379/0", the lib parse it use urllib.parse.urlparse ? of cause it will fail
### To Reproduce
``` python
import aioredis
import asyncio
async def amain():
redis = aioredis.from_url("redis://username:password@localhost:6... | closed | 2021-12-26T11:18:43Z | 2021-12-26T11:25:17Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/1253 | [
"bug"
] | RonaldinhoL | 1 |
scikit-hep/awkward | numpy | 3,267 | Add interoperability between Awkward Array and ML libraries | This issue is a checklist of different functions that convert Awkward Arrays to ML libraries and backwards.
### TensorFlow library
Functions for rectangular arrays
- [x] ak.from_tensorflow
- [x] ak.to_tensorflow
#3292
Functions for irregular arrays
- [x] ak.from_raggedtensor
- [x] ak.to_raggedtensor
#321... | closed | 2024-10-03T15:13:09Z | 2024-11-07T21:54:38Z | https://github.com/scikit-hep/awkward/issues/3267 | [
"feature"
] | maxymnaumchyk | 0 |
mitmproxy/pdoc | api | 64 | Markdown tables not rendered as tables | I'm using the following command:
```
pdoc test.py --html
```
to create an API doc for the following Python script:
``` python
#!/usr/bin/env python
def test():
"""
Test function
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned |... | closed | 2015-08-27T15:54:28Z | 2018-06-03T03:15:12Z | https://github.com/mitmproxy/pdoc/issues/64 | [] | mikecharles | 5 |
onnx/onnx | machine-learning | 5,783 | [Resize Spec] roi is not used to compute the output shape | # Bug Report
### Describe the bug
In the spec of [resize](https://onnx.ai/onnx/operators/onnx__Resize.html#resize-19), Each dimension value of the output tensor is:
`output_dimension = floor(input_dimension * (roi_end - roi_start) * scale)`
While actual [shape inference code](https://github.com/onnx/onnx/blob/... | closed | 2023-11-30T21:12:37Z | 2025-01-29T06:43:46Z | https://github.com/onnx/onnx/issues/5783 | [
"bug",
"module: shape inference",
"stale"
] | zhangxiang1993 | 1 |
OFA-Sys/Chinese-CLIP | nlp | 321 | 想要验证Flickr30K-CN Retrieval数据集应该使用那个脚本? | 没找到合适的脚本 | open | 2024-06-21T07:23:51Z | 2024-06-21T07:23:51Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/321 | [] | Dagoli | 0 |
numpy/numpy | numpy | 28,255 | BUG: np.ones_like behaves differently depending on whether the fill_value of the input array has been accessed | ### Describe the issue:
Hello,
For some cases of fill value casting, `np.ones_like` for a masked array behaves differently depending on whether or not the `fill_value` has been accessed on the given array. If the `_fill_value` is `None` then all works as expected, but if `_fill_value` is something else then it's poss... | open | 2025-01-31T15:08:45Z | 2025-02-07T13:05:20Z | https://github.com/numpy/numpy/issues/28255 | [
"00 - Bug",
"component: numpy.ma"
] | davidhassell | 1 |
sloria/TextBlob | nlp | 415 | information about sentiment analysis algorithm | Is any information available such as publication or corpus used for training? | open | 2023-01-20T17:01:59Z | 2023-02-18T13:51:05Z | https://github.com/sloria/TextBlob/issues/415 | [] | DSLituiev | 2 |
seleniumbase/SeleniumBase | pytest | 2,850 | If the setUp function in the use case fails (throws an exception), then tearDown will not be executed directly | The corresponding test script is:
# coding: utf-8
from seleniumbase import BaseCase
class TestCheckAndJumpOnOpenOrganizationCode001(BaseCase):
def setUp(self):
super().setUp()
print("66666666")
assert False
def test_check_and_jump_on_open_organization_code_001(self):
... | closed | 2024-06-11T07:28:04Z | 2024-06-12T17:25:54Z | https://github.com/seleniumbase/SeleniumBase/issues/2850 | [
"question",
"invalid usage"
] | WaterLoran | 2 |
pydata/xarray | pandas | 9,898 | ⚠️ Nightly upstream-dev CI failed ⚠️ | [Workflow Run URL](https://github.com/pydata/xarray/actions/runs/12575660984)
<details><summary>Python 3.12 Test Summary</summary>
```
xarray/tests/test_backends.py::TestZarrDictStore::test_roundtrip_object_dtype[2]: TypeError: expected byte string, found 'ab'
xarray/tests/test_backends.py::TestZarrDictStore::test_str... | closed | 2024-12-17T00:29:13Z | 2025-01-02T21:12:14Z | https://github.com/pydata/xarray/issues/9898 | [
"bug",
"topic-zarr",
"CI"
] | github-actions[bot] | 0 |
OpenBB-finance/OpenBB | machine-learning | 6,689 | [Bug] can't run docker image | **Describe the bug**
Pulled the docker image successfully, but unable to run a container off the image.
Encountered the following error message:
```
The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested.
exec /usr/local/bi... | closed | 2024-09-24T09:21:01Z | 2024-11-21T16:27:07Z | https://github.com/OpenBB-finance/OpenBB/issues/6689 | [
"bug",
"docker"
] | rafaelfliu | 6 |
eamigo86/graphene-django-extras | graphql | 140 | AssertionError: Query fields must be a mapping (dict / OrderedDict) (...) | Hi,
First of all thank you very much for this library which seems to cut the heavy boilerplate of using Graphene to a large extent. Yet, I've failed to perform my very first switching tetst into it because of "AssertionError: Query fields must be a mapping (dict / OrderedDict) with field names as keys or a function ... | closed | 2020-06-10T13:53:06Z | 2020-06-10T19:51:18Z | https://github.com/eamigo86/graphene-django-extras/issues/140 | [] | IdemenB | 1 |
zappa/Zappa | django | 398 | [Migrated] lets_encrypt_expression deprecated and Lets Encrypt auto-renew feature | Originally from: https://github.com/Miserlou/Zappa/issues/1016 by [gene1wood](https://github.com/gene1wood)
I noticed in [0.41.0](https://github.com/Miserlou/Zappa/blob/master/CHANGELOG.md#0410) the [`lets_encrypt_expression` feature was removed](https://github.com/Miserlou/Zappa/commit/d030268f8e541b990ff81a67e4d7556... | closed | 2021-02-20T08:27:55Z | 2024-04-13T15:37:16Z | https://github.com/zappa/Zappa/issues/398 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
modin-project/modin | data-science | 7,407 | BUG: Modin datetime64 values not compatible with Seaborn | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [x] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2024-10-23T22:47:11Z | 2025-02-07T23:57:08Z | https://github.com/modin-project/modin/issues/7407 | [
"bug 🦗",
"P2"
] | gtomitsuka | 2 |
fbdesignpro/sweetviz | data-visualization | 180 | Readme.md file | Example HTML report using the Titanic dataset](http://cooltiming.com/SWEETVIZ_REPORT.html) this link is not working | open | 2024-09-13T08:57:58Z | 2024-09-13T09:51:45Z | https://github.com/fbdesignpro/sweetviz/issues/180 | [] | LolaPrasad | 0 |
OpenInterpreter/open-interpreter | python | 1,155 | Tried to install LM Studio on Window and it crashed installation and now open-interpreter crash to. | ### Describe the bug
Tryed to install LM Studio on Window and it crashed installation and now open-interpreter crash to.
There's was missing files error trying to install LM Studio and now i can not make interpreter work again.
### Reproduce
trying to install LM Studio
### Expected behavior
to chat with openAi ... | open | 2024-03-30T01:38:54Z | 2024-03-30T01:38:54Z | https://github.com/OpenInterpreter/open-interpreter/issues/1155 | [] | onigetoc | 0 |
OFA-Sys/Chinese-CLIP | computer-vision | 248 | inference速度慢 | 提取图像特征的时候速度慢,v100单卡,大约处理每张图片需要0.6s | open | 2024-01-18T11:05:29Z | 2024-01-18T11:05:29Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/248 | [] | wutongtong | 0 |
noirbizarre/flask-restplus | api | 152 | Initial Update | Hi 👊
This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far.
Once you have closed this issue, I'll create seperate pull requests for every update as soon as I find one.
That's it for now!
Happy merging! 🤖
| closed | 2016-03-12T13:05:04Z | 2016-04-20T06:44:00Z | https://github.com/noirbizarre/flask-restplus/issues/152 | [] | pyup-bot | 0 |
jina-ai/serve | fastapi | 5,345 | Customize the output when using custom gateway | **Describe the feature**
<!-- A clear and concise description of what the feature is. -->
After initialization of each flow, it will output some address info to the console
```{bash}
╭────────────── 🔗 Endpoint ───────────────╮
│ ⛓ Protocol GRPC │
│ 🏠 Local 0.0.0.0:6... | closed | 2022-11-03T09:56:02Z | 2022-11-18T10:04:55Z | https://github.com/jina-ai/serve/issues/5345 | [] | ZiniuYu | 0 |
flairNLP/flair | pytorch | 3,362 | [Question]: FLAIR NER English works in Airgaped environment, However NER English Large doesn't | ### Question
For reasons I can't go into, I'm using FLAIR in an air gapped environment.
I've downloaded and manually set and loaded the `flair/ner-english` model by pointing the `Classifier.load(arg)` to the `pytorch_model.bin`.
I want to try the larger version, since the smaller model still makes some errors. I'... | closed | 2023-10-27T12:26:14Z | 2023-11-15T16:02:17Z | https://github.com/flairNLP/flair/issues/3362 | [
"question"
] | alexge233 | 4 |
Yorko/mlcourse.ai | pandas | 716 | Typo in jupyter_russian/topic5 | There is a typo mistake In [bagging notebook](https://github.com/Yorko/mlcourse.ai/blob/main/jupyter_russian/topic05_bagging_rf/topic5_part1_bagging.ipynb), at the beginning with a probability value.
In the [Habr article](https://habr.com/ru/company/ods/blog/324402/) and English version of the course everything is fin... | closed | 2022-09-11T05:58:43Z | 2022-09-12T10:35:56Z | https://github.com/Yorko/mlcourse.ai/issues/716 | [] | aulasau | 4 |
xlwings/xlwings | automation | 2,486 | xlwings Server custom functions: FutureWarning in pandas_cov.py | ```python
@server.func
@server.arg("x", pd.DataFrame, index=False, parse_dates=["three"])
def myfunc(x):
return x
```
```python
df.loc[:, col] = df.loc[:, col].apply(xlserial_to_datetime)
```
causes:
```
/Users/felix/dev/xlwings/xlwings/conversion/pandas_conv.py:20: FutureWarning: Setting an item o... | open | 2024-07-27T09:20:23Z | 2024-08-13T09:37:27Z | https://github.com/xlwings/xlwings/issues/2486 | [
"bug"
] | fzumstein | 0 |
biolab/orange3 | scikit-learn | 6,103 | Line Chart: improve ticks on single date, multiple hours | <!--
This is an issue template. Please fill in the relevant details in the
sections below.
-->
##### Timeseries version
master since biolab/orange3-timeseries#220
##### Orange version
<!-- From menu _Help→About→Version_ or code `Orange.version.full_version` -->
3.32.dev
##### Expected behavior
When t... | closed | 2022-08-03T12:20:54Z | 2022-09-09T12:42:58Z | https://github.com/biolab/orange3/issues/6103 | [] | ajdapretnar | 1 |
mirumee/ariadne | api | 257 | Error handler hook | Hey guys,
I'm trying to find a way to hook into Ariadne to get server errors, so that I can email stack traces to developers. It seems like I could do this with the `error_formatter`, but I don't want to override the default `error_formatter`. Is there a more direct way I could create an error handler?
Thank you! | closed | 2019-10-09T19:37:56Z | 2019-10-09T19:49:14Z | https://github.com/mirumee/ariadne/issues/257 | [] | Rydez | 2 |
aleju/imgaug | machine-learning | 3 | Cant load augmenters | As said in the README, I copied the required files into my directory and ran the
`from imgaug import augmenters as iaa`
but I get an error
"ImportError: cannot import name 'augmenters'" | closed | 2016-12-10T16:34:31Z | 2016-12-10T17:52:29Z | https://github.com/aleju/imgaug/issues/3 | [] | SarthakYadav | 9 |
Anjok07/ultimatevocalremovergui | pytorch | 1,444 | BS-Roformer Runtime Error (An Error Occurred: RuntimeError) | any other model works fine to me but BS-Roformer don't work even with CPU and idk why, pls help...
Last Error Received:
Process: Ensemble Mode
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeError: "Could not allocate tensor with 1272936384 byte... | open | 2024-07-03T05:07:22Z | 2024-07-03T05:07:22Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1444 | [] | raresideface | 0 |
matplotlib/matplotlib | data-science | 29,575 | [Doc]: QuadContourSet does not contain a collections attribute like stated in the manual | ### Documentation Link
https://matplotlib.org/stable/api/contour_api.html#matplotlib.contour.QuadContourSet
https://matplotlib.org/devdocs/api/contour_api.html
### Problem
* Version 3.10.0
* The QuadContourSet does not contain a collections attribute like the documentation says it should. Could someone verify whethe... | closed | 2025-02-04T14:37:18Z | 2025-02-04T21:06:29Z | https://github.com/matplotlib/matplotlib/issues/29575 | [
"Documentation"
] | kavdborr | 1 |
zappa/Zappa | django | 791 | [Migrated] Zappa permissions on SNS resources fail when sending SMS | Originally from: https://github.com/Miserlou/Zappa/issues/1941 by [kikeh](https://github.com/kikeh)
## Context
Zappa permissions are fine if you want to use SNS with topics and push notifications, but it doesn't seem to work with SMS since the expected resources on the SNS permissions are `arn:aws:sns:*:*:*`:
```
{... | closed | 2021-02-20T12:42:30Z | 2024-04-13T18:37:36Z | https://github.com/zappa/Zappa/issues/791 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
explosion/spaCy | nlp | 12,154 | Incorrect tokenization of dash punctuation in Spanish when not preceded or followed by a space | This is related to this (now closed) issue: https://github.com/explosion/spaCy/issues/3277.
## How to reproduce the behaviour
Per the fixes related to the above issue (https://github.com/explosion/spaCy/pull/3281/files), the en/em dash now tokenizes into a separate token whenever it is preceded or followed by a spa... | closed | 2023-01-23T23:58:47Z | 2023-10-10T09:21:02Z | https://github.com/explosion/spaCy/issues/12154 | [
"lang / es",
"feat / tokenizer"
] | creolio | 2 |
onnx/onnx | pytorch | 6,050 | Include IRv10 information in the proto spec file | Currently it only mentions INT4. We should mention function overload and metadata_props as well.
https://github.com/onnx/onnx/blob/83194ed82175d129d67341d7953ee410b48b21ca/onnx/onnx.proto#L111-L113 | open | 2024-03-29T00:54:31Z | 2024-04-17T19:43:54Z | https://github.com/onnx/onnx/issues/6050 | [
"topic: spec clarification",
"contributions welcome"
] | justinchuby | 0 |
aiortc/aiortc | asyncio | 1,150 | Windows Pip install with proxy errors with connection timed out | Running `pip install --proxy=w.x.y.z:uuuu aiortc` errors with connection timed out after a long time.
The proxy works for other packages, e.g. `pip install --proxy=w.x.y.z:uuuu aiohttp`.
<details>
<summary>Output</summary>
```
Collecting aiortc
Downloading aiortc-1.9.0-cp38-abi3-win_amd64.whl.metadata (5.6 ... | closed | 2024-08-29T10:01:50Z | 2025-01-11T02:31:10Z | https://github.com/aiortc/aiortc/issues/1150 | [
"stale"
] | Erithax | 1 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 15 | html = requests.get(url=original_url, headers=tiktok_headers) 报错 Object of type SSLError is not JSON serializable | http://127.0.0.1:2333/api?url=https://www.tiktok.com/@gabyluvsskz_/video/7075120105608203563?is_from_webapp=1&sender_device=pc 调用API的时候scraper.py 报的错误 请问是我操作的问题还是怎么回事啊 | closed | 2022-04-18T14:03:05Z | 2022-04-23T22:06:41Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/15 | [] | qqiuqingx | 6 |
OFA-Sys/Chinese-CLIP | nlp | 269 | 请问将cn_clip转为onnx格式后,有没有不使用cn_clip库进行预处理的思路,我们在尝试用C++部署 | 在deployment.md中将cn_clip转为onnx格式后,仍然需要引用cn_clip库进行图像预处理,有没有不使用cn_clip进行预处理的思路,我们想用onnx C++部署cn_clip,不太好引用Python库 | closed | 2024-03-08T08:47:35Z | 2024-03-19T02:06:53Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/269 | [] | Amphetaminewei | 0 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 358 | 抖音的接口好像升级了算法,现在不是x_bugos了,换成a_bogus了,接口失效了。 | ***发生错误的平台?***
抖音
***发生错误的端点?***
API-V2
***提交的输入值?***
短视频链接
| closed | 2024-04-22T12:15:47Z | 2024-05-07T18:28:29Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/358 | [
"BUG"
] | 10xjzheng | 1 |
coqui-ai/TTS | python | 2,611 | [Bug] from TTS.api import TTS fails with: ImportError: cannot import name 'rcParams' from 'matplotlib.axes' | ### Describe the bug
I did a fresh install of TTS with `pip install TTS` on Ubuntu 22.04. When I try to import the module I get an import error, please see the traceback under logs.
### To Reproduce
`from TTS.api import TTS`
### Expected behavior
A successful import.
### Logs
```shell
-----------------------... | closed | 2023-05-11T11:19:35Z | 2023-05-12T13:54:14Z | https://github.com/coqui-ai/TTS/issues/2611 | [
"bug"
] | yaph | 1 |
explosion/spaCy | nlp | 11,907 | Typo in vocab.md attributes table | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
## How to reproduce the behaviour
<!-- Include a code example or the steps that led to the problem. Please try to be as specific as possible. -->
404 error in `Doc.noun_chunks` link in https://spacy.io/api/vocab#attributes... | closed | 2022-12-01T09:18:28Z | 2023-01-01T00:02:41Z | https://github.com/explosion/spaCy/issues/11907 | [
"bug",
"docs"
] | damian-romero | 1 |
ibis-project/ibis | pandas | 10,835 | bug: Snowflake temp table creation fails if whitespace in any column name | ### What happened?
Creating a temp table on the snowflake backend fails if any column of the passed table data contains a whitespace.
### What version of ibis are you using?
9.5.0
### What backend(s) are you using, if any?
Snowflake
### Relevant log output
```sh
Traceback (most recent call last):
File "/.venv/... | closed | 2025-02-13T16:13:49Z | 2025-02-13T18:25:54Z | https://github.com/ibis-project/ibis/issues/10835 | [
"bug"
] | JonaGeishauser | 1 |
pallets-eco/flask-wtf | flask | 219 | csrf_token should store in the cookie not in the session | csrf_token should store in the cookie not in the session.
to validate a post/put request, should compare the submit token value in form or header with the cookie value.
user may use the memcached to implement the session.
| closed | 2016-01-24T07:08:34Z | 2021-05-28T01:03:45Z | https://github.com/pallets-eco/flask-wtf/issues/219 | [
"csrf"
] | wingyiu | 4 |
nolar/kopf | asyncio | 925 | Broken docs link for Metacontroller. | ### Long story short
Docs page at:
* https://kopf.readthedocs.io/en/latest/alternatives/
links to Metacontroller, but the web site location has changed. Should be:
* https://metacontroller.github.io/metacontroller/
### Kopf version
_No response_
### Kubernetes version
_No response_
### Python version
_N... | closed | 2022-06-11T22:17:09Z | 2022-06-19T20:51:37Z | https://github.com/nolar/kopf/issues/925 | [
"bug"
] | GrahamDumpleton | 0 |
2noise/ChatTTS | python | 101 | core.py升级,插件不兼容 | python=3.10
pip install -r 正常
pip install nemo_tools 正常
代码
‘’‘
import ChatTTS
import soundfile as sf
chat = ChatTTS.Chat()
chat.load_models()
texts = ["你好",]
wavs = chat.infer(texts, use_decoder=True)
sf.write(r"D:\Desktop\chattts.wav", wavs[0][0], 24000)
’‘’
报错内容
‘’‘
Traceback (most recent call la... | closed | 2024-05-30T12:58:15Z | 2024-06-18T14:01:54Z | https://github.com/2noise/ChatTTS/issues/101 | [
"bug"
] | samqin123 | 5 |
roboflow/supervision | deep-learning | 1,195 | Saving Detections - Possible Issue? | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
My supervision pipeline is saving detection metadata, per these [instructions](https://supervision.roboflow.com/0.20.0/detection/tools/sa... | closed | 2024-05-14T14:58:00Z | 2024-05-16T19:04:57Z | https://github.com/roboflow/supervision/issues/1195 | [
"question"
] | n0012 | 8 |
clovaai/donut | computer-vision | 213 | Training is unable to produce effective models, and the output appears to be gibberish | Hello,
I am very interested in this project and believe it has a wide range of applications. However, as someone with very little programming experience, I've spent several days trying to get it working, to no avail. I haven't made any adjustments to the code, I've only changed the configuration.
For this project... | closed | 2023-06-21T05:50:19Z | 2024-05-31T08:43:28Z | https://github.com/clovaai/donut/issues/213 | [] | JayZhao315 | 2 |
google/seq2seq | tensorflow | 328 | [ error ]logits and labels must have the same first dimension |
---------------------------------------------------------------------------
InvalidArgumentError Traceback (most recent call last)
~/tensorflow-dev/lib/python3.5/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args)
1360 try:
-> 1361 return fn(*args)
... | open | 2018-06-22T01:31:00Z | 2018-06-22T01:31:00Z | https://github.com/google/seq2seq/issues/328 | [] | vhuytdt | 0 |
jschneier/django-storages | django | 617 | Help wanted: Use dropbox storage with my django admin. | I followed the docs for [dropbox storage](https://django-storages.readthedocs.io/en/latest/backends/dropbox.html#settings) with the following config:
My current settings.py file has:
```py
# Dropbox media file storage
DEFAULT_FILE_STORAGE = 'storages.backends.dropbox.DropBoxStorage'
DROPBOX_OAUTH2_TOKEN = '<... | closed | 2018-10-16T23:37:49Z | 2019-05-13T12:28:57Z | https://github.com/jschneier/django-storages/issues/617 | [] | JoabMendes | 4 |
LAION-AI/Open-Assistant | machine-learning | 2,745 | Allow per-chat sampling parameters | As I understand, the sampling parameters are currently stored client-side in localStorage and apply to all chats. From a user perspective, this is a bit unintuitive and it would be nice to have control over the parameters on a chat-by-chat basis. E.g. playing around with different parameters to see what gives the best ... | open | 2023-04-19T11:30:55Z | 2023-05-09T04:57:23Z | https://github.com/LAION-AI/Open-Assistant/issues/2745 | [
"feature",
"website"
] | dvruette | 1 |
pydata/pandas-datareader | pandas | 633 | Free OANDA data is back | OANDA API is now accessible for free for registered users.
Should someone re-implement it again?
| open | 2019-04-11T13:57:00Z | 2019-09-18T08:41:00Z | https://github.com/pydata/pandas-datareader/issues/633 | [
"enhancement"
] | yarro-s | 1 |
BeanieODM/beanie | asyncio | 862 | Weird Namespace exception when calling init_beanie | I'm getting a weird pymongo exception that can't really reproduce.
I'm using celery to run some tasks periodically and sometimes they raise the following exception:
```bash
await init_beanie(
File "/usr/local/lib/python3.10/site-packages/beanie/odm/utils/init.py", line 754, in init_beanie
await Initializer(
... | closed | 2024-02-17T00:38:28Z | 2024-04-11T01:48:32Z | https://github.com/BeanieODM/beanie/issues/862 | [
"Stale"
] | DgRosa | 3 |
plotly/plotly.py | plotly | 5,048 | Cannot convert matplotlib heat map to pyplot | While trying to convert a Matplotlib Heatmap figure to a plotly object I am getting the following message, as well as a blank graph.
```
UserWarning:
Aw. Snap! You're gonna have to hold off on the selfies for now. Plotly can't import images from matplotlib yet!
UserWarning:
Dang! That path collection is out of this ... | closed | 2025-02-20T20:27:19Z | 2025-02-21T14:35:03Z | https://github.com/plotly/plotly.py/issues/5048 | [] | jacobromero | 1 |
serengil/deepface | machine-learning | 846 | Using deepface.verify on a large number of files | I'm trying to check one face among 17000 faces. I'm using a for loop to test file by file with `DeepFace.verify` but this process is extremely slow.
Does anyone know if there is a faster way to perform this process?
Note: I don't have a GPU, does this make a difference? | closed | 2023-09-26T12:40:44Z | 2023-09-27T07:55:15Z | https://github.com/serengil/deepface/issues/846 | [
"enhancement"
] | shakai2 | 1 |
pydantic/logfire | fastapi | 166 | Psycopg2 automatic instrumentation only partially works | ### Description
I found [these docs](https://docs.pydantic.dev/logfire/integrations/psycopg/?h=psyco).
When I instrument my connection like this: `logfire.instrument_psycopg(connection)` I get an error: `AttributeError: 'psycopg2.extensions.connection' object has no attribute '_is_instrumented_by_opentelemetry'
... | closed | 2024-05-13T04:28:05Z | 2024-07-18T07:03:00Z | https://github.com/pydantic/logfire/issues/166 | [
"bug",
"OTel Issue"
] | bllchmbrs | 3 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 445 | Fix documentation for ZeroMeanRegularizer | See #444 | closed | 2022-03-08T19:42:39Z | 2022-03-09T22:52:12Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/445 | [
"documentation"
] | KevinMusgrave | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,767 | and_ only acceptiong Literal[True] instead of bool | ### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed
- [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should ... | closed | 2024-08-20T14:32:31Z | 2024-08-20T14:40:27Z | https://github.com/sqlalchemy/sqlalchemy/issues/11767 | [
"expected behavior",
"typing"
] | enadeau | 1 |
assafelovic/gpt-researcher | automation | 1,047 | Tavily - To Many Requests | **Describe the bug**
Error: 429 Client Error: Too Many Requests for url: https://api.tavily.com/search. Failed fetching sources. Resulting in empty response.
Then the output for any query is empty.
**To Reproduce**
Steps to reproduce the behavior:
1.Clone the project
2.Install requirements.txt
3.Put in env t... | open | 2024-12-27T15:10:14Z | 2025-01-16T15:16:01Z | https://github.com/assafelovic/gpt-researcher/issues/1047 | [] | jovan-actdigital | 4 |
biolab/orange3 | scikit-learn | 6,447 | Widget search | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
Hello all,
A small quick-win : I noticed the widgets are not alphabetically ordered. I unders... | closed | 2023-05-15T07:28:01Z | 2023-07-04T09:13:09Z | https://github.com/biolab/orange3/issues/6447 | [] | simonaubertbd | 6 |
serengil/deepface | deep-learning | 1,354 | [BUG]: Incompatibility with TensorFlow 2.14 / Keras 2.14 | ### Before You Report a Bug, Please Confirm You Have Done The Following...
- [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) ... | closed | 2024-10-03T08:23:02Z | 2025-03-11T02:53:58Z | https://github.com/serengil/deepface/issues/1354 | [
"bug",
"dependencies"
] | vertify-mldev1 | 5 |
jupyterhub/repo2docker | jupyter | 469 | Add repo2docker logo to Jupyter design assets repo | Leaving this as a placeholder to check that we have provided a copy of this logo to the Jupyter design assets repo. | open | 2018-11-13T03:39:04Z | 2022-01-08T02:48:49Z | https://github.com/jupyterhub/repo2docker/issues/469 | [
"needs: PR"
] | willingc | 2 |
jstrieb/github-stats | asyncio | 28 | Too many stars ? | Hi,
I tried your repo, and the result tells me I have **lots** of stars & forks, it's a little bit unrealistic
Are you counting the starts of all repositories I contributed to ?

I think these are ... | closed | 2021-03-03T18:45:13Z | 2021-03-16T00:06:35Z | https://github.com/jstrieb/github-stats/issues/28 | [] | bokub | 6 |
thp/urlwatch | automation | 178 | FYI: fedora is current | Your webpage: https://thp.io/2008/urlwatch/ says fedora's version is out of date. I just came across your tool and want to use it and noticed:
Name : urlwatch
Version : 2.6
Release : 4.fc26
Arch : noarch
Size : 68 k
Source : urlwatch-2.6-4.fc26.src.rpm
Repo : fed... | closed | 2017-10-03T19:23:44Z | 2017-10-06T08:24:50Z | https://github.com/thp/urlwatch/issues/178 | [] | langdon | 1 |
databricks/koalas | pandas | 2,232 | Erro XVPL formula! | Hello! Koala is returning an infinite loop when it needs to go through an XVPL formula to bring the present value. Any suggestions on how to solve this problem? | closed | 2023-10-03T16:17:17Z | 2023-10-03T16:55:10Z | https://github.com/databricks/koalas/issues/2232 | [] | Rafaelcvo | 0 |
plotly/plotly.py | plotly | 4,672 | add new option to labels: 'consistent' | It would be good to have an option to have the number of decimals in axis labels behave consistently.
Current default:
10
12.5
15
17.5
Desired outcome:
10.0
12.5
15.0
17.5
Proposed change:
Add a new option to tickformat parameter named 'consistent', which will make sure that the number of decimals i... | open | 2024-07-17T14:59:53Z | 2024-08-13T13:24:38Z | https://github.com/plotly/plotly.py/issues/4672 | [
"feature",
"P3",
"cs"
] | gvwilson | 0 |
littlecodersh/ItChat | api | 549 | itchat生成的二维码可以在命令行显示也可以通过扫描图片,但是不能从"识别图中二维码"识别? | 如题,识别图中二维码是不是用其他方法来调用的?
因为扫一扫功能每次都可以登录网页微信,但是当成图片发给其他人,再长按使用“识别图中二维码”就说这个是无效二维码,这是正常的吗?还是我操作有误? | closed | 2017-11-08T09:59:17Z | 2017-12-15T09:26:31Z | https://github.com/littlecodersh/ItChat/issues/549 | [
"question"
] | cjj0596 | 2 |
ivy-llc/ivy | numpy | 28,798 | torch._VF frontend functions | Frontend functions need to be added for the following torch._VF functions:
- `torch._VF.rnn_tanh`
- `torch._VF.rnn_relu`
- `torch._VF.gru`
- `torch._VF.rnn_tanh_cell`
- `torch._VF.rnn_relu_cell`
- `torch._VF.lstm_cell`
- `torch._VF.gru_cell` | open | 2024-08-09T03:52:47Z | 2024-08-13T18:07:52Z | https://github.com/ivy-llc/ivy/issues/28798 | [
"PyTorch Frontend"
] | Sam-Armstrong | 2 |
strnad/CrewAI-Studio | streamlit | 62 | Causing error. Create task looks up agent without agent binding yet | Scenario
Build from Docker and Docker Compose, Fresh install
Created template Crew
Created template Agent
Create task

Message
fastapi.exceptions.HTTPException: 400: Could not resolve agent for task: None
Traceback:
File "/CrewAI... | closed | 2025-02-09T10:59:24Z | 2025-03-05T11:12:37Z | https://github.com/strnad/CrewAI-Studio/issues/62 | [] | lpu-bot | 0 |
SALib/SALib | numpy | 344 | Non-zero variance with constant array affecting results (DMIM) | Just got burnt by this.
Suppose we have an output that is completely insensitive, e.g.
```
Y = [192.53, 192.53, 192.53, 192.53, 192.53, ...]
```
The `delta` method (DMIM) as implemented in SALib reports some sensitivity:
:
> File "C:\Users\user\Ana... | closed | 2023-02-09T02:18:31Z | 2023-02-15T10:24:57Z | https://github.com/mljar/mercury/issues/203 | [
"bug"
] | DrHagva | 2 |
plotly/dash | jupyter | 2,699 | enable adding default meta tags | Dash applications have a default `title` ("Dash") but no other default `<meta>` tags. You can add those tags using the builtin component: https://dash.plotly.com/dash-html-components/meta
But, would be great to have some general meta tags (an image, description maybe?) added by default to every Dash app. This way...... | open | 2023-11-21T23:12:56Z | 2024-11-20T16:34:21Z | https://github.com/plotly/dash/issues/2699 | [
"feature",
"P3"
] | ndrezn | 10 |
jwkvam/bowtie | plotly | 177 | dynamic layout | Greetings!
Is it possible to have dynamic layouts like dash? For example
```python
def layout_func():
num = numpy.random.rand()
if num > 0.5:
return html.Div([
html.Span('A')
])
else:
return html.Div([html.Span(i) for i in range(numpy.random.randint(100))])
app.layout = layout_... | open | 2017-12-28T15:37:45Z | 2018-10-04T22:11:20Z | https://github.com/jwkvam/bowtie/issues/177 | [] | echo66 | 7 |
deepset-ai/haystack | nlp | 8,802 | Sentence Transformers components do not support ONNX or OpenVINO formats | **Describe the bug**
Passing in a backend (`onnx` or `openvino`) in `model_kwargs` for `SentenceTransformers` components causes duplicate values for `backend` expected in Sentence Transformer's Transformer class. The call `self._load_model(model_name_or_path, config, cache_dir, backend, is_peft_model, **model_args)` fa... | closed | 2025-02-04T06:00:54Z | 2025-02-13T11:04:15Z | https://github.com/deepset-ai/haystack/issues/8802 | [
"type:feature",
"P3"
] | lbux | 3 |
PaddlePaddle/ERNIE | nlp | 544 | .... | closed | 2020-08-19T13:46:15Z | 2020-08-20T07:19:37Z | https://github.com/PaddlePaddle/ERNIE/issues/544 | [] | ghost | 0 | |
graphdeco-inria/gaussian-splatting | computer-vision | 596 | Backward gradient formulation mistake? | In https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/main/cuda_rasterizer/backward.cu, line 550,
Update gradients w.r.t. 2D covariance (2x2 matrix, symmetric)
```c++
atomicAdd(&dL_dconic2D[global_id].y, -0.5f * gdx * d.y * dL_dG);
```
I draw that the second item of the conic matrx should have a ... | closed | 2024-01-05T07:22:12Z | 2024-08-26T11:12:22Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/596 | [] | liquorleaf | 6 |
encode/databases | sqlalchemy | 254 | Are new releases coming soon? | Hey, I've noticed that the last release was made on April 30. The project's growing fast and many important features have been added since then. E.g. [this PR](https://github.com/encode/databases/pull/193) speeds up data fetching by up to 10 times on queries with a large number of results, but the most recent release s... | closed | 2020-10-15T07:48:38Z | 2020-10-20T16:05:31Z | https://github.com/encode/databases/issues/254 | [] | Dozer74 | 7 |
pallets/flask | python | 5,494 | request parsing special parameters | I want to know when i send "http://127.0.0.1:5000/?name=xiaojiann+&age=16" , why request.query_string can get b'name=xiaojiann+' but request.arg get ImmutableMultiDict([('name', 'xiaojiann ')]), request.args use blank space replace +
<img width="739" alt="image" src="https://github.com/pallets/flask/assets/61368566/... | closed | 2024-06-03T08:06:41Z | 2024-06-19T00:06:21Z | https://github.com/pallets/flask/issues/5494 | [] | liangxiaojian0210 | 1 |
davidteather/TikTok-Api | api | 239 | [FEATURE_REQUEST] - Request Get Data Comment | **Is your feature request related to a problem? Please describe.**
Would be super helpful if video data was included the latest comment in the meta data returned
| closed | 2020-08-26T09:18:31Z | 2020-08-31T03:24:52Z | https://github.com/davidteather/TikTok-Api/issues/239 | [
"feature_request"
] | irfangerard44 | 6 |
itamarst/eliot | numpy | 177 | MemoryLogger logs whole objects rather than serialized fields | When trying to write unit tests for an `ActionType` I was surprised that I was getting the logged object in the `logger`, rather than the serialized form.
I've written a [failing test](https://github.com/ClusterHQ/eliot/compare/master...jml:action-type-fields) that shows this.
I'm not 100% sure it's a code bug thoug... | open | 2015-06-28T16:01:14Z | 2018-09-22T20:59:17Z | https://github.com/itamarst/eliot/issues/177 | [] | jml | 2 |
httpie/http-prompt | rest-api | 24 | support white terminal | The color scheme makes this almost unusable on a white terminal.

| closed | 2016-05-25T10:58:17Z | 2016-06-13T02:50:44Z | https://github.com/httpie/http-prompt/issues/24 | [
"enhancement",
"todo"
] | donalmurtagh | 3 |
sinaptik-ai/pandas-ai | data-visualization | 893 | Query for data duplication | ### 🚀 The feature
It will be interesting to have ability to ask about data duplicate, not only about query.
For example, when I ask "find duplicates by phone number" I expect to see rows with duplicated data.
But generated code is on row level:
```
phone_duplicates = []
for df in dfs:
duplicates = df[... | closed | 2024-01-23T19:38:06Z | 2024-06-01T00:19:14Z | https://github.com/sinaptik-ai/pandas-ai/issues/893 | [] | PavelAgurov | 6 |
PrefectHQ/prefect | automation | 16,836 | Gitlab credentials are not formatted properly when "gitlab" is not part of the URL | ### Bug summary
I have been using `GitlabCredentials` blocks with a git-based deployments, and that has always worked fine. Today, I ran into an error at the git_clone pull step, with a very cryptic code 128 error from git. The main difference was the gitlab instance that I tried using today, which is a self-hosted on... | open | 2025-01-23T18:21:40Z | 2025-01-31T13:54:18Z | https://github.com/PrefectHQ/prefect/issues/16836 | [
"bug"
] | svenrdz | 2 |
koxudaxi/datamodel-code-generator | fastapi | 1,973 | Regex pattern in JSON schema results in PyLance error | I believe the pattern matching described in #470 may no longer be compatible with PyLance. For example, creating a json schema like:
```
properties = {
'session': {
'type': 'string',
'pattern': '^((staging)|(production)):{0-9}+',
```
results in a PyDantic model:
```
class State(BaseMo... | open | 2024-05-27T19:36:48Z | 2024-10-14T23:07:26Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1973 | [] | janeadams-ozette | 1 |
opengeos/leafmap | jupyter | 24 | VectorTileLayer support for ipyleaflet | <!-- Please search existing issues to avoid creating duplicates. -->
### Description
Thanks for putting this together! this seems to have a great collection of tools required for geospatial analysis.
I was wondering if vector tile layer (https://ipyleaflet.readthedocs.io/en/latest/api_reference/vector_tile.html#) ... | closed | 2021-06-10T07:13:33Z | 2021-06-10T19:27:08Z | https://github.com/opengeos/leafmap/issues/24 | [
"Feature Request"
] | nahidpervez | 6 |
Nemo2011/bilibili-api | api | 787 | [漏洞] {视频上传无法参与活动} | **Python 版本:** 3.12
**模块版本:** 16.2.0
<!--请务必使用 pip3 show bilibili-api-python 查询模块版本。-->
**运行环境:** Windows
**模块路径:** `bilibili_api.xxxx`
**解释器:** cpython / pypi / jython
使用视频上传API无法参与视频活动,仅参与了话题
```
meta = {
"act_reserve_create": 0,
"copyright": 1,
"source": ""... | open | 2024-08-02T17:03:21Z | 2024-08-02T17:03:21Z | https://github.com/Nemo2011/bilibili-api/issues/787 | [
"bug"
] | 820552750 | 0 |
keras-team/keras | deep-learning | 20,618 | keras.ops.eye does not work in Layer with JAX backend | Hi all,
keras.ops.eye does not work in Layer with JAX backend.
The following code can reproduce the error.
The code works well with Tensorflow and PyTorch backends.
Best,
# Environment
- keras: 3.7.0
- tensorflow: 2.17.1
- torch: 2.4.1
- jax: 0.4.34
# Code
```python
import keras
import numpy as... | closed | 2024-12-10T05:12:34Z | 2024-12-11T09:17:59Z | https://github.com/keras-team/keras/issues/20618 | [
"stat:awaiting response from contributor",
"type:Bug",
"backend:jax"
] | yubori | 5 |
xorbitsai/xorbits | numpy | 465 | BUG: task info collector doesn't work when running on a GPU | ### Describe the bug
When running TPC-H query 14 on a GPU with profiling enabled, the task info collector raised a `KeyError`.
### To Reproduce
To help us to reproduce this bug, please provide information below:
1. Your Python version
3.9.15
2. The version of Xorbits you use
master
3. Versions of crucial pa... | open | 2023-05-23T04:14:38Z | 2024-12-16T01:52:27Z | https://github.com/xorbitsai/xorbits/issues/465 | [
"bug",
"gpu"
] | UranusSeven | 0 |
PokeAPI/pokeapi | graphql | 390 | Ultra Sun & Ultra Moon Pokémon Missing | Database is missing every Pokémon numbered between 803 (Poipole) and 807 (Zeraora)
| closed | 2018-11-09T05:09:28Z | 2019-02-03T15:01:50Z | https://github.com/PokeAPI/pokeapi/issues/390 | [] | arthursb | 13 |
piskvorky/gensim | nlp | 2,609 | bm25 score is not symmetrical | I think bm25 score is not symmetrical, but the code now fill the graph weights assume it is.
https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/summarization/graph.py#L310
Hope the authors can fix it. And will it influence the summary performance?
Or if I'm wrong, please let me know.
Thanks!
... | closed | 2019-09-25T12:51:16Z | 2021-09-13T13:16:33Z | https://github.com/piskvorky/gensim/issues/2609 | [] | junfenglx | 8 |
matplotlib/mplfinance | matplotlib | 565 | For using markers, these references may help: | For using markers, these references may help:
https://matplotlib.org/3.1.0/gallery/lines_bars_and_markers/marker_reference.html
https://matplotlib.org/3.2.1/tutorials/text/mathtext.html (_note sections on numbers and arrows_)
https://stackoverflow.com/questions/44726675/custom-markers-using-python-mat... | closed | 2022-10-23T07:07:41Z | 2022-10-23T07:25:53Z | https://github.com/matplotlib/mplfinance/issues/565 | [] | ptiwari2407 | 2 |
dmlc/gluon-cv | computer-vision | 1,245 | Strange training accuracy in the logs shown in the Classification page | I read some training logs in the [Classification page](https://gluon-cv.mxnet.io/model_zoo/classification.html) and found some strange results.
- As the training log [resnet50_v1d.log](https://raw.githubusercontent.com/dmlc/web-data/master/gluoncv/logs/classification/imagenet/resnet50_v1d.log) shows, the training accu... | closed | 2020-04-02T17:10:34Z | 2020-05-20T09:46:53Z | https://github.com/dmlc/gluon-cv/issues/1245 | [] | stgzr | 1 |
miguelgrinberg/Flask-SocketIO | flask | 1,248 | Bundle authenticated_only decorator with the library | Would it be possible to bundle the decorator with the library?
A lot of people use the decorator in their projects, it is currently described in the documentation but it would be very nice if the library just had it bundled so that people could simply import it.
This would provide a pythonic one good way for eve... | closed | 2020-04-13T18:50:53Z | 2020-06-30T22:53:17Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1248 | [
"question"
] | TaaviE | 4 |
jmcnamara/XlsxWriter | pandas | 926 | Bug: array formula does not recognise names until edited in Excel | ### Current behavior
I can add an array formula, and it works correctly, but initially I get a `#NAME` error.
The formula does work unchanged if I open the workbook in Excel, then edit the cell containing the formula. For example, if I select the cell, press F2, then enter, the formula recognises the names.
### E... | closed | 2022-12-08T14:23:05Z | 2022-12-08T23:15:13Z | https://github.com/jmcnamara/XlsxWriter/issues/926 | [
"bug",
"question"
] | lleeoo | 4 |
coqui-ai/TTS | deep-learning | 3,543 | [Bug] Model won't download | ### Describe the bug
I'm trying to run TTS but the model simply won't download.
My code is as follows:
```python
import torch
from TTS.api import TTS
# Get device
device = "cuda" if torch.cuda.is_available() else "cpu"
# List available 🐸TTS models
print(TTS().list_models())
# Init TTS
tts = TTS(... | closed | 2024-01-27T22:55:46Z | 2024-01-28T02:16:19Z | https://github.com/coqui-ai/TTS/issues/3543 | [
"bug"
] | mprytoluk | 2 |
pytest-dev/pytest-django | pytest | 601 | Reset values of settings fixture does not work on mutable types? | Hi,
together with @jnns we stumbled upon this issue:
we have a dictionary in our ``settings_test.py`` where one key is just holding a boolean value.
In one test we modify that boolean value and on the next test the default value set on ``settings_test.py`` is not there, but rather the value set on the previous... | open | 2018-05-28T11:55:01Z | 2022-05-17T12:51:41Z | https://github.com/pytest-dev/pytest-django/issues/601 | [
"bug"
] | gforcada | 17 |
amidaware/tacticalrmm | django | 1,142 | Integrate TRMM with Existing customized MeshCentral Server | Hi Team,
This is regarding the discussion related to #1131.
We are running meshcentral using customized agent. This means the default Installation location and default service name ( Meshagent.exe) we have modified in our current setup. Since i am handling a big organization and there are approximate 9K+ agents ... | open | 2022-05-17T08:35:04Z | 2022-11-17T22:39:12Z | https://github.com/amidaware/tacticalrmm/issues/1142 | [
"enhancement"
] | Mfinadmin | 5 |
zalandoresearch/fashion-mnist | computer-vision | 121 | Benchmark: Dyra-Net - 91% accuracy with 143,617 parameters | Thank you for the great dataset.
You can find the description of the conducted benchmark at
https://github.com/disc5/dyra-net.
Cheers,
Dirk
| closed | 2018-07-21T06:17:44Z | 2018-07-22T11:08:34Z | https://github.com/zalandoresearch/fashion-mnist/issues/121 | [
"benchmark"
] | disc5 | 0 |
mwaskom/seaborn | pandas | 2,775 | Inconsistent pointplot documentation/functionality | The pointplot documentation (https://seaborn.pydata.org/generated/seaborn.pointplot.html) suggests you can pass **kwargs, presumably to an underlying scatter or line plot, but there's no argument description on that page for **kwargs and in the source code there's no **kwargs either. The ax.scatter() just takes argumen... | closed | 2022-03-30T13:34:35Z | 2022-06-15T00:17:10Z | https://github.com/mwaskom/seaborn/issues/2775 | [
"mod:categorical",
"ux"
] | abpoll | 2 |
psf/black | python | 3,727 | Black fails on docstring with linebreak | <!--
Please make sure that the bug is not already fixed either in newer versions or the
current development version. To confirm this, you have three options:
1. Update Black's version if a newer release exists: `pip install -U black`
2. Use the online formatter at <https://black.vercel.app/?version=main>, which w... | closed | 2023-06-09T13:20:51Z | 2023-10-31T15:27:13Z | https://github.com/psf/black/issues/3727 | [
"T: bug",
"C: crash",
"F: docstrings"
] | DiscoveryFox | 6 |
airtai/faststream | asyncio | 1,251 | chore: cover Confluent AsyncAPI generation by tests | closed | 2024-02-21T08:40:52Z | 2024-03-04T15:14:00Z | https://github.com/airtai/faststream/issues/1251 | [] | Lancetnik | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.