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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ansible/awx | django | 15,555 | execution node install failed on rocky 8.10 | ### 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-09-27T09:50:47Z | 2024-09-27T09:51:03Z | https://github.com/ansible/awx/issues/15555 | [
"type:bug",
"component:api",
"needs_triage",
"community"
] | kiju-kang | 0 |
axnsan12/drf-yasg | rest-api | 649 | ImportError: cannot import name 'URLPattern' from 'rest_framework.compat' | Hi
I use drf-yasg and it is very useful tool !!!
In generators.py of drf-yasg, it uses following now.
https://github.com/axnsan12/drf-yasg/blob/9ccf24c27ad46db4f566170553d49d687b6d21d6/src/drf_yasg/generators.py#L11
However, I think rest_framework.compat don't use URLPattern now.
https://github.com/encode/djan... | closed | 2020-10-04T04:16:19Z | 2020-10-25T19:12:57Z | https://github.com/axnsan12/drf-yasg/issues/649 | [] | miyagin15 | 6 |
Layout-Parser/layout-parser | computer-vision | 41 | Error element indices when setting `show_element_id` in the visualization | **Describe the bug**
When the input sequence is ordered differently from the element ids, the `lp.draw_box` will create inconsistent id annotation in the visualization.
**To Reproduce**
Example:
```
background = Image.new('RGB', (1000,1000), color='white')
layout = lp.Layout(
[
lp.TextBlock(block... | open | 2021-05-03T03:51:09Z | 2021-05-03T03:52:20Z | https://github.com/Layout-Parser/layout-parser/issues/41 | [
"bug"
] | lolipopshock | 0 |
waditu/tushare | pandas | 1,614 | 000905.SH, 000300.SH, 000016.SH,399932.SZ 历史数据错误 | 指数数据均通过pro.index_daily获取
中证500指数000905.SH
2010年1月26日的pre_close数据错误
应该是4481.16
2019年6月17日的close数据错误
应该是4802.8185
沪深300指数000300.SH
2010年1月26日的pre_close数据错误
应为3328.014
上证50指数000016.SH
2019年9月27日的close数据错误
应为2929.4659
中证消费指数399932.SZ
2010年1月25日的close数据和2010年1月26的pre_close数据错误
应为5823.38
tushareID... | open | 2021-12-21T03:59:35Z | 2021-12-21T03:59:35Z | https://github.com/waditu/tushare/issues/1614 | [] | wcw159951 | 0 |
JaidedAI/EasyOCR | pytorch | 846 | cv2.error: OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'getPerspectiveTransform' | This error show when i run easyocr.
I tried some latest easyOcr & cv2:
```
easyOcr 1.5.0, 1.6.1
opencv-python 4.5.4, 4.5.5, 4.6.0
```
but all of them still have this error.
```
File "C:\Program Files\Python310\Lib\site-packages\easyocr\easyocr.py", line 387, in readtext
result = self.recognize(img_cv_gre... | open | 2022-09-09T06:23:12Z | 2022-09-09T06:26:55Z | https://github.com/JaidedAI/EasyOCR/issues/846 | [] | VERISBABY | 0 |
numpy/numpy | numpy | 28,106 | Building NumPy from source for Windows on ARM using Clang-cl compiler | Hello Developers,
- I am facing an issue while trying to build NumPy for Windows on ARM (WoA) using the Clang-cl compiler. Building NumPy from source requires C and C++ compilers with proper intrinsic support.
- Previously, I was able to successfully compile NumPy for WoA using the MSVC-optimized C/C++ CL compiler,... | closed | 2025-01-06T07:14:58Z | 2025-01-28T03:07:25Z | https://github.com/numpy/numpy/issues/28106 | [
"component: SIMD"
] | Mugundanmcw | 21 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 428 | 大佬问下VGG分类model里面最后输出是batch_size*num_class但是label是batch_size*1这个没法算loss吧程序会报错 | closed | 2021-12-11T05:55:06Z | 2021-12-11T06:14:55Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/428 | [] | liufeng34 | 1 | |
sngyai/Sequoia | pandas | 43 | 有考虑使用Docker吗 | 如题 | closed | 2022-12-09T22:17:23Z | 2025-03-05T09:48:46Z | https://github.com/sngyai/Sequoia/issues/43 | [] | Noth1ngTosayLee | 2 |
scikit-learn/scikit-learn | python | 30,736 | `randomized_svd` incorrect for complex valued matrices | ### Describe the bug
The `randomized_svd` utility function accepts complex valued inputs without error, but the result is inconsistent with `scipy.linalg.svd`.
### Steps/Code to Reproduce
```python
import numpy as np
from scipy import linalg
from sklearn.utils.extmath import randomized_svd
rng = np.random.RandomSta... | open | 2025-01-30T01:40:26Z | 2025-02-04T10:51:40Z | https://github.com/scikit-learn/scikit-learn/issues/30736 | [
"Bug"
] | clane9 | 0 |
cvat-ai/cvat | pytorch | 8,896 | CANNOT Upload Annotations | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1-Create a new project.
2- Add Raw labels
3-Submit & Open.
4-Create a new task under the project
5-Drag .png files
6-S... | closed | 2025-01-02T07:03:37Z | 2025-01-31T13:54:24Z | https://github.com/cvat-ai/cvat/issues/8896 | [
"bug",
"need info"
] | kotbiat | 1 |
tensorflow/datasets | numpy | 5,329 | tfds build failed | **What I need help with / What I was wondering**
I am trying to build a dataset using tfds build, while this error occured: TypeError: Unknown resource path: <class 'importlib_resources.readers.MultiplexedPath'>: MultiplexedPath('/home/language_table_use')
> root@15298479e1f0:/home/language_table_use# tfds build
INF... | closed | 2024-03-20T10:22:20Z | 2024-03-21T05:21:23Z | https://github.com/tensorflow/datasets/issues/5329 | [
"help"
] | CharlieLi2S | 2 |
supabase/supabase-py | fastapi | 510 | httpx.ReadTimeout: The read operation timed out | **Describe the bug**
to call vector search on 73k records supabase (python) failed due timeout error. please put option developer can increase or decrease timeout according situation. otherwise python library not worthful.
**To Reproduce**
the error can be produce to make embedding to search in huge records about ... | closed | 2023-07-28T18:06:13Z | 2024-06-25T07:11:25Z | https://github.com/supabase/supabase-py/issues/510 | [
"documentation"
] | ishaqmahsud | 4 |
jackzhenguo/python-small-examples | data-science | 35 | README.md 文档中的图片修复 | README.md 文档中的图片修复
如果不需要, 是不是可以删除呢, 影响阅读 | closed | 2020-04-18T02:47:23Z | 2020-04-27T09:41:53Z | https://github.com/jackzhenguo/python-small-examples/issues/35 | [] | tianheg | 4 |
arogozhnikov/einops | numpy | 343 | [Feature suggestion] Support of tensordict (and tensorclass) | Tensordicts are dicts of tensors with a common batch dimension, tensorclasses dataclasses of tensor.
https://pytorch.org/tensordict/
Tensordict seems to be still not fully mature, but is already quite useful. If I am not mistaken, it supports most operations required to write a einops backend -- einsum is missin... | open | 2024-09-28T10:28:26Z | 2024-12-18T10:42:44Z | https://github.com/arogozhnikov/einops/issues/343 | [
"feature suggestion"
] | fzimmermann89 | 3 |
onnx/onnx | deep-learning | 6,532 | [Feature request] aten::_native_mutli-head_attention | ### System information
1.17
### What is the problem that this feature solves?
When trying to export the pytorch model with MHA to onnx format, this problem appears. It seems like the pytorch creates the "aten::_native_multi_head_attention node" which isn't supported by onnx yet, see ref [https://discuss.pytorch.org/... | closed | 2024-11-05T08:05:20Z | 2024-11-08T02:00:52Z | https://github.com/onnx/onnx/issues/6532 | [
"topic: enhancement"
] | wcycqjy | 1 |
jupyter/nbviewer | jupyter | 865 | Gist support does not work with GHE | **Describe the bug**
When configured to integrate with GitHub Enterprise, Gists do not work.
**To Reproduce**
Enter Gist URL, e.g. https://ghe.mycompany.com/gist/c3ca62e42d590f81c3a906824b2528b0, in an nbviewer configured `GITHUB_API_URL=https://ghe.mycompany.com/v3/api/`.
**Expected behavior**
The notebook in... | closed | 2019-11-18T03:38:12Z | 2019-12-08T20:28:24Z | https://github.com/jupyter/nbviewer/issues/865 | [] | ivan-gomes | 2 |
python-gino/gino | sqlalchemy | 74 | Add example of how to create the database tables | All of the current examples punt on showing how to to create the database tables:
```# You will need to create the database and table manually```
Requiring the user to create the database itself is ok, but having to create all application tables manually would, at least for me, be a show stopper for adopting Gino... | closed | 2017-09-23T05:12:59Z | 2017-09-23T08:17:10Z | https://github.com/python-gino/gino/issues/74 | [] | kinware | 3 |
Lightning-AI/pytorch-lightning | deep-learning | 19,751 | Validation does not produce any output in PyTorch Lightning using my UNetTestModel | ### Bug description
I'm trying to validate my model using PyTorch Lightning, but no output or logs are generated during the validation process, despite setting up everything correctly.

