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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
wkentaro/labelme | computer-vision | 728 | [BUG] Pascal Voc conversion - white outlining | **Describe the bug**
The pascal voc conversion for image segmentation doesn't use the white outlining that the pascal voc dataset uses.
**To Reproduce**
Steps to reproduce the behavior:
1. follow example here: https://github.com/wkentaro/labelme/tree/master/examples/instance_segmentation
**Expected behavior*... | closed | 2020-07-17T00:24:31Z | 2024-03-08T07:30:15Z | https://github.com/wkentaro/labelme/issues/728 | [
"issue::bug"
] | crouchjt | 6 |
psf/requests | python | 6,303 | response.reason is None instead of the expected reason string | <!-- Summary. -->
`response.reason` is `None` instead of the expected reason string.
## Expected Result
Print `'INTERNAL SERVER ERROR'` or something similar
<!-- What you expected. -->
## Actual Result
`'None'` is printed
<!-- What happened instead. -->
## Reproduction Steps
```python
reques... | closed | 2022-12-08T01:31:27Z | 2023-12-09T00:03:13Z | https://github.com/psf/requests/issues/6303 | [] | westy92 | 3 |
donnemartin/data-science-ipython-notebooks | numpy | 61 | PyTorch tutorials | Hey, I see that there are no tutorial notebooks for implementing machine learning algorithms and neural networks in PyTorch in this repo yet. PyTorch is gaining a lot of traction lately and is really going to be one of the most popular frameworks due to its dynamic computational graph & eager execution.
I would like... | open | 2018-10-30T13:56:07Z | 2024-04-28T13:01:09Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/61 | [
"help wanted",
"feature-request"
] | gokriznastic | 4 |
miguelgrinberg/Flask-Migrate | flask | 188 | Should be easier to run upgrades with one transaction per version | When starting from a blank database, some data migration versions fail because they rely on tables created by previous versions. This seems to be because all version upgrades are done in a single transaction.
Example:
- Version 1 initialises the database by creating a "contact" table for the `Contact` class.
- V... | closed | 2018-02-21T21:36:37Z | 2022-09-04T19:27:56Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/188 | [
"question",
"auto-closed"
] | quantoid | 12 |
aminalaee/sqladmin | asyncio | 737 | SqlAlchemy dataclass support missing | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
If model mapped as dataclass (MappedAsDataclass), creating new record rises an error at sqladmin._queries:[194|206]
, I'm getting an error after running `make install`. I suspect this error is because of my python version
```... | open | 2025-03-12T17:19:01Z | 2025-03-12T18:48:46Z | https://github.com/chaoss/augur/issues/3051 | [] | officialasishkumar | 2 |
ray-project/ray | tensorflow | 51,628 | [Core] Unable to build Ray wheel on Windows using Docker due to private image access issues | ### What happened + What you expected to happen
When trying to build a Ray wheel locally on Windows using Docker with the command python -m ci.ray_ci.build_in_docker_windows wheel --python-version=3.12 --operating-system=windows, I encounter an authorization error. The build process attempts to pull a Docker image fro... | open | 2025-03-23T02:07:05Z | 2025-03-23T02:07:05Z | https://github.com/ray-project/ray/issues/51628 | [
"bug",
"triage"
] | KimChow | 0 |
xmu-xiaoma666/External-Attention-pytorch | pytorch | 82 | 能不能加一下核心ccnn代码, | 地址https://github.com/david-knigge/ccnn | open | 2022-09-08T13:01:03Z | 2022-09-08T13:01:03Z | https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/82 | [] | luyifanlu | 0 |
LibrePhotos/librephotos | django | 1,117 | Ability to select individual photo for face scan | Require new feature
Some photo for some reason are not face scanned but the face is obvious.
Maybe have a feature to allow us to select that particular photo for a rescan of the face. | open | 2023-10-04T07:29:06Z | 2024-01-06T14:05:42Z | https://github.com/LibrePhotos/librephotos/issues/1117 | [] | D1n0Bot | 2 |
openapi-generators/openapi-python-client | fastapi | 117 | Header parameters not supported? | **Describe the bug**
It seems header parameters are not supported? Marking this as bug because it generates a traceback.
```
Traceback (most recent call last):
File "/home/user/.local/bin/openapi-python-client", line 8, in <module>
sys.exit(app())
File "/home/user/.local/pipx/venvs/openapi-python-client... | closed | 2020-08-03T15:53:47Z | 2020-08-11T13:23:29Z | https://github.com/openapi-generators/openapi-python-client/issues/117 | [
"✨ enhancement"
] | pawamoy | 3 |
zihangdai/xlnet | nlp | 233 | What is the best CPU inference acceleration solution for BERT now? | Thank you very much.
Thank you very much.
Thank you very much. | open | 2019-09-20T02:52:20Z | 2019-09-20T02:52:20Z | https://github.com/zihangdai/xlnet/issues/233 | [] | guotong1988 | 0 |
3b1b/manim | python | 1,273 | Example Scene OpeningManimExample throws an out of range error since submobjects is empty. | I have just downloaded and installed Manim exactly as described in the instructions. I have MikTex and Ffmpeg etc installed too. I can run the SquaresToCircles example but this example fails.
```
File "D:\Development\Manim\manimlib\extract_scene.py", line 155, in main
scene = SceneClass(**scene_kwargs)
Fi... | open | 2020-11-16T18:23:38Z | 2021-06-09T09:17:05Z | https://github.com/3b1b/manim/issues/1273 | [] | JamieMair | 4 |
pyg-team/pytorch_geometric | pytorch | 9,312 | HeteroConv | ### 🐛 Describe the bug
```python
tempHeteroDict = {};
for key in sageLayerNameList:
tempHeteroDict[key] = GCNConv(sage_dim_in, sage_dim_in);
self.hetero_conv = HeteroConv(tempHeteroDict, aggr='lstm');
```
### Versions
Hi,
Thank you for your amazing work.
I encountered a bug while using HeteroConv with ... | closed | 2024-05-12T04:25:47Z | 2024-07-16T20:09:42Z | https://github.com/pyg-team/pytorch_geometric/issues/9312 | [
"bug"
] | ZhenjiangFan | 2 |
man-group/arctic | pandas | 164 | ChunkStore - update without a multiindex results in cartesian product and out of memory errors | ran into problem with ChunkStore where I was just using a date index, rather than a date/security index on my DataFrames. ChunkStore merges existing chunks with updated chunks using DataFrame.combine_first. Since both of the chunks had just the date index, and the date was identical, there was no good way for combine_... | closed | 2016-07-12T18:01:23Z | 2016-08-02T15:56:02Z | https://github.com/man-group/arctic/issues/164 | [] | bmoscon | 1 |
sqlalchemy/alembic | sqlalchemy | 465 | Fails to rename a boolen column with constraint | **Migrated issue, originally created by Rick Salevsky**
sqlalchemy create's a constraint for boolen column's if the database doesn't support native boolen values. In my case I use MariaDB 10.2.10 with the pymysql driver which doesn't support native boolen so sqlalchemy creates a constraint.
The table looks like thi... | closed | 2017-11-17T18:25:54Z | 2017-11-27T22:37:14Z | https://github.com/sqlalchemy/alembic/issues/465 | [
"bug"
] | sqlalchemy-bot | 4 |
sqlalchemy/alembic | sqlalchemy | 683 | Documentation Notes On "Building an Up to Date Database from Scratch" | My goal was simple enough:
- Extract ~40+ table MySQL schema via SQLAlchemy.inspect (done, but the scipt's as rough as you'd expect) to a vanilla models.py
- Write unit tests against SQLite and Alembic
- Delploy to a production MySQL with another migration to handle things like FULLTEXT indices.
Challenges en... | open | 2020-04-09T23:12:34Z | 2020-04-09T23:16:39Z | https://github.com/sqlalchemy/alembic/issues/683 | [
"documentation"
] | smitty1eGH | 0 |
tox-dev/tox | automation | 2,819 | No tty / color support on Windows | ## Issue
Color output in Windows from tools does not work as expected.
Expected output:
<img width="843" alt="image" src="https://user-images.githubusercontent.com/238652/210615058-c9f2403d-c789-4598-9bdb-71e3e8c8be2c.png">
Actual output within tox:
<img width="940" alt="image" src="https://user-images.g... | closed | 2023-01-04T17:36:40Z | 2023-01-08T15:31:21Z | https://github.com/tox-dev/tox/issues/2819 | [
"area:documentation",
"help:wanted"
] | schlamar | 5 |
ansible/awx | django | 15,343 | Enhance Audit Capabilities for Node Management in AWX | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-07-09T13:03:13Z | 2024-07-10T17:16:52Z | https://github.com/ansible/awx/issues/15343 | [
"type:enhancement",
"component:api",
"component:ui",
"component:docs",
"community"
] | jangel97 | 0 |
AutoGPTQ/AutoGPTQ | nlp | 661 | [BUG]safetensors_rust.SafetensorError: Error while deserializing header: MetadataIncompleteBuffer | **Describe the bug**
root@ac6edc15b00f:/workspace/quantization# python test_gptq.py
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
Loading checkpoint shards: 53%|██████████████████████████████████████████████▉ ... | closed | 2024-04-30T06:28:35Z | 2024-06-27T21:55:30Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/661 | [
"bug"
] | chuangzhidan | 1 |
aleju/imgaug | deep-learning | 231 | seq.to_deterministic() augments images and bounding boxes differently if an image has no corresponding bounding box | For example, if i augment a list of numpy images and a corresponding list of ia.BoundingBoxesOnImage:
```
seq = iaa.Sequential(
[iaa.Fliplr(0.5),
iaa.Affine(
rotate=(-30, 30),
mode='edge')
],
random_order=True
)
seq_det = seq.to_deterministic()... | open | 2019-01-15T06:41:11Z | 2019-02-05T20:05:50Z | https://github.com/aleju/imgaug/issues/231 | [] | sun-yitao | 2 |
tableau/server-client-python | rest-api | 1,536 | `populate_connections` doesn't fetch `datasource_id` | **Describe the bug**
Hi,
I'm encountering an issue with the Tableau Python client. Specifically, the `datasource_id` is missing from the `ConnectionItem` object.
Here’s the scenario: after retrieving a datasource by id, I populate its connections, but the `ConnectionItem` objects lack the datasource informatio... | closed | 2024-11-21T16:18:36Z | 2025-01-04T03:22:58Z | https://github.com/tableau/server-client-python/issues/1536 | [
"bug",
"0.35"
] | LuigiCerone | 7 |
ivy-llc/ivy | tensorflow | 28,705 | Fix Frontend Failing Test: paddle - creation.jax.numpy.triu | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-03-29T12:18:54Z | 2024-03-29T16:45:11Z | https://github.com/ivy-llc/ivy/issues/28705 | [
"Sub Task"
] | ZJay07 | 0 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,023 | Guide for who have error about finding 'cub' libraries when building simple-knn | Hi, I struggled to build simple-knn submodule with **Pytorch 2.1.0** + **CUDA 12.1**, which show errors about finding 'cub' libraries.
And I finally find out venv setting to make build process success.
1. Find submodule from the author's gitlab.
`cd <somewhere> && git submodule add https://gitlab.inria.fr/bkerbl/s... | open | 2024-10-24T20:16:18Z | 2024-10-24T20:21:42Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1023 | [] | intMinsu | 1 |
pallets/flask | python | 5,062 | CONTRIBUTING: Change from venv name "env" to ".venv" for Windows as well? | https://github.com/pallets/flask/blob/182ce3dd15dfa3537391c3efaf9c3ff407d134d4/CONTRIBUTING.rst?plain=1#L123-L124
I think in line 124 `env` should also be renamed to `.venv` | closed | 2023-04-14T10:31:46Z | 2023-04-30T00:05:48Z | https://github.com/pallets/flask/issues/5062 | [
"docs"
] | Zocker1999NET | 1 |
scikit-image/scikit-image | computer-vision | 7,472 | skimage.draw.ellipsoid_stats doesn't give the result for a sphere if a=b=c | ### Description:
Calculation of surface area and volume using skimage.draw.ellipsoid_stats doesn't converge to the properties of a sphere.
## Expected
We should get the surface area of a sphere when the three major axis dimensions (a, b, c) are same
## Result
Get a divide by zero error
### Way to reproduc... | closed | 2024-07-18T19:45:40Z | 2024-07-26T07:52:55Z | https://github.com/scikit-image/scikit-image/issues/7472 | [
":bug: Bug"
] | pamitabh | 18 |
ultralytics/ultralytics | computer-vision | 19,064 | Decision which layers get weight decay regularization | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hey,
This is a logger output before the training starts:
`optimizer: Adam(l... | closed | 2025-02-04T12:39:55Z | 2025-02-08T03:47:58Z | https://github.com/ultralytics/ultralytics/issues/19064 | [
"question"
] | Petros626 | 4 |
sqlalchemy/alembic | sqlalchemy | 394 | Alembic's edit fails when editor contains a space | **Migrated issue, originally created by David Pärsson ([@davidparsson](https://github.com/davidparsson))**
Alembic's `edit` commands fails when `$EDITOR` contains a space:
```
$ echo $EDITOR
subl --wait
$ alembic edit head
FAILED: Error executing editor ([Errno 2] No such file or directory: 'subl --wait')
... | closed | 2016-11-03T14:02:26Z | 2016-11-04T13:04:28Z | https://github.com/sqlalchemy/alembic/issues/394 | [
"bug",
"low priority"
] | sqlalchemy-bot | 3 |
Miserlou/Zappa | flask | 1,938 | Zappa deployment does not work if the virtualenv name is the same as the app name | ## Context
When running Zappa in a virtualenv, I found that if the name of your Django app and the name of your virtualenv are the same, then you will get a
```
ModuleNotFoundError: No module named '<app-name>'
```
when deploying your app.
## Expected Behavior
Zappa should deploy normally. e.g.
```
Your... | closed | 2019-10-04T02:49:39Z | 2019-10-17T20:36:49Z | https://github.com/Miserlou/Zappa/issues/1938 | [] | piraka9011 | 2 |
postmanlabs/httpbin | api | 237 | Connection header in Google Chrome browser | Google Chrome says it's sending `Connection: keep-alive` but I don't see it echoed in the response.
| closed | 2015-06-11T14:05:10Z | 2018-04-26T17:51:07Z | https://github.com/postmanlabs/httpbin/issues/237 | [] | smarts | 4 |
harry0703/MoneyPrinterTurbo | automation | 484 | 压缩报错,路径也没有中文,特殊字符 | 

 and (768,1) not aligned: 512 (dim 1) != 768 (dim 0) | hi,can you help me
txtai version: 5.4.0
```
# use SentenceTransformer, return 768 dim
def transform(inputs):
response = requests.get("http://127.0.0.1:8080/embedding/1?q=" + inputs[0])
return np.array([response.json()['vec']], dtype=np.float32)
embeddings = Embeddings({"method": "external", "tran... | closed | 2023-04-15T10:48:51Z | 2023-04-17T12:47:22Z | https://github.com/neuml/txtai/issues/460 | [] | jqsl2012 | 2 |
google-research/bert | nlp | 829 | how to set to use four GPU | open | 2019-08-29T16:03:18Z | 2019-10-31T07:21:23Z | https://github.com/google-research/bert/issues/829 | [] | luluforever | 1 | |
ansible/awx | django | 15,351 | Flaky integration test failure | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software provide... | open | 2024-07-09T19:08:02Z | 2024-07-09T19:08:14Z | https://github.com/ansible/awx/issues/15351 | [
"type:bug",
"component:api",
"needs_triage"
] | AlanCoding | 0 |
Kanaries/pygwalker | matplotlib | 76 | [Feat] Reduce unnecessary storage consumption, both memory and disk | closed | 2023-03-10T06:41:18Z | 2023-09-08T01:44:18Z | https://github.com/Kanaries/pygwalker/issues/76 | [
"enhancement"
] | Asm-Def | 0 | |
jmcnamara/XlsxWriter | pandas | 267 | Question about Windows Indexing XlsxWriter Created Files | We're using xlsxwriter on a Centos server to create and mail out xlsx workbooks - all works well and the workbooks can be opened by the recipient. We've found though that Windows doesn't seem to index the files so the contents are not searchable through Windows Explorer or Outlook.
Opening the file in Excel and immedi... | closed | 2015-06-18T08:55:01Z | 2015-06-18T12:09:28Z | https://github.com/jmcnamara/XlsxWriter/issues/267 | [
"question"
] | MatthewJWalters | 6 |
iperov/DeepFaceLab | deep-learning | 5,239 | Model collapse when training with GAN + Adabelief (no Learning Rate Dropout) and Gradient Clipping | Iperov reply: "Offer a fix. Or dont use gan" Clearly you're the developer and users are testers, we find bugs and report them so you can fix it. You can keep acting like a child or investigate the issue, if you think gradient clipping works fine with adabelief and LRD doesn't cause any issues too test it and prove it w... | closed | 2021-01-11T03:26:59Z | 2021-01-11T16:30:59Z | https://github.com/iperov/DeepFaceLab/issues/5239 | [] | ThomasBardem | 3 |
allenai/allennlp | nlp | 5,033 | Publish info about each model implementation in models repo | From our discussion on Slack.
This could be markdown docs, ideally automatically generated. Could also publish to our API docs.
Kind of related to #4720 | open | 2021-03-02T18:12:27Z | 2021-03-02T18:12:27Z | https://github.com/allenai/allennlp/issues/5033 | [] | epwalsh | 0 |
ultralytics/yolov5 | pytorch | 12,507 | How is the number of c3 residuals in the backbone network determined? | ### 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
"Hello, after a deep understanding of YOLOv5, I am very fond of it. Subsequent versions o... | closed | 2023-12-15T01:48:52Z | 2024-10-20T19:34:22Z | https://github.com/ultralytics/yolov5/issues/12507 | [
"question",
"Stale"
] | SijieLuo | 4 |
manrajgrover/halo | jupyter | 81 | Add tests for checking color of spinner in stdout | <!-- Please use the appropriate issue title format:
BUG REPORT
Bug: {Short description of bug}
SUGGESTION
Suggestion: {Short description of suggestion}
OTHER
{Question|Discussion|Whatever}: {Short description} -->
## Description
Currently tests run on cleaned `stdout` with no a... | closed | 2018-09-15T13:07:56Z | 2019-06-04T08:00:25Z | https://github.com/manrajgrover/halo/issues/81 | [
"up-for-grabs",
"hacktoberfest",
"test"
] | manrajgrover | 0 |
replicate/cog | tensorflow | 2,215 | How to run Cog models as Docker images? A toy example | This seems to be a replicate of https://github.com/replicate/cog/issues/1804. I could not find any document about this. The whole cog file seems to be a black box.
I tried to build a toy example, where the predicion is simply to return the input float number. However I failed. Any help would be useful!
`predict.py`:
... | closed | 2025-03-19T11:33:53Z | 2025-03-19T15:56:38Z | https://github.com/replicate/cog/issues/2215 | [] | wzm2256 | 2 |
JoeanAmier/TikTokDownloader | api | 340 | 采集完准备下载时闪退 | 如题描述,信息如下:
请选择账号链接来源:
1. 使用 accounts_urls_tiktok 参数的账号链接(推荐)
2. 手动输入待采集的账号链接
3. 从文本文档读取待采集的账号链接
2
请输入账号主页链接: https://www.tiktok.com/@austin_animations
开始处理第 1 个账号
共获取到 68 个账号发布作品数据
开始提取作品数据
账号昵称:Austin Animations;账号标识:Austin Animations;账号 ID:7399690820750132257
当前账号筛选作品数量: 68
开始下载作品文件
正在关闭程序
Tracebac... | closed | 2024-12-01T10:27:21Z | 2025-01-12T10:17:03Z | https://github.com/JoeanAmier/TikTokDownloader/issues/340 | [] | jialin9716 | 1 |
eriklindernoren/ML-From-Scratch | machine-learning | 41 | Suppport Vector Machine Problem | I had implemented my own svm based on your implementation. Wierdly, the accuracy was very low.
I copied your code and use sklearn has a benchemark. Your svm implementation gives me back almost random prediction.
Here is the code for you to check.
https://github.com/tchaton/interviews_prep/blob/master/code_prep/... | open | 2018-05-20T16:03:36Z | 2019-03-25T18:38:10Z | https://github.com/eriklindernoren/ML-From-Scratch/issues/41 | [] | tchaton | 2 |
apachecn/ailearning | scikit-learn | 552 | 逻辑回归weighs的推倒 | weighs的梯度推导过程应该是根据最大似然函数求极值来的吧;要求的是最大似然函数的极大值,所以称为梯度上升;如果给极大似然函数加负号就是梯度下降了。所求的梯度不是z=w0*x0+w1*x1...的梯度。这是我对《机器学习实战》的理解。 | closed | 2019-10-15T06:50:17Z | 2021-09-07T17:45:05Z | https://github.com/apachecn/ailearning/issues/552 | [] | upider | 1 |
mljar/mercury | data-visualization | 217 | Embedded Mercury into vue.js | Hi,
I am wondering if there are any tips/example how to directly embedded a Mercury notebook into a vue.js website ?
Thanks a lot, and good continuation | closed | 2023-02-21T13:44:40Z | 2023-02-23T07:56:20Z | https://github.com/mljar/mercury/issues/217 | [] | julian-passebecq | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,122 | Add more semantics, logical & reasoning datasets | multilingual | I believe that such data can help the model become more meaningful; at the moment, when tested, for example, on semantic tests (evaluate which words from the list are synonyms), the model gives terrible results.
I will gradually develop this idea (as well as refine this issue) and find (then adapt in QnA/instruction... | open | 2023-05-10T19:49:52Z | 2023-05-20T10:09:29Z | https://github.com/LAION-AI/Open-Assistant/issues/3122 | [
"data"
] | echo0x22 | 0 |
ansible/awx | django | 15,891 | UI_next shows page half in Dutch, half in English | ### Please confirm the following
- [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [x] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [x] I understand that AWX is open source software provide... | open | 2025-03-12T07:05:18Z | 2025-03-12T07:07:35Z | https://github.com/ansible/awx/issues/15891 | [
"type:bug",
"needs_triage",
"community"
] | ildjarnisdead | 0 |
SYSTRAN/faster-whisper | deep-learning | 172 | CUDA + fp16 + windows, faster on Large-v1 than on Medium ? | Hello, I ran some benchmarks on models on a RTX 2070 and I end up with the following results :
```txt
Medium GPU cuda float16 | file 874 seconds : 114 seconds working
Large GPU cuda float16 | file 874 seconds : 107 seconds working
```
Any idea why it's faster on Large-v1 ? | closed | 2023-04-24T08:43:49Z | 2024-11-20T14:30:13Z | https://github.com/SYSTRAN/faster-whisper/issues/172 | [] | ExtReMLapin | 3 |
yt-dlp/yt-dlp | python | 12,691 | Member Only Subtitle [info] HmSG1F97z1A: Downloading 1 format(s): 248+251 | ### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | open | 2025-03-22T02:33:32Z | 2025-03-22T04:47:29Z | https://github.com/yt-dlp/yt-dlp/issues/12691 | [
"question"
] | serenakhala | 8 |
deezer/spleeter | deep-learning | 693 | [Bug] line 219 in _call_with_frames_removed | poetry run pytest tests/
plugins: forked-1.3.0
collecting ... Fatal Python error: Illegal instruction
Current thread 0x00007f7be6985740 (most recent call first):
File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
File "<frozen importlib._bootstrap_external>", line 922 in create_mo... | closed | 2021-12-20T00:21:47Z | 2021-12-22T18:09:27Z | https://github.com/deezer/spleeter/issues/693 | [
"bug",
"invalid"
] | heislersin | 1 |
litestar-org/litestar | asyncio | 4,048 | Enhancement: OpenAPI discriminant for Pydantic tagged unions | ### Description
OpenAPI discriminant is not generated when using Pydantic tagged unions.
### URL to code causing the issue
_No response_
### MCVE
```python
import typing
import litestar
import pydantic
class First(pydantic.BaseModel):
type: typing.Literal["first"] = "first"
class Second(pydantic.BaseModel... | open | 2025-03-06T11:22:35Z | 2025-03-06T14:19:24Z | https://github.com/litestar-org/litestar/issues/4048 | [
"Enhancement"
] | vrslev | 2 |
python-restx/flask-restx | flask | 412 | add password to protect the UI page | **Ask a question**
A clear and concise question:
the UI page is exposing to public and everyone can play with the endpoints, this is danger if we couldont add password to protect the UI page
**Additional context**
Add any other context or screenshots about the feature request here.
| open | 2022-02-11T20:43:02Z | 2022-02-17T13:52:21Z | https://github.com/python-restx/flask-restx/issues/412 | [
"question"
] | kinizumi | 1 |
vitalik/django-ninja | pydantic | 1,251 | [BUG] Sync-only Authentication Callbacks not Working on Async Operations | **Describe the bug**
If an authentication callback can only works in sync context, then it will not work on async views.
Example Code:
```python
from ninja.security import django_auth
api = NinjaAPI()
@api.get("/foobar", auth=django_auth)
async def foobar(request) -> str:
return "foobar"
```
... | open | 2024-08-03T23:49:21Z | 2024-08-04T04:59:54Z | https://github.com/vitalik/django-ninja/issues/1251 | [] | Xdynix | 1 |
tensorpack/tensorpack | tensorflow | 1,489 | Could not reproduce imagenet-resnet50 accuracy using keras | Hi Tensorpack team!
I'm trying to reproduce resnet50 validation accuracy (75%) using the code in:
https://github.com/tensorpack/tensorpack/blob/master/examples/keras/imagenet-resnet-keras.py
running on 8 titanx gpus, with TOTAL_BATCH_SIZE=512.
First experiments use the code as is. Maximal validation accuracy is ... | closed | 2020-10-21T13:45:09Z | 2020-10-28T17:45:44Z | https://github.com/tensorpack/tensorpack/issues/1489 | [] | YochayTzur | 4 |
matplotlib/mplfinance | matplotlib | 489 | Bug Report: high and low tick marks inverse | **Describe the bug**
Sometimes the high and low tick marks are inverted. For example, instead of the high marker being on top of the candlebox, it is within the candlebox.
**To Reproduce**
Steps to reproduce the behavior:
use this code
```
for start, end in r.items():
image = fplt.plot(
... | closed | 2022-01-06T04:24:21Z | 2022-01-11T16:26:10Z | https://github.com/matplotlib/mplfinance/issues/489 | [
"bug"
] | spicker22 | 2 |
manrajgrover/halo | jupyter | 124 | Bug: Halo install requires UTF-8 locale to be set | Thank you for the software. I recently added it to an internal tool and now am installing Halo on CI.
I hit this issue when installing Halo on some CI machines.
Some systems do not have UTF-8 set as the default locale.
Halo does not work in these cases.
This is because "README.md" is a UTF-8 encoded file, but `op... | closed | 2019-05-02T13:48:05Z | 2019-05-29T04:26:40Z | https://github.com/manrajgrover/halo/issues/124 | [] | adamtheturtle | 0 |
nerfstudio-project/nerfstudio | computer-vision | 3,542 | Re-train a reconstructed scene, adding extra images | Hello,
I know that with COLMAP and HLOC is possible to register new images in an existing reconstrurtion.
My question is:
If I add some new images, does it need to train from the beggining the nerfacto model?
Is there anyway to continue the training from the last checkpoint but with new images or do I need to tra... | open | 2024-12-06T10:37:07Z | 2025-01-04T07:24:20Z | https://github.com/nerfstudio-project/nerfstudio/issues/3542 | [] | vrahnos3 | 1 |
jeffknupp/sandman2 | rest-api | 27 | maturity stage of sandman2 | Hi there,
What is the current maturity level of sandman2? Can it be used in production or should be better to use sandman1?
| closed | 2016-01-31T23:53:11Z | 2016-02-01T19:36:40Z | https://github.com/jeffknupp/sandman2/issues/27 | [] | lerrua | 3 |
FactoryBoy/factory_boy | django | 261 | float_to_decimal fails when FloatOperation trapped in Decimal context | Hi,
If I set
`getcontext().traps[FloatOperation] = True`
then FuzzyDecimal fails because it does indeed convert a float directly to a decimal without first converting it to a string.
This is happening for Python 2.6 but not above. Is there a reason for this? Or, am I misunderstanding something about the use of Deci... | closed | 2016-01-05T19:24:35Z | 2016-02-09T23:09:57Z | https://github.com/FactoryBoy/factory_boy/issues/261 | [] | dschien | 6 |
jschneier/django-storages | django | 677 | SSLError: [SSL] malloc failure (_ssl.c:2990) / AWS S3 | My rig:
Python 3.7.2
Django 2.1.7
BOTO3 1.9.106
botocore 1.12.106
dj-storages 1.7.1
Hmmmm
What to do...
I have turned off use_ssl for now just to make it work...
Let's see what happens....
Hopefully it can work without SSL
otherwise my site is fucked... | closed | 2019-03-04T08:40:48Z | 2019-09-08T03:10:31Z | https://github.com/jschneier/django-storages/issues/677 | [
"s3boto"
] | gotexis | 3 |
replicate/cog | tensorflow | 1,829 | Force docker buildx to build OCI compatible images | Currently the code in the docker build section of cog does not specify the format to use and delegates this responsibility to the host platform https://github.com/replicate/cog/blob/eae972dd69dad240eef95e80ba45deb4782bcf48/pkg/docker/build.go#L42
I would suggest we use `--type=oci` to be more compatible with a wider... | open | 2024-07-25T21:30:56Z | 2024-07-25T21:30:57Z | https://github.com/replicate/cog/issues/1829 | [] | 8W9aG | 0 |
piccolo-orm/piccolo | fastapi | 1,118 | Encode strings as JSON in `where` clauses | We just added more powerful JSON filtering, but when integrating it into Piccolo Admin, I realised there's a bug here:
https://github.com/piccolo-orm/piccolo/blob/448a818e3e7420e6f052b6e79473bbeee0b3e76f/piccolo/query/operators/json.py#L15-L16
We should also encode strings as JSON e.g. `'hello world'` -> `'"hello... | open | 2024-10-25T17:24:39Z | 2024-10-25T19:54:32Z | https://github.com/piccolo-orm/piccolo/issues/1118 | [
"bug"
] | dantownsend | 0 |
stanford-oval/storm | nlp | 293 | question mark causes error on windows | When a user types a query that includes a question mark - e.g. "What are floating point numbers?" it tries to create a directory with the question mark, which throws an error. | closed | 2025-01-05T19:53:32Z | 2025-03-08T09:02:28Z | https://github.com/stanford-oval/storm/issues/293 | [] | BBC-Esq | 2 |
axnsan12/drf-yasg | rest-api | 475 | Is there a way to represent multiple responses? | Hi, sorry for my bad English.
I want to represent multiple responses with two serializers.
I found the answer and following is the link of the answer.
[https://stackoverflow.com/questions/55772347/documenting-a-drf-get-endpoint-with-multiple-responses-using-swagger](https://stackoverflow.com/questions/55772347/docum... | open | 2019-10-18T06:15:48Z | 2025-03-07T12:16:29Z | https://github.com/axnsan12/drf-yasg/issues/475 | [
"triage"
] | darkblank | 0 |
modoboa/modoboa | django | 2,612 | Missing sitestatic/bootstrap/dist/css/bootstrap.min.css.map | # Impacted versions
* OS Type: Debian
* OS Version: bullseye
* Database Type: PostgreSQL
* Database version: 13.8-0+deb11u1
* Modoboa:2.0.1
* installer used: Yes
* Webserver: Nginx
# Current behavior
Hello,
When a page loads in the GUI v1, we systematically have this call to a css which is not found.
... | closed | 2022-09-23T08:25:58Z | 2022-09-26T06:32:15Z | https://github.com/modoboa/modoboa/issues/2612 | [] | stefaweb | 2 |
mwaskom/seaborn | data-visualization | 3,741 | Seaborn with scanpy and statannotations | Hello,
I am trying to add statistical annotation on a boxplot I generated with scanpy but I get those errors :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
scanpy 1.10.2 requires sea... | closed | 2024-07-30T07:48:35Z | 2024-07-30T12:00:31Z | https://github.com/mwaskom/seaborn/issues/3741 | [] | LioLenr | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,638 | Compiled functions can't take variable number of arguments or use keyword-only arguments with defaults | ### 🐛 Describe the bug
## Bug Description
The latest release mentions fixing the issue of converting the model to TorchScript when it contains message_passing. However, we tested it and found that this bug remains.
### Bug's Detail:
#### The error message:
> Compiled functions can't take variable number of ... | open | 2024-09-04T01:17:24Z | 2024-09-13T17:37:13Z | https://github.com/pyg-team/pytorch_geometric/issues/9638 | [
"bug"
] | KevinHooah | 5 |
RobertCraigie/prisma-client-py | asyncio | 314 | Add support for composite types | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
In 3.10 Prisma added support for embedded types, this looks like this in the schema
```prisma
model User {
id Int @id @default(autoincrement())
name String
photo Photo
}
type Photo {
... | open | 2022-03-03T16:18:08Z | 2024-11-17T21:42:36Z | https://github.com/RobertCraigie/prisma-client-py/issues/314 | [
"kind/feature",
"topic: client",
"level/advanced",
"priority/medium"
] | RobertCraigie | 5 |
davidsandberg/facenet | tensorflow | 1,044 | how to | closed | 2019-07-01T18:21:01Z | 2019-07-01T18:27:53Z | https://github.com/davidsandberg/facenet/issues/1044 | [] | FredAkh | 0 | |
wkentaro/labelme | computer-vision | 1,164 | i want to selected a box and move it,but always draw a point that's make so bad to use? it's very boring and make lower work efficency | ### Provide environment information
i want to move an box,but always draw a point that's make so bad to use? it's very boring
### What OS are you using?
ubantu
### Describe the Bug
i want to move an box,but always draw a point that's make so bad to use? it's very boring
### Expected Behavior
_No response_
###... | open | 2022-08-26T07:28:58Z | 2022-09-26T15:00:28Z | https://github.com/wkentaro/labelme/issues/1164 | [
"issue::bug",
"status: wip-by-author"
] | cqray1990 | 3 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,572 | [SOLVED] No longer scraping undetected after 117 update | Anyone else experiencing their code crashing after the Chrome 117 update? I am suddenly being detected by my target site I'm trying to scrape and unable to get through some dumb javascript puzzle they are sending me. Anyone know any tips they have used to get past this? | open | 2023-09-17T20:40:35Z | 2023-09-27T17:54:45Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1572 | [] | jstoxrocky | 2 |
flasgger/flasgger | api | 248 | Global Model definitions |
Olhei as issues relacionadas e PRs, mas não consegui entender se tem ou não implementado e como fazer para ter um o model definition em um local único, que fique visível para o swagger e possamos usar:
```
schema:
$ref: '#/definitions/My Model'
``` | open | 2018-09-26T17:14:30Z | 2021-03-18T11:23:25Z | https://github.com/flasgger/flasgger/issues/248 | [
"hacktoberfest"
] | andersonkxiass | 2 |
thunlp/OpenPrompt | nlp | 233 | [help] How to do NER using OpenPrompt? | Hello,
despite my best efforts, I could not succeed in NER tagging using `OpenPrompt`. The docs show an example of a prompt for NER tagging, but I haven't managed to put all the pieces together. I have assumed that it should be done using `PromptForGeneration` and I was trying to adapt https://github.com/thunlp/Open... | open | 2023-01-15T19:51:56Z | 2023-03-30T07:51:58Z | https://github.com/thunlp/OpenPrompt/issues/233 | [] | megaduks | 2 |
mwaskom/seaborn | data-visualization | 3,817 | ValueError: array must not contain infs or NaNs in seaborn.histplot(... kde=True) | ```
>>> import seaborn
>>> seaborn.__version__
'0.13.2'
>>> seaborn.histplot(x=range(5), weights=[0,0,3,0,0], kde=False)
<Axes: ylabel='Count'>
>>> seaborn.histplot(x=range(5), weights=[0,0,3,0,0], kde=True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python311\Lib\site-packages\... | open | 2025-01-21T13:25:30Z | 2025-01-21T20:33:13Z | https://github.com/mwaskom/seaborn/issues/3817 | [] | petsuter | 5 |
pytorch/vision | computer-vision | 8,661 | references/segmentation/coco_utils might require merging rles? | https://github.com/pytorch/vision/blob/6d7851bd5e2bedc294e40e90532f0e375fcfee04/references/segmentation/coco_utils.py#L27-L41 Above seems to assume that objects are not occluded, not merging rles from `frPyObjects`. In such case, i think it must be changed to
```python
rles = coco_mask.frPyObjects(polygons, height, ... | open | 2024-09-26T02:53:47Z | 2024-10-11T13:36:25Z | https://github.com/pytorch/vision/issues/8661 | [] | davidgill97 | 1 |
strawberry-graphql/strawberry | django | 3,567 | Upload inputs not being properly validated | If a client provides invalid input for the `Upload` field (e.g. string or number), strawberry don't raise any errors and executes the related resolver.
## Describe the Bug
```python
@strawberry.type
class Mutation:
@strawberry.mutation
def mutation(self, file: Upload) -> bool:
return True
``... | open | 2024-07-11T10:13:42Z | 2025-03-20T15:56:47Z | https://github.com/strawberry-graphql/strawberry/issues/3567 | [
"bug"
] | Nnonexistent | 0 |
ageitgey/face_recognition | machine-learning | 1,018 | Is this GPU overkill for face recognition? | * face_recognition version: 1.2.3
* Python version: 3.6.6
* Operating System: Ubuntu 18.04
I am looking ar buying a GPU for face recognition (image and video). I am not sure if there is are diminishing returns on the number of CUDA cores, ram, and clock speed. I see in these notes that the authors recommended the ... | open | 2019-12-28T20:33:02Z | 2019-12-28T20:33:02Z | https://github.com/ageitgey/face_recognition/issues/1018 | [] | pmi123 | 0 |
proplot-dev/proplot | data-visualization | 120 | Overlapping gridlines in cartopy plots | The below is copied from the discussion in #78.
When the grid is not centered on 0, ProPlot used to draw overlapping grids to the right of the dateline:
```python
import proplot as plot
season = "SON"
f, axs = plot.subplots(proj='cyl', proj_kw={'lon_0':180}, width=6)
axs.format(
geogridlinewidth=0.5, geo... | closed | 2020-02-10T21:55:12Z | 2022-01-22T12:18:14Z | https://github.com/proplot-dev/proplot/issues/120 | [
"bug"
] | lukelbd | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 588 | error | Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
MemoryError: "Unable to allocate 3.86 GiB for an array with shape (2, 673, 384860) and data type complex64"
Traceback Error: "
File "UVR.py", line 4592, in proce... | open | 2023-05-31T06:43:27Z | 2023-05-31T06:43:27Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/588 | [] | Fisory | 0 |
collerek/ormar | sqlalchemy | 781 | select_for_update() QuerySet Method | Implement `select_for_update()` QuerySet method to lock rows until the end of the transaction.
```python
first = await Person.objects.select_for_update().get(id=1)
second = await Person.objects.select_for_update().get(id=2)
async with database.transaction():
first.balance -= 10
first.save()
second.... | open | 2022-08-13T07:16:22Z | 2022-08-13T07:16:22Z | https://github.com/collerek/ormar/issues/781 | [
"enhancement"
] | SepehrBazyar | 0 |
skypilot-org/skypilot | data-science | 4,154 | [K8s] Optimizer still shows kubernetes as candidate when the cluster is all occupied | <!-- Describe the bug report / feature request here -->
Currently, when the k8s cluster is fully occupied, the optimizer will still shows it as candidate. For example, in the replica resources optimization result, it select k8s as resources, but actually it launches on GCP.
```bash
(base) root@49aaf5a031fc:/skyc... | closed | 2024-10-23T00:52:31Z | 2024-12-19T09:31:43Z | https://github.com/skypilot-org/skypilot/issues/4154 | [] | cblmemo | 2 |
Textualize/rich | python | 2,995 | Upgrade markdown-it-py to 3.0.0 | - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
... | closed | 2023-06-09T15:07:49Z | 2023-06-13T15:43:28Z | https://github.com/Textualize/rich/issues/2995 | [
"Needs triage"
] | epicserve | 4 |
mljar/mercury | data-visualization | 200 | mercury run only seems to run the mercury demo app | Hello,
I have a typical Python project with some Jupyter notebooks. I added a new notebook `mynotebook.ipynb` in the same location as my others, then proceeded to replicate the "getting started" app in that new notebook, per instructions here: https://mercury-docs.readthedocs.io/en/latest/get-started/.
Attempting... | closed | 2023-02-06T02:56:55Z | 2023-02-16T16:37:41Z | https://github.com/mljar/mercury/issues/200 | [
"bug"
] | chris-brinkman | 4 |
huggingface/datasets | tensorflow | 7,359 | There are multiple 'mteb/arguana' configurations in the cache: default, corpus, queries with HF_HUB_OFFLINE=1 | ### Describe the bug
Hey folks,
I am trying to run this code -
```python
from datasets import load_dataset, get_dataset_config_names
ds = load_dataset("mteb/arguana")
```
with HF_HUB_OFFLINE=1
But I get the following error -
```python
Using the latest cached version of the dataset since mteb/arguana... | open | 2025-01-06T17:42:49Z | 2025-01-06T17:43:31Z | https://github.com/huggingface/datasets/issues/7359 | [] | Bhavya6187 | 1 |
rasbt/watermark | jupyter | 76 | `-d` doesn't print date, only when combined with `-u` | There is currently an issue that `-d` alone doesn't print the date. It only works with `-u`. In my opinion `-d` should work as a standalone argument.

