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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
PokeAPI/pokeapi | api | 842 | CORS error in GraphQL API | <!--
Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following:
- Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!)
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://g... | closed | 2023-02-09T12:35:24Z | 2023-07-24T23:19:28Z | https://github.com/PokeAPI/pokeapi/issues/842 | [] | ottonielmatheus | 10 |
arogozhnikov/einops | tensorflow | 73 | einops.einsum | Hey! Loving `einops`, so much that now I feel a bit sad about standard `einsum` not being able to use descriptive names for dimensions. It would be amazing if `einops` implemented `einsum` with the same conveniences. | closed | 2020-10-20T17:59:38Z | 2022-10-04T21:03:28Z | https://github.com/arogozhnikov/einops/issues/73 | [
"feature suggestion"
] | cgarciae | 26 |
jupyter/docker-stacks | jupyter | 1,817 | [BUG] - Health Check fails if you change the port jupyter runs on | ### What docker image(s) are you using?
minimal-notebook
### OS system and architecture running docker image
RHEL7 docker swarm
### What Docker command are you running?
Not really relevant, but I need to run it in a docker swarm, with a generalise 'ingress service'.
For this I needed to change intern... | closed | 2022-10-28T06:29:30Z | 2023-01-24T09:17:13Z | https://github.com/jupyter/docker-stacks/issues/1817 | [
"type:Bug",
"status:Need Info"
] | antofthy | 11 |
httpie/cli | python | 799 | --pretty=all piped to a pager does not work on Windows | I am trying to use --pretty=all or --pretty=colors to color my output that I am piping to `less -r`. However, the colors do not show. This could also be solved by adding a paging option for long outputs (like in Git), but I understand that that is much more difficult. I am running this in Git Bash 2.21.0, and also in C... | open | 2019-08-16T14:08:12Z | 2021-10-08T13:01:52Z | https://github.com/httpie/cli/issues/799 | [
"bug",
"windows",
"help wanted"
] | jkstrauss | 5 |
deeppavlov/DeepPavlov | nlp | 1,196 | In gobot model ..how should we display the intent of a particular dialog | 
I want to display the intent of "hi what can i help you with" | closed | 2020-05-01T05:07:16Z | 2020-05-13T09:23:42Z | https://github.com/deeppavlov/DeepPavlov/issues/1196 | [] | ghost | 1 |
kennethreitz/records | sqlalchemy | 39 | Column mismatch on export | records==0.2.0
Postgres 9.4.6
Table schema:
```
postgres@production=# \d cell_per
Table "public.cell_per"
Column | Type | Modifiers
----------------+--------------------------------+--------------------------
line_id | integer ... | closed | 2016-02-11T21:39:22Z | 2018-04-28T22:56:49Z | https://github.com/kennethreitz/records/issues/39 | [
"invalid"
] | aklaver | 8 |
microsoft/nni | pytorch | 5,157 | HPO not terminate as expect `max_experiment_duration` | **Describe the issue**:
How to understand `experiment.config.max_experiment_duration = "1m"` option? The HPO process keeps running although reaching DDL.
I just use the example configuration:
```python
SEARCH_SPACE = {
"lr": {"_type": "qloguniform", "_value": [1e-4, 1, 1e-4]},
"momentum": {"_type"... | closed | 2022-10-14T06:18:35Z | 2022-10-14T10:34:48Z | https://github.com/microsoft/nni/issues/5157 | [] | Qinghao-Hu | 11 |
ipython/ipython | data-science | 13,845 | BUG: 8.7.0 removes `code-block:: ipython` pygment lexer support | Installed via pip / PyPI -- previously this RST worked:
```
.. code-block:: ipython
In [1]: %matplotlib qt
```
but now we get:
```
/home/circleci/project/doc/install/advanced.rst:33: WARNING: Pygments lexer name 'ipython' is not known
```
At least this is what I think is happening in our CircleCI build t... | closed | 2022-11-28T14:33:44Z | 2022-12-26T17:47:48Z | https://github.com/ipython/ipython/issues/13845 | [] | larsoner | 8 |
OpenVisualCloud/CDN-Transcode-Sample | dash | 23 | Segment ts files deletion speed is faster than index.m3u8 updated speed that caused the output stream can’t be played when the input is IP camera. | [Issue Description]
When use IP camera stream as input to do SVT-HEVC transcoding with ffmpeg, the output stream can’t be played after about three minutes of transcoding.
The error message of VLC is "Failed reading https://host IP/hls/4kStream/0.ts: HTTP/1.1 404 Not Found", please refer to VCL.png attach file for
de... | open | 2019-04-24T05:38:36Z | 2019-06-12T02:36:21Z | https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/23 | [] | enzomao | 2 |
pytest-dev/pytest-html | pytest | 221 | Windows users unable to open test reports with assets created on Linux | I have functional tests that are executed in a CentOS based container. The logging for those tests is redirected to a text asset and appended as an extra in the HTML report.
After the tests are executed, the report and the assets are compressed to a ZIP file and are emailed out. Windows users that receive the report... | closed | 2019-07-22T18:39:50Z | 2019-08-19T20:09:51Z | https://github.com/pytest-dev/pytest-html/issues/221 | [] | christopheraranda | 3 |
deeppavlov/DeepPavlov | nlp | 1,512 | NER ModuleNotFoundError: No module named 'bert_dp' | Hi, When trying to check the pre-trained NER I got the below error..!!
code:
>>> from deeppavlov import configs, build_model
>>> ner_model = build_model(configs.ner.ner_ontonotes_bert)
Error:
[nltk_data] Downloading package punkt to
[nltk_data] C:\Users\UdhayaNavi\AppData\Roaming\nltk_data...
[nltk_da... | closed | 2022-01-04T13:40:03Z | 2022-01-24T06:38:05Z | https://github.com/deeppavlov/DeepPavlov/issues/1512 | [
"bug"
] | uk2804 | 2 |
SciTools/cartopy | matplotlib | 1,731 | Ticks in gridliner disappeared between 0.18.0==py38h9b6dd9e_7 and 0.18.0=py39he68b33d_10 | Hi,
we enable gridlines for a cartopy plot using `gl = ax.gridlines(ccrs.PlateCarree(), draw_labels=True)`.
For python 3.8.6, matplotlib 3.3.2 and cartopy version 0.18.0==py38h9b6dd9e_7: this works fine:
... | closed | 2021-02-16T13:47:38Z | 2021-02-27T12:24:43Z | https://github.com/SciTools/cartopy/issues/1731 | [] | gauteh | 7 |
Teemu/pytest-sugar | pytest | 53 | Look at "progress" module on PyPI | pip git develop is vendoring progress==1.2 to display a download progress bar. Theirs is ASCII but it looks to have an `IncrementalBar` class that looks like it might be similar to pytest-sugar's.
https://pypi.python.org/pypi/progress
Wondering if it might simplify pytest-sugar or handle anything nicer.
| closed | 2014-12-14T21:46:44Z | 2020-08-25T18:20:43Z | https://github.com/Teemu/pytest-sugar/issues/53 | [] | msabramo | 1 |
stanfordnlp/stanza | nlp | 905 | Token Level NER without BIOES tags | I want to extract NER tags for each token of a sentence but not in the BIOES format.
Is there any way through which I can get normal NER tags for the tokens with stanza?
| closed | 2021-12-21T23:06:52Z | 2022-02-08T19:39:21Z | https://github.com/stanfordnlp/stanza/issues/905 | [
"question"
] | anushkasw | 2 |
google-research/bert | tensorflow | 1,362 | Ispy | open | 2022-08-08T15:10:36Z | 2022-08-08T15:10:36Z | https://github.com/google-research/bert/issues/1362 | [] | Smmfh223 | 0 | |
tfranzel/drf-spectacular | rest-api | 600 | Type hint plumbing functions | Functions like `plumbing.build_basic_type()` are used by users that develop custom `OpenApiSerializerFieldExtension` and similar. If those users use `mypy --strict` to check their code, because some of `drf-spectacular` is typed and includes `py.typed`, the following mypy errors are thrown.
```py
build_basic_type(O... | closed | 2021-11-10T16:49:35Z | 2024-04-25T18:43:09Z | https://github.com/tfranzel/drf-spectacular/issues/600 | [] | johnthagen | 3 |
PaddlePaddle/PaddleNLP | nlp | 9,384 | [Bug]: 跑llama3-8b含tp的prefix-tuning微调时报错ValueError | ### 软件环境
```Markdown
- paddlepaddle-gpu: 0.0.0.post120
- paddlenlp: 3.0.0b2
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
在跑llama3-8b的prefix-tuning微调时,开了tp后会报错ValueError: (InvalidArgument) The 2-th dimension of input[0] and input[1] is expected to be equal.But received input[0]'s sh... | closed | 2024-11-07T06:46:37Z | 2025-01-23T00:20:22Z | https://github.com/PaddlePaddle/PaddleNLP/issues/9384 | [
"bug",
"stale"
] | hjx620 | 3 |
xlwings/xlwings | automation | 2,352 | Shape Objects, Grouping and Textbox fill color | #### OS (Windows 10)
#### Versions of xlwings, Excel and Python (xlwings:030.10, Office 365, Python 3.11.4)
Hello! I was looking at the 'Missing Features' in the xlwings doc and wanted to do a request. I am fairly new to xlwings and any recommendations to this request or overall are welcomed.
Context; I am att... | closed | 2023-11-09T16:57:15Z | 2023-11-13T17:49:42Z | https://github.com/xlwings/xlwings/issues/2352 | [] | VBlackie | 3 |
pallets/flask | flask | 4,981 | logout on Flaskr does not go back to login screen | by creating the [Flaskr app ](https://flask.palletsprojects.com/en/2.2.x/tutorial), if you select LOGOUT it does not take you back to the login screen, just the blog template. This is because the root always points there, it seems.
Before:
, cancel order, return order status, return trade history, account balances
- [x] Gemini: new, cancel, status, past trades, account balances
- [x] Coinbase: place order, cancel order, order status, accounts (need the balance information)
- [x] Krak... | closed | 2019-04-19T21:40:07Z | 2019-04-28T22:56:01Z | https://github.com/bmoscon/cryptofeed/issues/78 | [] | bmoscon | 1 |
firerpa/lamda | automation | 63 | [ISSUE] | 我本地安装了客户端,手机通过Magisk安装了服务端,但是我找不到/data/server/bin/launch.sh,root状态,但是手机并没有server文件目录,请问你们有遇到吗 | closed | 2023-09-22T11:04:38Z | 2023-09-24T04:58:29Z | https://github.com/firerpa/lamda/issues/63 | [] | Boy-Nine | 2 |
tfranzel/drf-spectacular | rest-api | 579 | Add extension blueprint for drf-extra-fields Base64FileField | The `drf-extra-fields` `Base64FileField` / `Base64ImageField` provide a to define a file field in which files are sent as requests as base64 string instead of binary blobs, and can be pulled down as responses as base64 string or URL.
- https://github.com/Hipo/drf-extra-fields#base64imagefield
Out of the box `drf-... | closed | 2021-10-18T19:42:55Z | 2021-10-28T10:56:14Z | https://github.com/tfranzel/drf-spectacular/issues/579 | [] | johnthagen | 8 |
pennersr/django-allauth | django | 3,667 | 403 disallowed_useragent ERROR | Does anyone have a workaround for the `403 disallowed_useragent ` error when signing in through a Facebook/Instagram in-app browser? What's the best pattern for either removing the google option or forcing the browser to open rather than staying in the in-app browser? This is a major problem for Django projects that us... | closed | 2024-03-01T20:45:23Z | 2024-03-03T10:02:21Z | https://github.com/pennersr/django-allauth/issues/3667 | [] | AttarTee | 0 |
reiinakano/xcessiv | scikit-learn | 50 | The _BasePipeline in exported Python script should be _BaseComposition | Since scitkit-learn 0.19.x, the base class for Pipeline has changed to _BaseComposition.
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/pipeline.py
When using the generated code for training, it raises a name-not-found error on newer versions of sklearn.
At the moment, an easy workaround is to chan... | closed | 2017-08-20T16:24:33Z | 2017-08-21T00:41:37Z | https://github.com/reiinakano/xcessiv/issues/50 | [] | Mithrillion | 1 |
agronholm/anyio | asyncio | 818 | add the ability to name the thread used by start_blocking_portal, and give it a default name | ### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
I'd like to be able to call `anyio.to_thread.start_blocking_portal(..., thread_name="example name")` I'd also like a default name so I know what's going on in `threading.enu... | open | 2024-10-29T09:47:16Z | 2024-10-29T09:47:16Z | https://github.com/agronholm/anyio/issues/818 | [
"enhancement"
] | graingert | 0 |
d2l-ai/d2l-en | data-science | 1,869 | Properties of Entropy | Latex error:
H(X) :raw-latex:`\geq `0$ for all discrete :math:`X` | closed | 2021-08-03T21:34:15Z | 2021-08-08T02:15:43Z | https://github.com/d2l-ai/d2l-en/issues/1869 | [] | xuanthu2020 | 1 |
lk-geimfari/mimesis | pandas | 1,520 | Duplicate/overwritten test | There are 2 test_formatted_datetime in test_datetime.py | open | 2024-03-23T01:55:57Z | 2024-03-23T01:55:57Z | https://github.com/lk-geimfari/mimesis/issues/1520 | [] | ghost | 0 |
elliotgao2/gain | asyncio | 51 | The project is dead | Check the last PR, that was closed by the author himself:
https://github.com/gaojiuli/gain/pull/50 | open | 2019-12-07T12:53:11Z | 2019-12-07T12:53:11Z | https://github.com/elliotgao2/gain/issues/51 | [] | itallmakesense | 0 |
pytest-dev/pytest-xdist | pytest | 882 | Sporadic crashes on PyPy since upgrade to 3.2.0 | 5 days ago I [upgraded from 3.1.0 to 3.2.0](https://github.com/jab/bidict/commit/d1b8c871ec046d668cf523ba14be6c55423ce116#diff-e88c8a995e11decbe943d0046c316f2cc891916620433ce5088da4623039d262R173).
Since then I've continued to run a nightly CI job, and [three](https://github.com/jab/bidict/actions/runs/4270832569/jo... | closed | 2023-02-26T16:04:04Z | 2023-03-13T23:35:00Z | https://github.com/pytest-dev/pytest-xdist/issues/882 | [] | jab | 5 |
SciTools/cartopy | matplotlib | 2,319 | Key Error using Natural Earth POV files | ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
When trying to use [Natural Earth's POV shapefiles](https://www.naturalearthdata.com/about/disputed-boundaries-policy/), the unzipping step fails because they do not include a `.cpg` file. I wonder if we just need a try-except arou... | open | 2024-01-29T11:27:32Z | 2025-02-11T11:18:40Z | https://github.com/SciTools/cartopy/issues/2319 | [] | rcomer | 4 |
numba/numba | numpy | 9,770 | [CUDA] Hang when using `continue` and `cuda.syncthreads_or` | The following code works fine on cudasim but hangs indefintely on an actual GPU (tested on RTX4080).
Other syncthreads functions may be impacted too.
This bug is quite severe.
```python
import os
# Too bad there is no way to do this via nb.config
enable_cudasim = False
if enable_cudasim:
# Enable the CU... | open | 2024-10-24T08:37:24Z | 2024-10-25T13:59:13Z | https://github.com/numba/numba/issues/9770 | [
"CUDA",
"bug - miscompile"
] | raldone01 | 7 |
tflearn/tflearn | data-science | 501 | About training by GPU | I used alexnet.py for make a model by CPU, and it was no problem. When I configured tensorflow by GPU, I used the same code for making a new model, but it failed and the error messages are as follows:
----
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally
I tensorf... | open | 2016-12-07T06:32:47Z | 2016-12-13T06:46:39Z | https://github.com/tflearn/tflearn/issues/501 | [] | joei1981 | 5 |
PaddlePaddle/ERNIE | nlp | 414 | ERNIE2.0 训练自己数据集 | 在自己的数据集上finetune时,由于很多中文字不在volab.txt中,导致很多字都被tokenization成UNK。请问是否需要根据自己的数据集来扩充volab.txt? | closed | 2020-03-04T11:05:31Z | 2020-05-28T09:53:02Z | https://github.com/PaddlePaddle/ERNIE/issues/414 | [
"wontfix"
] | nizihan | 2 |
OpenInterpreter/open-interpreter | python | 899 | Cant run scripts | ### Describe the bug
When given a simple task such as executing a hello world script, an exception is raised:
Python Version: 3.10.12
Pip Version: 22.0.2
Open-interpreter Version: cmd:Interpreter, pkg: 0.2.0
OS Version and Architecture: Linux-5.15.133.1-microsoft-standard-WSL2-x86_64-with... | closed | 2024-01-10T12:31:34Z | 2024-01-31T11:13:34Z | https://github.com/OpenInterpreter/open-interpreter/issues/899 | [
"Bug"
] | Fschoeller | 9 |
ultrafunkamsterdam/undetected-chromedriver | automation | 2,154 | [NODRIVER] still applies? | 
https://github.com/ultrafunkamsterdam/nodriver/pull/13
Yes sir. | open | 2025-03-05T00:45:21Z | 2025-03-05T00:48:59Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2154 | [] | boludoz | 1 |
nltk/nltk | nlp | 2,689 | More Python3.9 deprecations | Running pytest with the new Python 3.9.4 shows a number of deprecation warnings about future failures to anticipate:
============================= test session starts ==============================
platform linux -- Python 3.9.4, pytest-6.2.0, py-1.10.0, pluggy-0.13.1
[....]
=============================== warn... | closed | 2021-04-06T06:47:30Z | 2021-09-16T21:06:52Z | https://github.com/nltk/nltk/issues/2689 | [
"good first issue",
"python4"
] | ekaf | 2 |
flairNLP/flair | pytorch | 3,040 | Load own corpus and train task specific embedding | Hi all,
I have a corpus dataset, which contains text in the first column and a certainty label in the second column. I would like to customize a model that predicts the certainty labels. The data is already split in train, dev and test and all are located in the corpus folder as required. I have the files as csv an... | closed | 2022-12-29T21:14:48Z | 2023-06-11T11:25:48Z | https://github.com/flairNLP/flair/issues/3040 | [
"question",
"wontfix"
] | ChiaraBecht | 4 |
learning-at-home/hivemind | asyncio | 59 | Basic tutorial | (after we make a standardized way to run servers)
It would be great to add a basic tutorial instead of [this stub](https://github.com/learning-at-home/tesseract/blob/master/docs/user/quickstart.md). Ideally, training a simple DMoE-based model hosted on one or a few devices.
Write a quick-start guide that covers:
... | closed | 2020-06-30T03:26:39Z | 2020-08-27T13:13:10Z | https://github.com/learning-at-home/hivemind/issues/59 | [
"enhancement"
] | justheuristic | 0 |
lepture/authlib | django | 660 | New token will not be fetched if grant_type='client_credentials' is passed for fetch_token() | **Describe the bug**
If I pass `client_credentials` as the `grant_type` it will not automatically fetch the new token.
**To Reproduce**
My code where I pass the `grant_type`.
```
self.oauth2client = OAuth2Session(token_endpoint=f"{base_url}/auth/token")
self.oauth2client.fetch_token(grant_type="client_credentials"... | open | 2024-07-16T02:43:57Z | 2025-02-20T09:39:11Z | https://github.com/lepture/authlib/issues/660 | [
"bug",
"client"
] | bryan-prime | 0 |
wkentaro/labelme | computer-vision | 1,225 | label is deleted when adjust order of labels | ### Provide environment information

### What OS are you using?
win10
### Describe the Bug
Adjusting order of labels, if drag label on other label, this label will be *deleted*, unless appeari... | open | 2023-01-10T13:27:35Z | 2024-01-06T06:02:53Z | https://github.com/wkentaro/labelme/issues/1225 | [
"issue::bug"
] | O-O1024 | 1 |
flaskbb/flaskbb | flask | 61 | Old topics are not being shown in forum | As seen [here](http://forums.flaskbb.org/forum/1-welcome), older topics are not shown in the forum. There are 5 topics but only 3 are shown.
| closed | 2014-08-01T07:31:20Z | 2018-04-15T07:47:33Z | https://github.com/flaskbb/flaskbb/issues/61 | [
"bug"
] | sh4nks | 0 |
sngyai/Sequoia | pandas | 15 | 能否设置成同时获取数据所属板块,所属行业等等。 | 如题。 | closed | 2020-09-17T02:16:33Z | 2020-11-17T13:38:07Z | https://github.com/sngyai/Sequoia/issues/15 | [] | pipivv | 3 |
awesto/django-shop | django | 474 | Error when try to save customer without email in admin | I get error if I try to save existing customer without email in admin:
```
NOT NULL constraint failed: auth_user.email
```
| open | 2016-11-29T13:15:42Z | 2016-12-01T06:10:36Z | https://github.com/awesto/django-shop/issues/474 | [] | vivazzi | 2 |
ContextLab/hypertools | data-visualization | 66 | Normalize=False by default? | Currently, when calling:
`hyp.plot(data)`
the columns of the data matrix are z-scored by default, across lists. The user may or may not want to do this, so I propose we leave normalize=False by default. Then the user can easily normalize like so:
`hyp.plot(data,normalize='across') # or within or row` | closed | 2017-01-19T22:23:18Z | 2017-01-19T23:09:03Z | https://github.com/ContextLab/hypertools/issues/66 | [] | andrewheusser | 2 |
mars-project/mars | pandas | 2,827 | [Discussion] Enhance evaluation module to facilitate JIT | Mars implements `DataFrame.eval` and collects operands (at https://github.com/mars-project/mars/blob/master/mars/optimization/logical/tileable/arithmetic_query.py) that can fit into a string expression applicable for pandas eval. While improving efficiency, this implementation has drawbacks.
1. When meeting non-str... | open | 2022-03-16T08:06:32Z | 2022-03-22T12:32:45Z | https://github.com/mars-project/mars/issues/2827 | [
"proposal",
"mod: optimization",
"needs discussions"
] | wjsi | 3 |
jmcnamara/XlsxWriter | pandas | 704 | Problem with formula with reference cells of other sheet | Hi,
I have a problem with this formula and search a solution.
```python
import xlsxwriter
output_file_path = 'hello.xlsx'
workbook = xlsxwriter.Workbook(output_file_path)
sheet1 = workbook.add_worksheet(name='Sheet 1')
sheet2 = workbook.add_worksheet(name='Sheet 2')
sheet2.write(2,2,'world')
sheet1.write... | closed | 2020-04-01T08:29:33Z | 2020-04-01T09:55:38Z | https://github.com/jmcnamara/XlsxWriter/issues/704 | [
"question"
] | Clorel | 1 |
wandb/wandb | data-science | 8,800 | [Q]: | ### Ask your question
Hello,
I am a new using wanb. I want to experiment tracking by using wandb and executing python commands. However I get this error.
How to solve this error?
Error executing job with overrides: []
Error in call to target 'pytorch_lightning.loggers.wandb.WandbLogger':
CommError('failed to upsert bu... | closed | 2024-11-07T15:30:41Z | 2024-11-19T20:04:37Z | https://github.com/wandb/wandb/issues/8800 | [
"ty:question"
] | anbaoxu1 | 5 |
horovod/horovod | tensorflow | 3,989 | Getting error while running multi node machine learning training on H100 servers | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Using **nvcr.io/nvidia/tensorflow:23.02-tf2-py3** docker container provided by Nvidia for multinode training on 2XH100 server works completely fine, which h... | open | 2023-10-02T17:34:31Z | 2023-10-23T17:46:11Z | https://github.com/horovod/horovod/issues/3989 | [
"enhancement"
] | PurvagLapsiwala | 1 |
noirbizarre/flask-restplus | flask | 205 | Change BASE URL? | ``` python
app = Flask(__name__)
api = Api(app, version='1.0', title='Todo API',
description='A simple TODO API', base_url='/api/')
```
base_url ?
| closed | 2016-09-29T01:59:12Z | 2016-09-29T23:14:57Z | https://github.com/noirbizarre/flask-restplus/issues/205 | [] | gladson | 1 |
autokey/autokey | automation | 493 | Project maintainence | This is a list of issues regarding maintainence of Autokey.
* We need more maintainers, in general
* [x] Look into minimizing overhead for maintainers, eg a way to automatically publish releases.
+ One suggestion is using [pypi-publish](https://github.com/marketplace/actions/pypi-publish) (requires pypi api to... | open | 2020-12-15T00:12:16Z | 2025-03-21T15:05:57Z | https://github.com/autokey/autokey/issues/493 | [] | BlueDrink9 | 41 |
passivebot/facebook-marketplace-scraper | web-scraping | 5 | login to view the content | when code is running it open chrom window asking me to login in to show the content and did not print out any thing so how to pypass that from the code
| open | 2023-09-23T16:35:20Z | 2023-11-08T22:30:01Z | https://github.com/passivebot/facebook-marketplace-scraper/issues/5 | [] | BadrKhamis | 1 |
NullArray/AutoSploit | automation | 1,167 | Unhandled Exception (ad593c9f9) | Autosploit version: `3.1.5`
OS information: `Darwin-17.4.0-x86_64-i386-64bit`
Running context: `autosploit.py`
Error mesage: `dictionary update sequence element #0 has length 1; 2 is required`
Error traceback:
```
Traceback (most recent call):
File "/Users/admin/bin/python/autosploit/lib/term/terminal.py", line 718, i... | closed | 2019-09-04T18:26:37Z | 2019-09-04T18:26:49Z | https://github.com/NullArray/AutoSploit/issues/1167 | [] | AutosploitReporter | 0 |
FactoryBoy/factory_boy | sqlalchemy | 135 | Metaclass for BaseFactory too agressive in removing attrs | I would like to extend a Factory subclass to add a custom "build" style classmethod. I've got a model structure which (simplified) looks like:
`A <- B <- D -> C -> A`
The fks through B and C should always point at the same A for a given D. As this requires about three lines of typing (there's more than one model at B a... | closed | 2014-02-22T11:44:56Z | 2015-10-20T21:52:08Z | https://github.com/FactoryBoy/factory_boy/issues/135 | [
"NeedInfo"
] | mjtamlyn | 2 |
huggingface/pytorch-image-models | pytorch | 1,871 | timm version not compatible with torch version | **Describe the bug**
A torch version conflict with timm. Timm 0.9.2 use `torch.frombuffer()` function which is developed after torch version 1.13.
**To Reproduce**
1. torch version 1.8.1
```python
from timm import create_mdoel
model = create_model("densenet121", pretrained=True)
```
**Expected behavior**
... | closed | 2023-07-10T08:41:36Z | 2023-07-10T21:33:06Z | https://github.com/huggingface/pytorch-image-models/issues/1871 | [
"bug"
] | perspicacitee | 1 |
iperov/DeepFaceLab | machine-learning | 5,543 | Rtx | Hello, good afternoon everyone and thanks for the great work on deepfacelab My query is that I have a quadro rtx A4500, and I want to connect the same one in nvlink, in theory the rtx add in vram depending on the software, if I add a second rtx a4500 in nvlink would it add in vram and more speed in deepfacelab?? Thank ... | closed | 2022-08-07T12:17:38Z | 2022-08-08T20:39:44Z | https://github.com/iperov/DeepFaceLab/issues/5543 | [] | Hiraya123 | 0 |
AirtestProject/Airtest | automation | 823 | 在官方地址中,缺少:touch_methods 模块 | https://airtest.readthedocs.io/en/latest/all_module/airtest.core.android.html
页面列表中缺少:touch_methods 模块
但是在页面左上角搜索中能够搜索到:https://airtest.readthedocs.io/en/latest/all_module/airtest.core.android.touch_methods.html?highlight=touch_methods#module-airtest.core.android.touch_methods
希望能维护下最新官方文档
这对我们很有帮助 | closed | 2020-10-30T08:00:23Z | 2021-02-21T08:58:15Z | https://github.com/AirtestProject/Airtest/issues/823 | [] | Crett | 1 |
home-assistant/core | asyncio | 140,397 | Error handling message: Failed to remove device entry, rejected by integration (home_assistant_error) | ### The problem
trying to delete a TRV in the integration shows the error
```
Error deleting device
Failed to remove device entry, rejected by integration
```
Logs show a single entry
```
2025-03-11 14:49:56.609 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140690969816528] Error handl... | open | 2025-03-11T16:34:11Z | 2025-03-11T16:34:17Z | https://github.com/home-assistant/core/issues/140397 | [
"integration: netatmo"
] | DEEJCUK | 1 |
sinaptik-ai/pandas-ai | pandas | 1,349 | docs: add AWS Bedrock tutorial to the example | ### 🚀 The feature
Add example of AWS Bedrock
### Motivation, pitch
I could not find an example on how to start with Bedrock. So I followed the same patter of Azure to create one for AWS Bedrock
### Alternatives
_No response_
### Additional context
_No response_ | closed | 2024-09-01T20:51:40Z | 2024-10-16T08:14:27Z | https://github.com/sinaptik-ai/pandas-ai/issues/1349 | [
"documentation"
] | dimwael | 0 |
sngyai/Sequoia | pandas | 12 | 运行报错 | 错误信息如下:
```bash
[Getting data:]#Traceback (most recent call last):
File "main.py", line 27, in <module>
work_flow.process()
File "/Users/alan/Documents/Stocks/Sequoia/work_flow.py", line 26, in process
all_data = ts.get_today_all()
File "/usr/local/anaconda3/lib/python3.7/site-packages/tushare/st... | closed | 2020-05-23T16:56:35Z | 2020-06-21T15:08:15Z | https://github.com/sngyai/Sequoia/issues/12 | [] | alanoy | 1 |
pydata/xarray | numpy | 9,761 | xr.open_dataset(... decode_coords='all') fails for certain CF conform `grid_mapping` values | ### What happened?
Reading of CF-conform projection information and converting it automatically to coordinates with the `decode_coords='all'` argument of `xr.open_dataset()` failed for certain dataset.
### What did you expect to happen?
To do the detection of coordinates, xarray relies on the `grid_mapping` at... | closed | 2024-11-10T11:48:18Z | 2024-11-14T03:00:50Z | https://github.com/pydata/xarray/issues/9761 | [
"bug",
"topic-CF conventions"
] | observingClouds | 6 |
BlinkDL/RWKV-LM | pytorch | 136 | 模型训练问题 | 首先,非常感谢作者的开源工作;然后我想要训练一个自己的中文模型,但是我在模型训练过程中遇到了一些问题:
1. 当我使用rwkv-4-raven系列模型报错信息:

2. 当我使用rwkv-4-pile-3b系列模型报错信息:

环境:py... | closed | 2023-06-04T03:23:00Z | 2023-06-07T15:15:24Z | https://github.com/BlinkDL/RWKV-LM/issues/136 | [] | wangkeke | 1 |
thtrieu/darkflow | tensorflow | 375 | How to modify training batch size? | The training batch size in yolo-voc.cfg file is 64 but I saw the training statistics displayed on terminal is 16 . Which training batch size (64 or 16) is used during the training process? | closed | 2017-08-14T04:45:41Z | 2018-07-30T20:38:00Z | https://github.com/thtrieu/darkflow/issues/375 | [] | tankienleong | 6 |
assafelovic/gpt-researcher | automation | 1,209 | openai.BadRequestError when using openai:o1-preview and Deep Research | **Describe the bug**
I've made a clean install using poetry and when running frontend + gptresearcher locally in a windows machine, with `STRATEGIC_LLM=openai:o1-preview`, using Deep Research, I get the following error: `openai.BadRequestError: Error code: 400 - {'error': {'message': "Unsupported value: 'messages[0].ro... | open | 2025-02-26T06:31:50Z | 2025-03-02T09:11:17Z | https://github.com/assafelovic/gpt-researcher/issues/1209 | [] | marcosace | 3 |
statsmodels/statsmodels | data-science | 9,507 | DOC: repeated measures, AnovaRM and alternatives fixed effect OLS, MixedLM and GEE |
AnovaRM is missing adjustment if sphericity fails
#9274
also it requires balanced data
It would be useful to have docs that point out the alternatives for the (old-fashioned) AnovaRM.
quick example using Copilot
https://github.com/statsmodels/statsmodels/issues/9318#issuecomment-2654414289
example is not very good... | open | 2025-02-12T20:47:15Z | 2025-03-17T15:17:41Z | https://github.com/statsmodels/statsmodels/issues/9507 | [
"comp-docs"
] | josef-pkt | 4 |
StackStorm/st2 | automation | 5,779 | core.st2.CronTimer : A scheduled task cannot be executed at a given time | ## Problem description

When I used core.st2.CronTimer to create a scheduled task, I found that I could not specify the start time and end time
## Solution
As can be seen from the source code, the sche... | closed | 2022-10-16T08:58:56Z | 2022-11-22T08:04:00Z | https://github.com/StackStorm/st2/issues/5779 | [] | chain312 | 0 |
LAION-AI/Open-Assistant | python | 3,178 | oasst-sft-6-llama-30b-xor setup problem on Databricks | I followed all the steps, but now I am facing a problem in Step 5, which is the HF LLaMA conversion script. I have the original LLaMA 30B weights on this location "/dbfs/filepath/LLaMaweights" and All checkpoints are matching as mentioned. [here](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) I am usin... | closed | 2023-05-16T20:20:35Z | 2023-05-24T15:48:56Z | https://github.com/LAION-AI/Open-Assistant/issues/3178 | [] | devVipin01 | 5 |
horovod/horovod | machine-learning | 3,061 | Make these tests work with MXNet 2.0 | The following tests do not work with MXNet 2.0, so they had to be disabled for `mxnet>=2.0`:
https://github.com/horovod/horovod/pull/3062/files#diff-860f0f56a942caffffe210a12419165434283275164e08b6cab3c25848e0c391
- test/parallel/test_mxnet.test_horovod_broadcast_deferred_init_parameters
- test/parallel/test_mxn... | closed | 2021-07-29T07:38:06Z | 2021-08-11T20:56:47Z | https://github.com/horovod/horovod/issues/3061 | [
"enhancement"
] | EnricoMi | 1 |
mouredev/Hello-Python | fastapi | 189 | 我在太阳城娱乐玩AG真人百家PG电子赢了不让出款提现怎么办 | 我在太阳城娱乐玩AG真人百家PG电子赢了不让出款提现怎么办{解薇mu20009}扣扣: 3841101686 上du涉及的风险非常大,尤其是当涉及到平台的信誉问题时,遇到提款困难或者被“黑”时,解决问题的难度会增加。因此,在处理这种情况时,你需要有清晰的思路和应对策略。以下是一些建议和方法,但请注意,无论如何,网上du本身就是不受法律保护的行为,并且可能导致严重的经济损失和法律风险。 ### 1. 确认平台的合法性和信誉 首先,确认你参与的wd平台是否正规和合法。
.
- [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-08-02T11:10:22Z | 2024-08-05T17:49:18Z | https://github.com/ansible/awx/issues/15418 | [
"type:bug",
"component:api",
"needs_triage",
"community"
] | fs30000 | 4 |
zihangdai/xlnet | tensorflow | 101 | OOM when training SQuAD 2.0 on 8 V100 GPUs (32G) for batch_size 8 | Hi,
We are very eager to try XLNet on machine reading datasets. Luckily, we have 8 V100 GPUs, each with 32G memory. According to the readme, it can hold the setting of batch_size=8 with seq_len=512. However, when we ran the following command:
```
DATA_DIR=data/squad
INIT_CKPT_DIR=xlnet_cased_L-24_H-1024_A-16
... | closed | 2019-07-02T11:56:36Z | 2019-07-05T11:13:26Z | https://github.com/zihangdai/xlnet/issues/101 | [] | yangapku | 2 |
sigmavirus24/github3.py | rest-api | 465 | Null Milestone creator causing Repository.issue() to crash | When trying to get an issue that has a Milestone without a creator, github3.py crashes.
I think the fix is simple -- add a guard check before trying to create the User for the milestone.creator (like what is done for getting the milestone from an issue -- it first checks if the milestone truth-y before acting on it).
... | closed | 2015-11-07T00:45:09Z | 2015-11-08T02:18:24Z | https://github.com/sigmavirus24/github3.py/issues/465 | [] | christhompson | 0 |
pyeventsourcing/eventsourcing | sqlalchemy | 4 | EventStore | Is there an example somewhere how to use it with EventStore (geteventstore.com) (hydrate aggregate from events stored in EventStore)
| closed | 2016-07-08T22:13:28Z | 2016-11-03T23:35:52Z | https://github.com/pyeventsourcing/eventsourcing/issues/4 | [] | ghost | 3 |
oegedijk/explainerdashboard | plotly | 80 | hide metrics table Model Performance Metric | Hi @oegedijk,
Is there some way to hide some metrics in model summary, table Model Performance Metric? I read the documentation but not find this functionality. In source code the metrics are get by class ClassifierModelSummaryComponent, but that class d'ont have any parameter to hide. E.g., using the parameter hide_p... | closed | 2021-02-04T02:01:07Z | 2021-02-25T19:55:43Z | https://github.com/oegedijk/explainerdashboard/issues/80 | [] | mvpalheta | 8 |
proplot-dev/proplot | data-visualization | 178 | Axis sharing doesn't work for geo-axis | ### Description
`span` and `share` don't work for geographic axis.
### Steps to reproduce
```python
import proplot as plot
f, axs = plot.subplots(nrows=2, ncols=2,
spany=3, sharey=3,
proj='lcc', proj_kw={'lon_0': 116}
)
axs.format(coast... | closed | 2020-05-24T04:54:18Z | 2020-06-12T23:28:28Z | https://github.com/proplot-dev/proplot/issues/178 | [
"duplicate"
] | zxdawn | 8 |
AirtestProject/Airtest | automation | 1,097 | Please be able to customize the adb location (Android) | I am an Android app developer.
When I use AirTest for Android apps, I often run tests while viewing Logcat in Android Studio.
In that case, if the version of adb used by Android Studio is different from the version of adb used by AirTest, I get the following error message and AirTest will fail.
```
adb server ver... | open | 2023-01-25T09:03:40Z | 2023-01-25T10:08:38Z | https://github.com/AirtestProject/Airtest/issues/1097 | [] | sumio | 0 |
jupyterhub/repo2docker | jupyter | 671 | PR template | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
Hey 👋🏼
### Proposed change
<!-- Use this section to describe the feature you'd like to be added. -->
With the recent merge of #654 and #655 I think we should als... | open | 2019-05-06T14:09:25Z | 2020-09-24T15:57:42Z | https://github.com/jupyterhub/repo2docker/issues/671 | [
"needs: discussion"
] | trallard | 4 |
BeanieODM/beanie | asyncio | 177 | Click version locked to 7.x.x leads to version conflicts | I'm trying to use `beanie` and `celery==5.2.1` inside single environment (Python 3.9) using pipenv.
`beanie` has requiremnet for click: `click<8.0.0,>=7.1.2 (from beanie==1.4.0`
`celery==5.2.1` has requirement for click: `click<9.0,>=8.0 (from celery==5.2.1`
Having both of them inside my Pipfile leads to confli... | closed | 2021-12-27T10:23:51Z | 2021-12-30T15:38:48Z | https://github.com/BeanieODM/beanie/issues/177 | [] | PATAPOsha | 1 |
ultralytics/yolov5 | deep-learning | 13,075 | Save new video that only shows detections on filtered classes | ### 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
How would I save a new video that only shows the detection on the specific classes that I... | closed | 2024-06-09T15:10:06Z | 2024-10-20T19:47:24Z | https://github.com/ultralytics/yolov5/issues/13075 | [
"question",
"Stale"
] | courtneywhelan | 5 |
axnsan12/drf-yasg | django | 738 | Create entries for asgi consumer | Hello, I have an API where I need some of my endpoint to use the websocket protocol.
My development context is made in a way that all my url must be in my swagger file.
If I add my websocket urls to my http url like this:
urlpatterns = [
path(r'v1/toto/<str:uuid>', MyView.as_view()),
...,
pat... | open | 2021-09-14T16:00:33Z | 2025-03-07T12:11:12Z | https://github.com/axnsan12/drf-yasg/issues/738 | [
"triage"
] | RomikimoR | 0 |
healthchecks/healthchecks | django | 560 | Ability to set minimum time between start and end | Hello,
This would be useful in cases where a job takes atleast specific time such as backups. Instead of having to deal with fail scenarios in simple scripts, it would be great if could just set X minimum time for it to run, otherwise consider it failed. | closed | 2021-09-21T14:19:18Z | 2022-06-20T05:53:34Z | https://github.com/healthchecks/healthchecks/issues/560 | [
"feature"
] | jetchirag | 1 |
iMerica/dj-rest-auth | rest-api | 339 | The dj-rest-auth error suddenly occurs. | Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 47, in inner
response = get_response(request)
File "/usr/local/lib/python3.9/site-packages/django/core/handlers/base.py", line 179, in _get_response
response = wrapped_callback(reques... | open | 2021-12-01T05:57:23Z | 2021-12-01T05:57:23Z | https://github.com/iMerica/dj-rest-auth/issues/339 | [] | leeceo97 | 0 |
flasgger/flasgger | api | 46 | Create test for MethodView docstrings | When the user creates resources that are objects derived from flask.views.MethodView the requests are handled in methods named after the HTTP method, like get and post. A test should be added to check that the docstring of these methods is correctly retrieved. This case is important for Flask_restful users. | closed | 2016-12-07T17:46:31Z | 2017-03-22T17:01:31Z | https://github.com/flasgger/flasgger/issues/46 | [] | maxdebayser | 1 |
iperov/DeepFaceLab | machine-learning | 807 | ##Expected behavior | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*Describe, in some detail, what you are trying to do and what the output is that you expect from the program.*
## Actual behavior
*Describe, in some detail, what the program does instead. Be sure to inc... | closed | 2020-07-03T13:30:07Z | 2020-07-03T14:04:42Z | https://github.com/iperov/DeepFaceLab/issues/807 | [] | algarif42 | 0 |
aleju/imgaug | machine-learning | 607 | Fliplr and Flipud flips the same images when using random_state | When using Fliplr and Flipud with the same random_state they always flip the same images.
Here's some code to show it:
```
import imgaug as ia
import imgaug.augmenters as iaa
import numpy as np
import matplotlib.pyplot as plt
def _get_light_image_augmenter(sq=None):
aug = iaa.Sequential([
iaa... | open | 2020-02-10T19:45:35Z | 2020-02-11T18:18:46Z | https://github.com/aleju/imgaug/issues/607 | [] | gustavscholin | 3 |
PokeAPI/pokeapi | api | 515 | Different json response for the same evolution-chain request | The difference seems to be caused by the slash at the end.
I haven't encountered this difference in other requests, so I guess it's not intentional.
In one response, the evolves_to is not nested like the others.
| Wrong?| Correct |
|---------|-------|
| https://pokeapi.co/api/v2/evolution-chain/1 | http... | closed | 2020-08-07T18:56:17Z | 2020-08-08T22:05:52Z | https://github.com/PokeAPI/pokeapi/issues/515 | [] | pedrorault | 10 |
holoviz/panel | jupyter | 7,391 | Support VTK + Trame | [Trame](https://www.kitware.com/trame/) integration with Panel has been an ask for a while (see https://github.com/holoviz/panel/issues/4761), especially as the vtk.js serializer used within Panel is not as up-to-date as the one in Trame. It's possible to do this within an `iframe` via:
https://github.com/pyvista/pa... | open | 2024-10-12T18:03:04Z | 2024-10-12T20:19:27Z | https://github.com/holoviz/panel/issues/7391 | [] | akaszynski | 2 |
K3D-tools/K3D-jupyter | jupyter | 383 | Model class 'PlotModel' from module 'k3d' is loaded but can not be instantiated | K3D version: 2.14.5
Python version: 3.10.6
Operating System: Ubuntu 20.04
### Description
I am trying to show a k3d plot in a jupyter notebook.
### What I Did
I used the following conda `environment.yml`:
```
name: k3d
channels:
- conda-forge
- defaults
dependencies:
- jupyter
- k3d
```
... | closed | 2022-11-03T12:49:05Z | 2023-05-23T00:47:32Z | https://github.com/K3D-tools/K3D-jupyter/issues/383 | [] | RonaldEnsing | 6 |
tqdm/tqdm | jupyter | 1,323 | downloading file using requests.get caused a bug | - [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
- [ ] I have visited the [source website], and in particular
read the [known issues]
- [ ] I have searched through the [issue tracker] for duplicates
- [ ] I have mentioned version numbers, operating syste... | open | 2022-05-05T06:14:29Z | 2023-05-03T21:29:50Z | https://github.com/tqdm/tqdm/issues/1323 | [
"invalid ⛔",
"question/docs ‽"
] | dongrixinyu | 2 |
hankcs/HanLP | nlp | 1,129 | WordVectorModel API加载模型出现空指针错误 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-03-25T14:34:48Z | 2019-03-25T14:45:36Z | https://github.com/hankcs/HanLP/issues/1129 | [] | duanbing | 1 |
elliotgao2/toapi | flask | 101 | 文档未更新 | 文档中toapi-pic的例子
`toapi new toapi-pic`, 这行代码将会拉取`toapi/toapi-template`项目, 改为`toapi new toapi/toapi-pic` 才可以拉取`toapi/toapi-pic`项目 | closed | 2017-12-27T06:37:24Z | 2017-12-27T06:49:04Z | https://github.com/elliotgao2/toapi/issues/101 | [] | Haagaau22 | 2 |
mwaskom/seaborn | data-science | 3,304 | Bug: seaborn doesn't handle values correctly from pandas.Timestamp.isocalendar | This is an unfixed bug - https://github.com/mwaskom/seaborn/issues/2327
In the _oldcore.py file, there are lines starting from 282:
if not norm.scaled():
norm(np.asarray(data.dropna()))
pandas.core.series.Series is passed to np.asarray() without a 'dtype' parameter. Because of this, ... | closed | 2023-03-26T15:33:10Z | 2023-03-27T00:45:03Z | https://github.com/mwaskom/seaborn/issues/3304 | [] | netostr | 3 |
jupyter-widgets-contrib/ipycanvas | jupyter | 131 | JupyterLab Error displaying widget: model not found | Hello
I installed ipycanvas in JupyterLab and got the message 'Error displaying widget: model not found'
In developer console I found
Error: Module ipycanvas, semver range ^0.6.1 is not registered as a widget module
Does anyone know what went wrong?
Thanks | closed | 2020-11-08T15:22:26Z | 2020-11-15T18:33:10Z | https://github.com/jupyter-widgets-contrib/ipycanvas/issues/131 | [] | gkvoelkl | 5 |
paulpierre/RasaGPT | fastapi | 62 | No operator matches the given name and argument types. You might need to add explicit type casts. | This error occured when seeding the database. My guess is that type mismatching is occuring but explicit type cast didn't solve the issue. A help would be much appriciated. Thanks @paulpierre
🌱 Seeding database ...
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedFunction) operator does not exist: entity_... | closed | 2023-12-04T12:30:33Z | 2023-12-27T17:15:55Z | https://github.com/paulpierre/RasaGPT/issues/62 | [] | usUpal | 8 |
dropbox/PyHive | sqlalchemy | 480 | pyHive mTLS for NGINX proxy | Hello, I am looking to connect to an NGINX reverse proxy that serves the Thrift traffic into a HiveServer2. To connect securely, I am required to connect using mTLS, but in the Connection object that is being created, I only see the SSL cert being passed for a regular TLS handshake. I am looking to expand this capabili... | open | 2025-02-04T20:21:52Z | 2025-02-04T20:21:52Z | https://github.com/dropbox/PyHive/issues/480 | [] | alexio215 | 0 |
ansible/ansible | python | 84,826 | Official documentation on Ansible 2.16 LTS support for EL8 | ### Summary
My team, like others, are having to re-architecture our Ansible environment to ensure we can continue to use Ansible against EL8 machines (EOL 2029) since ansible-core versions > 2.17 do not support EL8. I've found various conversations on the matter ([like this one](https://github.com/ansible/ansible/issu... | closed | 2025-03-13T22:12:31Z | 2025-03-17T22:13:00Z | https://github.com/ansible/ansible/issues/84826 | [
"affects_2.16"
] | permanentdaylight | 4 |
scikit-image/scikit-image | computer-vision | 7,304 | Cannot import name `selem` from `skimage.morphology` | ### Description:
Hi, thanks for this great package! I just ran into an issue importing `selem` from scikitimage morphology and can't find a way around this issue.
### Way to reproduce:
`from skimage.morphology import medial_axis, selem`
### Version information:
```Shell
`ImportError T... | closed | 2024-01-22T17:07:27Z | 2024-02-01T10:46:48Z | https://github.com/scikit-image/scikit-image/issues/7304 | [] | nkanrar | 1 |
katanaml/sparrow | computer-vision | 40 | api/chat not available | HTTPStatusError: Client error '404 Not Found' for url 'http://127.0.0.1:11434/api/chat'

| closed | 2024-03-01T10:36:12Z | 2024-08-07T06:54:53Z | https://github.com/katanaml/sparrow/issues/40 | [] | svenbjornkvilt | 6 |
skypilot-org/skypilot | data-science | 4,472 | [k8s] Concurrent launches fail with secret already exists error | Many concurrent `sky launch` fail with this error:
```
D 12-16 15:00:45 authentication.py:416] Key sky-ssh-keys does not exist in the cluster, creating it...
[?25hTraceback (most recent call last):
File "/Users/romilb/tools/anaconda3/bin/sky", line 8, in <module>
sys.exit(cli())
File "/Users/romilb/too... | closed | 2024-12-16T23:05:40Z | 2025-01-08T19:22:42Z | https://github.com/skypilot-org/skypilot/issues/4472 | [] | romilbhardwaj | 0 |
s3rius/FastAPI-template | asyncio | 21 | Remove `replaceable_files.json` after generation is done. | So I use `replaceable_files.json` as a mechanism to replace, obviously, some modules and files.
But I forgot to remove this file and it appears in new projects. We must remove it after post-hook is completed. | closed | 2021-09-30T07:56:17Z | 2021-10-01T00:23:31Z | https://github.com/s3rius/FastAPI-template/issues/21 | [] | s3rius | 0 |
gradio-app/gradio | data-visualization | 9,915 | Lite Playground: Ignore commented lines in requirements.txt | Currently lines starting with `#` are considered as package names, while they should be ignored. | closed | 2024-11-07T12:50:22Z | 2024-11-30T00:29:13Z | https://github.com/gradio-app/gradio/issues/9915 | [
"gradio-lite"
] | whitphx | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.