And this is my mod... | closed | 2024-04-10T07:10:13Z | 2024-09-30T12:44:30Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19751 | [
"bug",
"needs triage"
] | lgy112112 | 0 |
voila-dashboards/voila | jupyter | 1,063 | Get current kernel's id/name | Hi, im trying to get the id/name of the kernel that the code is executed on.
Is it possible?
| closed | 2022-01-19T12:34:55Z | 2022-01-20T09:25:26Z | https://github.com/voila-dashboards/voila/issues/1063 | [] | riegerben | 5 |
gevent/gevent | asyncio | 1,180 | Add pyproject.toml file? | pip 10 supports `pyproject.toml` files as per [PEP518](https://www.python.org/dev/peps/pep-0518/). In theory this lets us declare our build-time dependencies (notably on Cython) so that a source install can simply be 'pip install gevent.tar.gz' without having to manually install Cython:
```toml
[build-system]
requ... | closed | 2018-04-18T14:27:48Z | 2019-04-12T22:20:11Z | https://github.com/gevent/gevent/issues/1180 | [
"internal"
] | jamadden | 1 |
gradio-app/gradio | data-visualization | 10,604 | browser environment within gradio for computer use agents | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
omni parser v2 and many other opens models would benifit with a browser inside spaces that could run these computer use agent models within the spaces enviroment using the zero gpu or o... | open | 2025-02-17T12:09:48Z | 2025-02-17T22:10:10Z | https://github.com/gradio-app/gradio/issues/10604 | [
"enhancement"
] | geeve-research | 0 |
python-restx/flask-restx | flask | 224 | ValueError: too many values to unpack (expected 2) for requestparser | I was using Flask-restplus and migrated to flask-restx. But when I parse a request params, I am getting this error.
Suddenly started this error and Same error i was getting for flask-restplus too.
args = self.parser.parse_args()
File "/dv/virtualenvs-apps/env/lib/python3.6/site-packages/flask_restx/reqparse.py",... | open | 2020-09-14T10:31:33Z | 2021-01-02T17:57:08Z | https://github.com/python-restx/flask-restx/issues/224 | [
"question"
] | BHAUTIK04 | 3 |
babysor/MockingBird | pytorch | 41 | 这次训练一半会出现这个EOFError: Ran out of input,怎么回事 PermissionError: [WinError 5] 拒绝访问。 | 
来看看,解决一下 | closed | 2021-08-23T09:22:46Z | 2021-10-01T03:20:37Z | https://github.com/babysor/MockingBird/issues/41 | [] | wangkewk | 1 |
miguelgrinberg/flasky | flask | 546 | Selenium testing failing | Hi Miguel,
I'm just about to finish your book, absolutely love it. I've been following along as I read and noticed that the packages are quite outdated (as expected). I decided to code your app using the latest available packages and so far apart from some minor syntax differences it was smooth sailing. This was the... | open | 2022-12-10T21:06:01Z | 2023-09-02T15:40:25Z | https://github.com/miguelgrinberg/flasky/issues/546 | [] | sularz-maciej | 3 |
supabase/supabase-py | flask | 1,026 | Async client: Unresolved attribute reference 'execute' for class 'BaseFilterRequestBuilder' | # Bug report
<!--
⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first:
- Docs: https://docs.supabase.com
- Discussions: https://github.com/supabase/supabase/discussions
- Discord: https://discord.supabase.com
Before opening a... | open | 2025-01-07T20:44:29Z | 2025-01-14T16:21:28Z | https://github.com/supabase/supabase-py/issues/1026 | [
"bug"
] | KBeDevel | 4 |
Teemu/pytest-sugar | pytest | 75 | tests skipped with pytest.mark.skipif not shown at all | If I use pytest.mark.skipif for a test, the test is not shown as
'skipped' with pytest-sugar, while regular pytest does.
If I use nose.plugins.skip.SkipTest from a test instead, pytest-sugar
_does_ see it as skipped.
Example code is the following:
```
import pytest
import nose
def test_foo():
assert True
@pytes... | closed | 2016-02-06T15:04:51Z | 2016-03-29T11:43:06Z | https://github.com/Teemu/pytest-sugar/issues/75 | [] | patrickdepinguin | 4 |
marimo-team/marimo | data-visualization | 3,401 | support multiline for mo.ui.chat input & bubble | ### Describe the bug
<img width="500" alt="Image" src="https://github.com/user-attachments/assets/7dd67d3a-35f8-49e1-85f2-00bc6dd8db6c" />
1. The input textbox does not support multiple lines.
Suggestion: make it an autosizing textarea. Some options:
a) Add a new package - https://github.com/Andarist/react-texta... | closed | 2025-01-11T17:06:54Z | 2025-01-13T16:09:41Z | https://github.com/marimo-team/marimo/issues/3401 | [
"bug"
] | Light2Dark | 2 |
encode/apistar | api | 589 | Set correct content-length for 204/304 responses with JSONResponse | The HTTP Codes 204 (No-Content) and 304 (Not-Modified) currently return a Content-Length > 0 when using the JSONResponse:
```
http.JSONResponse(None, status_code=204)
```
This will serialize "None" and return a response with content-length of 4:
```
HTTP/1.1 204 No Content
content-length: 4
content-type: ... | closed | 2018-06-17T22:05:40Z | 2018-06-20T21:37:35Z | https://github.com/encode/apistar/issues/589 | [] | arthurk | 2 |
tqdm/tqdm | jupyter | 684 | How to work with logging? (Screen + File) | 4.29.1 3.7.2 (default, Dec 29 2018, 00:00:04)
[Clang 4.0.1 (tags/RELEASE_401/final)] darwin
Can tqdm work with logging?
Well, I want to log to both screen and file, with the bulid-in logging standard module.
This link https://github.com/tqdm/tqdm/issues/313#issuecomment-346819396 works partly well, but not s... | open | 2019-02-28T15:59:51Z | 2019-03-04T01:05:20Z | https://github.com/tqdm/tqdm/issues/684 | [
"duplicate 🗐",
"question/docs ‽"
] | jinyu121 | 1 |
s3rius/FastAPI-template | asyncio | 96 | Request object isn't passed as argument | Thanks for this package. I have created graphql app using template but getting below error. It seems fastapi doesn't pass request object.
```log
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/Users/test/Library/Caches/pypoetry/virtualenvs/fastapi-graphql-practice-1UuEp-7G-py3.... | closed | 2022-07-05T07:01:34Z | 2022-10-13T21:26:26Z | https://github.com/s3rius/FastAPI-template/issues/96 | [] | devNaresh | 16 |
lepture/authlib | flask | 456 | Two tests/jose/test_jwe.py tests failing | While packaging this package for openSUSE we try to start running the testsuite during the packaging (so that we may catch some unexpected failure to build package correctly) and when running `tests/jose` I got this:
```
[ 11s] + python3.9 -mpytest tests/jose
[ 11s] ============================= test session s... | open | 2022-05-09T23:41:53Z | 2025-02-21T14:52:18Z | https://github.com/lepture/authlib/issues/456 | [
"bug",
"jose"
] | mcepl | 4 |
gee-community/geemap | streamlit | 2,231 | geemap import fails on GitHub actions | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
Github runner setup:
```
Current runner version: '2.322.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Ge... | closed | 2025-03-04T23:19:07Z | 2025-03-05T23:39:40Z | https://github.com/gee-community/geemap/issues/2231 | [
"bug"
] | dharp | 10 |
sinaptik-ai/pandas-ai | data-science | 1,224 | Analisis | closed | 2024-06-11T17:20:51Z | 2024-09-17T16:06:31Z | https://github.com/sinaptik-ai/pandas-ai/issues/1224 | [] | ajitetuko | 0 | |
jupyter-widgets-contrib/ipycanvas | jupyter | 104 | image_data Serialization | The setup you currently have for image serialization works so I don't think there's a strong reason to change it, but I figured out a simpler serialization scheme from `canvas` -> `numpy array` that I think would allow you to drop the Pillow dependency if you wanted and would reduce the complexity of `toBytes` in `util... | closed | 2020-06-29T16:18:29Z | 2020-09-13T01:18:28Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/104 | [] | ianhi | 9 |
sgl-project/sglang | pytorch | 4,456 | [Track] VLM accuracy in MMMU benchmark | This issue keeps track of all vlm models accuracy in MMMU benchmark
``` python
python benchmark/mmmu/bench_sglang.py
python benchmark/mmmu/bench_hf.py --model-path model
```
| | sglang | hf |
|--|--|--|
| Qwen2-VL-7B-Instruct | 0.485 | 0.255 |
| Qwen2.5-VL-7B-Instruct | 0.477 | 0.242 |
| MiniCPM-V-2_6 | 0.426 | |... | open | 2025-03-15T17:09:50Z | 2025-03-23T15:04:20Z | https://github.com/sgl-project/sglang/issues/4456 | [
"good first issue",
"visIon-LM"
] | yizhang2077 | 4 |
aio-libs/aiomysql | asyncio | 952 | Is there any way to release inactive connection? | ### Is your feature request related to a problem?
_No response_
### Describe the solution you'd like
I want set lifetime at client side (not using wait_timeout)
### Describe alternatives you've considered
connection that when created at startupprobe does not release for a log time.
I want release this connection ... | closed | 2023-08-11T08:13:17Z | 2023-08-14T11:12:15Z | https://github.com/aio-libs/aiomysql/issues/952 | [
"enhancement"
] | hyeongguen-song | 0 |
thp/urlwatch | automation | 462 | ignore_* options do not appear to work when added to urlwatch.yaml | Per the documentation, added the following parameters to $HOME/.config/urlwatch/urlwatch.yaml
url:
ignore_connection_errors: true
ignore_http_error_codes: 4xx, 5xx
I still get connection errors. When I add these two options beneath the URL that is failing with connection errors, I no lo... | closed | 2020-03-11T17:56:24Z | 2020-07-20T09:53:39Z | https://github.com/thp/urlwatch/issues/462 | [] | jpiszcz | 7 |
kubeflow/katib | scikit-learn | 1,670 | golint has been archived | /kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
Currently, we are using [golint](https://github.com/kubeflow/katib/blob/master/hack/verify-golint.sh) as a linter for Go, although [golint repository](https://github.com/golang/lint) has been archived... | closed | 2021-09-17T06:01:35Z | 2021-09-24T06:09:38Z | https://github.com/kubeflow/katib/issues/1670 | [
"kind/feature"
] | tenzen-y | 7 |
huggingface/pytorch-image-models | pytorch | 1,610 | What batch size number other than 1024 have you tried when training a DeiT model? | What batch size number other than batch size of 1024 have you tried when training a DeiT or ViT model? In the paper, DeiT (https://arxiv.org/abs/2012.12877), they used a batch size of 1024 and they mentioned that the learning rate should be scaled according to the batch size.
However, I was wondering if you guys hav... | closed | 2023-01-03T18:12:20Z | 2023-02-01T17:35:08Z | https://github.com/huggingface/pytorch-image-models/issues/1610 | [] | Phuoc-Hoan-Le | 2 |
stanford-oval/storm | nlp | 167 | PGVector and GraphRAG support (Retrieval for RAG and GraphRAG) | Hi,
I have my own RAG and GraphRAG systems and I wanted to integrate STROM Retrieval for PGVector and GraphRAG.
Can you please integrate support for such Retrievals?
| open | 2024-09-12T05:50:57Z | 2025-01-03T19:49:13Z | https://github.com/stanford-oval/storm/issues/167 | [] | k2ai | 2 |
lukas-blecher/LaTeX-OCR | pytorch | 350 | How to join the contribution? | I have experience with model compression and I want to contrbute. I want to know where to get the training dataset and pretrained weights? | open | 2023-12-26T06:40:19Z | 2023-12-26T06:40:19Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/350 | [] | MaybeRichard | 0 |
PaddlePaddle/ERNIE | nlp | 343 | encode.sh报错:The shape of Input(Length) should be [batch_size] | Hi, 我在使用encode.py来计算一句话的embedding, 正如Readme介绍的那样:https://github.com/PaddlePaddle/ERNIE#faq1-how-to-get-sentencetokens-embedding-of-ernie
我的encode脚本为:
```shell
TASK_DATA_PATH=.
MODEL_PATH=/path/to/model
export FLAGS_sync_nccl_allreduce=1
export CUDA_VISIBLE_DEVICES=4
python -u ernie_encoder.py \
... | closed | 2019-10-15T04:58:46Z | 2019-11-25T02:54:09Z | https://github.com/PaddlePaddle/ERNIE/issues/343 | [] | mapingshuo | 2 |
pydata/xarray | numpy | 9,789 | Support DataTree in apply_ufunc | Sub-issue of https://github.com/pydata/xarray/issues/9106 | open | 2024-11-16T21:41:20Z | 2024-11-16T21:41:32Z | https://github.com/pydata/xarray/issues/9789 | [
"contrib-help-wanted",
"topic-DataTree"
] | shoyer | 0 |
521xueweihan/HelloGitHub | python | 2,876 | 【开源自荐】🏎 Nping: 使用 Rust 开发的实时可视化终端 Ping 命令 | ## 推荐项目
- 项目地址: https://github.com/hanshuaikang/Nping
- 类别:Rust
- 项目标题:使用 Rust 开发的实时可视化终端 Ping 命令
- 项目描述:Nping 顾名思义, 牛批的 Ping, 是一个用 Rust 开发的使用 ICMP 协议 的 Ping 工具。支持多个地址并发 Ping, 支持可视化延迟/抖动/丢包率/平均延迟 实时展示,并附带酷炫的实时折线图展示。
- 亮点:支持多地址并发 Ping, 支持实时图表可视化
运行截图:
:
from = graphene.Int()
to = graphene.Int()
```
Can't I define this Type? | closed | 2019-01-18T06:15:57Z | 2019-01-21T02:20:49Z | https://github.com/graphql-python/graphene/issues/894 | [] | nkg168 | 2 |
rthalley/dnspython | asyncio | 954 | Timeout in asynchronous and synchronous DoQ query doesn't work | There is a timeout parameter in dns.asyncquery.quic and dns.query.quic, however when set it to a value, it doesn't work as expected, when connecting to an unreachable server, both the asynchronous and synchronous quic function always time out after about 1 minute.
To reproduce:
```
import asyncio
import dns.messa... | closed | 2023-07-11T03:38:47Z | 2023-07-13T00:07:48Z | https://github.com/rthalley/dnspython/issues/954 | [
"Bug",
"Fixed"
] | fleurysun | 2 |
microsoft/MMdnn | tensorflow | 56 | Hi @kitstar , When I convert tensorlflow to mxnet. The following error occurs. | Platform (like ubuntu 16.04/win10):
Python version:
Source framework with version (like Tensorflow 1.4.1 with GPU):
Destination framework with version (like CNTK 2.3 with GPU):
Pre-trained model path (webpath or webdisk path):
Running scripts:
| closed | 2018-01-18T12:31:34Z | 2018-01-18T12:32:29Z | https://github.com/microsoft/MMdnn/issues/56 | [] | Albert-Ye | 0 |
Miserlou/Zappa | flask | 2,047 | lambda_concurrency setting not adjusting provisioned concurrency | <!--- Provide a general summary of the issue in the Title above -->
## Context
Using zappa 0.5.0 "lambda_concurrency": 2 to set https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html#configuration-concurrency-provisioned
## Expected Behavior
<!--- Tell us what should happen -->
was expecting... | open | 2020-02-28T12:29:59Z | 2021-11-09T21:39:12Z | https://github.com/Miserlou/Zappa/issues/2047 | [
"feature-request"
] | alecl | 9 |
deezer/spleeter | deep-learning | 288 | [Discussion]EnvironmentFileNotFound,help! | solved | closed | 2020-03-10T08:21:25Z | 2020-03-11T01:31:14Z | https://github.com/deezer/spleeter/issues/288 | [
"question"
] | freejacklee | 0 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 949 | why are my results so bad here? | ```"""
Example of Search Graph
"""
import os
from dotenv import load_dotenv
from scrapegraphai.graphs import SearchGraph
from china_unis import universities
os.environ.clear()
load_dotenv()
# ************************************************
# Define the configuration for the graph
# ****************************... | open | 2025-03-14T12:18:01Z | 2025-03-21T08:21:04Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/949 | [] | nyck33 | 2 |
jmcnamara/XlsxWriter | pandas | 424 | Feature request: Example creating and sending workbooks on-the-fly with Python 3 & Django | ```python
import xlsxwriter
from io import BytesIO
from django.http import StreamingHttpResponse
from django.views.generic import View
def get_foo_table_data():
"""
Some table data
"""
return [
[1, 2, 3],
[4, 5, 6],
[7, 8, 9],
]
class MyView(View):
... | closed | 2017-03-28T15:54:01Z | 2018-08-16T22:55:56Z | https://github.com/jmcnamara/XlsxWriter/issues/424 | [
"documentation",
"short term"
] | MrYoda | 12 |
the0demiurge/ShadowSocksShare | flask | 82 | 节点全部阵亡? | closed | 2019-09-21T06:02:18Z | 2019-09-21T06:16:16Z | https://github.com/the0demiurge/ShadowSocksShare/issues/82 | [] | unl89 | 1 | |
kynan/nbstripout | jupyter | 122 | `--dryrun` flag | See which files would be affected by `nbstripout` | closed | 2020-03-29T19:23:33Z | 2020-05-10T17:45:29Z | https://github.com/kynan/nbstripout/issues/122 | [
"type:enhancement",
"resolution:fixed"
] | VikashKothary | 2 |
DistrictDataLabs/yellowbrick | scikit-learn | 723 | ParallelCoordinates have different index | **Describe the bug**
The graph showing Output of ParallelCoordinates is incorrect.
As,the code in the docs outputs a different graph.
**To Reproduce**
```python
import os
from yellowbrick.download import download_all
## The path to the test data sets
FIXTURES = os.path.join(os.getcwd(), "data")
##... | closed | 2019-02-04T12:40:49Z | 2019-02-05T02:55:38Z | https://github.com/DistrictDataLabs/yellowbrick/issues/723 | [
"type: question"
] | dnabanita7 | 5 |
deezer/spleeter | deep-learning | 417 | [Feature] Traditional instruments | ## Description
<!-- Can you use traditional instrument to train the program like Zither, erhu, monochord, flute, etc. When I use Speeter for the song with those instrument, Speeter does not recognize and get a bad result, if you need songs with those instrument, just let me know by email, i will send you. By the way... | closed | 2020-06-12T06:07:53Z | 2020-06-12T12:24:20Z | https://github.com/deezer/spleeter/issues/417 | [
"enhancement",
"feature"
] | ductrungktdn | 0 |
RobertCraigie/prisma-client-py | asyncio | 430 | Do not override already set env variables from `.env` | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
Currently the `.env` variables take precedence over the system environment variables, this can cause issues as the Prisma CLI will use the system environment variables instead which could lead to migra... | closed | 2022-06-18T13:05:51Z | 2022-06-18T13:50:09Z | https://github.com/RobertCraigie/prisma-client-py/issues/430 | [
"bug/2-confirmed",
"kind/bug",
"process/candidate",
"topic: client",
"level/beginner",
"priority/high"
] | RobertCraigie | 0 |
wger-project/wger | django | 1,154 | Not possible to reset password | ```
AttributeError at /en/user/password/reset/check/abc/set-password
'NoneType' object has no attribute 'is_bound'
``` | closed | 2022-10-17T10:27:26Z | 2022-11-30T13:22:21Z | https://github.com/wger-project/wger/issues/1154 | [
"bug"
] | rolandgeider | 2 |
mherrmann/helium | web-scraping | 7 | arm64 support | Can we get geckodriver for arm64v8? | closed | 2020-03-13T20:23:12Z | 2020-10-17T13:23:23Z | https://github.com/mherrmann/helium/issues/7 | [] | kamikaze | 4 |
dbfixtures/pytest-postgresql | pytest | 332 | Dependabot couldn't authenticate with https://pypi.python.org/simple/ | Dependabot couldn't authenticate with https://pypi.python.org/simple/.
You can provide authentication details in your [Dependabot dashboard](https://app.dependabot.com/accounts/ClearcodeHQ) by clicking into the account menu (in the top right) and selecting 'Config variables'.
[View the update logs](https://app.depend... | closed | 2020-09-24T04:35:32Z | 2020-09-24T07:29:31Z | https://github.com/dbfixtures/pytest-postgresql/issues/332 | [] | dependabot-preview[bot] | 0 |
qwj/python-proxy | asyncio | 17 | Socks5 relay uses a wrong protocol? | Hi, I am using pproxy as a socks5 relay server.
according to `proto.py`, `Socks5.connect` sends `b'\x05\x01\x02\x01' + ...` to server at first. But other socks5 clients only sends `b'\x05\x02\x00\x01`
Another proof is running two `pproxy` process, one is:
```bash
pproxy -l socks5://:8080/ -v
```
the other is... | closed | 2018-11-30T03:03:25Z | 2018-11-30T03:57:08Z | https://github.com/qwj/python-proxy/issues/17 | [] | laohyx | 5 |
hbldh/bleak | asyncio | 1,189 | Generic Access Profile not being discovered on MacOS | * bleak version: 0.11.0
* Python version: Python 3.9.13
* Operating System: MacOS Ventura 13.0.1 (22A400)
* BlueZ version (`bluetoothctl -v`) in case of Linux: N/A
### Description
I am trying to read the "Device Name" characteristic by connecting to the device and using `read_gatt_char`. The Generic Access Pro... | closed | 2023-01-03T16:46:01Z | 2023-07-19T01:51:56Z | https://github.com/hbldh/bleak/issues/1189 | [
"duplicate",
"3rd party issue",
"Backend: Core Bluetooth"
] | andrewgrabbs | 1 |
nteract/papermill | jupyter | 581 | Papermill fails for notebooks without nb.metadata.kernelspec.language (e.g. from VSCode) | I think notebooks created through VSCode do not specify the language in the kernelspec.
So when I try to run Papermill, it fails with the stack trace:
```
Traceback (most recent call last):
File "/Users/kennysong/GDrive/Projects/test/env/lib/python3.7/site-packages/ipython_genutils/ipstruct.py", line 132, in ... | closed | 2021-02-27T07:25:59Z | 2021-03-08T20:55:28Z | https://github.com/nteract/papermill/issues/581 | [
"bug"
] | kennysong | 1 |
django-cms/django-cms | django | 7,351 | [DOC] No changes for version 3.10.1 in CHANGELOG.md | https://github.com/django-cms/django-cms/blob/develop/CHANGELOG.rst | closed | 2022-06-28T04:21:25Z | 2022-06-28T10:06:38Z | https://github.com/django-cms/django-cms/issues/7351 | [
"component: documentation"
] | DmytroLitvinov | 3 |
deepspeedai/DeepSpeed | pytorch | 6,525 | [BUG] pydantic_core._pydantic_core.ValidationError: 1 validation error for DeepSpeedZeroConfig | We are using DeepSpeed; transformer, accelerate to fine tune Qwen llm, and hit the below issue.
[rank2]: pydantic_core._pydantic_core.ValidationError: 1 validation error for DeepSpeedZeroConfig
[rank2]: stage3_prefetch_bucket_size
[rank2]: Input should be a valid integer, got a number with a fractional part [type=... | closed | 2024-09-11T21:29:14Z | 2024-11-04T03:01:54Z | https://github.com/deepspeedai/DeepSpeed/issues/6525 | [
"bug",
"training"
] | jagadish-amd | 15 |
aws/aws-sdk-pandas | pandas | 2,441 | wr.athena.to_iceberg does same account table look up first even though data_source is specified | ### Describe the bug
When calling:
`wr.athena.to_iceberg`
It first check if the table exists by calling (see line #3 below)
```
try:
# Create Iceberg table if it doesn't exist
if not catalog.does_table_exist(database=database, table=table, boto3_session=boto3_session):
_create_ic... | closed | 2023-08-25T15:57:01Z | 2023-08-31T09:18:55Z | https://github.com/aws/aws-sdk-pandas/issues/2441 | [
"bug"
] | Xiangyu-C | 5 |
miguelgrinberg/python-socketio | asyncio | 1,256 | AsyncServer.enter_room() is not awaitable | **Describe the bug**
When attempting to call `AsyncServer.enter_room()` with await, a TypeError exception is thrown:
`TypeError: object NoneType can't be used in 'await' expression`
**To Reproduce**
Steps to reproduce the behavior:
1. Implement a basic AsyncServer class
2. On `connect`, attempt to enter SID i... | closed | 2023-10-13T21:58:03Z | 2023-10-15T14:27:19Z | https://github.com/miguelgrinberg/python-socketio/issues/1256 | [
"question"
] | tt2468 | 3 |
falconry/falcon | api | 2,082 | Add default `testpaths` to `pytest`'s config | Some of our users/packagers have expressed a wish to be able to run `pytest` without any parameters. Otherwise `pytest` seems to pick all tests, including tutorials and what not.
Add `testpaths = tests` to our configs.
While at it, maybe we should consolidate these configs inside `pyproject.toml`, as opposed to `... | closed | 2022-06-27T17:52:34Z | 2022-06-27T19:07:14Z | https://github.com/falconry/falcon/issues/2082 | [
"maintenance",
"community"
] | vytas7 | 0 |
horovod/horovod | deep-learning | 3,825 | CI for tf-head: package `tf-nightly-gpu` must be replaced by `tf-nightly` | Example: https://github.com/horovod/horovod/actions/runs/4007634282/jobs/6882833168
```
2023-01-25T18:03:55.7944804Z #39 1.522 =========================================================
2023-01-25T18:03:55.7945146Z #39 1.522 The "tf-nightly-gpu" package has been removed!
2023-01-25T18:03:55.7945386Z #3... | closed | 2023-01-25T18:08:12Z | 2023-01-26T10:04:22Z | https://github.com/horovod/horovod/issues/3825 | [
"bug"
] | maxhgerlach | 0 |
akfamily/akshare | data-science | 5,291 | 能否新增港股期货实时行情的接口? | 目前的futures_global_em接口里头没有港股期货实时行情,在文档里头也找不到港股期货的接口 | closed | 2024-10-30T19:19:52Z | 2024-10-31T10:26:43Z | https://github.com/akfamily/akshare/issues/5291 | [] | yong900630 | 1 |
smarie/python-pytest-cases | pytest | 330 | @fixture incompatible with pytest 8.0.0 | pytest 8.0.0 just released earlier today, and it looks like there's an incompatibility with `pytest_cases.fixture`.
Minimal example:
```python
from pytest_cases import fixture
@fixture
def a():
return "a"
def test_a(a):
assert a == "a"
```
pytest 7.4.4, pytest-cases 3.8.2, Python 3.11.7 ... | closed | 2024-01-28T02:56:57Z | 2024-03-08T21:14:37Z | https://github.com/smarie/python-pytest-cases/issues/330 | [] | jayqi | 3 |
healthchecks/healthchecks | django | 410 | [UI / UX] Show Request Body instead of "HTTP POST from <ip address>" message in Log display of checks dashboard. | Hi, Thanks for the great project btw.
I'd like to suggest change of UI / UX in Log display of checks dashboard.
As-is: Logs displays preview message with "HTTP POST from <ip address>"
To-be: Logs displays preview message with Request Body like "Temperature is now 35c. It looks good.".
In my humble opinion, "HTT... | closed | 2020-08-06T09:43:10Z | 2021-08-27T09:45:49Z | https://github.com/healthchecks/healthchecks/issues/410 | [] | aeharvlee | 4 |
pbugnion/gmaps | jupyter | 325 | Use of Different Marker Symbol on maps | Hello All,
How can I set different marker symbol for different data.
Like P for parking or some sign for restaurants using gmaps.
Thanks In advance
| open | 2019-10-20T21:38:37Z | 2019-10-20T21:38:37Z | https://github.com/pbugnion/gmaps/issues/325 | [] | Prapi123 | 0 |
python-restx/flask-restx | flask | 525 | Using marshal with required fields for a response | Hey, I'm just looking for some clarity if I'm understanding marshal wrong.
I have created a model with some fields marked as required.
I have a controller with a GET method annotated with @ns.marshall_with(model)
This method gets some data from another datasource, if the data is missing one of the fields marke... | closed | 2023-03-02T16:36:52Z | 2023-03-02T20:07:57Z | https://github.com/python-restx/flask-restx/issues/525 | [
"question"
] | PabloCR | 2 |
proplot-dev/proplot | matplotlib | 26 | Matplotlib subplots not working with seaborn distplot | #### Code sample, a copy-pastable example if possible
A "[Minimal, Complete and Verifiable Example](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)" will make it much easier for maintainers to help you.
```python
import pandas as pd
import xarray as xr
import numpy as np
def drop_nans_... | closed | 2019-07-18T20:56:47Z | 2020-04-09T17:24:04Z | https://github.com/proplot-dev/proplot/issues/26 | [
"bug"
] | tommylees112 | 5 |
psf/black | python | 3,887 | E704 and concise formatting for dummy implementations | This preview style change https://github.com/psf/black/pull/3796 violates E704 as implemented by flake8 / pycodestyle.
Note that the change itself is PEP 8 compliant. E704 is disabled by default in pycodestyle for this reason. ruff intentionally does not implement E704, instead explicitly deferring to Black on this ... | closed | 2023-09-13T00:00:41Z | 2024-01-30T18:23:18Z | https://github.com/psf/black/issues/3887 | [
"T: bug",
"F: empty lines",
"C: preview style"
] | hauntsaninja | 5 |
scikit-hep/awkward | numpy | 2,551 | Form and np.dtype inconsistencies | ### Version of Awkward Array
2.2.4
### Description and code to reproduce
Hi @agoose77 - here are some very minor issues I run into when conversion an `np.dtype` to a string required by a Form. Perhaps, we should to handle this in a more consistent manner... Please, have a look. Thanks.
- [ ] `EmptyArray` can have... | closed | 2023-06-29T14:32:19Z | 2023-06-29T15:22:32Z | https://github.com/scikit-hep/awkward/issues/2551 | [
"bug (unverified)"
] | ianna | 3 |
ultralytics/yolov5 | machine-learning | 12,645 | Negative-width bounding boxes when running on M1 (mps) HW | ### 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
I am running a trained YOLOv5x6 model using val.py with the --save_json option. I have a... | closed | 2024-01-18T04:15:23Z | 2024-12-18T02:36:46Z | https://github.com/ultralytics/yolov5/issues/12645 | [
"question",
"Stale"
] | agentmorris | 16 |
tflearn/tflearn | data-science | 272 | 2D convolution on CIFAR10 example shows poor results | I posted this in stackoverflow, but it may be more appropriate here.
https://stackoverflow.com/questions/38885226/2d-convolution-in-tflearn-cnn-trashes-learning-for-mnist-and-cifar-10-benchmarks
Essentially I just want to make sure there isn't a bug in the 2D convolution or maxpooling functions. Following the tutorial... | closed | 2016-08-11T16:48:26Z | 2016-08-16T04:20:50Z | https://github.com/tflearn/tflearn/issues/272 | [] | scottyler89 | 11 |
jupyter/nbgrader | jupyter | 1,736 | Failing tests | It seems to me that there are two issues causing tests to fail.
1- JupyterLab [announcements](https://jupyterlab.readthedocs.io/en/stable/user/announcements.html) pop-up is interfering with `test_formgrader.spec.ts`, and
2- `node-canvas` is requested for a version that doesn't have a build for the `node` used in the ... | closed | 2023-02-24T10:56:44Z | 2023-03-03T14:36:37Z | https://github.com/jupyter/nbgrader/issues/1736 | [] | tuncbkose | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 860 | Does quality depend on batch size? I only have 6 gb of memory, but I want results like in paper. | closed | 2021-10-04T18:16:02Z | 2021-10-11T16:24:18Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/860 | [] | fancat-programer | 8 | |
horovod/horovod | machine-learning | 3,938 | horovod slower than pytorch DDP | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) : pytorch
2. Framework version: 2.0
3. Horovod version: 0.28
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
**Chec... | closed | 2023-06-02T00:01:26Z | 2023-12-15T04:10:51Z | https://github.com/horovod/horovod/issues/3938 | [
"question",
"wontfix"
] | purvang3 | 4 |
jmcnamara/XlsxWriter | pandas | 802 | Installing the package doesn't include the test helper functions | Hi,
I am using XlsxWriter to do SOMETHING but it appears to do SOMETHING ELSE.
I am using Python version 3.8.0 and XlsxWriter 1.4.0
It seems to me that installing the package with Poetry (or just Pip), does not include the `test` package, which contains some helper functions (e.g. to compare 2 XLSX files).
| closed | 2021-05-04T15:13:50Z | 2021-05-04T16:25:07Z | https://github.com/jmcnamara/XlsxWriter/issues/802 | [] | StampixSMO | 1 |
tqdm/tqdm | jupyter | 1,537 | AttributeError: 'tqdm' object has no attribute 'last_print_t' on Python 3.12 | - [x] I have marked all applicable categories:
+ [x] exception-raising bug
+ [ ] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I have mentioned version numbers, operating syste... | open | 2023-12-13T14:05:07Z | 2024-11-07T12:29:38Z | https://github.com/tqdm/tqdm/issues/1537 | [] | mweinelt | 2 |
keras-team/keras | data-science | 20,370 | Issue on file_editor | If I add the compile method before saving model, it shows the error like this.
- keras/src/saving/file_editor_test.py
````
def get_source_model():
inputs = keras.Input((2,))
x = keras.layers.Dense(3, name="mydense")(inputs)
outputs = keras.layers.Dense(3, name="output_layer")(x)
model = keras.M... | closed | 2024-10-17T12:18:43Z | 2024-10-19T11:02:49Z | https://github.com/keras-team/keras/issues/20370 | [] | shashaka | 2 |
Kinto/kinto | api | 2,588 | Dev server returns 409 on POST | ## Steps to reproduce
```
➜ http POST $SERVER/buckets/main/collections -a mat:123
HTTP/1.1 201 Created
Access-Control-Expose-Headers: Content-Type, Content-Length, Backoff, Retry-After, Alert
Connection: keep-alive
Content-Length: 96
Content-Security-Policy: default-src 'none'; frame-ancestors 'none'; b... | closed | 2020-08-18T09:54:33Z | 2020-08-18T10:17:09Z | https://github.com/Kinto/kinto/issues/2588 | [] | leplatrem | 1 |
fastapi-users/fastapi-users | fastapi | 1,391 | on_after_failed_login and on_before_login (Feature Request) | Thanks alot for the wonderful job done thus far. You approach is really superb. I am pretty new to FastAPI but much in love with this library.
I would love to request if these 2 events could be added to the authentication (/login).
**on_after_failed_login():** in case of multiple failed attempt, I would love to k... | closed | 2024-05-23T14:51:07Z | 2024-07-14T13:23:48Z | https://github.com/fastapi-users/fastapi-users/issues/1391 | [] | Pauldic | 1 |
yzhao062/pyod | data-science | 489 | Project dependencies may have API risk issues | Hi, In **pyod**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
joblib
matplotlib
numpy>=1.19
numba>=0.51
scipy>=1.5.1
six
statsmodels
```
The version constraint **==** will introduce the risk of dependency... | open | 2023-03-23T06:41:18Z | 2023-03-23T06:41:18Z | https://github.com/yzhao062/pyod/issues/489 | [] | PyDeps | 0 |
miguelgrinberg/Flask-SocketIO | flask | 1,530 | Can nginx interface with SocketIO using a unix socket | I am trying to configure Nginx to communicate with Flask-SocketIO via a Unix socket as outlined in the link below but the Nginx WS requests to uwsgi always time out. I would like to use this approach, if possible, because of the it seems that it would simplify deployment of multiple uwsgi's since it would not require a... | closed | 2021-04-21T21:01:24Z | 2021-06-27T19:38:16Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1530 | [
"question"
] | eric-gilbertson | 10 |
keras-team/keras | pytorch | 20,876 | Scikit-Learn API Wrappers don't work with Model input | When using the new Scikit-Learn API Wrappers with a compiled Model as input, the wrapper does not work, running into errors citing that the underlying model isn't compiled. The following code, adapted from the example in the [`SKLearnClassifier` documentation](https://keras.io/api/utils/sklearn_wrappers/#sklearnclassif... | closed | 2025-02-07T21:21:33Z | 2025-03-13T02:05:56Z | https://github.com/keras-team/keras/issues/20876 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | swbedoya | 3 |
AutoViML/AutoViz | scikit-learn | 55 | HTMl and BOKEH not output all! | The autoviz work well for chart_format svg, but BOKEH and HTML not all the dataset work well, when running I encounter:
~\anaconda3\lib\site-packages\pandas\core\indexes\base.py in get_loc(self, key, method, tolerance)
3361 return self._engine.get_loc(casted_key)
3362 except KeyEr... | closed | 2021-12-12T15:17:59Z | 2021-12-13T00:44:36Z | https://github.com/AutoViML/AutoViz/issues/55 | [] | nhatvietnam | 2 |
darrenburns/posting | rest-api | 51 | Duplicate/clone an API request | Thank you for creating a TUI API client and sharing your work with the world.
I have a feature request I'd like to share. When creating API requests it's often easier to clone an existing one and tweak a few things like the request payload. It'd be convenient if posting supported this. | closed | 2024-07-20T09:17:19Z | 2024-08-02T22:57:50Z | https://github.com/darrenburns/posting/issues/51 | [] | pieterdd | 0 |
ansible/ansible | python | 84,433 | template error while templating string: | ### Summary
We first try to do a lookup vault to fetch the password, the password has characters "{%!" the below is how the rendered template file looks like
```db:
create: true
admin_user: "user1"
admin_password: !unsafe "4{%!<----"
users:
"pgsqladmin":
password: !unsafe "4{%!<----"... | closed | 2024-12-05T16:17:28Z | 2025-02-18T14:00:11Z | https://github.com/ansible/ansible/issues/84433 | [
"needs_info",
"bug",
"bot_closed",
"affects_2.13"
] | jyothi-balla | 6 |
HIT-SCIR/ltp | nlp | 198 | 生成的release中语义角色标注问题 | 我在windows下使用ltp_test处理的结果如下:
sent id="0" cont="特朗普 是 在 接受 福克斯 电视台 “ 福克斯 周日 新闻 ” 栏目 采访 时 做出 上述 表态 的 。"
word id="0" cont="特朗普" pos="nh" ne="S-Nh" parent="1" relate="SBV"
word id="1" cont="是" pos="v" ne="O" parent="-1" relate="HED"
arg id="0" type="ۦ#x0F... | closed | 2016-12-14T03:21:43Z | 2016-12-14T10:59:55Z | https://github.com/HIT-SCIR/ltp/issues/198 | [] | Icomming | 4 |
google-research/bert | tensorflow | 885 | How many "num_tpu_cores" be set ? | I try to pretraining with **run_pretraining.py** using **tpu-v2-32**
How many "num_tpu_cores" be set ?
When tested with tpu-v2-8 worked fine(num_tpu_cores=8).
python3 run_pretraining.py \
--input_file=gs://... \
--output_dir=gs://... \
--do_train=True \
--do_eval=True \
--bert_config_file=/data/wo... | closed | 2019-10-25T05:27:02Z | 2020-08-08T12:39:57Z | https://github.com/google-research/bert/issues/885 | [] | jwkim912 | 2 |
oegedijk/explainerdashboard | plotly | 240 | Retrieving the Original Values from Sklearn Pipeline | Hello,
I'm trying to incorporate sklearn pipelines into Explainerdashboard, as below:
```python
from sklearn.ensemble import RandomForestClassifier
from sklearn.preprocessing import StandardScaler
from sklearn.pipeline import make_pipeline
from explainerdashboard import ExplainerDashboard, ClassifierExplain... | closed | 2022-11-30T06:48:59Z | 2022-11-30T10:26:16Z | https://github.com/oegedijk/explainerdashboard/issues/240 | [] | woochan-jang | 1 |
pydata/pandas-datareader | pandas | 568 | Not able to load AAPL stock data | Hi I am trying to load AAPL stock data using import pandas_datareader as pdr
but i am not able to import data in my envirnment | closed | 2018-08-21T17:48:26Z | 2023-10-31T16:41:23Z | https://github.com/pydata/pandas-datareader/issues/568 | [] | Preerahul | 23 |
seleniumbase/SeleniumBase | web-scraping | 2,793 | CloudFlare verification not working under VPN | The following code works on a direct connection (no verification asked), however when using VPN (or an http proxy, NordVPN in my case) clicking on the verification box doesn't let the verification go through:
```python
URL = 'https://rateyourmusic.com/artist/pink-floyd/'
with SB(uc=True) as sb:
... | closed | 2024-05-21T16:26:09Z | 2024-05-22T13:10:15Z | https://github.com/seleniumbase/SeleniumBase/issues/2793 | [
"invalid usage",
"UC Mode / CDP Mode"
] | bjornkarlsson | 10 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,558 | [Bug]: AttributeError: 'ImageDraw' object has no attribute 'multiline_textsize' | ### Checklist
- [ ] The issue exists after disabling all extensions
- [X] 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-10-17T13:28:31Z | 2024-10-17T21:44:08Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16558 | [
"bug-report"
] | david-chainreactdev | 1 |
igorbenav/fastcrud | sqlalchemy | 144 | disable specific crud methods? | **Is your feature request related to a problem? Please describe.**
How to disable `create`/`delete`, for example? i don't see it in docs.
**Describe the solution you'd like**
crud_router constructor, set `create_schema=None`, `delete_schema=None`,
but doesn't work. docs still show such methods.
| closed | 2024-08-03T13:44:31Z | 2024-08-04T00:48:20Z | https://github.com/igorbenav/fastcrud/issues/144 | [
"enhancement"
] | LeiYangGH | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.