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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
microsoft/unilm | nlp | 1,494 | [KOSMOS-G] How to prepare Laion dataset? | Thanks for your work, I cannot see how to prepare Laion dataset when training aligner | open | 2024-04-02T03:52:32Z | 2024-04-02T03:52:47Z | https://github.com/microsoft/unilm/issues/1494 | [] | quanh1990 | 0 |
strawberry-graphql/strawberry | graphql | 3,513 | Functionality for filtering events in Subscriptions | It would be nice if an equivalent of the `withFilter`-function as described in Apollo Server (https://www.apollographql.com/docs/apollo-server/data/subscriptions#filtering-events) is added to Strawberry. | closed | 2024-05-24T13:49:03Z | 2025-03-20T15:56:44Z | https://github.com/strawberry-graphql/strawberry/issues/3513 | [
"enhancement"
] | HenriKorver | 2 |
PaddlePaddle/PaddleHub | nlp | 1,475 | bert文本分类评估指标问题 | 欢迎您对PaddleHub提出建议,非常感谢您对PaddleHub的贡献!
在留下您的建议时,辛苦您同步提供如下信息:
- 您想要增加什么新特性?
- 什么样的场景下需要该特性?
- 没有该特性的条件下,PaddleHub目前是否能间接满足该需求?
- 增加该特性,PaddleHub可能需要变化的部分。
- 如果可以的话,简要描述下您的解决方案
在使用模型库中的bert-wwm进行多文本分类项目时发现,输出的评估指标为acc,但是我需要用macro-f1来作为我的评估指标,请问paddlehub考虑增加多分类F1 Score等评估指标吗,或者如果我需要自己写自定义评估方法的话,需要到哪个文件中进行修改,是在模型中或是其... | open | 2021-06-09T10:32:55Z | 2021-06-16T08:21:45Z | https://github.com/PaddlePaddle/PaddleHub/issues/1475 | [
"nlp"
] | mengjing12332 | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,045 | improve inference time | Does anyone have a clue on how to fasten the inference time? I know other vocoders have been tried but they were not satisfacotry ... right?
| open | 2022-03-29T15:38:37Z | 2022-03-29T15:38:37Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1045 | [] | ireneb612 | 0 |
pytest-dev/pytest-flask | pytest | 78 | "ImportError: cannot import name 'json'" when debugging with pydevd | Hi!
I'm receiving this error when attempting to debug with a pydevd -debugger.
```
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line 1664, in <module>
main()
File "C:\Program Files\JetBrains\PyCharm 2018.1.3\helpers\pydev\pydevd.py", line... | closed | 2018-07-30T20:11:05Z | 2020-10-29T03:51:21Z | https://github.com/pytest-dev/pytest-flask/issues/78 | [
"needs more info"
] | 4lph4-Ph4un | 1 |
matplotlib/matplotlib | data-science | 29,766 | [MNT]: ci: ubuntu-20.04 GitHub Actions runner will soon be unmaintained | ### Summary
The `ubuntu-20.04` GitHub Actions runner image, currently [used in the `tests.yml` workflow](https://github.com/matplotlib/matplotlib/blob/3edda656dc211497de93b8c5d642f0f29c96a33a/.github/workflows/tests.yml#L60) will soon be unsupported, as notified at: https://github.com/actions/runner-images/issues/1110... | open | 2025-03-18T09:22:13Z | 2025-03-18T18:00:24Z | https://github.com/matplotlib/matplotlib/issues/29766 | [
"Maintenance"
] | jayaddison | 5 |
mwaskom/seaborn | matplotlib | 3,053 | Needed: mechanism for deriving property values from other properties | We need a way to specify that a property's values should be (a function of) another property. This is most relevant for assigning the outputs of statistical operations to properties. Tt's become an acute need with the introduction of the `Text` mark (#3051). It's impossible to annotate statistical results (e.g. to put... | open | 2022-10-03T01:10:57Z | 2023-12-31T21:41:41Z | https://github.com/mwaskom/seaborn/issues/3053 | [
"objects-plot",
"feature"
] | mwaskom | 1 |
fastapi/sqlmodel | sqlalchemy | 347 | Cannot get nested objects when converting to dict | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-05-21T15:31:58Z | 2022-11-12T10:53:36Z | https://github.com/fastapi/sqlmodel/issues/347 | [
"question"
] | farahats9 | 8 |
pallets/flask | flask | 5,013 | On Debug Mode my function is called twice | ```py
import shutil
import os
from flask import Flask, render_template, request
from datetime import datetime
from os.path import isfile, join
from sqlite3 import connect
class Server(Flask):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.db_path = join("back-e... | closed | 2023-03-04T16:03:37Z | 2023-03-19T00:06:10Z | https://github.com/pallets/flask/issues/5013 | [] | eso8086 | 3 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 16 | add save to csv function | closed | 2024-02-13T10:11:49Z | 2024-02-13T11:37:02Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/16 | [] | VinciGit00 | 0 | |
sinaptik-ai/pandas-ai | data-visualization | 865 | SmartDatalake persistently fails when asked to plot | ### System Info
pandasai version: 1.5.13
### 🐛 Describe the bug
Asking for different plots the function keeps returning the matplotlib.pyplot module (plt) which is an unexpected return type.
I persistently see this pattern trying different queries:
```
2024-01-10 16:54:08 [INFO]
Code running:
..... | closed | 2024-01-10T14:59:41Z | 2024-07-04T16:05:41Z | https://github.com/sinaptik-ai/pandas-ai/issues/865 | [] | RoyKulik | 10 |
aio-libs/aiopg | sqlalchemy | 140 | Using cursors with SQLAlchemy | First of all, thank you for the great job publishing this package.
I would like to know how to properly use a cursor using SQLAlchemy abstraction in `aiopg`.
Looks like the `sa` subpackage is using internally a cursor.
Would you mind sharing an example about how to use it?
| closed | 2016-09-07T11:46:48Z | 2016-09-07T13:09:28Z | https://github.com/aio-libs/aiopg/issues/140 | [] | tomas-fp | 6 |
sammchardy/python-binance | api | 1,151 | TypeError: get_orderbook_tickers() got an unexpected keyword argument 'symbol' | **Describe the bug**
TypeError: get_orderbook_tickers() got an unexpected keyword argument 'symbol'
**To Reproduce**
`client.get_orderbook_tickers(symbol='BTCUSDT')`
**Expected behavior**
using symbol parameter should be able to get the orderbook ticker only for that symbol
**Environment (please complete th... | open | 2022-02-27T03:30:48Z | 2022-03-04T02:51:57Z | https://github.com/sammchardy/python-binance/issues/1151 | [] | brianivander | 1 |
hankcs/HanLP | nlp | 796 | 优化CRF分词效率的方法 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](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-04-18T15:39:41Z | 2020-01-01T10:50:27Z | https://github.com/hankcs/HanLP/issues/796 | [
"ignored"
] | TylunasLi | 3 |
neuml/txtai | nlp | 352 | Add config option for list of stopwords to ignore with topic generation | Add an option to ignore words when generating topic names. This list is in addition to standard tokenizer stop words. | closed | 2022-10-04T10:25:32Z | 2022-10-04T13:40:35Z | https://github.com/neuml/txtai/issues/352 | [] | davidmezzetti | 0 |
gradio-app/gradio | python | 9,889 | How to replace gr.ImageEditor uploaded user image and still keep image editing features | ### Describe the bug
**gradio==5.4.0**
I want to auto resize / crop user uploaded image and replace processed image inside in gr.ImageEditor
Here the code I use
So after image edited the image editing features disappears
Here what I mean
```
imgs = gr.ImageEditor(sources='upload', type="pil", label... | closed | 2024-11-01T11:43:51Z | 2025-01-22T18:35:04Z | https://github.com/gradio-app/gradio/issues/9889 | [
"bug",
"🖼️ ImageEditor"
] | FurkanGozukara | 1 |
ansible/awx | automation | 15,125 | RFE: Implement Maximum Execution Limit for Scheduled Successful Jobs | ### 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... | closed | 2024-04-22T12:24:55Z | 2024-07-27T13:29:54Z | https://github.com/ansible/awx/issues/15125 | [
"type:enhancement",
"component:api",
"component:ui",
"component:docs",
"component:awx_collection",
"community"
] | jangel97 | 1 |
hyperspy/hyperspy | data-visualization | 3,236 | Is there a way to control the aspect ratio of the navigation images? | #### Describe the functionality you would like to see.
EELSSpectrum.plot() doesn't seem to take argument like plt.imshow(extent). Is there a way to control the aspect ratio of navigation images? | open | 2023-10-08T02:24:39Z | 2023-10-14T20:25:38Z | https://github.com/hyperspy/hyperspy/issues/3236 | [] | HanHsuanWu | 7 |
tiangolo/uwsgi-nginx-flask-docker | flask | 178 | Failed connections when running docker build to install new requirements.txt | Hi there! I followed your instructions on this video, very easy to follow and instructive, thank you! https://www.youtube.com/watch?v=DPBspKl2epk&t=849s
However, I want to add new package dependancies to the docker image, so I first generated a new requirements.txt and then I modified the Dockerfile to uncomment:... | closed | 2020-05-11T01:16:27Z | 2020-06-06T12:38:25Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/178 | [] | ghost | 2 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 404 | [BUG] Getting Error: response status is 400 when trying to run GET /api/hybrid/video_data | ***Platform where the error occurred?***
Such as: TikTok
***The endpoint where the error occurred?***
Such as: API-V4/ WebApp
***Submitted input value?***
Such as: [video link
](https://www.tiktok.com/@nandaarsyinta/video/7298346423521742085)
***Have you tried again?***
Such as: Yes, the error sti... | closed | 2024-05-22T01:35:47Z | 2024-06-14T08:23:45Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/404 | [
"BUG",
"enhancement"
] | ketanmalempati | 1 |
sanic-org/sanic | asyncio | 2,847 | sanic pytest | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I made a test code with pytest, First test_client.get() function was passed. but next test_client.get() function has a trouble
There is some error like this.
```
ERROR sanic.error:startup.py:960 Expe... | closed | 2023-11-02T05:53:10Z | 2023-11-02T06:37:58Z | https://github.com/sanic-org/sanic/issues/2847 | [
"bug"
] | kobikun | 1 |
SciTools/cartopy | matplotlib | 1,660 | Bug with 0.18.0: Matplotlib clabels become NoneType object for figs with projection=ccrs.PlateCarree() | Calling to ax.clabel plots contour labels as desired, yet the clabel object itself is somehow 'None' for matplotlib figures initilaized with projection=ccrs.PlateCarree(). This becomes an issue because I then wipe my contour and contour label objects clean after each iteration of a long loop, as in [this answer](https:... | closed | 2020-09-16T16:29:00Z | 2020-09-16T18:59:38Z | https://github.com/SciTools/cartopy/issues/1660 | [] | ThunderRoad75 | 1 |
unionai-oss/pandera | pandas | 863 | MultiIndex dropped by reset_index with default argument | **Describe the bug**
A clear and concise description of what the bug is.
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of pandera.
- [ ] (optional) I have confirmed this bug exists on the master branch of pandera.
**Note**: Plea... | closed | 2022-05-25T23:34:46Z | 2025-01-17T19:54:29Z | https://github.com/unionai-oss/pandera/issues/863 | [
"bug"
] | mheguy | 3 |
litestar-org/litestar | asyncio | 3,787 | Bug: "Lockfile hash doesn't match pyproject.toml, packages may be outdated" warning in pdm | ### Description
When running `pdm install` on `litestar` repo you get:
```
Run pdm install -G:all
WARNING: Lockfile is generated on an older version of PDM
WARNING: Lockfile hash doesn't match pyproject.toml, packages may be outdated
Updating the lock file...
```
Link: https://github.com/litestar-org/litest... | closed | 2024-10-14T06:45:08Z | 2025-03-20T15:54:58Z | https://github.com/litestar-org/litestar/issues/3787 | [
"Bug :bug:",
"Dependencies",
"Package"
] | sobolevn | 2 |
Lightning-AI/pytorch-lightning | machine-learning | 20,423 | Weird error while training a model with tabular data!!!! Some problem related self.log_dict | ### Bug description
The code can be accessed at https://www.kaggle.com/code/vigneshwar472/notebook5a03168e34
I am working on multiclass classification task and want to train a nueral network with pytorch lightning on 2x T4 GPUs on kaggle notebook.
Everything seems to work fine but I encounter this error when I... | open | 2024-11-16T14:21:26Z | 2024-11-18T23:58:56Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20423 | [
"bug",
"ver: 2.4.x"
] | KeesariVigneshwarReddy | 1 |
nerfstudio-project/nerfstudio | computer-vision | 3,039 | How to export cropped data | When I crop out the data I want on the interface, but when exporting, I can only export all the data. How can I export the cropped data.Thank you. | open | 2024-04-03T07:25:18Z | 2024-04-19T07:40:00Z | https://github.com/nerfstudio-project/nerfstudio/issues/3039 | [] | cici19850 | 2 |
zappa/Zappa | django | 1,351 | Scheduled function truncated at 63 characters and fails to invoke | if I have a scheduled function with a name longer than 63 characters, then the name will be truncated in the CloudWatch event name/ARN:
```
{
"production": {
...
"events": [{
"function": "my_module.my_submodule.my_really_long_and_descriptive_function_name",
"expressions"... | closed | 2024-09-18T11:18:37Z | 2024-09-30T07:31:03Z | https://github.com/zappa/Zappa/issues/1351 | [
"duplicate"
] | eviltwin | 2 |
lanpa/tensorboardX | numpy | 222 | UnboundLocalError: local variable 'start' referenced before assignment | Dear Author:
I just found an code logical bug in histogram. I think here should be raise an Exception.
```python
def make_histogram(values, bins):
"""Convert values into a histogram proto using logic from histogram.cc."""
values = values.reshape(-1)
counts, limits = np.histogram(values, bins=bins)
... | closed | 2018-09-06T03:28:00Z | 2019-03-21T16:50:56Z | https://github.com/lanpa/tensorboardX/issues/222 | [] | shuxiaobo | 7 |
numpy/numpy | numpy | 27,972 | DOC: Unclear Documentation for debugging | ### Issue with current documentation:
Setting up spin and debugger setup is unclear and tedious.
URL: https://numpy.org/devdocs/dev/development_environment.html
I have followed the instructions here and after multiple attempts, the spin build system does not seem to be working for me.
Maybe the documentation is ... | closed | 2024-12-11T13:21:42Z | 2024-12-18T10:37:02Z | https://github.com/numpy/numpy/issues/27972 | [
"04 - Documentation",
"33 - Question"
] | sai-srinivasan-v | 8 |
kizniche/Mycodo | automation | 1,324 | Graph (Synchronous) [Highstock] widget not displaying past data beyond 24 h | ### Versions:
- Mycodo Version: 8.15.8
- Raspberry Pi Version: 400 Rev 1.1
- Raspbian OS Version: Bullseye
### Reproducibility
1. Add new Graph (Synchronous) [Highstock] Widget Configuration and any parameters to track.
2. Save graph, confirm it's rendering data correctly, and wait for more than 24 hours... | closed | 2023-07-26T07:17:03Z | 2023-07-26T12:17:00Z | https://github.com/kizniche/Mycodo/issues/1324 | [] | andresn | 1 |
chainer/chainer | numpy | 7,717 | Training fail when using create_mnbn_model() and Sequential() | When using the following model and `create_mnbn_model()` in mnist example, i got an error.
model:
```
class BNMLP(chainer.Sequential):
def __init__(self, n_units, n_out):
super().__init__(
# the size of the inputs to each layer will be inferred
L.Linear(784, n_units), # n... | closed | 2019-07-06T05:50:55Z | 2019-08-01T06:56:59Z | https://github.com/chainer/chainer/issues/7717 | [
"cat:bug",
"ChainerMN"
] | shu65 | 1 |
mitmproxy/mitmproxy | python | 6,902 | DHCP failure in Local Redirect mode (Windows) | #### Problem Description
I've been experimenting with local redirect mode on a Windows 11 AWS machine, and noticed the machine loses all connectivity after mitmdump has been running for a while (could take up to an hour).
In order to debug this issue I've set both proxy_debug=true & termlog_verbosity=debug, and notic... | open | 2024-06-06T15:15:45Z | 2024-11-07T02:21:08Z | https://github.com/mitmproxy/mitmproxy/issues/6902 | [
"kind/bug",
"os/windows",
"area/rust"
] | Osherz5 | 8 |
litl/backoff | asyncio | 22 | Add support for asyncio (Python>=3.4) | It would be great if backoff would be available for use with asyncio's coroutines.
This requires:
1. Handle coroutines in `on_predicate` and `on_exception` decorators.
2. Handle case when `on_success`/`on_backoff`/`on_giveup` are coroutines.
3. Use `asyncio.sleep()` instead of `time.sleep()`.
4. Conditionally ... | closed | 2017-01-20T19:14:31Z | 2017-02-06T20:29:11Z | https://github.com/litl/backoff/issues/22 | [] | rutsky | 17 |
ahmedfgad/GeneticAlgorithmPython | numpy | 283 | delay_after_gen warning | Hello,
I am using PyGAD version: 3.3.1 on Windows with python 3.10 within jupyter notebook.
When I run my GA, I am getting the following user warning. This is not something I am setting. It seems to emanate from the internal pygad code. How can I avoid having this warning displayed? Thank you
```
C:\Users\wassi... | open | 2024-03-21T14:23:31Z | 2025-01-07T19:16:43Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/283 | [
"enhancement"
] | wassimj | 4 |
plotly/dash | flask | 2,519 | [BUG] `dash.get_relative_path()` docstring out of date | Docstrings for `dash.get_relative_path()` and `dash.strip_relative_path()` still refer to the `app` way of accessing those functions, which creates inconsistency in the docs:

... | closed | 2023-05-02T18:57:09Z | 2023-05-15T20:29:16Z | https://github.com/plotly/dash/issues/2519 | [] | emilykl | 0 |
MagicStack/asyncpg | asyncio | 453 | Prepared statements being recreated on every call of fetch | <!--
Thank you for reporting an issue/feature request.
If this is a feature request, please disregard this template. If this is
a bug report, please answer to the questions below.
It will be much easier for us to fix the issue if a test case that reproduces
the problem is provided, with clear instructions on ... | closed | 2019-06-06T17:13:37Z | 2019-06-07T16:24:44Z | https://github.com/MagicStack/asyncpg/issues/453 | [] | mklokocka | 3 |
hatchet-dev/hatchet | fastapi | 666 | feat: Deduplicated enqueue | I'm wondering if hatchet has any built in support for any sort of deduplicated enqueue, where a task/step/workflow could be enqueued in an idempotent way i.e. deduplicated based on its parameters.
I realize that there are some tricky details here, but this would be super nice. | closed | 2024-06-27T22:26:43Z | 2024-07-26T16:47:47Z | https://github.com/hatchet-dev/hatchet/issues/666 | [
"enhancement"
] | colonelpanic8 | 10 |
OpenBB-finance/OpenBB | python | 6,778 | Starry-eyed Supporter (150 Points) | ### What side quest or challenge are you solving?
Get 5 people to star our repository
### Points
150 points
### Description
_No response_
### Provide proof that you've completed the task

![IMG-20241015-WA0003... | closed | 2024-10-15T07:32:56Z | 2024-10-22T14:44:16Z | https://github.com/OpenBB-finance/OpenBB/issues/6778 | [] | antilpiyush89 | 10 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,419 | [Bug]: Error: CUDA error: the launch timed out and was terminated CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions. | ### Checklist
- [X] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-03-31T16:41:52Z | 2024-04-26T09:04:03Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15419 | [
"bug-report"
] | maxdjx | 2 |
graphql-python/graphene-django | graphql | 971 | DjangoObjectType duplicate models breaks Relay node resolution | I have exactly the same issue as #107.
The proposed solution no longer works
How to do this now in the current state ? | open | 2020-05-24T22:06:06Z | 2022-01-25T14:48:05Z | https://github.com/graphql-python/graphene-django/issues/971 | [
"🐛bug"
] | boolangery | 8 |
microsoft/MMdnn | tensorflow | 547 | tensorflow->caffe resnet_v2_152 conversion error | Platform :ubuntu16.04
Python version:2.7
Source framework with version ):Tensorflow 1.12.0with GPU
Destination framework with version :caffe1.0.0
Pre-trained model path (webpath or webdisk path):
Running scripts:
mmconvert -sf tensorflow -in imagenet_resnet_v2_152.ckpt.meta -iw imagenet_resnet_v2_152.c... | closed | 2019-01-07T04:13:53Z | 2019-01-09T03:26:24Z | https://github.com/microsoft/MMdnn/issues/547 | [
"invalid"
] | xubin19939 | 2 |
deepspeedai/DeepSpeed | machine-learning | 5,770 | Multi-node multi-GPUs training is slower than single-node multi-GPUs training[BUG] | **Describe the bug**
I utilized zero-stage3 of Deepspeed for fine-tuning the Qianwen2-1.5b model and observed that the **training speed of 2 nodes with total 4 A10 GPUs is one time slower than that of single node with total 2 A10 GPUs**. Here are some details.
The training speed of 2 nodes with total 4 A10 GPUs:
... | closed | 2024-07-15T06:51:08Z | 2024-07-16T13:53:41Z | https://github.com/deepspeedai/DeepSpeed/issues/5770 | [
"bug",
"training"
] | yangkang2318 | 2 |
matplotlib/matplotlib | data-visualization | 29,076 | [Bug]: Calling start() multiple times on a macos timer doesn't stop the previous timer | ### Bug summary
When calling `timer.start(); timer.start()` on an already running timer, the previous timer should be stopped before starting a new one. On the macosx backend this causes two timers to be running under the hood.
### Code for reproduction
```Python
import time
import matplotlib.pyplot as plt
timer... | open | 2024-11-05T16:11:01Z | 2024-11-13T21:23:24Z | https://github.com/matplotlib/matplotlib/issues/29076 | [
"GUI: MacOSX"
] | greglucas | 0 |
django-oscar/django-oscar | django | 3,768 | Basket may be reused if an error happens after an order was placed | ### Issue Summary
If an error happens in `OrderPlacementMixin.handle_successful_order` (e.g. a mail can't be sent) then `PaymentDetailViews.submit` will subsequently thaw the basket (https://github.com/django-oscar/django-oscar/blob/d076d04593acf2c6ff9423e94148bb491cad8bd9/src/oscar/apps/checkout/views.py#L643).
Th... | open | 2021-09-09T09:20:58Z | 2024-07-05T07:08:10Z | https://github.com/django-oscar/django-oscar/issues/3768 | [] | RaphaelKimmig | 8 |
jofpin/trape | flask | 108 | [x] ERROR: [Error 32] El proceso no tiene acceso al archivo porque estß siendo utilizado por otro proceso: 'trape.config' | Despues de ingresar el ngrok token y el api key se supondria que me dejaria avanzar pero solo me tira el mensaje
- Congratulations! Successful configuration, now enjoy Trape!
[x] ERROR: [Error 32] El proceso no tiene acceso al archivo porque estß siendo utilizado por otro proceso: 'trape.config'
a alguien m... | open | 2018-11-30T05:51:50Z | 2019-08-14T15:33:14Z | https://github.com/jofpin/trape/issues/108 | [] | MynorFlorian | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 48 | Gunicorn instrumentation with statsd_host | I would like to configure`--statsd-host` for [Gunicorn instrumentation](https://docs.gunicorn.org/en/stable/instrumentation.html) in `tiangolo/uvicorn-gunicorn-fastapi:python3.7-alpine3.8`. So far, I have not had success e.g. with `echo "statsd_host = 'localhost:9125'" >> /gunicorn_conf.py` in `/apps/prestart.sh`. Is t... | closed | 2020-05-30T09:29:05Z | 2020-06-19T00:29:13Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/48 | [
"answered"
] | christian-2 | 4 |
feature-engine/feature_engine | scikit-learn | 237 | add feature scaling transformers | Whenever I want to scale some numerical features I'm always importing transformers from sklearn. preprocessing.
We know that the sklearn transformers don't take our required variable names to scale (like feature engine) and they don't return a data frame. It becomes somewhat frustrating when using a Pipeline to prepro... | closed | 2021-03-06T13:07:58Z | 2021-04-12T16:16:49Z | https://github.com/feature-engine/feature_engine/issues/237 | [] | ashok49473 | 3 |
vimalloc/flask-jwt-extended | flask | 10 | jwt decorator | Hi, I found an issue with `jwt_required` decorator, I don't understand why works when I used like:
```
@custom_api.route('/resellers/<token>/registrations', methods=['GET'])
@jwt_required
def get_resellers(token):
...
```
but NOT when:
I'm using https://flask-restless.readthedocs.io/en/stable/ where I can use meth... | closed | 2016-10-16T15:32:27Z | 2016-10-17T18:12:59Z | https://github.com/vimalloc/flask-jwt-extended/issues/10 | [] | laranicolas | 15 |
ludwig-ai/ludwig | data-science | 4,035 | Refactor BERTTokenizer | The [BERTTokenizer](https://github.com/ludwig-ai/ludwig/blob/00c51e0a286c3fa399a07a550e48d0f3deadc57d/ludwig/utils/tokenizers.py#L1109) is using torchtext. We want to remove torchtext as a dependency so this Tokenizer has to be refactored not using it.
| open | 2024-10-21T20:13:02Z | 2025-01-08T12:20:12Z | https://github.com/ludwig-ai/ludwig/issues/4035 | [
"help wanted",
"dependency"
] | mhabedank | 1 |
pyqtgraph/pyqtgraph | numpy | 2,409 | FR: Type Hints/Stubs | <!-- In the following, please describe your issue in detail! -->
<!-- If some sections do not apply, just remove them. -->
### Short description
<!-- This should summarize the issue. -->
Feature request: Could you please add type hints to the source (and/or in stub files) and add a `py.typed` marker file per [PEP... | open | 2022-09-07T20:14:23Z | 2024-05-30T23:16:38Z | https://github.com/pyqtgraph/pyqtgraph/issues/2409 | [] | adam-grant-hendry | 44 |
kizniche/Mycodo | automation | 814 | Out of Disk Space | I have had Mycodo running for a while without any issues. I haven't been keeping an eye on it. Today I connected to my Raspberry Pi where Mycodo is installed and found that I am completely out of disk space. I am using Rasbian Lite and can't imagine what besides Mycodo would have filled up all the disk space. I have tr... | closed | 2020-08-13T20:30:22Z | 2020-08-14T05:11:22Z | https://github.com/kizniche/Mycodo/issues/814 | [] | DarthPleurotus | 18 |
Neoteroi/BlackSheep | asyncio | 83 | Add testing section to docs | It would be great to see the testing section in the documentation, especially would like to see service testing (di) | closed | 2021-02-21T22:58:59Z | 2021-02-25T11:39:00Z | https://github.com/Neoteroi/BlackSheep/issues/83 | [] | Bloodielie | 1 |
huggingface/datasets | machine-learning | 7,001 | Datasetbuilder Local Download FileNotFoundError | ### Describe the bug
So I was trying to download a dataset and save it as parquet and I follow the [tutorial](https://huggingface.co/docs/datasets/filesystems#download-and-prepare-a-dataset-into-a-cloud-storage) of Huggingface. However, during the excution I face a FileNotFoundError.
I debug the code and it seems... | open | 2024-06-25T15:02:34Z | 2024-06-25T15:21:19Z | https://github.com/huggingface/datasets/issues/7001 | [] | purefall | 1 |
xuebinqin/U-2-Net | computer-vision | 367 | Is it support person segmentation now? | The result of DeepLabV3 is not quite well in distant image. | open | 2023-11-10T07:15:56Z | 2023-11-15T03:47:52Z | https://github.com/xuebinqin/U-2-Net/issues/367 | [] | magic3584 | 2 |
automl/auto-sklearn | scikit-learn | 996 | Parallel processing with n_jobs > 1 failing on Azure Linux VM Ubuntu 20.04 | Hello,
Working with autosklearn has been a journey. Running small experiments for 1 hour on my local machine (Running WSL2 and the other with Majaro Linux) ends without problems. I have been using the argument `n_jobs=-1` to run it on all cores. Since I want to let the script running for 10 hour or so I want to be a... | closed | 2020-11-05T09:41:05Z | 2020-11-10T08:42:27Z | https://github.com/automl/auto-sklearn/issues/996 | [] | ealvarezj | 3 |
deeppavlov/DeepPavlov | nlp | 1,220 | GoBot breaks when calling Tensorflow | The GoBot example from tutrorial says at runtime:
2020-05-12 08:01:47.577 INFO in 'deeppavlov.core.data.simple_vocab'['simple_vocab'] at line 101: [saving vocabulary to /home/sgladkoff/Documents/MyWork/assistant_bot/word.dict]
WARNING:tensorflow:From /home/sgladkoff/Documents/MyWork/env/lib/python3.7/site-packages/... | closed | 2020-05-17T19:29:39Z | 2020-05-17T19:32:56Z | https://github.com/deeppavlov/DeepPavlov/issues/1220 | [] | sgladkoff | 1 |
DistrictDataLabs/yellowbrick | matplotlib | 701 | Matplotlib version (>=3.0.0) backends don't support Yellowbrick | **Describe the issue**
A clear and concise description of what the issue is.
<!-- If you have a question, note that you can email us via our listserve:
https://groups.google.com/forum/#!forum/yellowbrick -->
<!-- This line alerts the Yellowbrick maintainers, feel free to use this
@ address to alert u... | closed | 2019-01-29T01:20:11Z | 2019-02-04T18:10:35Z | https://github.com/DistrictDataLabs/yellowbrick/issues/701 | [
"type: question"
] | dnabanita7 | 2 |
liangliangyy/DjangoBlog | django | 179 | facebook登录 | 请问facebook登录,回调地址填的首页URL,登录后拿到code,但貌似没有登录成功,无法访问其他页面。这部分有点不明白,能否讲解下呢? | closed | 2018-10-29T08:25:51Z | 2018-11-03T11:35:21Z | https://github.com/liangliangyy/DjangoBlog/issues/179 | [] | emunshe | 1 |
litestar-org/litestar | pydantic | 3,978 | Docs: DTO tutorial should mention how to exclude from collection of nested union models | ### Summary
I was going through the documentation on [this](https://docs.litestar.dev/2/tutorials/dto-tutorial/03-nested-collection-exclude.html) it mentions how to exclude the fields from a collection of nested model. However, it needs an update where it mentions how to exclude fields if someone uses a collection of ... | open | 2025-01-28T09:30:43Z | 2025-01-28T09:30:43Z | https://github.com/litestar-org/litestar/issues/3978 | [
"Documentation :books:"
] | HorusTheSonOfOsiris | 0 |
miguelgrinberg/flasky | flask | 373 | TypeError: <flask_script.commands.Shell object at 0x0000000004D13C88>: 'dict' object is not callable | In windows 7 with Pycharm,
For Chapter 5.10 "**Integration with the Python Shell**", register make_context:
‘def make_shell_context():
return dict(app=app,db=db,User=User,Role=Role)
manager.add_command("shell", Shell(make_context=make_shell_context()))‘
when i run command "python app/welcome.py ... | closed | 2018-08-03T03:45:35Z | 2018-10-14T22:16:48Z | https://github.com/miguelgrinberg/flasky/issues/373 | [
"question"
] | zi-l | 3 |
axnsan12/drf-yasg | django | 266 | Add ability to document OPTIONS methods | Hey there, I'm trying to document a simple ModelViewSet on which I have overriden the OPTIONS method, but I can't figure out why the method does not appear in swagger.
Can
```python
class ViewpointViewSet(viewsets.ModelViewSet):
serializer_class = ViewpointSerializer
@swagger_auto_schema(operation_d... | open | 2018-12-06T15:33:51Z | 2025-03-07T12:27:20Z | https://github.com/axnsan12/drf-yasg/issues/266 | [
"triage"
] | SebCorbin | 6 |
nltk/nltk | nlp | 3,193 | Add support for a `sort` argument in WordNet methods | WordNet object methods support a series of methods, such as `hypernyms`, `antonyms`, etc., that under the hood use a private method called `_related`, that supports an argument called `sort` which by default is `True`. This argument sorts the output objects by name. For example, see:
https://github.com/nltk/nltk/blo... | closed | 2023-10-10T18:35:15Z | 2024-09-04T06:25:34Z | https://github.com/nltk/nltk/issues/3193 | [
"enhancement"
] | bryant1410 | 22 |
home-assistant/core | python | 140,903 | Smart things integration gives "reached max subscriptions limit" even after it has been "fixed" on the new version | ### The problem
I know this have been an issue before, but it still happens at version 2025.3.3 even tho I waited 10 hours as people told me.
It actually gives it no matter what I do with the device, turning on and off, turning volume up or down and etc.
IF another issue exists for that(considering 2025.3.3) please ... | closed | 2025-03-19T00:54:12Z | 2025-03-22T10:17:06Z | https://github.com/home-assistant/core/issues/140903 | [
"integration: smartthings"
] | C0dezin | 13 |
iterative/dvc | data-science | 10,391 | dvc exp run (or dvc repro) in monorepo: inefficient crawling | # Bug Report
<!--
## Issue name
Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug.
Example: `repro: doesn't detect input changes`
-->
## Description
In a monorepo scenari... | closed | 2024-04-19T13:05:13Z | 2024-04-19T13:38:40Z | https://github.com/iterative/dvc/issues/10391 | [] | tibor-mach | 1 |
vvbbnn00/WARP-Clash-API | flask | 168 | 账户信息不准确,需要我做什么吗? | 流量一直显示只有40个GB,
不明白是显示错误或者刷流量出现错误。

此外,需要更新docker吗?我是一个月前部署的服务?
现在的key是不是满大街都是,更新一次扔一次,。 | closed | 2024-04-05T20:12:09Z | 2024-05-02T09:30:20Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/168 | [] | lhuanyun | 1 |
desec-io/desec-stack | rest-api | 569 | api: support records that expire automatically? | open | 2021-07-23T11:24:48Z | 2021-07-23T12:00:57Z | https://github.com/desec-io/desec-stack/issues/569 | [
"enhancement",
"api"
] | peterthomassen | 1 | |
benbusby/whoogle-search | flask | 117 | [QUESTION] docker build on ARM | Hi,
didn't want to file a bug report for this, because I'm sure it is not a bug per se, but rather an issue relating to architecture.
I wanted to try whoogle on a Raspberry Pi, running Raspbian (an ARM version of Debian). I tried starting a Docker container, but that did not work because the code is compiled for ... | closed | 2020-08-17T17:37:30Z | 2020-09-04T20:32:30Z | https://github.com/benbusby/whoogle-search/issues/117 | [
"question"
] | itenmeer | 2 |
deepspeedai/DeepSpeed | pytorch | 6,569 | [BUG] The learning rate scheduler is being ignored in the first optimization step. | **Describe the bug**
It appears that no matter how the learning rate scheduler is configured, during the first training step a learning rate of `1e-3` is always used. My understanding is that this happens because `lr_scheduler.step()` is always called after `optimizer.step()` and there is no initialization for the i... | closed | 2024-09-25T00:49:01Z | 2024-10-14T20:59:38Z | https://github.com/deepspeedai/DeepSpeed/issues/6569 | [
"bug",
"training"
] | eaplatanios | 1 |
smarie/python-pytest-cases | pytest | 44 | Error when using session- or module- scoped fixtures and fixture unions. | While trying to solve this : https://stackoverflow.com/questions/46909275/parametrizing-tests-depending-of-also-parametrized-values-in-pytest
I found out that my proposal with union fixtures was not working correctly. | closed | 2019-06-14T16:30:58Z | 2019-06-14T16:34:05Z | https://github.com/smarie/python-pytest-cases/issues/44 | [
"bug"
] | smarie | 0 |
iMerica/dj-rest-auth | rest-api | 254 | Add ability to override the SocialLoginSerializer | In my application, I override the RegisterSerializer to do some further validation (I require users to have an invite before signing up). I'd like to do the same thing with social logins, but currently there is no way to override the SocialLoginSerializer in my application settings the way I can with the RegisterSerial... | closed | 2021-05-08T22:35:37Z | 2021-06-20T16:00:05Z | https://github.com/iMerica/dj-rest-auth/issues/254 | [] | cmraible | 2 |
miLibris/flask-rest-jsonapi | sqlalchemy | 152 | Serialized relationship id should be string | According to [JSON:API](https://jsonapi.org/format/#document-resource-object-identification), the `id` field should always be a string, but this isn't the case when fetching relationships through `SqlalchemyDataLayer`.
I suspect the problem originates here: https://github.com/miLibris/flask-rest-jsonapi/blob/b4cb557... | open | 2019-05-08T10:44:23Z | 2019-05-08T12:04:48Z | https://github.com/miLibris/flask-rest-jsonapi/issues/152 | [] | vladmunteanu | 2 |
d2l-ai/d2l-en | deep-learning | 2,218 | Bahdanau attention (attention mechanisms) tensorflow notebook build fails in Turkish version. | Currently, PR-63 (Fixing more typos) builds fail only for tensorflow notebook. I could not figure out the reason. @AnirudhDagar , I would be glad if you could take a look. | closed | 2022-07-25T20:59:30Z | 2022-08-01T05:08:26Z | https://github.com/d2l-ai/d2l-en/issues/2218 | [] | semercim | 1 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 146 | 关于路径的一点建议 | 首先感谢大神的分享!
其次有一点点小建议,就是在组合路径时可以用os.path.join() 函数,这样就不用判断是什么操作系统,程序上看起来更加简洁 | closed | 2019-10-08T09:12:46Z | 2021-11-22T14:08:17Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/146 | [] | Janfliegt | 2 |
scikit-tda/kepler-mapper | data-visualization | 37 | Add support for new kinds of nerves: n-simplices and min-intersection. | Now that @michiexile abstracted a nerve class, we can include support for other nerves. Most obvious are a min-intersection nerve and an n-simplices nerve. Though I believe we will also need a custom nerve for multi-mapper and we could experiment with a multi-nerve.
- [x] min-intersection
- [ ] n-simplices
## ... | closed | 2017-11-26T19:19:23Z | 2018-04-29T21:16:50Z | https://github.com/scikit-tda/kepler-mapper/issues/37 | [] | sauln | 4 |
PaddlePaddle/ERNIE | nlp | 92 | 下载的百度预训练模型,可以作为checkpoint继续进行训练吗? | 因为bert pytorch版本提供了language model fine tuning的方法,对预训练的model进行language model层面的fine tuning,或者可以理解为预训练模型上再次进行预训练。ERNIE模型现在只找到了下载的model直接进行fine tuning的方法,想知道有没有类似的language model fine tuning的方法。 | closed | 2019-04-12T10:02:49Z | 2019-04-15T02:15:18Z | https://github.com/PaddlePaddle/ERNIE/issues/92 | [] | jeremyjiao | 1 |
deepinsight/insightface | pytorch | 1,896 | Unable to get http://storage.insightface.ai/files/models/buffalo_l.zip | I think http://storage.insightface.ai is down, are there any alternative links for the model from which I can download the model and set it in `/root/.insightface/models/` manually?
Code:
```
from insightface.app import FaceAnalysis
app = FaceAnalysis()
```
Output:
```
download_path: /root/.insightface/mo... | open | 2022-01-27T11:19:15Z | 2024-11-14T09:17:38Z | https://github.com/deepinsight/insightface/issues/1896 | [] | sanidhyaagrawal | 16 |
davidsandberg/facenet | tensorflow | 927 | Is it safe to say the selection of thresholds will not affect training process at all? | Thanks so much for this great framework.
After reading the code, I feel that the selection of threshold only appears during evaluate(), which is after the training epoch. Can I say the choice of threshold does not have any impact on the training? | open | 2018-12-05T18:33:12Z | 2019-12-30T08:20:43Z | https://github.com/davidsandberg/facenet/issues/927 | [] | qwangku | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,106 | Generated output audio is only 1 sec. | Unfortunately, I could not find a solution in closed issues, so I hope for help. The final audio is only 1 second. What could cause this to happen? | open | 2022-09-04T13:49:03Z | 2022-09-04T13:49:03Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1106 | [] | netrunner-exe | 0 |
biolab/orange3 | scikit-learn | 6,820 | On MacOS ARM some tests fail because some functions return different results | From https://github.com/biolab/orange3/actions/runs/9317726517/job/25648607002
```
======================================================================
FAIL: test_max_features_reg (Orange.tests.test_random_forest.RandomForestTest.test_max_features_reg)
-----------------------------------------------------------... | closed | 2024-06-07T07:58:53Z | 2024-06-28T08:08:54Z | https://github.com/biolab/orange3/issues/6820 | [] | markotoplak | 1 |
pandas-dev/pandas | pandas | 61,058 | DOC: Pivot() example call incorrectly used and would give "error: duplicate index" | ### Pandas version checks
- [x] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
doc/source/user_guide/reshaping.rst
### Documentation problem
the table given as an example for pivot() is wrong a... | open | 2025-03-05T04:39:53Z | 2025-03-05T21:21:16Z | https://github.com/pandas-dev/pandas/issues/61058 | [
"Reshaping",
"Error Reporting",
"Needs Info"
] | mheskett | 3 |
piskvorky/gensim | nlp | 3,601 | Need a wheel for python 3.13 | When I am trying to install gensim with python 3.13, scipy is having trouble installing because it is trying to compile a new wheel but is unable to. | open | 2025-02-10T23:17:11Z | 2025-03-17T21:28:59Z | https://github.com/piskvorky/gensim/issues/3601 | [] | mistahanish | 7 |
plotly/dash-cytoscape | plotly | 165 | cose-bilkent does not work | few issues with this
https://github.com/plotly/dash-cytoscape/blob/master/demos/usage-cose-bilkent-layout.py
throws an error about the conflict between serving locally and external scripts
You have set your config to `serve_locally=True` but A local version of https://cdn.rawgit.com/cytoscape/cytoscape.js-cose... | open | 2022-02-16T17:22:49Z | 2022-11-21T23:52:22Z | https://github.com/plotly/dash-cytoscape/issues/165 | [] | hroyd | 2 |
twopirllc/pandas-ta | pandas | 443 | Zig Zag Indicator | Hi,
pandas_ta is a fantastic project, thanks for sharing it.
Maybe it si a good idea to implement the Zig-Zag indicator.
It is a indicator that is nog based on periods but on % of change.
On this way will be easy to find the higest and lowest pivot points in the past.
It is also great to see the trend is up or ... | closed | 2021-11-29T13:47:44Z | 2024-12-16T17:14:52Z | https://github.com/twopirllc/pandas-ta/issues/443 | [
"enhancement",
"help wanted",
"good first issue"
] | AureliusMarcusHu | 5 |
blacklanternsecurity/bbot | automation | 2,098 | Move /test folder | Our `/test` folder has reached 24MB, and we need to move it outside the main `bbot` folder so it's not packaged by PyPi. | open | 2024-12-18T20:50:35Z | 2025-02-28T15:02:44Z | https://github.com/blacklanternsecurity/bbot/issues/2098 | [
"bug"
] | TheTechromancer | 0 |
SALib/SALib | numpy | 425 | Two warning tests fail | Running `pytest` on 1.3.13 I get the following two failed tests:
```
_____________________________________________________________________________________________________________________ test_odd_num_levels_raises_warning ______________________________________________________________________________________________... | closed | 2021-06-09T14:28:40Z | 2021-06-27T06:09:01Z | https://github.com/SALib/SALib/issues/425 | [] | schmitts | 6 |
Textualize/rich | python | 3,110 | [BUG] Opening and ending tag mismatch: meta line 3 and head | - [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-08-28T12:59:40Z | 2023-08-28T13:45:51Z | https://github.com/Textualize/rich/issues/3110 | [
"Needs triage"
] | FredHappyface | 4 |
psf/requests | python | 5,929 | latest version of requests is not backwards compatible | Summary.
## Expected Result
requests(URL, headers, payload) returns payload
What you expected.
## Actual Result
Error, because new version of requests does not accept 3 parameters, only 2. It causes all python programs that use requests with 3 parameters to crash and need to be reprogrammed.
What happene... | closed | 2021-09-05T17:07:36Z | 2021-12-04T19:00:24Z | https://github.com/psf/requests/issues/5929 | [] | jbrepogmailcom | 3 |
ploomber/ploomber | jupyter | 654 | Specify template location for ploomber scaffold | It would be nice to specify the template location, whether a url or local directory, when calling ploomber scaffold.
ploomber scaffold --from-template https://github.com/user/my-template
ploomber scaffold --from-template ~/custom_template
It'd also be nice to be able to set the default template from a user / al... | open | 2022-03-17T16:15:13Z | 2023-12-14T06:05:05Z | https://github.com/ploomber/ploomber/issues/654 | [] | hornste | 6 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 1,279 | Ai voice cloning | open | 2024-01-03T14:28:08Z | 2024-01-03T14:28:08Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1279 | [] | mohendra | 0 | |
hankcs/HanLP | nlp | 1,098 | 可以提供隐马维特比训练命名实体的语料格式吗? | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](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 | 2019-02-21T01:57:22Z | 2019-03-06T08:31:42Z | https://github.com/hankcs/HanLP/issues/1098 | [
"question"
] | HitomeRyuu | 5 |
RobertCraigie/prisma-client-py | asyncio | 95 | Add support for setting httpx client options | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
While running the `postgresql` integration tests on a slow connection I ran into a lot of `httpx.ReadTimeout` errors.
## Suggested solution
<!-- A clear and concise description of what you want t... | closed | 2021-11-05T15:41:16Z | 2021-12-29T11:04:31Z | https://github.com/RobertCraigie/prisma-client-py/issues/95 | [
"kind/feature"
] | RobertCraigie | 0 |
influxdata/influxdb-client-python | jupyter | 24 | Add possibility to write dictionary-style object | It will be useful for backward compatibility:
- [v1 example](https://github.com/influxdata/influxdb-python#examples)
| closed | 2019-10-14T08:09:19Z | 2019-10-15T09:22:59Z | https://github.com/influxdata/influxdb-client-python/issues/24 | [
"enhancement"
] | bednar | 0 |
syrupy-project/syrupy | pytest | 17 | assert_match does not fail assertion | **Describe the bug**
`snapshot.assert_match(ANY)` always passed
**To Reproduce**
Steps to reproduce the behavior:
1. Replace with `snapshot.assert_match(None)`
https://github.com/tophat/syrupy/blob/a5c46b15942e4d75c9470b24f3e2bfc9fa661087/tests/test_snapshots.py#L14
2. Run command `inv test`
3. See that test... | closed | 2019-12-05T03:57:16Z | 2019-12-29T17:22:28Z | https://github.com/syrupy-project/syrupy/issues/17 | [] | iamogbz | 0 |
streamlit/streamlit | streamlit | 9,951 | Tabs dont respond when using nested cache functions | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
[
Figure 1: CProfile for loading 3 files from cerebras/SlimPajama-627B train split, and 3 files from test split using streaming=True. X axis is 1106... | open | 2024-03-09T07:08:45Z | 2024-03-09T07:11:08Z | https://github.com/huggingface/datasets/issues/6726 | [] | awgr | 2 |
dynaconf/dynaconf | django | 1,075 | [CI] Update codecov configuration file | I've closed #990 but forget to create an issue about the codecov configuration issue.
Apparently, we should have a `coverage.yml` file for the Codecov app/github-action, but I'm not sure how this will go with local coverage reports, which seems to use `.coveragerc`. This require a little investigation.
The goal ... | open | 2024-03-06T12:42:47Z | 2024-03-06T12:42:48Z | https://github.com/dynaconf/dynaconf/issues/1075 | [
"enhancement",
"CI"
] | pedro-psb | 0 |
plotly/dash-cytoscape | plotly | 93 | Clarify usage of yarn vs npm in contributing.md | Right now, it's not clear in `contributing.md` whether yarn or npm should be used. Since `yarn` was chosen to be the package manager, we should more clearly indicate that in contributing. | closed | 2020-07-03T16:30:13Z | 2020-07-08T23:05:37Z | https://github.com/plotly/dash-cytoscape/issues/93 | [] | xhluca | 1 |
aimhubio/aim | data-visualization | 2,405 | Integrate the ITKWidgets | ## 🚀 Feature
<!-- A clear and concise description of the feature proposal -->
Integrate the itkwidgets to view 3d images
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another Git... | open | 2022-12-06T10:34:20Z | 2022-12-06T10:43:54Z | https://github.com/aimhubio/aim/issues/2405 | [
"type / enhancement",
"area / Web-UI",
"area / SDK-storage"
] | luxunxiansheng | 1 |
plotly/dash | data-science | 2,354 | How to access an Iframe from an external source without uncaught DOMexception? | I have some other website I own and I want to embed html from that website as Iframes. I want to access some properties of the actual element (such as scroll height) to adjust the Iframe in dash.
But I get a `Uncaught DOMException: Blocked a frame with origin "http://localhost:8050" from accessing a cross-origin fra... | closed | 2022-12-06T04:29:40Z | 2024-07-24T17:00:26Z | https://github.com/plotly/dash/issues/2354 | [] | matthewyangcs | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.