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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
blacklanternsecurity/bbot | automation | 2,269 | Debug logs no longer attached to tests | Strangely it looks like our tests aren't uploading debug logs anymore.
 | closed | 2025-02-10T01:20:32Z | 2025-02-11T16:20:36Z | https://github.com/blacklanternsecurity/bbot/issues/2269 | [
"bug"
] | TheTechromancer | 1 |
geopandas/geopandas | pandas | 2,848 | BUG: Geopandas not displaying correctly all field from geojson file | - [ x] I have checked that this issue has not already been reported.
- [x ] I have confirmed this bug exists on the latest version of geopandas.
- [ ] (optional) I have confirmed this bug exists on the main branch of geopandas.
---
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018... | open | 2023-03-28T17:33:09Z | 2023-05-01T07:00:01Z | https://github.com/geopandas/geopandas/issues/2848 | [
"bug",
"needs triage"
] | dimka11 | 1 |
onnx/onnx | deep-learning | 6,533 | [reference] Improve ConcatFromSequence reference implementation | > I still have the same question. I agree there is an ambiguity in the ONNX documentation ... but the ambiguity applies to values other than -1 also. Eg., -2 as well.
>
> I think that the spec means that the specified axis is interpreted with respect to the output's shape (not the input's shape). So, the specified ... | open | 2024-11-05T23:17:22Z | 2024-11-05T23:18:34Z | https://github.com/onnx/onnx/issues/6533 | [
"module: reference implementation",
"contributions welcome"
] | justinchuby | 0 |
FlareSolverr/FlareSolverr | api | 314 | error " le point d'entrée de la procédure GetHostNameW est introuvable dans la bibliothèque de liens dynamique WS2_32.dll | bonjour,
en voulant executé flaresolverr.exe sous windows 7 64 bit j'ai l'erreur suivante:
" le point d'entrée de la procédure GetHostNameW est introuvable dans la bibliothèque de liens dynamique WS2_32.dll
J'ai fais un sfc/ scannow et le problème reste le même j'ai bien la dll dans system32
| closed | 2022-02-15T18:58:19Z | 2022-04-16T19:00:23Z | https://github.com/FlareSolverr/FlareSolverr/issues/314 | [] | Bmxfou | 1 |
pyppeteer/pyppeteer | automation | 350 | Browser.dumpio Does Not Work On Windows | When running a basic example of a page that has some JS output, the JavaScript messages do not go to stdout on Windows as they should. Sample script was tested on Ubuntu 20.04 as a baseline.
Environment:
OS: Windows Server 2016
Python: 3.8.5
Pyppeteer: 1.0.2
Example Code:
```
import sys, time, traceback, su... | open | 2022-01-20T03:42:38Z | 2022-01-21T01:15:33Z | https://github.com/pyppeteer/pyppeteer/issues/350 | [] | JavaScriptDude | 4 |
aiogram/aiogram | asyncio | 1,300 | Inline button not responding | ### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
ubuntu 22
### Python version
3.10
### aiogram version
3.0.0
### Expected behavior
I expect the bot to respond wit... | closed | 2023-09-11T13:48:38Z | 2023-09-13T18:16:32Z | https://github.com/aiogram/aiogram/issues/1300 | [
"bug"
] | dagimafro | 2 |
akanz1/klib | data-visualization | 123 | Fix dpi computation | closed | 2023-07-27T16:41:42Z | 2023-07-27T16:46:51Z | https://github.com/akanz1/klib/issues/123 | [] | akanz1 | 0 | |
christabor/flask_jsondash | plotly | 199 | support for postgresql | I am trying to use flask_jsondash with my existing flask app, which uses Postgresql database. Any plan on adding support to Postgresql? | closed | 2019-01-07T00:38:03Z | 2019-07-29T06:45:13Z | https://github.com/christabor/flask_jsondash/issues/199 | [] | threemonks | 4 |
onnx/onnx | deep-learning | 6,534 | [BUG] Unable to infer shapes for the Q and DQ nodes with INT16 data type. | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk... | open | 2024-11-07T06:02:49Z | 2025-01-02T08:52:06Z | https://github.com/onnx/onnx/issues/6534 | [
"bug",
"good first issue",
"module: shape inference",
"contributions welcome"
] | duanshengliu | 3 |
predict-idlab/plotly-resampler | plotly | 171 | Error with graph whan a column has a boolean with always same value | Hi,
we encounter an error when trying to draw a plot with a boolean column whith always the same value (True or False).
It appears when showing the mean aggregation size.
When doing this, this line (https://github.com/predict-idlab/plotly-resampler/blob/39072f55409a12c7955cd977659c048cb28865c2/plotly_resampler/figur... | closed | 2023-02-14T09:38:10Z | 2023-03-28T08:28:46Z | https://github.com/predict-idlab/plotly-resampler/issues/171 | [
"bug"
] | bwatt-fr | 8 |
thunlp/OpenPrompt | nlp | 164 | error while using "wrapped_tokenizer.tokenize_one_example" | wrapped_tokenizer is a "WrapperClass" object I defined. When I run "wrapped_tokenizer.tokenize_one_example" I meet with an error at 48th line in mlm.py: if piece['loss_ids']==1:, I find my wrapped sample is like [[{"text":"xxxx"},{"text":"xxxxx"}....],{"guid":0, "label":0}] where the keys in the first part are all "tex... | open | 2022-06-22T07:25:26Z | 2022-06-22T07:25:26Z | https://github.com/thunlp/OpenPrompt/issues/164 | [] | yuand23 | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,294 | i am not able to understand ho to run that resiporatory | corentinJ can you mention all the steps for linux ubuntu how to run your real time cloning resiporatory
| open | 2024-03-28T12:51:27Z | 2024-04-19T06:16:04Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1294 | [] | Lakshbansal124 | 1 |
dynaconf/dynaconf | flask | 849 | [RFC] Ability to add custom error message for Validator | **Is your feature request related to a problem? Please describe.**
Currently, when using a Validator with a custom condition, the error message is not indicative enough.
For example:
`Validator("ipify_api_list", condition=lambda x: len(x) > 5)`
would result in:
`dynaconf.validator.ValidationError: ipify_api_list... | closed | 2023-01-03T10:26:43Z | 2023-03-02T14:22:28Z | https://github.com/dynaconf/dynaconf/issues/849 | [
"Not a Bug",
"RFC",
"Docs"
] | iTaybb | 3 |
mitmproxy/mitmproxy | python | 6,857 | When using mitmproxy, sometimes client gets "502 BadGateway". | #### Problem Description
A clear and concise description of what the bug is.
I use mitmproxy for testing, running it on my own PC(127.0.0.1), when I use chrome or firefox to get test page, the responses are always "502 badgateway".
| closed | 2024-05-19T12:43:23Z | 2024-05-19T12:45:01Z | https://github.com/mitmproxy/mitmproxy/issues/6857 | [
"kind/triage"
] | yunhao666888 | 0 |
littlecodersh/ItChat | api | 639 | 群内@用户提醒的疑问 | 看了一些Issues,知道网页版本的机器人没有办法@用户并提醒用户。
但是类似于建群宝的群裂变工具,用户进群之后是如何实现@用户的呢?
有没有办法可以伪装下群@,或者有没有客户端微信机器人而不是网页版?
| open | 2018-04-18T02:09:27Z | 2024-05-30T06:35:46Z | https://github.com/littlecodersh/ItChat/issues/639 | [
"help wanted"
] | Diyilou | 4 |
biolab/orange3 | numpy | 6,746 | Report doesn't displayed and I can't download report |
When I press report button, first I have received errors and after that I didn't see nothing in report preview window, also I can't download report in html and pdf version, after I press save button nothing happen while I can save only x.report file.
 + F.l1_loss(m1_hat, mels)