| closed | 2021-02-24T04:04:06Z | 2024-09-22T20:08:51Z | https://github.com/rasbt/watermark/issues/76 | [
"bug"
] | rasbt | 1 |
neuml/txtai | nlp | 553 | Document how to run API via HTTPS | Add a HTTPS section to the API documentation covering the following configuration options for HTTPS with FastAPI.
- [FastAPI HTTPS](https://fastapi.tiangolo.com/deployment/https/)
- [Uvicorn documentation](https://www.uvicorn.org/deployment/) | closed | 2023-09-11T16:04:06Z | 2023-09-19T12:45:46Z | https://github.com/neuml/txtai/issues/553 | [] | davidmezzetti | 0 |
explosion/spaCy | data-science | 13,747 | Avoid using pip for download models | I use misaki package from pypi which uses spacy.
When I run the script that uses it, it tried first to download something from pypi using pip but I use `uv` which doesn't have `pip` by default.
I can see in
- https://github.com/explosion/spaCy/blob/b3c46c315eb16ce644bddd106d31c3dd349f6bb2/spacy/cli/download.py#L161
... | open | 2025-02-09T06:57:16Z | 2025-02-28T15:17:06Z | https://github.com/explosion/spaCy/issues/13747 | [] | thewh1teagle | 2 |
d2l-ai/d2l-en | tensorflow | 1,639 | pip install only finds 0.16.0, not 0.16.1 | In the Google Colab notebooks, d2l is installed with version 0.16.1
`!pip install d2l==0.16.1`
However, the newest pip version right now seems to be 0.16.0 ([see here](https://pypi.org/project/d2l/#history)).
Therefore, this line will always fail with:
`ERROR: Could not find a version that satisfies the requireme... | closed | 2021-01-19T16:26:25Z | 2021-01-19T21:42:45Z | https://github.com/d2l-ai/d2l-en/issues/1639 | [] | floriandonhauser | 2 |
roboflow/supervision | tensorflow | 1,720 | The character's ID changed after a brief loss | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Hello, I am using supervision ByteTrack, in the video, the male ID is 2 and the female ID is 3. However, when the female continues to move forwa... | closed | 2024-12-09T11:06:03Z | 2024-12-09T11:12:54Z | https://github.com/roboflow/supervision/issues/1720 | [
"question"
] | DreamerYinYu | 1 |
home-assistant/core | python | 140,923 | ServiceCall home_connect.set_program_and_options seems to use wrong temperature enums | ### The problem
When setting up a script using the ServiceCall home_connect.set_program_and_options in the UI Editor, when I chose the option Temperature and set it to 40°C, then in the YAML-view the option is set to
`laundry_care_washer_option_temperature: laundry_care_washer_enum_type_temperature_g_c40`
When I th... | closed | 2025-03-19T11:03:18Z | 2025-03-20T21:52:47Z | https://github.com/home-assistant/core/issues/140923 | [
"integration: home_connect"
] | sotima | 1 |
vitalik/django-ninja | django | 765 | Add Documentation For Unit Test of Multiple File Upload | Django Ninja is awesome. You guys have made the Django ecosystem so much more useful. I ran into some difficulties trying to figure out how to use your test client (via django-ninja-extra) to POST a multipart request with multiple files. The syntax that was required was not what I was expecting, and I couldn't find it ... | open | 2023-05-12T16:11:01Z | 2023-05-12T16:11:01Z | https://github.com/vitalik/django-ninja/issues/765 | [] | JSv4 | 0 |
jwkvam/bowtie | jupyter | 28 | add support for more complex login process | redirect `/` to a `/login` page which is supplied by the user?
Current proposal is is to have the user provide the following:
- a login function which returns a bool indicating if the login was successful or not
- a test if someone is logged (i.e. to be used to redirect to login page or continue to web app)
- a login ... | open | 2016-09-26T18:00:38Z | 2018-07-24T01:43:26Z | https://github.com/jwkvam/bowtie/issues/28 | [
"low-priority",
"moderate"
] | jwkvam | 0 |
aiortc/aioquic | asyncio | 456 | `QuicStreamAdapter` should implement more methods of `BaseTransport` | TLDR: At least need to implement:
- `is_closing`
- `close`
## Long Story
It seems that `StreamWriter` returned by `QuicConnectionProtocol#create_stream` will cause error when GC-ed.
Here is the minimal example:
```python
import asyncio
from aioquic.asyncio import QuicConnectionProtocol
async de... | closed | 2024-01-16T12:18:16Z | 2024-01-17T01:51:30Z | https://github.com/aiortc/aioquic/issues/456 | [] | lotabout | 2 |
sammchardy/python-binance | api | 1,120 | APIError(code=-2010): This action disabled is on this account. | **Describe the bug**
>>> client.create_order(symbol="ETHUPUSDT", side=SIDE_BUY, type=ORDER_TYPE_MARKET, quantity=1)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Finn\AppData\Local\Programs\Python\Python310\lib\site-packages\binance\client.py", line 1385, in create_order
... | open | 2022-01-18T23:40:44Z | 2022-01-19T20:28:01Z | https://github.com/sammchardy/python-binance/issues/1120 | [] | Fo3nix | 2 |
quasarstream/python-ffmpeg-video-streaming | dash | 44 | CMAF support | **Is your feature request related to a problem? Please describe.**
CMAF is a newer packaging method that claims to save server space by half and provide low latency.
Here's a description of the [same](https://www.ubik-ingenierie.com/blog/video-streaming-cmaf-and-low-latency/).
It seems FFMPEG also supports this. Ho... | closed | 2020-11-17T02:29:41Z | 2021-03-20T12:20:24Z | https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/44 | [] | swagato-c | 2 |
pytest-dev/pytest-cov | pytest | 642 | Error combining coverage when running with pytest-xdist and a custom coverage plugin | # Summary
I am working on a custom coverage plugin that returns custom file tracers for Python files. When I use this coverage plugin together with pytest-xdist, it fails when combining the coverage data from the xdist workers (see traceback below).
To debug this, I added `keep=True` to the calls to `Coverage.com... | open | 2024-04-19T14:20:45Z | 2024-09-17T23:09:01Z | https://github.com/pytest-dev/pytest-cov/issues/642 | [] | slanzmich | 4 |
iperov/DeepFaceLive | machine-learning | 159 | RTX3070 Mobile GPU = low performance? | Hello,
I downloaded dfl for nvidia and tried to use it, but as soon as I start it I do only get 1-2 images of my webcam in the dfl software?
It kinda looks like it has issues with rendering it, it is not responding quickly and does not show any "video" just 1-2 frames and only for camera source.
I do use a lap... | closed | 2023-05-22T23:11:02Z | 2023-05-23T11:09:57Z | https://github.com/iperov/DeepFaceLive/issues/159 | [] | OnlyStopOnTop | 2 |
giotto-ai/giotto-tda | scikit-learn | 634 | [BUG] Instalation problems | I've tried to run Giotto from github or from a copy from github in pycharm and installing the package (User and developer instalation). At the end the same always happens:
"No module named 'gtda.externals.modules'"
It happens with the repository copied from git directly (git copy on cmd). I've runed setup.py be... | closed | 2022-05-19T10:56:26Z | 2022-05-25T16:59:28Z | https://github.com/giotto-ai/giotto-tda/issues/634 | [
"bug"
] | Bernat-Jorda-Carbonell | 13 |
hankcs/HanLP | nlp | 666 | 解析txt格式的个人求职简历 | 楼主好,有个问题想请教下,我现在有这么个需求:
需要**解析txt格式的个人求职简历**
首先我通过分词来获取求职者的姓名、性别、住址、邮箱等基本信息没有什么问题,
**但是现在需要提取出简历中的求职者的项目工作经验,这个好像很不好搞,没找到好的办法能够完整的提取出项目经验的信息来,楼主有啥办法帮忙指导下么?**
感谢!!! | closed | 2017-11-03T10:00:41Z | 2020-01-01T10:51:57Z | https://github.com/hankcs/HanLP/issues/666 | [
"ignored"
] | altraman00 | 27 |
sigmavirus24/github3.py | rest-api | 907 | UnprocessableEntity when trying to obtain an authorization token with 2FA enabled | ## Version Information
Please provide:
- The version of Python you're using **3.6.5**
- The version of pip you used to install github3.py **pipenv version 2018.7.1 and pip 18.0**
- The version of github3.py, requests, uritemplate, and dateutil installed
- github3.py: 1.2.0
- uritemplate: 3.0.0
- re... | open | 2018-11-22T08:04:45Z | 2019-08-25T14:59:06Z | https://github.com/sigmavirus24/github3.py/issues/907 | [] | larsrinn | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.