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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ResidentMario/missingno | pandas | 30 | KeyError for heatmap | Hi, I get KeyError for **heatmap** function.
Example: [https://github.com/samuelbr/missingno/blob/master/missingno%2Bissue.ipynb](https://github.com/samuelbr/missingno/blob/master/missingno%2Bissue.ipynb)
Samuel | closed | 2017-06-23T13:22:13Z | 2017-06-26T19:42:08Z | https://github.com/ResidentMario/missingno/issues/30 | [] | samuelbr | 3 |
praw-dev/praw | api | 1,586 | Feature request: Override stream_generator limit with kwarg. | It would be nice to be able to override the stream_generator limit, which controls how many posts you get back from the selected stream. Currently it is always set to 100
I think a reasonable solution would be to add a limit kwarg to "stream.submissions()" function. For this to work though some kind of workaround fo... | closed | 2020-11-23T01:28:34Z | 2020-11-23T05:23:36Z | https://github.com/praw-dev/praw/issues/1586 | [] | JonathanSourdough | 2 |
littlecodersh/ItChat | api | 675 | itchat.run()的阻塞问题 | 在提交前,请确保您已经检查了以下内容!
- [ ] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆
- [ ] 我已经阅读并按[文档][document] 中的指引进行了操作
- [ ] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告
- [ ] 本问题确实关于`itchat`, 而不是其他项目.
- [ ] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目
请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面:
```
[在这里粘贴完整日志]
```
您的itchat版本为... | closed | 2018-06-03T15:37:46Z | 2018-12-21T10:29:09Z | https://github.com/littlecodersh/ItChat/issues/675 | [] | thygyc | 6 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 150 | Array support | Hi and thanks for this cool package!
Now for the issue: it seems when selecting an Array column, we get it back as a string.
I saw in the code that arrays are converted to string.
Can an array be represented as a python array, similar to how it's in postgres?
Thanks!
Roy
| open | 2021-10-19T20:18:56Z | 2023-03-07T14:18:59Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/150 | [
"feature request"
] | royxact | 2 |
syrupy-project/syrupy | pytest | 361 | 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/tophat) by clicking into the account menu (in the top right) and selecting 'Config variables'.
[View the update logs](https://app.dependabot.... | closed | 2020-09-24T14:29:28Z | 2020-09-25T13:51:37Z | https://github.com/syrupy-project/syrupy/issues/361 | [] | dependabot-preview[bot] | 1 |
iterative/dvc | data-science | 10,246 | Azure Blob Storage: DVC uses (wrong) environment variable instead of SAS token | # Bug Report
## Azure Blob Storage: DVC uses (wrong) environment variable instead of SAS token
## Description
If my environment variables contains a variable named `AZURE_STORAGE_ACCOUNT_KEY` (not related to the DVC Azure Blob Storage), `dvc pull` fails with message `"Authentication error"` or `"ERROR: unexpec... | closed | 2024-01-18T15:05:07Z | 2024-01-19T08:57:25Z | https://github.com/iterative/dvc/issues/10246 | [] | SoCrespo | 3 |
netbox-community/netbox | django | 18,527 | Allow virtual circuit terminations to have custom names/identifiers | ### NetBox version
v4.2.2
### Feature type
Data model extension
### Proposed functionality
Currently when creating a virtual circuit termination it is given a default name of "{Parent Virtual Circuit Name}: Peer termination" which is the same for all terminations for that specific virtual circuit. I propose the ab... | open | 2025-01-29T17:31:05Z | 2025-02-27T18:33:12Z | https://github.com/netbox-community/netbox/issues/18527 | [
"type: feature",
"needs milestone",
"breaking change",
"status: backlog",
"complexity: low"
] | ebrletic | 2 |
nerfstudio-project/nerfstudio | computer-vision | 2,644 | Colab example script doesn't work ( Unable to Register cuDNN, cuFFT, and cuBLAS Factories) | Description:
I am encountering an issue while using the Google Colab nerfstudio example. The error message indicates problems with registering cuDNN, cuFFT, and cuBLAS factories, resulting in a subsequent TensorRT warning. Here is the error message:
> Copy code
> 2023-12-02 21:39:02.025230: E tensorflow/compiler... | open | 2023-12-02T21:48:27Z | 2023-12-02T21:48:27Z | https://github.com/nerfstudio-project/nerfstudio/issues/2644 | [] | briefkasten1988 | 0 |
pydantic/pydantic | pydantic | 11,485 | Make `ValidationInfo` generic | ### Initial Checks
- [x] I have searched Google & GitHub for similar requests and couldn't find anything
- [x] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
Make `ValidationInfo` generic so that users can type hint the `context` attribute. This... | open | 2025-02-25T10:37:32Z | 2025-02-25T10:37:32Z | https://github.com/pydantic/pydantic/issues/11485 | [
"feature request"
] | Viicos | 0 |
modin-project/modin | pandas | 7,102 | Remove enable_api_only mode in modin logging |
In modin LogMode enable_api_only and enable options looks confusing. We should just leave enable option, using which memory.log would also should be generated
_Originally posted by @YarShev in https://github.com/modin-project/modin/issues/7092#issuecomment-2003894603_ | closed | 2024-03-18T15:58:19Z | 2024-04-17T12:54:11Z | https://github.com/modin-project/modin/issues/7102 | [] | arunjose696 | 1 |
google-research/bert | tensorflow | 743 | multi-gpu horovod | With multi-GPU training by horovod,the value of examples/sec is for one gpus or for allgpus?? I found that the value of multi-gpu is lower than one-gpu. Thanks | open | 2019-07-03T10:19:52Z | 2019-07-03T12:14:31Z | https://github.com/google-research/bert/issues/743 | [] | tianuna | 2 |
vaexio/vaex | data-science | 2,396 | [BUG-REPORT] vaex save error | When I use python multi-process and vaex, I want to save the text as embedding. Everything is normal in the early stage of the program running, but after a while, the saved hdf5 becomes like this:
<img width="697" alt="image" src="https://github.com/vaexio/vaex/assets/87348960/293c3ca9-dc6a-4891-a47b-3ca498b53f42">
e... | open | 2023-10-16T02:41:08Z | 2023-10-16T02:46:33Z | https://github.com/vaexio/vaex/issues/2396 | [] | shawn0wang | 0 |
ultralytics/ultralytics | machine-learning | 19,294 | Cannot access segment model in mobile hub | Hi
When I try to use my segment model I get the message that currently only detection models are supported.
Ok, but how does this fit with the remark
> @AstroCIEL Segment models also automatically are Detect models, they output both bounding boxes and segment masks.
_Originally posted by @glenn-jocher in [#... | open | 2025-02-18T09:51:38Z | 2025-02-20T23:51:27Z | https://github.com/ultralytics/ultralytics/issues/19294 | [
"question",
"HUB",
"segment"
] | metagic | 4 |
vipstone/faceai | tensorflow | 30 | list index out of range | Traceback (most recent call last):
File "face_recog.py", line 15, in <module>
face_recognition.load_image_file(path + "/" + fn))[0])
IndexError: list index out of range
[ WARN:0] terminating async callback
请问这里是哪里出了问题吗?文件夹里面放了两张图片可以运行,但是增加图片之后报错,始终找不到问题,为什么list[0]错误呢? | closed | 2019-01-05T03:42:26Z | 2019-10-14T02:15:44Z | https://github.com/vipstone/faceai/issues/30 | [] | AIprogrammer | 2 |
horovod/horovod | deep-learning | 3,690 | Update ML frameworks of released Docker images for v1.0 | Before releasing the next version, versions in `docker/*/Dokerfile` should be updated to latest versions. | closed | 2022-09-08T18:40:03Z | 2022-11-22T17:32:03Z | https://github.com/horovod/horovod/issues/3690 | [
"wontfix"
] | EnricoMi | 1 |
coqui-ai/TTS | pytorch | 3,572 | [Bug] The voice-cloned speaker continues with garbage after to-be-spoken text was finished or mid-sentence | ### Describe the bug
Sometimes the speech pauses then the speaker continues but it's neither written nor is it any language, but it's clearly the same speaker. Unless you want to create a horror movie with a disturbingly familiar voice, this behaviour is undesired. I think bark has the same issue.
### To Reproduc... | closed | 2024-02-11T14:24:17Z | 2025-01-03T08:49:01Z | https://github.com/coqui-ai/TTS/issues/3572 | [
"bug",
"wontfix"
] | Bardo-Konrad | 7 |
ivy-llc/ivy | numpy | 28,031 | Fix Ivy Failing Test: torch - creation.zeros_like | Todo list issue: #27501 | closed | 2024-01-24T18:32:36Z | 2024-01-25T09:07:38Z | https://github.com/ivy-llc/ivy/issues/28031 | [
"Sub Task"
] | vismaysur | 0 |
SYSTRAN/faster-whisper | deep-learning | 117 | Transcribe result extraction too time consuming | Hi, sorry for interrupting. And thanks for this great work!
I am trying to combine this faster whisper with Pyannote speaker diarization following the code here:
https://github.com/yinruiqing/pyannote-whisper/blob/main/pyannote_whisper/utils.py
According to my experiment,
It took 0.5442 second(s) to Whisper trans... | closed | 2023-04-05T16:36:04Z | 2023-04-05T17:29:49Z | https://github.com/SYSTRAN/faster-whisper/issues/117 | [] | dustinjoe | 2 |
napari/napari | numpy | 7,085 | Split RGB loses affine | ### 🐛 Bug Report
When splitting an an RGB layer via the context menu "Split RGB", three layers are created that have an identity transformation instead of the original layer's transformation.
This is be a problem in large, spatial multi-layer datasets because the transformation is relevant. With that information... | open | 2024-07-08T20:41:40Z | 2024-07-16T07:54:07Z | https://github.com/napari/napari/issues/7085 | [
"bug"
] | aeisenbarth | 3 |
statsmodels/statsmodels | data-science | 8,543 | Please release 0.13.6 without explicit upper bound on scipy | When installing scipy and statsmodels (0.13.5) the installer would choose scipy 1.9.3 somewhat contradicting the weak inequality < 1.9 you seem to impose somewhere. poetry (for poetry 1.2.2) is breaking then at poetry export. I see that in your live version you dropped the upper bound already. Maybe you could just rele... | closed | 2022-11-30T10:35:00Z | 2023-05-05T10:33:16Z | https://github.com/statsmodels/statsmodels/issues/8543 | [] | tschm | 15 |
ipython/ipython | data-science | 14,090 | PySide6.5.1 seems to have broken %gui qt | haven't been able to get to the bottom of it yet, but the 6.5.1 release of PySide6 (but NOT the 6.5.0 release) seems to have broken the %gui qt loop. With it installed, if you use `gui qt`, one seems to be unable to enter anything into the prompt anymore. (PyQt6 6.5.1 is fine) | open | 2023-05-30T17:56:51Z | 2023-05-30T17:57:34Z | https://github.com/ipython/ipython/issues/14090 | [] | tlambert03 | 0 |
sunscrapers/djoser | rest-api | 365 | WebAuthn in Djoser- W3C standard | Major browsers and platforms have built-in support for new Web standard for easy and secure logins via biometrics, mobile devices and FIDO security keys.
Now WebAuthn is W3C standard:
https://www.w3.org/2019/03/pressrelease-webauthn-rec.html | closed | 2019-03-11T09:17:27Z | 2022-01-12T23:14:42Z | https://github.com/sunscrapers/djoser/issues/365 | [] | Kub-AT | 7 |
drivendataorg/cookiecutter-data-science | data-science | 399 | Hook script failed: pre_gen_project hook script didn't exit successfully | I've installed `cookiecutter-data-science` in my global environment and tried running `ccds` command but it failed abruptly. Can't able to debug it. The error which I'm getting is below:
```
ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
... | open | 2024-09-29T08:34:03Z | 2025-03-05T17:15:23Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/399 | [] | phoeniXharsh | 4 |
litestar-org/litestar | pydantic | 3,029 | Bug: `exceptiongroup` backport is missing on Python 3.10 | ### Description
Code expects `exceptiongroup` backport to be installed in https://github.com/litestar-org/litestar/blob/6e4e530445eadbc1fd2f65bebca3bc68cf12f29a/litestar/utils/helpers.py#L101
However, it's only declared for _dev_ dependencies in https://github.com/litestar-org/litestar/blob/6e4e530445eadbc1fd2f65... | closed | 2024-01-26T14:59:04Z | 2025-03-20T15:54:22Z | https://github.com/litestar-org/litestar/issues/3029 | [
"Bug :bug:",
"Good First Issue",
"Dependencies",
"Package"
] | mtvx | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 676 | 预训练模型选择 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-06-27T02:50:37Z | 2023-07-06T00:10:39Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/676 | [
"stale"
] | wuhuanon | 4 |
Miserlou/Zappa | flask | 2,001 | How do I set up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa? | I need a step by step guide on setting up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa. | closed | 2020-02-14T04:54:04Z | 2020-02-24T14:23:03Z | https://github.com/Miserlou/Zappa/issues/2001 | [
"help wanted",
"documentation"
] | rupam-kundu | 2 |
Asabeneh/30-Days-Of-Python | flask | 456 | Python challenge | Hi, it’s me...
I know you aren't know me (but it's ok😂) I'm in lowest level of programming and first of all the language's i started with C++ after while a found a new language and **Fabulous** it’s name is John Sina _sorry I just a joshedyou😂_.
Anyway _Python _ had come in my life.
After a many days I reach this ... | open | 2023-11-16T19:05:13Z | 2023-11-16T19:05:13Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/456 | [] | DoItLin | 0 |
ets-labs/python-dependency-injector | asyncio | 469 | SSL Certificate on https://python-dependency-injector.ets-labs.org/ has expired | Hi there,
Just wanted to let you know that https://python-dependency-injector.ets-labs.org/ was being blocked on my browser because your SSL cert has expired. My browser(s) give a warning and block traffic to the site without an express accepting of the stale cert. | closed | 2021-07-09T17:54:58Z | 2021-07-09T18:25:55Z | https://github.com/ets-labs/python-dependency-injector/issues/469 | [
"bug"
] | brianpkennedy | 3 |
FlareSolverr/FlareSolverr | api | 687 | FlareSolverr won't start. | ### Have you checked our README?
- [X] I have checked the README
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Discussions
### Environment
```markdown
- FlareSolverr version: latest form git
- Last w... | closed | 2023-02-02T06:31:17Z | 2023-12-05T22:51:14Z | https://github.com/FlareSolverr/FlareSolverr/issues/687 | [
"needs investigation"
] | so1ar | 24 |
JaidedAI/EasyOCR | deep-learning | 403 | Tajik Language |
[easyocr.zip](https://github.com/JaidedAI/EasyOCR/files/6220400/easyocr.zip)
| closed | 2021-03-29T08:43:17Z | 2021-03-29T08:48:10Z | https://github.com/JaidedAI/EasyOCR/issues/403 | [] | KhayrulloevDD | 0 |
Anjok07/ultimatevocalremovergui | pytorch | 1,517 | Error on starting the application | "The application “Ultimate Vocal Remover.app” can’t be opened.
1" | open | 2024-08-17T05:14:19Z | 2024-08-17T05:14:19Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1517 | [] | AndreiZhitkov | 0 |
flasgger/flasgger | api | 469 | flasgger swag_from not working with "flask run" | Hi, not sure what the source of this issue is, but running the app via the recommended way (flask run) doesn't seem to work:
```
@swag_from('username_specs.yml', methods=['GET'])
TypeError: swag_from() got an unexpected keyword argument 'methods'
```
Any ideas? Been tinkering around with it for a while wit... | open | 2021-03-21T15:22:49Z | 2021-04-29T19:46:35Z | https://github.com/flasgger/flasgger/issues/469 | [] | arehmandev | 1 |
lucidrains/vit-pytorch | computer-vision | 228 | EfficientFormer Request! | Can you add EfficientFormer?
[https://github.com/snap-research/EfficientFormer](url)
[https://arxiv.org/pdf/2206.01191.pdf](url) | open | 2022-07-23T10:44:09Z | 2022-08-28T22:59:40Z | https://github.com/lucidrains/vit-pytorch/issues/228 | [] | umitkacar | 1 |
taverntesting/tavern | pytest | 170 | !anything doesn't work in dict body matches 2 | Hi,
I'm experienceing the same problem as issue #75.
The "!anything" placeholder does not match the received JWT token.
my code:
```
test_name: Test auth - 200
marks:
parametrize:
key: auth_customer_id
vals:
- 342
stages:
name: positive flow
request:
url: "{api_url}/auth?customer_id={auth_cus... | closed | 2018-08-06T09:47:54Z | 2018-08-20T12:40:24Z | https://github.com/taverntesting/tavern/issues/170 | [] | liamMintigo | 2 |
mlflow/mlflow | machine-learning | 14,808 | [BUG] Cannot clear text while editing in filter | ### MLflow version
2.20.4.dev0
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: mac
- **Python version**: 3.9
- **yarn version, if running the dev UI**: 1.22
### Describe the problem
- Cannot clear text while editing in filter
https://github.com/user-attachments/assets/99879... | closed | 2025-03-03T11:00:24Z | 2025-03-05T12:31:40Z | https://github.com/mlflow/mlflow/issues/14808 | [
"bug",
"area/uiux",
"has-closing-pr"
] | Gumichocopengin8 | 3 |
keras-rl/keras-rl | tensorflow | 255 | DQNAgent has no attribute optimizer | When using the Tensorboard callback with histogram > 10 I get this error:
> File "venv\lib\site-packages\keras\callbacks.py", line 798, in set_model
> grads = model.optimizer.get_gradients(model.total_loss,
> AttributeError: 'DQNAgent' object has no attribute 'optimizer'
With a histogram set to 0 the model... | closed | 2018-10-05T21:45:35Z | 2021-03-31T14:10:35Z | https://github.com/keras-rl/keras-rl/issues/255 | [
"wontfix"
] | nisbus | 4 |
scikit-learn/scikit-learn | data-science | 30,220 | Missing dev changelog from the rendered website after towncrier | We should add a step to the doc build CI where we render the changelog from the existing files, and have it also under the `dev` of the website as it was before.
This also helps checking rendered changelog from the PRs.
cc @lesteve @glemaitre | closed | 2024-11-05T09:09:09Z | 2024-11-08T09:32:57Z | https://github.com/scikit-learn/scikit-learn/issues/30220 | [
"Build / CI"
] | adrinjalali | 2 |
huggingface/datasets | computer-vision | 7,059 | None values are skipped when reading jsonl in subobjects | ### Describe the bug
I have been fighting against my machine since this morning only to find out this is some kind of a bug.
When loading a dataset composed of `metadata.jsonl`, if you have nullable values (Optional[str]), they can be ignored by the parser, shifting things around.
E.g., let's take this example
... | open | 2024-07-22T13:02:42Z | 2024-07-22T13:02:53Z | https://github.com/huggingface/datasets/issues/7059 | [] | PonteIneptique | 0 |
mckinsey/vizro | pydantic | 499 | Does Vizro AI support Azure Open AI gpt-4-32k? | ### Description
Hey all, I have Azure Open AI gpt-4-32k, when I try to use this as my llm to generate graphs on a custom dataset, I am getting the following error:
<img width="817" alt="image" src="https://github.com/mckinsey/vizro/assets/152766533/d02264d0-6eba-478c-b5ea-681355bf5f25">
### Expected behavior
Plea... | closed | 2024-05-28T05:05:08Z | 2024-10-02T15:16:23Z | https://github.com/mckinsey/vizro/issues/499 | [
"Bug Report :bug:",
"Vizro-AI :robot:"
] | saivl2 | 5 |
httpie/http-prompt | rest-api | 214 | Cookies auto setting invalid. | Function `get_response` has been removed at https://github.com/httpie/httpie/commit/bece3c77bb51ecc55dcc4008375dc29ccd91575c .
So that the tracing in https://github.com/httpie/http-prompt/pull/71/files#diff-0cd13edf0d54ff93c4d296836ba8d5a69462b2d7f33113b9e0fb92a9af980803R297 is no longer work. | open | 2022-10-27T19:51:50Z | 2022-10-27T19:55:13Z | https://github.com/httpie/http-prompt/issues/214 | [] | qwIvan | 0 |
ckan/ckan | api | 8,129 | Leverage HTMX in CKAN's Activity Stream | ## CKAN version
master
## Details
The current UI to display activity stream is a really good place to leverage HTMX. This will require some refactor on how the templates but both the `pagination` and the `filters` could be improved.
## Tasks
- [ ] Use an `hx-get` attribute in our **Activity type** `select` ... | closed | 2024-03-21T13:49:41Z | 2024-07-01T06:03:46Z | https://github.com/ckan/ckan/issues/8129 | [] | pdelboca | 2 |
ansible/awx | automation | 15,395 | Installing collections - Unexpected Exception, this is probably a bug: stat: path should be string, bytes, os.PathLike or integer, not GalaxyAPI | ### 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 pro... | open | 2024-07-23T06:25:40Z | 2024-07-24T17:13:14Z | https://github.com/ansible/awx/issues/15395 | [
"type:bug",
"component:api",
"component:awx_collection",
"needs_triage",
"community"
] | Ruud-cb | 1 |
Kludex/mangum | asyncio | 285 | Allow option to let unhandled Exceptions propagate through the adapter | Hi, thank you for this nice tool to wrap asgi applications. It makes deploying an API to lambda very easy while using a server to emulate it locally.
However, I found out that, in case of unhandled runtime errors in my code, the adapter automatically returns a json with a status code of 500. While that is totally fi... | open | 2023-01-03T16:06:41Z | 2024-05-18T21:07:51Z | https://github.com/Kludex/mangum/issues/285 | [
"more info needed"
] | jb3rndt | 9 |
alteryx/featuretools | data-science | 1,800 | Why did I get different number of features? | ```
def get_feature(target_dataframe_name):
feature_matrix, feature_defs = ft.dfs(
entityset=es,
target_dataframe_name=target_dataframe_name,
agg_primitives=[
"sum",
"max",
"min",
"mean",
"std",
"count",
... | closed | 2021-12-06T06:08:10Z | 2021-12-08T14:18:52Z | https://github.com/alteryx/featuretools/issues/1800 | [] | jingsupo | 5 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,874 | [Bug]: ROCM 6.1 NameError: name 'amdsmi' is not defined crash at opening | ### Checklist
- [ ] 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
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | closed | 2024-05-23T22:48:28Z | 2024-05-24T00:01:55Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15874 | [
"bug-report"
] | KEDI103 | 1 |
harry0703/MoneyPrinterTurbo | automation | 91 | 生成16:9比例视频时候素材被莫名拉升 | 我在生成16:9比例视频时
视频原本正常16:9但是合成后出现被拉升状况

出现拉升的视频源文件
https://github.com/harry0703/MoneyPrinterTurbo/assets/95288331/46f60350-1ff1-42d2-8e93-628340753f55
合成后的视频
https://github.com/harry0703/MoneyP... | closed | 2024-03-28T07:53:04Z | 2024-04-03T11:08:03Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/91 | [
"bug"
] | SarcomTDG | 3 |
microsoft/nni | data-science | 5,441 | How to create custom filter in Search Strategy? | **Describe the issue**:
Since nn-meter is not working properly (maybe incompatibility with nni v2.10 model ir?) i was trying to create a custom model filter in the RegularizedEvolution strategy, but i cannot find a way to convert the model ir passed to the filter to something i can elaborate on (like corresponding PyT... | closed | 2023-03-14T16:32:18Z | 2023-04-07T08:09:14Z | https://github.com/microsoft/nni/issues/5441 | [] | chachus | 4 |
saleor/saleor | graphql | 17,393 | Bug: full text search by korean | ### What are you trying to achieve?
I would like to search the product by name but the result keep returns empty
### Steps to reproduce the problem
1. create product with name `닥터스피지에이 아토더마 크림 120ml`
2. search the product (by dashboard or graphql query) with terms: `닥터스피지에이 `
### What did you expect to happen?
it... | open | 2025-02-21T10:41:24Z | 2025-03-13T10:50:11Z | https://github.com/saleor/saleor/issues/17393 | [
"bug",
"question"
] | danieloffical | 1 |
Sanster/IOPaint | pytorch | 530 | [BUG] error network pls | **Model**
Models error = https://huggingface.co/Linaqruf/animagine-xl and https://huggingface.co/cagliostrolab/animagine-xl-3.1 @Sanster

| closed | 2024-05-24T19:19:26Z | 2024-12-26T01:59:33Z | https://github.com/Sanster/IOPaint/issues/530 | [
"stale"
] | 6pu8wtw6 | 2 |
iperov/DeepFaceLab | machine-learning | 5,387 | Result video duration is different from the merged | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
The length of a video produced by 'Merge' step should equal to that of the final output by 'Get Result video.'
## Actual behavior
The length of the final video is greater than that of the merged video.
#... | open | 2021-08-26T00:34:25Z | 2023-06-08T22:42:34Z | https://github.com/iperov/DeepFaceLab/issues/5387 | [] | jinsu35 | 1 |
vvbbnn00/WARP-Clash-API | flask | 13 | 哪个链接能被Surge订阅? | 我看README上面写着支持Surge,我想问一下哪个能被Surge订阅👀
没有的话,我等等开个PR了

| closed | 2024-01-27T15:33:51Z | 2024-01-29T07:41:11Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/13 | [
"enhancement"
] | CorrectRoadH | 4 |
arogozhnikov/einops | tensorflow | 4 | Release branches or tags? | Need to decide a policy on keeping reference for previous releases. | closed | 2018-10-31T18:06:04Z | 2018-11-01T01:01:25Z | https://github.com/arogozhnikov/einops/issues/4 | [] | arogozhnikov | 1 |
moshi4/pyCirclize | matplotlib | 80 | When I set tick_length=10, this parameter does not take effect, but it works when tick_length=2. | When I set tick_length=10, this parameter does not take effect. When tick_length=2, it takes effect. The length of the line does not change when the number is greater than 5,Thankyou!
if sector.name in genechr:
gene_data = genenames[genenames["query_chr"] == sector.name]
label_pos_list = gene_data["... | closed | 2025-01-07T07:33:11Z | 2025-01-11T16:35:42Z | https://github.com/moshi4/pyCirclize/issues/80 | [
"bug"
] | z626093820 | 1 |
2noise/ChatTTS | python | 699 | 刚入门,合成语音出现报错 | ```py
import ChatTTS
import torch
import torchaudio
chat = ChatTTS.Chat()
chat.load(compile=False) # Set to True for better performance
texts = ["PUT YOUR 1st TEXT HERE", "PUT YOUR 2nd TEXT HERE"]
wavs = chat.infer(texts)
torchaudio.save("output1.wav", torch.from_numpy(wavs[0]), 24000)
```
以上是代码
以下... | closed | 2024-08-19T09:45:06Z | 2024-10-04T04:01:32Z | https://github.com/2noise/ChatTTS/issues/699 | [
"question",
"stale"
] | liliyucai123 | 2 |
darrenburns/posting | automation | 111 | Support for Path Variables | Hi, you're doing great work with this product!
I’d really appreciate having support for path variables, similar to what Postman offers. Using .env files doesn’t quite fit my use case, as I have different values for different requests in the same session, but with the same path name. While I could create var_1, var_2... | closed | 2024-09-23T11:10:39Z | 2024-11-18T17:26:05Z | https://github.com/darrenburns/posting/issues/111 | [] | MrBanja | 1 |
lk-geimfari/mimesis | pandas | 986 | Release latest version with fixed types | closed | 2020-12-14T14:01:16Z | 2020-12-21T11:13:00Z | https://github.com/lk-geimfari/mimesis/issues/986 | [] | lk-geimfari | 1 | |
hpcaitech/ColossalAI | deep-learning | 5,937 | [BUG]: a directory will be maked in each epoch | ### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### 🐛 Describe the bug
I'm using the latest code, do sft training by applications/Colossal-LLaMA, each epoch generates a directory, just like this:
<img width="617" alt="image" src="https://github.com/user-attachments/assets/... | closed | 2024-07-24T10:07:14Z | 2024-07-26T03:15:21Z | https://github.com/hpcaitech/ColossalAI/issues/5937 | [
"bug"
] | zhurunhua | 1 |
MagicStack/asyncpg | asyncio | 757 | Segmentation Fault in record_repr at asyncpg/protocol/record/recordobj.c:462 | <!--
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 | 2021-05-16T09:42:56Z | 2021-05-18T16:22:19Z | https://github.com/MagicStack/asyncpg/issues/757 | [] | ShahriyarR | 2 |
noirbizarre/flask-restplus | flask | 261 | fields.List example displays incorrectly | ## Source Code (test.py)
from flask import Flask
from flask_restplus import Resource, Api, fields
app = Flask(__name__)
api = Api(app)
calendar = api.inherit('Calendar',{
'weekDay': fields.List(fields.String(example='Mon\',\'Tue')),
})
@api.route('/calendar')
class Calendar(Resource):
@api.expec... | open | 2017-03-19T02:35:11Z | 2017-03-19T02:35:11Z | https://github.com/noirbizarre/flask-restplus/issues/261 | [] | sperarafa | 0 |
coqui-ai/TTS | python | 3,224 | [Bug] ValueError: Model is not multi-lingual but `language` is provided. | ### Describe the bug
I encounter error while trying to use xtts_v2 multilingual model in loop to generate several audio clips. This happens only for this model, VITS works fine while looping over existing tts object.
### To Reproduce
**Reproduction code:**
```python
tts = TTS('tts_models/multilingual/multi-d... | closed | 2023-11-15T10:17:05Z | 2023-11-27T18:42:53Z | https://github.com/coqui-ai/TTS/issues/3224 | [
"bug"
] | vitaliy-sharandin | 6 |
tableau/server-client-python | rest-api | 762 | Error connecting to Tableau server | Hello Team,
**Problem statement:** the implementation to connect and authenticate to Tableau server (2020.3) is failing starting today and this is the error message that I am receiving -
```
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): tableauqa.companyname.com:443
Error on line 66 ConnectionE... | closed | 2020-12-16T19:07:43Z | 2020-12-22T17:24:42Z | https://github.com/tableau/server-client-python/issues/762 | [] | iamabhishekchakraborty | 4 |
supabase/supabase-py | fastapi | 440 | Supabase Does Not Provide Access Token To Storage | **Describe the bug**
Hey All,
Thanks for the communities work on the Python SDK!!
I recently tried using Supabase storage in the python backend of our app. After a day and a half of debugging, I think I have pegged the issue. It appears that the access token is not being provided to the storage client correctly.
... | closed | 2023-05-15T05:52:16Z | 2023-09-28T11:52:23Z | https://github.com/supabase/supabase-py/issues/440 | [] | jackeverydayzero | 3 |
aiogram/aiogram | asyncio | 863 | Simple script that sends a message raises `RuntimeError: Event loop is closed` on Windows | ## Context
* Operating System: Windows 10
* Python Version: 3.9, 3.10
* aiogram version: 2.19, 3.0.0b2
* aiohttp version: 3.8.1
## Expected Behavior
Process finishes gracefully
## Current Behavior
```
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x00000207916D4040>
Traceback... | closed | 2022-03-15T05:04:20Z | 2023-08-04T18:24:32Z | https://github.com/aiogram/aiogram/issues/863 | [
"bug",
"upstream",
"3.x",
"confirmed",
"2.x"
] | evgfilim1 | 4 |
AntonOsika/gpt-engineer | python | 911 | Placeholders and "will follow a similar structure, so I will not repeat them here for brevity." |
## Expected Behavior
It should, or should have the option to, write full solutions without placeholders or omisssions.
## Current Behavior
"// Add explicit instantiation for other types as needed"
" will follow a similar structure, so I will not repeat them here for brevity."
## Failure Information
Ask i... | closed | 2023-12-17T09:46:39Z | 2023-12-19T09:52:18Z | https://github.com/AntonOsika/gpt-engineer/issues/911 | [
"bug",
"triage"
] | h5kk | 1 |
streamlit/streamlit | deep-learning | 10,416 | Add primary/secondary/tertiary type to `st.popover` | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
`st.popover` is styled like a button but unlike other buttons, it doesn't have `type="primary"|"secondary"|"t... | open | 2025-02-17T14:52:18Z | 2025-02-17T14:52:42Z | https://github.com/streamlit/streamlit/issues/10416 | [
"type:enhancement",
"feature:st.popover"
] | sfc-gh-jrieke | 1 |
plotly/plotly.py | plotly | 4,240 | Font size units missing in docs | Looking at https://plotly.com/python/reference/layout/#layout-font, we see
> **size**
> *Code:* `fig.update_layout(font_size=<VALUE>)`
> *Type:* number greater than or equal to 1
> *Default:* `12`
But what are the units of this number? Points? Pixels? cm? in? Experimentation shows that it's most likely points,... | open | 2023-06-09T10:48:39Z | 2025-03-18T13:46:34Z | https://github.com/plotly/plotly.py/issues/4240 | [
"bug",
"P3",
"documentation"
] | madphysicist | 1 |
google-research/bert | nlp | 1,219 | PC requirements for running BERT - do you need a GPU with lots of VRAM or just a fast CPU and lots of RAM? | Hi,
We've got a postgrad student doing a research project with BERT, among other things, and I've been asked to sort out a PC for her to work with.
The other work she needs to do (mainly GIS and some big data analysis with Python / R) needs a decent CPU, lots of RAM and fast local storage anyway.
I've read the '... | open | 2021-04-13T21:11:10Z | 2021-04-13T21:11:10Z | https://github.com/google-research/bert/issues/1219 | [] | brendonsly | 0 |
jupyter/nbviewer | jupyter | 1,060 | nbviewer isn't rendering my notebook and keeps giving me a 503 backend read error | Please is there a maximum size for jupyter notebooks which nbviewer can render? I have a jupyter notebook of about 200MB but can't seem to render it on nbviewer no matter what I try. As I know, the maximum size of jupyter notebook that Github will render is 25MB (without storing it as LFS), so I tried using HuggingFace... | open | 2024-05-27T00:33:30Z | 2024-06-02T21:52:13Z | https://github.com/jupyter/nbviewer/issues/1060 | [] | OgeAno | 0 |
erdewit/ib_insync | asyncio | 492 | WARNING: An illegal reflective access operation has occurred | When I use IBC, show these warning on macOS 12.4. Can somebody tell me how to fix it? Or is it ibcAlpha/IBC's issue? Thanks.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by feature.search.recorder.JtsMultiLookAndFeel (file:/XXX/jars/twslaunch-1012.jar) to method ja... | closed | 2022-07-21T12:59:51Z | 2022-07-24T03:55:17Z | https://github.com/erdewit/ib_insync/issues/492 | [] | giphoneix | 2 |
modelscope/data-juicer | streamlit | 87 | [Bug]: 无法安装simhash-py | ### Before Reporting 报告之前
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwise, w... | closed | 2023-11-17T11:31:07Z | 2023-11-23T04:01:12Z | https://github.com/modelscope/data-juicer/issues/87 | [
"bug",
"wontfix"
] | AnitaSherry | 7 |
microsoft/unilm | nlp | 1,139 | Is there a plan to release the dit pretraining code publicly? I am very interested in it. | **Describe**
Model I am using (UniLM, MiniLM, LayoutLM ...):
| open | 2023-06-14T01:43:15Z | 2023-08-29T08:50:58Z | https://github.com/microsoft/unilm/issues/1139 | [] | Masterchenyong | 1 |
aiogram/aiogram | asyncio | 779 | Make local files wrapper bi-directional | TelegramAPIServer in local mode can wrap files path to the file-system. Lets make this mechanism bi-directional (server-client, client-server) | closed | 2021-12-12T16:03:46Z | 2021-12-19T03:44:15Z | https://github.com/aiogram/aiogram/issues/779 | [
"3.x"
] | JrooTJunior | 0 |
comfyanonymous/ComfyUI | pytorch | 7,266 | WanVideoTextEncode Allocation on device | ### Your question
# ComfyUI Error Report
## Error Details
- **Node ID:** 17
- **Node Type:** WanVideoImageClipEncode
- **Exception Type:** torch.cuda.OutOfMemoryError
- **Exception Message:** Allocation on device
## Stack Trace
```
File "D:\ComfyUI\execution.py", line 327, in execute
output_data, output_ui, ha... | open | 2025-03-16T08:35:00Z | 2025-03-16T09:51:28Z | https://github.com/comfyanonymous/ComfyUI/issues/7266 | [
"User Support"
] | xuanyoyo | 2 |
apachecn/ailearning | python | 542 | 加入我们 | 大佬,怎么加入群聊学习呢?为啥子加不上呢?是不是需要有某些要求呢? | closed | 2019-09-03T02:40:48Z | 2021-09-07T17:45:14Z | https://github.com/apachecn/ailearning/issues/542 | [] | achievejia | 1 |
chezou/tabula-py | pandas | 220 | Typo in readme | tabula.convert_into_by_batch("input_directory", output_format='csv', pages='all)
should be
tabula.convert_into_by_batch("input_directory", output_format='csv', pages='all')
which adds a single quote to the end of all | closed | 2020-02-28T19:55:52Z | 2020-02-28T19:56:07Z | https://github.com/chezou/tabula-py/issues/220 | [] | nubonics | 1 |
remsky/Kokoro-FastAPI | fastapi | 170 | Add Instructions to deploy | Currently not possible to deploy to digital ocean or Render. | closed | 2025-02-14T02:45:08Z | 2025-02-14T14:34:23Z | https://github.com/remsky/Kokoro-FastAPI/issues/170 | [] | chiho13 | 3 |
marshmallow-code/apispec | rest-api | 918 | Security scheme documentation | Hi,
I believe the optional security suite example provided in `apispec/docs/index.rst` requires the line `security=[{"ApiKeyAuth": []}]` added at line 37. If you don't add this line then the authorization header isn't added to any requests made from the Swagger UI.
Posting here (rather than forking/PR) as I'm no... | closed | 2024-06-25T15:00:09Z | 2024-07-10T08:33:19Z | https://github.com/marshmallow-code/apispec/issues/918 | [
"documentation"
] | MattoElGato | 1 |
JaidedAI/EasyOCR | pytorch | 1,281 | Missing Confidence Score in Paragraph Mode | When extract text from images in paragraph mode, the confidence scores for the detected text are not included in the results.
Only `bbox` and `text` are in results.
Any idea of how to solve this? | open | 2024-07-17T20:58:30Z | 2024-07-27T13:09:39Z | https://github.com/JaidedAI/EasyOCR/issues/1281 | [] | devalnor | 2 |
chatanywhere/GPT_API_free | api | 68 | 能不能刷新key,担心无意泄露 | 如题 | closed | 2023-07-22T11:00:33Z | 2023-07-24T13:30:56Z | https://github.com/chatanywhere/GPT_API_free/issues/68 | [] | ethanzhao2001 | 1 |
healthchecks/healthchecks | django | 425 | Issues with using Sendgrid SMTP API | ## Expected Behavior
Expecting to send email with login link
## Current Behavior
SMTP settings seem to error out, unclear what is causing the issue but I'm unsure any information is returned from the inability to connect.
```
healthchecks | Traceback (most recent call last):
healthchecks ... | closed | 2020-09-10T12:27:31Z | 2020-10-05T08:11:34Z | https://github.com/healthchecks/healthchecks/issues/425 | [] | dalanmiller | 6 |
dgtlmoon/changedetection.io | web-scraping | 2,166 | [feature] Add change detection support for tree-sitter to monitor javascript (for errors/bugs/etc and other information) | Please add support for [tree-sitter](https://tree-sitter.github.io/tree-sitter/) or something to support javascript and web assembly monitoring. Here is a pretty straight forward example showing how tree-sitter is used for bug bounty monitoring. https://alexvec.github.io/posts/monitoring-js-files/
Ideally, people ... | open | 2024-02-06T18:31:22Z | 2024-07-10T11:23:08Z | https://github.com/dgtlmoon/changedetection.io/issues/2166 | [
"enhancement",
"plugin-candidate"
] | ResistanceIsUseless | 1 |
erdewit/ib_insync | asyncio | 705 | can not place order with float quantity | Hello, I wrote stock, vol, stop sell price on excel as below.
[stock.xlsx](https://github.com/erdewit/ib_insync/files/14489807/stock.xlsx)
Then I use the code below to transmit order for me. The code below can not place order on ib tws.
I think the problem might be: 'vol': float
if I change 'vol': float to 'v... | closed | 2024-03-05T03:09:40Z | 2024-03-05T08:42:26Z | https://github.com/erdewit/ib_insync/issues/705 | [] | ctu1121 | 0 |
neuml/txtai | nlp | 109 | Add ONNX support for Embeddings and Pipelines | Add ONNX support for Embeddings and Pipelines.
Sequence to Sequence models (summarization, transcription, translation) will be added later once ONNX support for encoder-decoder models is more mature. | closed | 2021-08-27T22:38:35Z | 2022-10-17T18:04:09Z | https://github.com/neuml/txtai/issues/109 | [] | davidmezzetti | 3 |
dynaconf/dynaconf | fastapi | 1,208 | fix: CLI must discover dynaconf instance when DJANGO_SETTINGS_MODULE points to __init__.py | When `DJANGO_SETTINGS_MODULE=module` and it is `module/__init__.py` the dynaconf CLI must inspect that module and lookup for a LazySettings instance | closed | 2024-12-20T18:27:16Z | 2025-01-21T17:13:27Z | https://github.com/dynaconf/dynaconf/issues/1208 | [
"bug",
"in progress",
"aap"
] | rochacbruno | 0 |
ShishirPatil/gorilla | api | 546 | [BFCL] Is this the same data used for the leaderboard? | hello.
Thank you for making the BFCL public.
I have a question. Is the data in “Berkeley-Feature-Currency-Leaderboard/Data” the same data you used for the leaderboard (https://gorilla.cs.berkeley.edu/leaderboard.html)?
I'm curious if the data used for the leaderboard is blind data, different from github.
Thank y... | closed | 2024-07-24T07:26:46Z | 2024-10-16T07:38:03Z | https://github.com/ShishirPatil/gorilla/issues/546 | [
"BFCL-General"
] | hexists | 4 |
pandas-dev/pandas | data-science | 60,358 | ENH: Strip/Trim `github.event.comment.user.login` on `issue_assign` job in `comment_commands.yml` | ### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
Comments containing "take" with leading spaces gets skipped by the `issue_assign` job. Got a couple of experiences with this because I u... | closed | 2024-11-19T00:58:22Z | 2024-11-21T16:31:20Z | https://github.com/pandas-dev/pandas/issues/60358 | [
"Enhancement",
"CI"
] | KevsterAmp | 2 |
SALib/SALib | numpy | 116 | [JOSS review] Adaptations of the `contributing.md` | [JOSS review](https://github.com/openjournals/joss-reviews/issues/97)
The current contribution guidelines provide essential information to interpret the current implementation and objectives, such as the design principle of the decoupling of the individual methods instead of a OOP approach. This is of great help.
... | closed | 2016-12-13T04:14:11Z | 2017-01-06T16:00:05Z | https://github.com/SALib/SALib/issues/116 | [] | stijnvanhoey | 2 |
pytest-dev/pytest-mock | pytest | 349 | mocker.patch does not change return value | In
https://github.com/different-ai/embedbase/blob/601c4c227993b8c081ddf3eeaddeca66423bd1ca/embedbase/test_end_to_end.py#L334
I'm trying to mock `embedbase.utils.get_user_id` returning `user1` but when calling the function it does return None instead, is there something I did wrong or misunderstood?
```py
mocker... | closed | 2023-03-15T07:11:41Z | 2023-04-21T15:15:08Z | https://github.com/pytest-dev/pytest-mock/issues/349 | [
"question"
] | louis030195 | 3 |
openapi-generators/openapi-python-client | fastapi | 671 | Optional date-time attribute with value None gets isoparse'd | **Describe the bug**
I have a similar problem to https://github.com/openapi-generators/openapi-python-client/issues/456, but in my case `date-time` attribute isn't marked as required. Yet, the model's `from_dict` method has following code:
```python
_retry_at = d.pop("retry_at", UNSET)
retry_at: Union[Unset, dateti... | closed | 2022-09-16T21:24:31Z | 2022-09-19T17:38:38Z | https://github.com/openapi-generators/openapi-python-client/issues/671 | [
"🐞bug"
] | ololobus | 3 |
pytest-dev/pytest-qt | pytest | 261 | Expand troubleshooting documentation | See this discussion on Twitter: https://twitter.com/VeronicaInPink/status/1129848173084717056
Ideas what to mention:
- What to do on segfaults/aborts (running pytest with `-s`, `pytest-faulthandler`)
- Missing `libxkbcommon-x11-0` dependency (e.g. on Travis) | open | 2019-05-21T11:30:42Z | 2022-05-31T15:19:28Z | https://github.com/pytest-dev/pytest-qt/issues/261 | [
"docs :book:"
] | The-Compiler | 8 |
AntonOsika/gpt-engineer | python | 211 | File name is not correct | The generated py files is not named correct.
It got the extra symbol `]` in the file extension name.
<img width="483" alt="image" src="https://github.com/AntonOsika/gpt-engineer/assets/629338/8e57a119-36bc-4c6a-baa5-7d6fac82bc72">
| closed | 2023-06-19T18:15:38Z | 2023-06-20T10:09:29Z | https://github.com/AntonOsika/gpt-engineer/issues/211 | [] | jjhesk | 1 |
zappa/Zappa | flask | 717 | [Migrated] AuthorizationScopes not supported | Originally from: https://github.com/Miserlou/Zappa/issues/1816 by [urluba](https://github.com/urluba)
## Context
When using Cognito, API Gateway provides the authorizationScopes property on the API Gateway Method to match against scopes in the access token.
https://docs.aws.amazon.com/AWSCloudFormation/latest/User... | closed | 2021-02-20T12:41:02Z | 2024-04-13T18:14:30Z | https://github.com/zappa/Zappa/issues/717 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
gee-community/geemap | jupyter | 2,084 | after entering m = gee map.Map() | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
Please run the following code on your computer and share the output with us so that we can better debug your issue:
```python
import geemap
geemap.Report()
```
### Description
Describe what you were trying... | closed | 2024-07-18T14:15:04Z | 2024-07-18T14:17:59Z | https://github.com/gee-community/geemap/issues/2084 | [
"bug"
] | douglagug | 3 |
hbldh/bleak | asyncio | 1,358 | RPi - BlueZ: client.services returning empty | * bleak version: 0.20.2
* Python version: 3.9.2
* Operating System: Linux (Raspbian running on Raspberry Pi 4)
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55
### Description
I am trying to run a GATT server on a raspberry pi 4 and have been using the following example to get me started: https://githu... | open | 2023-07-04T04:35:10Z | 2023-07-19T01:09:19Z | https://github.com/hbldh/bleak/issues/1358 | [
"Backend: BlueZ",
"more info required"
] | Rxb2300 | 2 |
autokey/autokey | automation | 470 | Unexpected behavior from highlevel.visgrep() | ## Classification:
Bug
## Reproducibility:
Always for weird results, sometimes it doesn't run the command at all.
## Version
AutoKey version: tested in both develop and 0.95.10
xwd: 1.0.7
visgrep: v1.09
Used GUI (Gtk, Qt, or both):
GTK, but I would assume the behavior is the same in Qt
Installed ... | open | 2020-11-13T21:50:00Z | 2023-12-23T23:31:34Z | https://github.com/autokey/autokey/issues/470 | [
"bug",
"help-wanted",
"scripting"
] | sebastiansam55 | 7 |
dmlc/gluon-cv | computer-vision | 1,777 | transform_test() - bug in original image output | When using the function `load_test()` or `transform_test()` there is a return value `origs`: "a numpy ndarray as original un-normalized color image for display."
(see here: https://cv.gluon.ai/_modules/gluoncv/data/transforms/presets/yolo.html)
That image does not look like the original though, because it is resiz... | closed | 2024-01-03T15:34:32Z | 2024-04-10T06:33:52Z | https://github.com/dmlc/gluon-cv/issues/1777 | [
"Stale"
] | ninafiona | 1 |
jmcnamara/XlsxWriter | pandas | 209 | Date Forrmat Bug: Slashes Replaced with Dashes | When I try to format the date using slashes, it replaces them with dashes.
```
>>> import xlsxwriter
>>> from dateutil import parser
>>> wb = xlsxwriter.Workbook("C:\\test.xlsx")
>>> sh = wb.add_worksheet()
>>> d = parser.parse("2014-03-02 4:30 PM")
>>> style = wb.add_format({"num_format": "YYYY/MM/DD"})
>>> sh.write(... | closed | 2015-01-08T00:32:19Z | 2021-08-23T17:36:08Z | https://github.com/jmcnamara/XlsxWriter/issues/209 | [
"question",
"ready to close"
] | NinjaMeTimbers | 7 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 132 | 请问 代码提供的模型是基于哪些数据集训练的 | closed | 2019-08-01T06:22:20Z | 2019-08-02T08:17:12Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/132 | [] | genghuan2005 | 1 | |
alirezamika/autoscraper | automation | 77 | How to scrap read more data given in the reviews? | I want to scrap the reviews from website. But when the answer have Read more with a link, its scraping as it is as Read more and not the entire data | closed | 2022-10-16T11:51:39Z | 2022-12-11T10:30:49Z | https://github.com/alirezamika/autoscraper/issues/77 | [] | Priyasganesan | 1 |
pyg-team/pytorch_geometric | deep-learning | 9,739 | Error when downloading `ShapeNet` dataset. | ### 🐛 Describe the bug
I am trying to download the `ShapeNet` dataset for a project in which I need to use PyTorch Geometric. However, I am dealing with some problems when downloading the dataset. It seems that there might be an error in the url from which the dataset is downloaded or something like that, as it is re... | open | 2024-10-28T08:23:17Z | 2024-10-29T09:25:48Z | https://github.com/pyg-team/pytorch_geometric/issues/9739 | [
"bug"
] | nachoogriis | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.