m2_loss = F.mse_loss(m2_hat, mels)
stop_loss ... | open | 2021-11-29T12:45:14Z | 2021-11-30T08:48:58Z | https://github.com/babysor/MockingBird/issues/243 | [] | ghost | 4 |
scrapy/scrapy | web-scraping | 6,652 | Remove the AjaxCrawlMiddleware docs | In https://github.com/scrapy/scrapy/pull/6651 we deprecated the component and marked it as such in the docs.
However, I think we should remove it from the docs entirely, except for `news.rst`. | closed | 2025-02-03T12:13:49Z | 2025-02-05T17:05:55Z | https://github.com/scrapy/scrapy/issues/6652 | [
"docs",
"cleanup"
] | Gallaecio | 2 |
Johnserf-Seed/TikTokDownload | api | 445 | 使用Python重构X-bogus算法 | 已经完成用Python写的X-bogus算法

| open | 2023-06-07T10:42:12Z | 2023-08-07T13:33:06Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/445 | [] | Johnserf-Seed | 6 |
keras-team/keras | tensorflow | 20,333 | Custom activation functions cause TensorFlow to crash | I originally posted this issue in the [TensorFlow GitHub](https://github.com/tensorflow/tensorflow/issues/77048), and was told it looks like a Keras issue and I should post it here.
TensorFlow version:
2.17.0
OS:
Linux Mint 22
Python version:
3.12.7
Issue:
I can successfully define a custom activation... | closed | 2024-10-08T14:04:04Z | 2024-11-29T02:07:11Z | https://github.com/keras-team/keras/issues/20333 | [
"stat:awaiting response from contributor",
"stale"
] | AtticusBeachy | 7 |
miguelgrinberg/Flask-Migrate | flask | 518 | The pgvector vector field cannot generate a normal migration script | Pgvector is a vector extension plugin for PostgreSQL databases。
This is my code.

Run `flask db migrate`, generated an error migration script with missing pgvector.
X{PY](https://user-images.githubusercontent.com/49576595/159836142-fb360783-f7b5-4021-abc9-96609afbd4f2.png)
| closed | 2022-03-24T03:27:34Z | 2022-04-06T01:02:27Z | https://github.com/jessevig/bertviz/issues/93 | [] | ShDdu | 23 |
apache/airflow | data-science | 47,949 | Support deferral mode for `TriggerDagRunOperator` with Task SDK | Follow-up of https://github.com/apache/airflow/pull/47882 . In that PR `TriggerDagRunOperator` was ported to work with the Task SDK.
https://github.com/apache/airflow/blob/c7a0681a61c19f14055c5dfd4e58d915f73d16c3/providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py#L236
However, the `deferra... | open | 2025-03-19T11:21:08Z | 2025-03-21T06:51:05Z | https://github.com/apache/airflow/issues/47949 | [
"priority:medium",
"area:core-operators",
"area:async-operators",
"area:task-execution-interface-aip72",
"area:task-sdk",
"affected_version:3.0.0beta"
] | kaxil | 1 |
albumentations-team/albumentations | deep-learning | 1,993 | ImportError: cannot import name 'KeypointType' from 'albumentations' | ## Describe the bug
The bug is as stated: I cannot import `KeyPointType` and I am constantly getting this error:
```Python
ImportError: cannot import name 'KeypointType' from 'albumentations'
```
. I have seen [this issue that was closed ](https://github.com/albumentations-team/albumentations/issues/1600) on wha... | closed | 2024-10-17T01:10:24Z | 2024-10-18T13:07:11Z | https://github.com/albumentations-team/albumentations/issues/1993 | [
"bug"
] | VincentPelletier1 | 2 |
nschloe/tikzplotlib | matplotlib | 582 | AttributeError: 'Legend' object has no attribute '_ncol'. Did you mean: '_ncols'? | When attempting to use Legends, the following error is presented.
> AttributeError: 'Legend' object has no attribute '_ncol'. Did you mean: '_ncols'?
I quick search of the [matplotlib docs](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.legend.html) showed that
> The number of columns that the le... | open | 2023-04-24T01:19:53Z | 2024-04-17T13:46:37Z | https://github.com/nschloe/tikzplotlib/issues/582 | [] | aiodfy | 2 |
Asabeneh/30-Days-Of-Python | flask | 547 | 02_variables_builtin_functions.md example code | **Error in example for Casting in section Checking Data types and Casting for the following code;**
```# int to float
num_int = 10
print('num_int',num_int) # 10
num_float = float(num_int)
print('num_float:', num_float) # 10.0
# float to int
gravity = 9.81
print(int(gravity)) # 9
# i... | open | 2024-07-04T21:45:40Z | 2024-07-05T06:39:00Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/547 | [] | BVenetta | 1 |
modelscope/data-juicer | data-visualization | 145 | [bug] HF_DATASETS_CACHE dependencies need to be modified as well | After updating HF_DATASETS_CACHE for datasets using customized ds_cache_dir arg, the variables that depend on HF_DATASETS_CACHE also need to be modified. (e.g. DOWNLOADED_DATASETS_PATH, EXTRACTED_DATASETS_PATH)
Otherwise, when reading '.jsonl.zst' files, the extracted intermediate files will be stored in the default... | closed | 2023-12-20T07:59:46Z | 2023-12-26T14:40:47Z | https://github.com/modelscope/data-juicer/issues/145 | [
"bug"
] | HYLcool | 0 |
mobarski/ask-my-pdf | streamlit | 57 | Question | is it necessary to use open ia API key or if you have any advices to create the api from scratch? | open | 2023-05-20T20:49:49Z | 2023-05-20T20:49:49Z | https://github.com/mobarski/ask-my-pdf/issues/57 | [] | Kell1000 | 0 |
dask/dask | pandas | 11,146 | Dask 2024.5.1 removed `.attrs` | The latest release removed `.attrs`. This breaks backward compatibility and also Pandas still uses it, so I kindly ask if it can be reinstated.
To reproduce, the last assert should pass.
```python
import dask.dataframe as dd
df = dd.from_pandas(pd.DataFrame())
assert hasattr(df.compute(), 'attrs') == True
asser... | open | 2024-05-24T17:50:52Z | 2024-11-13T18:29:49Z | https://github.com/dask/dask/issues/11146 | [
"needs triage"
] | LucaMarconato | 13 |
scikit-multilearn/scikit-multilearn | scikit-learn | 207 | new unseen combination of labels | @niedakh @queirozfcom @fmaguire @Antiavanti @elzbietaZ
Hi! And thank you for your awesome service! I use your product heavily, with very helpful and insightful results! Much appreciated! Maybe you can help me understand in labelpowerset what happens when there is a combination of labels in the test set which was unse... | closed | 2020-08-22T20:42:54Z | 2023-03-14T16:54:42Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/207 | [] | yishairasowsky | 4 |
miguelgrinberg/Flask-SocketIO | flask | 1,052 | flask socketio with gunicorn | I am working with a chat app and while deploying the app with gunicorn facing below error.
My wsgi.py file looks like:
```
from server import app
from flask_socketio import SocketIO
# async_mode = None
socketio = SocketIO(app)
if __name__ == "__main__":
socketio.run(app)
```
after running this comm... | closed | 2019-09-03T03:50:18Z | 2020-08-14T06:04:25Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1052 | [
"question"
] | tasnuvaleeya | 4 |
lucidrains/vit-pytorch | computer-vision | 223 | MaxViT's MbConv doesn't match article. | According to [article](https://arxiv.org/pdf/2204.01697.pdf), this block should be F -> 4 F -> F channel mapping, as authors use 4 for InvertedBottleneck's expansion.
But [here](https://github.com/lucidrains/vit-pytorch/blob/81661e3966629fd8dcf3d39839ff661ab2af19ce/vit_pytorch/max_vit.py#L103) `hidden_dim` is not used... | closed | 2022-06-24T21:51:13Z | 2022-06-28T23:01:22Z | https://github.com/lucidrains/vit-pytorch/issues/223 | [] | arquolo | 1 |
aminalaee/sqladmin | asyncio | 806 | Support for pgvector.sqlalchemy.vector.VECTOR field support | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
sqladmin/forms.py", line 274, in get_converter
raise NoConverterFound( # pragma: nocover
sqladmin.exceptions.NoConverterFound: Could not find field converter for column emb... | open | 2024-08-20T12:47:53Z | 2024-09-12T09:07:23Z | https://github.com/aminalaee/sqladmin/issues/806 | [] | spsoni | 1 |
jina-ai/clip-as-service | pytorch | 414 | ModuleNotFoundError:No Module named 'tensorflow' | 你好,我按照安装步骤装好了最新的client和server,python和tf也都装好,在我source activate tensorflow以后输入bert...start这句命令,告诉我help.py中找不到tf,我明明已经激活了的。。不知道什么原因,实在找不出来,help me please~~~ | open | 2019-07-15T05:27:25Z | 2021-05-20T07:05:55Z | https://github.com/jina-ai/clip-as-service/issues/414 | [] | 27232xsl | 5 |
jmcnamara/XlsxWriter | pandas | 214 | Support for "text box" insert | Are there any plans to support text box insert. For large body's of text, such as disclaimers, the text box is easier to manage than trying to fit the text in a cell.
Thanks
George Lovas
| closed | 2015-01-22T15:27:45Z | 2020-04-13T09:56:40Z | https://github.com/jmcnamara/XlsxWriter/issues/214 | [
"feature request"
] | georgelovas | 13 |
Nemo2011/bilibili-api | api | 896 | [提问] bilibili_api.comment没有视频是bv的 | 获取评论的库代码只有av,没有bv
“ 视频:AV 号:av{170001}。”
| closed | 2025-03-04T08:07:15Z | 2025-03-10T14:18:45Z | https://github.com/Nemo2011/bilibili-api/issues/896 | [
"question"
] | EngineYe | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 601 | Vision Transformer image_size 以及 patch_size修改问题 | 您好!
1.请问在ViT中,加上def resize_pos_embed(posemb, posemb_new) ,对pos embedding进行插值后,就可以改变image_size 和patch_size了吗?(仍使用作者原来提供的权重文件)。
2.在Patch Embedding 中的2dConv,在训练时权重更新了吗? 好像不需要对这个卷积进行训练,如果这个卷积的权重不在权重文件里的话,感觉应该可以修改patch_size大小了?
| closed | 2022-07-24T03:49:47Z | 2022-07-24T15:27:41Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/601 | [] | Liqq1 | 2 |
CTFd/CTFd | flask | 2,684 | [Bug/Question] Changes in views.py not reflected | **Environment**:
- CTFd Version/Commit: Version 3.7.4
- Operating System: Ubuntu and Windows 11
- Web Browser and Version: Mozilla Firefox 133.0 and Opera GX 115.0.5322.124
I've modified the views.py file to add links to my networks. But the changes are not reflected on the homepage, even after restarting the... | closed | 2024-12-24T10:24:03Z | 2024-12-26T20:55:05Z | https://github.com/CTFd/CTFd/issues/2684 | [] | EstebanRemond | 2 |
piskvorky/gensim | machine-learning | 2,708 | Error When Running LDA with 2000 Topics | Hi All,
I'm running LDA using Gensim on the full English Wikipedia corpus. I've been trying out different numbers of topics to figure out what gives the best performance and I've tried out 100, 500 and 1000 with no problems. However, when I set the number of topics to 2000 I get the following errors:
```
INFO : ac... | open | 2019-12-23T18:32:32Z | 2019-12-23T18:32:32Z | https://github.com/piskvorky/gensim/issues/2708 | [] | ghost | 0 |
litestar-org/litestar | pydantic | 3,647 | Bug: Litestar Logging in Python3.12: Unable to configure handler 'queue_listener' (Pycharm Debugger) | ### Description
Same as https://github.com/litestar-org/litestar/issues/2469
But only for pycharm debugger. Regular runner works fine.
### URL to code causing the issue
_No response_
### MCVE
```python
from litestar import Litestar, get
@get("/")
async def index() -> str:
return "Hello, worl... | closed | 2024-07-25T19:52:36Z | 2025-03-20T15:54:50Z | https://github.com/litestar-org/litestar/issues/3647 | [
"Bug :bug:"
] | Rey092 | 1 |
onnx/onnx | pytorch | 6,077 | Result accuracy is different with PyTorch | ### System information
- OS Platform and Distribution: Linux Ubuntu 22.10
- ONNX version : 1.16.0
- ONNX Runtime version : 1.17.1
- Pytorch version: 1.13.1
**My Sample Code:Just only have FFN, i had cal the output from pth or onnx model,**
```python
import torch
import torch.onnx
from torch import nn... | closed | 2024-04-11T08:36:28Z | 2024-09-27T01:02:34Z | https://github.com/onnx/onnx/issues/6077 | [
"bug"
] | xiaomaofeng | 2 |
piskvorky/gensim | nlp | 2,779 | AttributeError: module 'smart_open' has no attribute 's3' | python 3.6
trying to import gensim and got:
```python
AttributeError Traceback (most recent call last)
<ipython-input-8-492cbaec3fd5> in <module>()
12 import configparser
13
---> 14 from dataset.conversation import Conversation
15 # from train import train
16 l... | closed | 2020-03-30T21:33:25Z | 2020-05-02T11:26:06Z | https://github.com/piskvorky/gensim/issues/2779 | [
"bug"
] | eliksr | 18 |
healthchecks/healthchecks | django | 106 | Integration with Discord | Hi,
I would be interested with integration to push a message to a channel in discord if a healthcheck fails. Our team uses discord frequently for communication. Let me know if this is at all a possibility! | closed | 2016-12-20T02:34:05Z | 2016-12-30T16:57:50Z | https://github.com/healthchecks/healthchecks/issues/106 | [] | braunsonm | 2 |
nikitastupin/clairvoyance | graphql | 104 | Clairvoyance not installed after "pip install clairvoyance" | The tool isn't installed after running the installation command

| closed | 2024-07-31T18:17:38Z | 2024-07-31T18:37:11Z | https://github.com/nikitastupin/clairvoyance/issues/104 | [] | hackeyz | 0 |
huggingface/datasets | machine-learning | 6,856 | CI fails on Windows for test_delete_from_hub and test_xgetsize_private due to new-line character | CI fails on Windows for test_delete_from_hub after the merge of:
- #6820
This is weird because the CI was green in the PR branch before merging to main.
```
FAILED tests/test_hub.py::test_delete_from_hub - AssertionError: assert [CommitOperat...\r\n---\r\n')] == [CommitOperat...in/*\n---\n')]
At index 1 ... | closed | 2024-05-02T07:37:03Z | 2024-05-02T11:43:01Z | https://github.com/huggingface/datasets/issues/6856 | [
"bug"
] | albertvillanova | 1 |
fugue-project/fugue | pandas | 99 | [FEATURE] Output transformers are not importable from fugue root | We need to make this work
```python
from fugue import output_transformer, output_cotransformer, OutputTransformer, OutputCoTransformer
``` | closed | 2020-11-07T07:30:55Z | 2020-11-08T09:02:28Z | https://github.com/fugue-project/fugue/issues/99 | [
"enhancement"
] | goodwanghan | 1 |
miLibris/flask-rest-jsonapi | sqlalchemy | 165 | Update marshmallow to 2.18.1 | Marshmallow 2.18.0 raises ChangedInMarshmallow3Warning for nested schemas which is annoying when running tests and clogs the logs. Marshmallow should be updated to 2.18.1 where this issue was fixed.
https://marshmallow.readthedocs.io/en/3.0/changelog.html
https://github.com/marshmallow-code/marshmallow/pull/1136 | open | 2019-06-27T09:06:03Z | 2021-09-02T10:54:01Z | https://github.com/miLibris/flask-rest-jsonapi/issues/165 | [] | ivan-artezio | 4 |
pytest-dev/pytest-html | pytest | 159 | Is there a way to specify the output for the test results? | Hi,
I am generation test result for our tests but I am getting:
`PermissionError: [Errno 13] Permission denied: '/home/ubuntu/report.html'`.
It is happening because I am runnign our tests not as an `ubuntu` user. Is there a way to specify what would be the output folder for the result.html? | closed | 2018-04-24T14:59:20Z | 2018-04-24T18:52:48Z | https://github.com/pytest-dev/pytest-html/issues/159 | [] | kolszewska | 1 |
huggingface/transformers | deep-learning | 36,854 | Facing RunTime Attribute error while running different Flax models for RoFormer | when running FlaxRoFormerForMaskedLM model, I have encountered an issue as
> AttributeError: 'jaxlib.xla_extension.ArrayImpl' object has no attribute 'split'.
This error is reported in the file `transformers/models/roformer/modeling_flax_roformer.py:265`
The function responsible for this error in that file is as b... | open | 2025-03-20T12:33:26Z | 2025-03-20T14:23:07Z | https://github.com/huggingface/transformers/issues/36854 | [
"Flax",
"bug"
] | ctr-pmuruganTT | 0 |
iMerica/dj-rest-auth | rest-api | 278 | Password Reset Confirm Uid not working | how do I really implement this I am a super noob to the world of Django and have spent a whole day trying to fix this
I get the mail link
(http://localhost:8000/api/v1/users/password/reset/confirm/MjA/ap7paa-6b5972d819c153e9eff5c76408475d32/)
and when I click on the mail link, It takes me to the password rese... | open | 2021-07-03T13:57:23Z | 2022-03-23T15:06:40Z | https://github.com/iMerica/dj-rest-auth/issues/278 | [] | femiir | 7 |
jina-ai/clip-as-service | pytorch | 643 | New logo | We should have one | closed | 2021-12-27T12:59:56Z | 2022-06-09T07:28:42Z | https://github.com/jina-ai/clip-as-service/issues/643 | [] | shadabwahidullah | 0 |
agronholm/anyio | asyncio | 155 | TaskGroup Hangs If Coroutine Raises Without Awaiting | The first scenario exits immediately in error (as expected):
```python
import asyncio
from anyio import run, create_task_group
async def await_then_raise_error():
await asyncio.sleep(0)
raise ValueError("asd")
async def main():
async with create_task_group() as g:
await g.spawn(await_... | closed | 2020-09-02T21:02:23Z | 2020-09-04T06:16:51Z | https://github.com/agronholm/anyio/issues/155 | [
"invalid"
] | rmorshea | 3 |
PaddlePaddle/ERNIE | nlp | 540 | 一个异想天开的想法 | 最近pytorch1.6发布,微软接手windows社区的维护。
所以,有没有可能和transformers合作,维护一个paddle版本的transformers。。 | closed | 2020-08-11T16:11:51Z | 2020-08-19T10:59:59Z | https://github.com/PaddlePaddle/ERNIE/issues/540 | [] | Maybewuss | 1 |
jazzband/django-oauth-toolkit | django | 827 | Setting up the custom model for django auth tool kit | I am able to set up the OAuth2 server using the tutorial(https://django-oauth-toolkit.readthedocs.io/en/latest/install.html).
I am using an existing user model to set up the Auth code grant. I need to use the custom table (which has userId, password fields only). But Authenticate backend looks for user table config... | closed | 2020-04-08T15:51:46Z | 2021-10-23T01:29:44Z | https://github.com/jazzband/django-oauth-toolkit/issues/827 | [
"question"
] | ashiksl | 3 |
miguelgrinberg/python-socketio | asyncio | 92 | error with websocekt transport and sanic | Traceback (most recent call last):
File "uvloop/handles/stream.pyx", line 785, in uvloop.loop.__uv_stream_on_read_impl (uvloop/loop.c:76261)
File "uvloop/handles/stream.pyx", line 559, in uvloop.loop.UVStream._on_read (uvloop/loop.c:73531)
File "/Users/xiang/.local/share/virtualenvs/hongpa-backend-q7vBF3kd/lib... | closed | 2017-04-07T15:31:22Z | 2017-04-08T02:40:29Z | https://github.com/miguelgrinberg/python-socketio/issues/92 | [
"question"
] | notedit | 5 |
praw-dev/praw | api | 1,139 | SubredditFlairTemplates.update nullifies/overwrites existing values if not given | ## Issue Description
The current [SubredditFlairTemplates.update](https://github.com/praw-dev/praw/blob/master/praw/models/reddit/subreddit.py#L1236) method nullifies/overwrites existing values if not given as inputs to the method, instead of retaining them and only modifying the inputs given.
Although this is do... | closed | 2019-11-21T03:03:48Z | 2020-02-15T16:41:41Z | https://github.com/praw-dev/praw/issues/1139 | [
"Bug",
"Verified"
] | jackodsteel | 7 |
piskvorky/gensim | data-science | 3,101 | Segfault running run-core-concepts-py against first lines of Shakespeare's sonnets | *(Hi! Thanks for putting so much effort into the tutorials! Gensim looks amazing and I'm looking forward to experimenting more. Happy to help debug--anything you need. I know Python, CPython, and C/C++ pretty well, and I can drive GDB.)*
`run-core-concepts.py` crashes with `Segmentation fault (core dumped)` when I r... | open | 2021-04-03T00:40:08Z | 2021-04-03T12:56:45Z | https://github.com/piskvorky/gensim/issues/3101 | [] | jorendorff | 4 |
sanic-org/sanic | asyncio | 2,694 | Datetime issue with Python 3.11 (with fix) | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I am getting various exceptions like this:
```
[2023-02-24 22:41:25 +0100] [512643] [ERROR] Exception in static request handler: path=static, relative_url=fonts/general.woff2
Traceback (most recent call last):
... | closed | 2023-02-24T21:48:52Z | 2023-02-26T22:05:20Z | https://github.com/sanic-org/sanic/issues/2694 | [
"bug"
] | stricaud | 3 |
writer/writer-framework | data-visualization | 25 | Flesh out component documentation | This is such a brilliant project; thank you for creating it!
It might help adoption for the [component](https://www.streamsync.cloud/component-list.html) documentation to look more similar to that of [streamlit](https://docs.streamlit.io/library/api-reference).
I know the page says
```
Streamsync Builder disp... | closed | 2023-05-13T18:31:40Z | 2023-06-10T13:58:42Z | https://github.com/writer/writer-framework/issues/25 | [
"documentation"
] | knowsuchagency | 2 |
plotly/dash | jupyter | 3,105 | Ghost categories are displayed after bar chart is updated with subset of categories. | **Environment**
_Arch Linux x86_64 6.12.1-arch1-1_, using _Brave Browser Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (64-bit)_ and _Firefox 133.0 (64-bit)_.
```
# pip list | grep dash
dash 2.18.2
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
# python -V... | open | 2024-12-11T09:11:32Z | 2024-12-12T13:52:13Z | https://github.com/plotly/dash/issues/3105 | [
"bug",
"P3"
] | slavistan | 0 |
uxlfoundation/scikit-learn-intelex | scikit-learn | 1,695 | INFO | How do I turn off the printing of messages like the following?
sklearn.utils.validation._assert_all_finite: running accelerated version on CPU
INFO:sklearnex: sklearn.utils.validation._assert_all_finite: running accelerated version on CPU
sklearn.utils.validation._assert_all_finite: running accelerated version on ... | closed | 2024-02-05T09:35:21Z | 2024-02-18T02:41:59Z | https://github.com/uxlfoundation/scikit-learn-intelex/issues/1695 | [
"bug"
] | KnSun99 | 3 |
NVlabs/neuralangelo | computer-vision | 20 | No windows support? | Will it come in the future? | closed | 2023-08-15T06:15:11Z | 2023-08-18T11:39:41Z | https://github.com/NVlabs/neuralangelo/issues/20 | [] | 2blackbar | 2 |
sloria/TextBlob | nlp | 284 | Impossible to train large data sets (Memory Error) | I was trying to implement twitter sentiment analysis using TextBlob NaiveBayesClassifier. My training data set consists of around 30k datas. While training the data set, I encounter Memory Error. Is there any way to overcome that? | closed | 2019-09-25T09:08:18Z | 2019-10-08T00:43:36Z | https://github.com/sloria/TextBlob/issues/284 | [] | MohamedAfham | 1 |
keras-team/keras | python | 20,124 | `ops.stop_gradient` does not work with `KerasTensor` | This example:
```python
from keras import Input, Model, layers, ops
a = Input(shape=(2,))
b = layers.Dense(4)(a)
c = layers.Dense(4)(b)
d = ops.stop_gradient(b) + c
model = Model(inputs=a, outputs=d)
print(model(ops.convert_to_tensor([[1,2]])))
```
throws an error conveying that the code should actually w... | closed | 2024-08-15T10:14:04Z | 2024-08-15T20:48:56Z | https://github.com/keras-team/keras/issues/20124 | [] | alexhartl | 0 |
mwaskom/seaborn | pandas | 3,825 | `sns.pointplot` breaks when `dodge=True` and dataset has a single hue level | Hi! The following code breaks:
```py
import seaborn as sns
import matplotlib.pyplot as plt
def create_point_plot():
df = sns.load_dataset("anscombe")
# simulate a dataset with n_hue_levels == 1
df = df[df["dataset"] == "I"]
sns.pointplot(data=df, x="x", y="y", hue="dataset", dodge=True)
plt.show... | open | 2025-02-17T22:06:19Z | 2025-02-28T02:01:48Z | https://github.com/mwaskom/seaborn/issues/3825 | [] | cdpaiva | 1 |
flairNLP/flair | nlp | 2,952 | How to change the cuda:0 | I found that the default is 'cuda:0', now I want to modify to a different graphics card,such as '6,7,8' how do I set it?

| closed | 2022-09-30T01:58:39Z | 2022-09-30T02:10:43Z | https://github.com/flairNLP/flair/issues/2952 | [
"question"
] | yaoysyao | 2 |
LibreTranslate/LibreTranslate | api | 616 | Wrong country name translations English to German | 1. "American Samoa" english to german: "Amerikanische Samoa" should be "Amerikanisch-Samoa"
2. "Azerbaijan" english to german: "Assoziierung" should be "Aserbaidschan"
3. "Bermuda" english to german: "In den Warenkorb" which means add to cart should be "Bermuda"
3. "Brunei Darussalam" english to german: "In den Ware... | closed | 2024-04-30T09:25:12Z | 2025-03-02T18:37:20Z | https://github.com/LibreTranslate/LibreTranslate/issues/616 | [
"model improvement"
] | HypeillingerChillinger | 1 |
clovaai/donut | computer-vision | 119 | How to determine the right values for input_size? | My jpg files have a size around 5000 x 6000. I tried input_size=[1280, 1920] because 6000(img height) > 5000(img width). But it turns out input_size=[1280, 960] and [1920, 1280] outperforms [1280, 1920]. Is there any tips in determining the right input_size based on the image sizes? Or this only can be determined by tr... | open | 2023-01-03T05:26:20Z | 2024-08-01T23:39:21Z | https://github.com/clovaai/donut/issues/119 | [] | htcml | 1 |
streamlit/streamlit | deep-learning | 10,637 | Enum formatting in TextColumn does not work with a styled data frame | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
Expected enum value, but after pandas styling... | open | 2025-03-04T12:50:49Z | 2025-03-09T08:30:57Z | https://github.com/streamlit/streamlit/issues/10637 | [
"type:bug",
"feature:st.dataframe",
"status:confirmed",
"priority:P4"
] | FabienLariviere | 6 |
vitalik/django-ninja | rest-api | 1,004 | StreamingHttpResponse in Ninja | Core Django lets you incorporate a StreamingHttpResponse.
I see in the docs there's the ability in Ninja to handle other renderers. Is it possible to stream a response back using this functionality?
| open | 2023-12-14T02:19:12Z | 2024-01-04T11:28:40Z | https://github.com/vitalik/django-ninja/issues/1004 | [] | cameroon16 | 2 |
noirbizarre/flask-restplus | flask | 480 | How to change response content type in swagger UI? | I have a [GET] route, which I wish to return a response with content-type="application/pdf". But looks like in swagger UI generated from flask-restplus we only have one response content type( which is json). Is there a way to change that in flask restplus and allow us to test that endpoint in swagger?
![screenshot f... | open | 2018-06-21T16:42:25Z | 2024-11-16T19:03:59Z | https://github.com/noirbizarre/flask-restplus/issues/480 | [] | LLCcom | 5 |
browser-use/browser-use | python | 601 | Agent not closing intermediate tabs | ### Bug Description
The logs show that the agent closes tabs, but none is closed.
### Reproduction Steps
1. Run the code snippet
2. Expect `browser-use` to close intermediate tabs, before proceeding to open new ones
3. No intermediate tabs are closed
### Code Sample
```python
import asyncio
import os
from pathlib ... | open | 2025-02-07T10:58:31Z | 2025-03-12T11:58:16Z | https://github.com/browser-use/browser-use/issues/601 | [
"bug"
] | rodrigobdz | 2 |
jumpserver/jumpserver | django | 14,638 | [Feature] jmsctl: 配置文件需要提供检查命令,命令行工具 jmsctl | ### 产品版本
all
### 版本类型
- [X] 社区版
- [X] 企业版
- [ ] 企业试用版
### 安装方式
- [X] 在线安装 (一键命令安装)
- [X] 离线包安装
- [X] All-in-One
- [X] 1Panel
- [X] Kubernetes
- [X] 源码安装
### ⭐️ 需求描述
提供类似 nginx -t 的配置文件检查命令,jmsctl config check (可能的)
在服务运行前也可能需要检查
### 解决方案
检查字段前是否有空格,检查字段符合要求,其它
### 补充信息
_No response_ | closed | 2024-12-11T08:21:18Z | 2024-12-11T09:34:49Z | https://github.com/jumpserver/jumpserver/issues/14638 | [
"⭐️ Feature Request"
] | Ewall555 | 1 |
robotframework/robotframework | automation | 5,298 | Not possible to modify object attribute using `VAR` syntax | The behavior of the `VAR` syntax differs when modifying object attributes compared to the `Set Variable` keyword. In my `Var-Syntax` test example, a new variable `${object.active}` is created instead of modifying the existing attribute.
```python
#DemoLib.py
from dataclasses import dataclass
@dataclass
class T... | open | 2024-12-30T16:02:01Z | 2025-02-27T10:55:04Z | https://github.com/robotframework/robotframework/issues/5298 | [] | JaPyR | 1 |
ludwig-ai/ludwig | computer-vision | 3,574 | Lora Parameter Configuration | Hi,
I would like to add custom lora rank, scaling factor and parts of the attention head that can be fine tuned.
Any idea how do I pass this as a configuration parameter in yaml config file for the same?
Refer : https://github.com/ludwig-ai/ludwig/blob/master/examples/llama2_7b_finetuning_4bit/llama2_7b_4bit.y... | closed | 2023-09-01T04:50:55Z | 2023-09-02T06:01:34Z | https://github.com/ludwig-ai/ludwig/issues/3574 | [] | msmmpts | 2 |
NVIDIA/pix2pixHD | computer-vision | 218 | Given groups=1, weight of size [64, 2, 4, 4], expected input[1, 4, 256, 256] to have 2 channels, but got 4 channels instead | My train_img and train_label are 256*256 gray images,so I set --label_nc=1,--input_nc=1 and --output_nc=1,but when I train ,I meet the error "Given groups=1, weight of size [64, 2, 4, 4], expected input[1, 4, 256, 256] to have 2 channels, but got 4 channels instead" how can I solve it? | closed | 2020-09-13T15:52:06Z | 2020-09-13T16:09:37Z | https://github.com/NVIDIA/pix2pixHD/issues/218 | [] | gujinjin611 | 0 |
yt-dlp/yt-dlp | python | 11,765 | For france.tv | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a new site support request
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://gith... | closed | 2024-12-08T12:29:08Z | 2024-12-09T21:44:53Z | https://github.com/yt-dlp/yt-dlp/issues/11765 | [
"question"
] | lutzig | 8 |
s3rius/FastAPI-template | graphql | 219 | taskiq scheduler does not run ... | I followed the documentation for Taskiq [here](https://taskiq-python.github.io/available-components/schedule-sources.html#redisschedulesource) to set up scheduler in my tkq.py file, like following:
```
result_backend = RedisAsyncResultBackend(
redis_url=str(settings.redis_url.with_path("/1")),
)
broker = Lis... | closed | 2024-07-17T04:39:18Z | 2024-07-20T21:13:29Z | https://github.com/s3rius/FastAPI-template/issues/219 | [] | rcholic | 3 |
dolevf/graphql-cop | graphql | 9 | No module Found Error | I tried to run python graphql-cop.py , but it throws error like this
Traceback (most recent call last):
File "graphql-cop.py", line 9, in <module>
from lib.tests.info_field_suggestions import field_suggestions
ModuleNotFoundError: No module named 'lib.tests' | closed | 2022-03-15T06:32:27Z | 2022-06-01T13:19:43Z | https://github.com/dolevf/graphql-cop/issues/9 | [
"question"
] | moolakarapaiyan | 7 |
zappa/Zappa | flask | 887 | [Migrated] 502 While Deploying (ModuleNotFound Errors) | Originally from: https://github.com/Miserlou/Zappa/issues/2143 by [JordanTreDaniel](https://github.com/JordanTreDaniel)
## Context
I am trying to install a project that uses a package called `wordcloud` (python). This package has many dependencies, including `numpy`. I am using Zappa + Flask. (Slim Handler)
Runn... | closed | 2021-02-20T13:03:20Z | 2022-07-16T05:33:18Z | https://github.com/zappa/Zappa/issues/887 | [] | jneves | 1 |
quantumlib/Cirq | api | 6,354 | MSGate not in top level | **Description of the issue**
`cirq.MSGate` does not exist, but `cirq.ops.MSGate` does. Think it should be at the top level too?
| closed | 2023-11-21T00:25:16Z | 2024-03-16T03:53:45Z | https://github.com/quantumlib/Cirq/issues/6354 | [
"good first issue",
"kind/bug-report",
"triage/accepted"
] | dabacon | 3 |
davidsandberg/facenet | tensorflow | 845 | How do you calculate clustering accuracy? What evaluation metric has been used for it? | As we use DBSCAN for doing clustering in cluster.py, it assigns labels to faces in unknown order and it is difficult to calculate the accuracy even if we know the ground truth for images.
How to verify the clustering result? | open | 2018-08-12T17:54:53Z | 2018-09-20T17:12:08Z | https://github.com/davidsandberg/facenet/issues/845 | [] | siffi26 | 4 |
mitmproxy/pdoc | api | 46 | Documentation in the presence of an `__init__.py` with imports | Please, how exactly is supposed to be documented, a package with an `__init__.py` containing imports? Is _pdoc_ supposed to document the imported items in-place? It seems to not do it, and just listing sub-modules, and I wonder if it's the expected behaviour or not.
| closed | 2015-03-18T21:25:39Z | 2021-01-19T15:33:13Z | https://github.com/mitmproxy/pdoc/issues/46 | [] | Hibou57 | 3 |
mwaskom/seaborn | pandas | 3,370 | Unable to find seaborn's setup.py file | Hi
Really stupid question, but I am unable to find setup.py for seaborn. Is it available somewhere else? Or am I missing something here?
Thanks in advance | closed | 2023-05-23T06:19:13Z | 2023-05-23T23:37:35Z | https://github.com/mwaskom/seaborn/issues/3370 | [] | Shalmalee15 | 1 |
piskvorky/gensim | machine-learning | 2,994 | Wheel support for linux aarch64 | **Summary**
Installing gensim on aarch64 via pip using command "pip3 install gensim" tries to build wheel from source code.
**Problem description**
gensim doesn't have wheel for aarch64 on PyPI repository. So, while installing gensim via pip on aarch64, pip builds wheel for same resulting in it takes more time to ... | open | 2020-11-02T08:33:12Z | 2023-01-16T15:27:19Z | https://github.com/piskvorky/gensim/issues/2994 | [
"feature",
"impact MEDIUM",
"reach LOW"
] | odidev | 4 |
pyeve/eve | flask | 1,069 | Embedding only follows _id | I have the following schemes:
nodes = {
'type': 'dict',
'schema': {
'hardware': {
'type': 'string',
'data_relation': {
'resource': 'nodes_hw',
'field': 'name',
'embeddable': True
... | closed | 2017-10-06T23:13:18Z | 2018-11-08T20:46:11Z | https://github.com/pyeve/eve/issues/1069 | [] | scholzd | 3 |
lepture/authlib | flask | 52 | A well designed error system | There should be one universal BaseError. | closed | 2018-04-27T13:56:55Z | 2018-05-22T01:15:55Z | https://github.com/lepture/authlib/issues/52 | [] | lepture | 0 |
fastapi/sqlmodel | pydantic | 271 | No overload variant of "select" matches argument types | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [ ... | open | 2022-03-15T15:05:50Z | 2024-09-05T22:39:53Z | https://github.com/fastapi/sqlmodel/issues/271 | [
"question"
] | StefanBrand | 4 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,189 | Support for Arabic language. | Hello, I'm working on an Arabic model for this project. I'm planning on adding Arabic characters support as well as having the software synthesize audio that speaks Arabic. So far I'm trying to do the following :
1. Downloading the corpus Arabic dataset linked here : http://en.arabicspeechcorpus.com/arabic-speech-co... | open | 2023-04-12T11:48:25Z | 2023-04-12T11:48:25Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1189 | [] | ghost | 0 |
pydantic/pydantic | pydantic | 10,528 | Annotated field schemas broken after v2.9.0 | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Following example shows how `Annotated` fields lost their schema `type` and `format` after v2.9.0
I can not see a mention of a such breaking change in changelog.
### Example Code
```Python
from datetime import datetime
from typing im... | closed | 2024-10-01T09:59:14Z | 2024-10-10T19:41:56Z | https://github.com/pydantic/pydantic/issues/10528 | [
"documentation"
] | MarkusSintonen | 14 |
sloria/TextBlob | nlp | 447 | OSS-Fuzz Integration | My name is McKenna Dallmeyer and I would like to submit TextBlob to OSS-Fuzz. If you are not familiar with the project, OSS-Fuzz is Google's platform for continuous fuzzing of Open Source Software. In order to get the most out of this program, it would be greatly beneficial to be able to merge-in my fuzz harness and bu... | open | 2024-05-19T18:53:26Z | 2024-05-19T18:53:26Z | https://github.com/sloria/TextBlob/issues/447 | [] | ennamarie19 | 0 |
zappa/Zappa | flask | 848 | [Migrated] assume_policy setting mostly without effect | Originally from: https://github.com/Miserlou/Zappa/issues/2094 by [tommie-lie](https://github.com/tommie-lie)
## Context
I create a trust relationship between `ZappaLambdaExecutionRole` and itself (to call AssumeRole with a session policy in the authorizer to drop certain privileges). To that end, I created a policy ... | closed | 2021-02-20T12:52:26Z | 2024-04-13T19:10:24Z | https://github.com/zappa/Zappa/issues/848 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
fastapi/sqlmodel | fastapi | 1,260 | Default values for fields not working as expected with SQLModel in PostgreSQL | ### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
I'm encountering an issue where default values for fields in my SQLModel class are not being applied when using PostgreSQL. Despite specifying default or default_factory for various fields, the database does n... | open | 2024-12-29T08:18:00Z | 2025-03-16T15:02:18Z | https://github.com/fastapi/sqlmodel/issues/1260 | [] | Yoosuph | 1 |
pytest-dev/pytest-selenium | pytest | 301 | Unable to find handler for (POST) /wd/hub/session | Using pytest-selenium v.4 and selenium grid v4 I got the "Message: Unable to find handler for (POST) /wd/hub/session".
Selenium 4 changes the URL. It's no longer behind /wd/hub, but In remote.py the executor has /wd/hub | open | 2022-09-26T13:03:31Z | 2022-10-05T07:13:32Z | https://github.com/pytest-dev/pytest-selenium/issues/301 | [
"waiting on input"
] | infertest | 2 |
healthchecks/healthchecks | django | 706 | Self hosted: email summary not working | Hello,
first thanks for the amazing software. Im really happy with health checks!
But:
the weekly/monthly summary is not being sent.
The email integration is working fine and sends emails if a service goes down.
When I activate monthly or weekly reports, the date is correctly shown when the next one should be se... | closed | 2022-09-19T19:24:06Z | 2022-09-20T11:43:27Z | https://github.com/healthchecks/healthchecks/issues/706 | [] | whirlfire | 3 |
waditu/tushare | pandas | 1,014 | Read timed out | HTTPConnectionPool(host='api.tushare.pro', port=80): Read timed out. | closed | 2019-04-16T09:01:17Z | 2019-04-16T15:17:04Z | https://github.com/waditu/tushare/issues/1014 | [] | misshuanghm | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.