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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ipython/ipython | jupyter | 14,184 | Tab complete for class __call__ not working | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | closed | 2023-09-30T09:31:52Z | 2023-10-01T17:20:31Z | https://github.com/ipython/ipython/issues/14184 | [
"tab-completion"
] | MarcoGorelli | 3 |
graphistry/pygraphistry | jupyter | 549 | [BUG] categorical color encoding does not allow two values to have the same color | **Describe the bug**
If I use a categorical color encoding and try to set two values to have the same color, only one of the them uses the color, the other gets set to the default color
**To Reproduce**
```
import datetime
import pandas as pd
import numpy as np
import graphistry
import math
graphist... | open | 2024-02-28T17:35:01Z | 2024-03-01T22:14:16Z | https://github.com/graphistry/pygraphistry/issues/549 | [
"bug",
"customer"
] | DataBoyTX | 2 |
dmlc/gluon-nlp | numpy | 690 | [MXNet] - [BERT] | There is a problem with a custom BERT model training with the later version of MXNet 1.5.0 (observed with cu90).
mlm_loss stops around 7.2X and nsp_acc stopps around 54.
The last mxnet-cu90 version is still viable is 1.5.0b20190425.
1.5.0b20190426 onward has this issue. Thus, you cannot train a custom BERT model ... | closed | 2019-05-02T21:48:45Z | 2019-05-11T07:36:14Z | https://github.com/dmlc/gluon-nlp/issues/690 | [
"bug"
] | araitats | 9 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 736 | Issue running: python demo_toolbox.py | Hello,
I have satisfied all of my requirements and when I try to run the command
`python demo_toolbox.py`
I get an output that looks something like this:
`ModuleNotFoundError: No module named 'torch'`
I believe this is saying I don't have PyTorch. However, I installed PyTorch a few months ago and have be... | closed | 2021-04-14T06:41:44Z | 2021-04-20T02:56:32Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/736 | [] | alexp-12 | 2 |
proplot-dev/proplot | data-visualization | 422 | Hide datetime minorticks? | This is a minor issue, but I don't think the default behavior of datetime minorticks is pretty and publication-quality as shown in the example from the proplot homepage.
Since we always need to modify or hide these minorticks, can we hide them by default or make them prettier?
![Screen Shot 2023-05-01 at 10 04 36 A... | open | 2023-05-01T16:11:07Z | 2023-05-01T16:47:30Z | https://github.com/proplot-dev/proplot/issues/422 | [
"enhancement"
] | kinyatoride | 0 |
NullArray/AutoSploit | automation | 1,161 | Unhandled Exception (f938320af) | Autosploit version: `2.2.3`
OS information: `Linux-4.4.189~EviraPure-Miui-V1.7-armv8l-with-libc`
Running context: `/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/autosploit.py`
Error meesage: `[Errno 2] No such file or directory: '?'`
Error traceback:
```
Traceback (most recent call):
File "/data/data/co... | closed | 2019-09-03T19:46:32Z | 2019-09-03T21:40:15Z | https://github.com/NullArray/AutoSploit/issues/1161 | [] | AutosploitReporter | 0 |
anselal/antminer-monitor | dash | 152 | Get Hardware Error Rate from summary instead of stats | Some Antminer models like the E3 and S17 do not return the `Hardware Error Rate` in the stats but only in the summary. To fix this swap lines
https://github.com/anselal/antminer-monitor/blob/dee617db435d30c8cf75d2331baaee6873a8609c/antminermonitor/blueprints/asicminer/asic_antminer.py#L124-L125
with
https://git... | closed | 2019-12-13T13:35:25Z | 2019-12-18T21:28:15Z | https://github.com/anselal/antminer-monitor/issues/152 | [
":bug: bug"
] | anselal | 0 |
microsoft/unilm | nlp | 1,256 | [Vlmo] ERROR -IndexError: list index out of range | ➜ TRANSFORMERS_OFFLINE=1 python run.py with data_root=/home/ubuntu/Zuolab/unilm/vlmo/data/data_arrows_root/ num_gpus=1 num_nodes=1 task_mlm_itm_itc_base whole_word_masking=True step200k per_gpu_batchsize=8 load_path=$INIT_CKPT log_dir=./out/
WARNING - VLMo - No observers have been added to this run
INFO - VLMo ... | closed | 2023-08-17T08:37:38Z | 2023-08-30T10:11:07Z | https://github.com/microsoft/unilm/issues/1256 | [] | CHB-learner | 1 |
QingdaoU/OnlineJudge | django | 237 | 中文翻译错误 && 后台用户无法使用TFA登录 | 1、后天用户管理,点击某一用户,“是否可见”应改为“是否拉黑”
2、开启TFA的用户,无法在后台登录页面登录,因为页面没有配置TFA输入框 | open | 2019-04-03T10:50:19Z | 2019-04-03T11:05:20Z | https://github.com/QingdaoU/OnlineJudge/issues/237 | [] | AndyShaw2048 | 1 |
deedy5/primp | web-scraping | 20 | cookies argument for requests | For example in the requests library:
```py
import requests
cookies = {
"key": "value"
}
response = requests.get("https://example.com", cookies=cookies)
``` | closed | 2024-07-12T19:38:32Z | 2024-07-15T19:47:20Z | https://github.com/deedy5/primp/issues/20 | [] | Mouad-scriptz | 1 |
nschloe/tikzplotlib | matplotlib | 208 | No support for the contourf plots? | I tried very hard to make contourf plots work with this package. But, it seems that it is not supported at the moment? It is pity because this is such an excellent tool.
Can you please give me a hint how can I implement it? What document should I refer to do so? I have found out the pgfplot syntax for contourf plots... | closed | 2017-10-24T19:50:47Z | 2019-03-17T14:34:36Z | https://github.com/nschloe/tikzplotlib/issues/208 | [] | vineetsoni | 2 |
autokey/autokey | automation | 294 | daemon is killed when GUI closed | ## Classification:
Usability
## Reproducibility:
Always
## Version
AutoKey version: autokey-gtk 0.95.6
Used GUI (Gtk, Qt, or both):
gtk
Installed via: (PPA, pip3, …).
sporkwitch PPA
Linux Distribution:
ubu 18.04
## Summary
AK ist launched at system boot. That starts the daemon, but leaves ... | closed | 2019-07-05T06:41:46Z | 2019-07-10T13:07:02Z | https://github.com/autokey/autokey/issues/294 | [] | herrdeh | 7 |
robotframework/robotframework | automation | 5,322 | Expand Button Displays + Sign for Failed or Skipped Tests in Report - log.html | Description:
When a test is marked as FAILED or SKIPPED, the expand button in the generated log.html report always displays the + sign, regardless of whether the user has clicked it to expand or not.
This behavior is inconsistent and can lead to confusion, as the button should toggle between + (collapsed) and - (expa... | open | 2025-01-22T17:11:01Z | 2025-02-20T05:27:10Z | https://github.com/robotframework/robotframework/issues/5322 | [] | jyoti-arora1991 | 2 |
apache/airflow | data-science | 47,450 | All dagruns are listed to be cleared while clearing a specific dagrun (Intermittent issue) | ### Apache Airflow version
3.0.0b1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Lets say, for a DAG, many dagruns are available and user wants to clear a specific dagrun. When user selects a
dagrun and click on 'Clear Run' button, all dagruns tasks are listed to be cleare... | closed | 2025-03-06T13:48:45Z | 2025-03-18T16:12:26Z | https://github.com/apache/airflow/issues/47450 | [
"kind:bug",
"priority:high",
"area:core",
"area:UI",
"affected_version:3.0.0beta"
] | atul-astronomer | 11 |
giotto-ai/giotto-tda | scikit-learn | 100 | Diffusion module | Create a new module implementing diffusion on simplicial complexes via the Hodge Laplacian operator. | closed | 2019-11-27T11:00:54Z | 2019-12-19T14:41:49Z | https://github.com/giotto-ai/giotto-tda/issues/100 | [] | giotto-learn | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,251 | Cant find views folder | Hello, unfortunately I cannot find the footer and header.html in File Zilla after the installation. How can I access it? Unfortunately, I don't have that much knowledge about this topic. Thanks in advance.
| closed | 2022-07-20T13:35:47Z | 2022-08-02T11:50:09Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3251 | [] | JimpoTEDY | 9 |
huggingface/transformers | pytorch | 36,576 | Some methods in TrainerControl seem not to be utilized. | Looking at the callback code has caused me a great deal of confusion. It seems that this function has never been used. I'm not sure if I've missed something.
https://github.com/huggingface/transformers/blob/6966fa190172b48b2fb46fe4552a13b943e692cf/src/transformers/trainer_callback.py#L275 | closed | 2025-03-06T07:19:53Z | 2025-03-13T16:21:17Z | https://github.com/huggingface/transformers/issues/36576 | [] | mst272 | 2 |
scikit-learn/scikit-learn | machine-learning | 30,151 | Segmentation fault in sklearn.metrics.pairwise_distances with OpenBLAS 0.3.28 (only pthreads variant) | ```
mamba create -n testenv scikit-learn python=3.12 libopenblas=0.3.28 -y
conda activate testenv
PYTHONFAULTHANDLER=1 python /tmp/test_openblas.py
```
```py
# /tmp/test_openblas.py
import numpy as np
from joblib import Parallel, delayed
from threadpoolctl import threadpool_limits
from sklearn.metrics.p... | closed | 2024-10-25T08:39:46Z | 2024-11-25T16:32:15Z | https://github.com/scikit-learn/scikit-learn/issues/30151 | [
"Bug"
] | lesteve | 13 |
ckan/ckan | api | 7,592 | Error while deleting a package with an extra field | ## CKAN version
2.10
## Describe the bug
When deleting a package with an extra field, the following exception is traced:
```
ckan | 2023-05-16 13:05:12,630 ERROR [ckan.model.modification]
ckan | Traceback (most recent call last):
ckan | File "/srv/app/src/ckan/ckan/model/modification.py", line 71, in noti... | open | 2023-05-16T14:56:10Z | 2025-03-11T13:25:45Z | https://github.com/ckan/ckan/issues/7592 | [] | pkernevez | 1 |
chaoss/augur | data-visualization | 2,942 | Gitlab - repo_info data population | Right now repo_info is not populating for gitlab. Further investigation needed | open | 2024-10-21T15:52:57Z | 2024-11-04T15:57:19Z | https://github.com/chaoss/augur/issues/2942 | [] | cdolfi | 0 |
christabor/flask_jsondash | plotly | 63 | Use c3.load to reload data instead of re-generating in c3js | For performance and transition animations.
| closed | 2016-10-24T18:50:48Z | 2017-07-11T17:34:10Z | https://github.com/christabor/flask_jsondash/issues/63 | [
"enhancement",
"performance"
] | christabor | 2 |
graphql-python/graphene-django | graphql | 488 | Mutations + Django Forms + Additional arguments passed to form | Hello,
I was quite happy to learn that this lib has added the ability to integrate with existing Django forms. That being said, our use case requires us to alter the options in the forms dynamically.
In general we accomplish this in one of two ways:
```python
def make_UserForm(tenant):
class UserForm(fo... | closed | 2018-08-03T16:49:11Z | 2019-06-18T12:09:19Z | https://github.com/graphql-python/graphene-django/issues/488 | [
"wontfix"
] | jlward | 1 |
ageitgey/face_recognition | python | 635 | To make importing images in 'facerec_from_webcam_faster.py' easier by only providing the known_pictures folder path | * face_recognition version:1.2.3
* Python version:2.7
* Operating System:Fedora 27
### Description
In Examples of face_recognition the code 'facerec_from_webcam_faster.py' works fine, but I wanted to make import the images easier, Now in the above code instead of manually writing the name and path of each imag... | open | 2018-09-29T19:04:54Z | 2018-10-12T09:37:35Z | https://github.com/ageitgey/face_recognition/issues/635 | [] | sid-star | 3 |
great-expectations/great_expectations | data-science | 10,410 | [BUG] Exception during validation of ExpectColumnValuesToNotBeNull | **Describe the bug**
I am using a spark/pandas dataframe. The dataframe has multiple columns and I am using one of them as a parameter for this expectation. If I use a column which has no null values then there is no exception and I get the expected result. Now when I pass some other column (also does not have any nul... | open | 2024-09-17T15:31:41Z | 2024-11-19T06:52:19Z | https://github.com/great-expectations/great_expectations/issues/10410 | [
"bug"
] | Utkarsh-Krishna | 13 |
skypilot-org/skypilot | data-science | 4,702 | Add us-east-3 region support to Lambda Labs | At the moment, a GH200 can't be launched in Lambda Labs in the us-east-3 region via SkyPilot:
```
$ sky launch -c test_gh200 --region=us-east-3 test_docker.yaml
Task from YAML spec: test_docker.yaml
ValueError: Invalid (region 'us-east-3', zone None) for cloud Lambda. Details:
Invalid region 'us-east-3'
List of support... | closed | 2025-02-12T20:12:25Z | 2025-02-12T21:31:33Z | https://github.com/skypilot-org/skypilot/issues/4702 | [] | ajayjain | 3 |
alteryx/featuretools | data-science | 1,944 | Remove excessive lint checking in all python version (just do 3.10) | - We should not do excessive lint checking in all python versions.
- We are moving to using black soon, and the main developer [suggested](https://github.com/psf/black/issues/2383#issuecomment-882729863) only using 3.10
| closed | 2022-03-10T18:04:19Z | 2022-03-10T18:58:39Z | https://github.com/alteryx/featuretools/issues/1944 | [] | gsheni | 0 |
vitalik/django-ninja | pydantic | 497 | Two endpoints with the same url, but different method throws METHOD NOT ALLOWED | Hi!
I was implementing two endpoints that have the same url, but it changes in the query parameters, and they have different access methods, and in the second one it is responding with a status 405 and METHOD NOT ALLOWED.
Although it is true that typing the variables in the url solves the problem, the following q... | closed | 2022-07-05T08:28:43Z | 2024-01-14T19:28:50Z | https://github.com/vitalik/django-ninja/issues/497 | [] | JFeldaca | 6 |
ultralytics/yolov5 | deep-learning | 12,859 | Why is background FP so high? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I am using my customized data set, and the training result background FP is very high. Th... | closed | 2024-03-28T05:04:19Z | 2024-11-07T14:57:21Z | https://github.com/ultralytics/yolov5/issues/12859 | [
"question",
"Stale"
] | a41497254 | 6 |
elliotgao2/toapi | api | 124 | Flask logging error | python 3.7
toapi 2.1.1
```
Traceback (most recent call last):
File "main.py", line 5, in <module>
api = Api()
File "/usr/local/lib/python3.7/site-packages/toapi/api.py", line 24, in __init__
self.__init_server()
File "/usr/local/lib/python3.7/site-packages/toapi/api.py", line 27, in __init_serve... | closed | 2018-07-14T14:18:22Z | 2018-08-06T14:26:55Z | https://github.com/elliotgao2/toapi/issues/124 | [] | tmshv | 2 |
pydantic/pydantic-ai | pydantic | 603 | PydanticAI doesn't return None but raw VertexAI code does | So just using VertexAI libraries I can have the option to get back null values. However, when writing the equivalent code using pydanticAI I never get back null values:
**Using vertex libraries:**
```py
from vertexai.generative_models import GenerativeModel, GenerationConfig
response_schema = {
"type": "ob... | closed | 2025-01-03T09:41:48Z | 2025-01-06T16:48:16Z | https://github.com/pydantic/pydantic-ai/issues/603 | [
"bug"
] | DataMonsterBoy | 1 |
encode/uvicorn | asyncio | 2,166 | `--reload-include` doesn't work with hidden files e.g. `--reload-include .env` | ### Initial Checks
- [X] I confirm this was discussed, and the maintainers suggest I open an issue.
- [X] I'm aware that if I created this issue without a discussion, it may be closed without a response.
### Discussion Link
```Text
https://github.com/encode/uvicorn/discussions/1705
```
### Description
The `--relo... | closed | 2023-11-29T15:49:24Z | 2024-02-10T14:33:45Z | https://github.com/encode/uvicorn/issues/2166 | [] | michaeloliverx | 1 |
newpanjing/simpleui | django | 94 | 浏览器刷新后无法滑动到底部 | **bug描述**
浏览器刷新后无法滑动到底部
**重现步骤**
1. 刷新浏览器
2. 划动无法到最底部 | closed | 2019-06-19T03:43:01Z | 2019-07-09T05:48:30Z | https://github.com/newpanjing/simpleui/issues/94 | [
"bug"
] | JohnYan2017 | 1 |
aiortc/aiortc | asyncio | 500 | Allow MediaPlayer to be closed on application shutdown | Add a `stop()` function to the MediaPlayer so that an application can shutdown cleanly. This is also the case for the `webcam` example. This will only properly close if a peer connection was opened at least once.
I already wrote a stop function so I could do a PR | closed | 2021-03-09T09:00:45Z | 2022-03-22T02:39:54Z | https://github.com/aiortc/aiortc/issues/500 | [
"stale"
] | paulhobbel | 5 |
marcomusy/vedo | numpy | 1,115 | Intersection between watertight mesh and plane mesh | I am using `cut_with_mesh` to obtain the part of a plane mesh that is inside another mesh. What I am using now:
```python
mesh = trimesh2vedo(plane_mesh).cut_with_mesh(trimesh2vedo(mesh))
```
It looks like this:
, which has seaborn as a dependency.
In upgrading to Python 3.11, we also upgraded to seaborn 0.13.0, and [this docstring example](https://pyleocl... | open | 2023-11-29T02:45:56Z | 2023-11-30T15:23:29Z | https://github.com/mwaskom/seaborn/issues/3575 | [
"mod:relational",
"needs-reprex"
] | CommonClimate | 2 |
iMerica/dj-rest-auth | rest-api | 562 | Why does the registration functionality depend on allauth? | It's kind of strange to me that to enable registration I have to install allauth. It's especially strange that I need to include the `allauth.socialaccount` app, even when I am not planning to ever support social logins. Is this something that could be made optional? | open | 2023-10-25T14:17:12Z | 2024-01-06T15:21:52Z | https://github.com/iMerica/dj-rest-auth/issues/562 | [] | kevinrenskers | 2 |
plotly/dash | flask | 2,850 | Dropdown changes in Dash 2.17 causing page loading issues in Dash docs | Our docs tests test different paths:
https://github.com/plotly/ddk-dash-docs/blob/main/tests/integration/test_bad_paths.py
With Dash 2.17, some of these tests fail because the page never loads
The page ends up stuck in a state like this
 and found no similar feature requests.
### Description
I am currently using supervision in my thesis to analyse driving behavior in different videos and its super useful. But the PolygonZone array... | closed | 2024-05-29T12:20:02Z | 2024-05-29T12:44:24Z | https://github.com/roboflow/supervision/issues/1243 | [
"enhancement"
] | pasionline | 1 |
pandas-dev/pandas | python | 60,364 | DOC: Add missing links to optional dependencies in getting_started/install.html | ### Pandas version checks
- [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/)
### Location of the documentation
https://pandas.pydata.org/docs/getting_started/install.html
### Documentation problem
On the “Installation” page, li... | closed | 2024-11-19T20:05:36Z | 2024-12-02T19:09:40Z | https://github.com/pandas-dev/pandas/issues/60364 | [
"Build",
"Docs"
] | bluestarunderscore | 8 |
yzhao062/pyod | data-science | 416 | Meaning of Contamination in SUOD | Hello,
Thanks for the excellent work with PyOD! I am using SUOD to create an ensemble of 6 models (3 ABOD, 3 INNE). Each of these instances has their own (different) contamination value. However, the SUOD object itself has a separate contamination parameter. What is the effect of/interaction between the contamination ... | closed | 2022-06-23T17:53:05Z | 2022-06-27T20:01:28Z | https://github.com/yzhao062/pyod/issues/416 | [] | madarax64 | 6 |
miguelgrinberg/Flask-SocketIO | flask | 1,544 | How to handle Bad request type? | ``How do I handle code 400, message Bad HTTP/0.9 request type ('<?xml')??
**Logs**
I am trying to connect to a particular device based on sockets. All I am getting is this error 400 error.
Is there anything like .recv() or something?
```
from flask import Flask, render_template
from flask_socketio import... | closed | 2021-05-08T16:20:06Z | 2021-05-10T13:04:19Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1544 | [
"question"
] | bansalnaman15 | 11 |
BeanieODM/beanie | pydantic | 487 | [BUG] how return id instead of _id in fastapi web |  | closed | 2023-02-13T07:43:52Z | 2023-03-31T02:25:45Z | https://github.com/BeanieODM/beanie/issues/487 | [
"Stale"
] | linpan | 6 |
python-gino/gino | sqlalchemy | 48 | The URL of documention is error. | 老铁,更新一下文档地址吧~
非常感谢 ^_^ | closed | 2017-09-01T04:31:21Z | 2017-09-01T08:54:33Z | https://github.com/python-gino/gino/issues/48 | [
"duplicate"
] | zjxubinbin | 6 |
SciTools/cartopy | matplotlib | 2,093 | Problem with annotation in image | ### Description
Hello,
I encountered a problem where text will not be cut off properly in cartopy at the edge of the figure.
This is a simplyfied version of the problem, but it should be obvious what is going wrong.
You can clearly see that the higher numbers (90+) are still displayed, even though they are outside ... | open | 2022-10-06T15:29:13Z | 2022-10-15T21:11:20Z | https://github.com/SciTools/cartopy/issues/2093 | [] | HelixPiano | 5 |
sloria/TextBlob | nlp | 396 | Error in translation and detect_language | Hi,
When calling for the functions detect_language & translate are not working. After a couple of pushes, I receive a HTTP 404 error unfortunately. I'm quite unsure what the issue might be. I don't if Google updated their criteria regarding API's but @sloria could you have a look at this? I'm happy to help.
| closed | 2021-09-14T09:56:18Z | 2021-09-14T12:59:55Z | https://github.com/sloria/TextBlob/issues/396 | [] | DennisvDijk | 2 |
autogluon/autogluon | data-science | 4,578 | [BUG] TabularPredictor fit method with an (hyper)parameter `learning_curves` crashes | **Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install. <!-- Preferred -->
- [x ] I confirmed bug exists on the latest stable version of AutoGl... | closed | 2024-10-24T15:30:43Z | 2024-10-25T19:43:44Z | https://github.com/autogluon/autogluon/issues/4578 | [
"bug: unconfirmed",
"Needs Triage"
] | g-ameline | 3 |
tqdm/tqdm | pandas | 1,483 | img.tqdm.ml links broken | - [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [ ] I have mentioned version numbers, operating syste... | closed | 2023-07-20T11:17:06Z | 2023-08-09T11:21:29Z | https://github.com/tqdm/tqdm/issues/1483 | [
"p0-bug-critical ☢",
"question/docs ‽"
] | DFEvans | 1 |
mwaskom/seaborn | pandas | 3,131 | Add flag to jointplot: perform "copula like" plot by using empirical probability integral transform on X and Y variables | As far as I understand, performing a jointplot for looking at the relation between 2 random variables can be a bit deceptive depending on the context, as the 2D density plot obtained is then a mixture of the effect of the marginal distributions and the effect of the relation between the variables. A way to get a more c... | closed | 2022-11-08T21:00:38Z | 2022-11-18T23:39:31Z | https://github.com/mwaskom/seaborn/issues/3131 | [] | jerabaul29 | 4 |
Kludex/mangum | fastapi | 319 | VPC Lattice event support | VPC Lattice is a fairly new AWS Service (see, e.g.: https://aws.amazon.com/blogs/aws/introducing-vpc-lattice-simplify-networking-for-service-to-service-communication-preview/) for easier communication between VPC resources.
As a VPC Service will create a new type of event, it's not working if the Lattice Target Grou... | open | 2024-03-01T11:38:16Z | 2024-03-01T11:39:49Z | https://github.com/Kludex/mangum/issues/319 | [] | michal-sa | 0 |
Netflix/metaflow | data-science | 1,443 | @retry that retries only system errors | To handle interrupted spot instances and other system-level exceptions, we need a version of `@retry` that lets non-retrieable user errors go through.
The example below does the trick for locally scheduled runs but not on production runs on Argo/SFN/Airflow:
```
import sys
import time
import traceback
from fu... | open | 2023-06-08T15:35:14Z | 2023-06-08T15:35:14Z | https://github.com/Netflix/metaflow/issues/1443 | [
"enhancement"
] | tuulos | 0 |
python-gino/gino | asyncio | 349 | Trying to close already closed BindContext | * GINO version: 0.7.5
* Python version: 3.6.6
* asyncpg version: 0.17.0
* aiocontextvars version: 0.1.2
* PostgreSQL version: postgres:10.3-alpine
### Description
When i run tests, then gino trying to close already closed bind
```
test/integration/test_add_extra_number_segment.py:26 (test_unable_find_rou... | closed | 2018-09-26T13:09:38Z | 2018-09-27T02:55:05Z | https://github.com/python-gino/gino/issues/349 | [] | patriczek | 5 |
Kanaries/pygwalker | matplotlib | 531 | Use Streamlit's officially recommended method to render Pygwalker UI | **Use Streamlit's officially recommended method to render Pygwalker UI, so the following changes have been made:**
#### 1.Temporary delete the Exploer button under pure chart
Under the new rendering method, Pygwalker needs to complete the Request-Response communication through rerun, and retun will lose the state... | closed | 2024-04-18T06:23:41Z | 2025-02-26T02:15:53Z | https://github.com/Kanaries/pygwalker/issues/531 | [
"proposal"
] | longxiaofei | 0 |
pydantic/FastUI | pydantic | 36 | Tailwind, Bootstrap and other CSS framework support. | We don't need more built-in framework support. We can make a base component and others will override to use any CSS frameworks. We can't support every frameworks behaviour but the most popular ones. | closed | 2023-12-01T19:22:54Z | 2024-03-12T08:46:11Z | https://github.com/pydantic/FastUI/issues/36 | [] | Almas-Ali | 5 |
man-group/arctic | pandas | 473 | Usage discussion: VersionStore vs TickStore, allowed options for VersionStore.write.. | First of all - my thanks to the maintainers. This library is exactly what I was looking for and looks very promising.
I've been having a bit of trouble figuring how to optimally use `arctic` though. I've been following the examples in /howto which are... sparse. Is there somewhere else I might find examples or docs... | closed | 2017-12-20T02:06:55Z | 2019-04-03T21:33:22Z | https://github.com/man-group/arctic/issues/473 | [] | rueberger | 19 |
MaartenGr/BERTopic | nlp | 1,383 | Expired link contained in the document page | Hello. I found a expired link in the documentation.
The link included in the tips in section 4 Bag-of-words of the algorithm on the documentation page has expired.
page containing expired link:
https://maartengr.github.io/BERTopic/algorithm/algorithm.html#3-cluster-documents
expired link:
https://maartengr.g... | closed | 2023-07-02T07:24:33Z | 2023-09-27T09:09:40Z | https://github.com/MaartenGr/BERTopic/issues/1383 | [] | burugaria7 | 3 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 258 | 希望可以对UIAumation的事件进行支持 | 1. 微软的UIAumation是支持监听某些事件的,如某个控件被聚焦,但现在python没有实现,希望将来可以实现。
2. 还希望可以支持异步编程,因为从3.8的python之后,asyncio库已经很成熟,使用也很方便,希望可以把所有的函数都改成async的,因为在代码里面我发现有很多的地方有time.sleep(),这个函数是很糟糕的,会让整个线程睡眠,导致所有的函数都无法运行,使用了异步方法的话就不会,因为使用await asyncio.sleep()的睡眠仅仅会睡眠当前的异步函数,别的函数仍然可以继续运行,这样是非常高性能的。 | open | 2023-09-20T19:56:13Z | 2023-09-28T04:13:17Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/258 | [] | mzdk100 | 1 |
AutoGPTQ/AutoGPTQ | nlp | 365 | [BUG] | **Describe the bug**
error: subprocess-exited-with-error
!git clone https://github.com/PanQiWei/AutoGPTQ
# !cd AutoGPTQ
!pip3 install .
Please teach me. | closed | 2023-10-07T17:08:02Z | 2023-10-25T16:16:19Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/365 | [
"bug"
] | MotoyaTakashi | 2 |
home-assistant/core | python | 141,272 | Unable to add location to a local calendar event | ### The problem
Even though the documentation specifies that you can automate on the location attribute there is no way to add location to an event when creating a new one.
Would be nice if there was a field to enter this information when creating/editing a local calendar event
### What version of Home Assistant Cor... | closed | 2025-03-24T10:52:47Z | 2025-03-24T14:23:04Z | https://github.com/home-assistant/core/issues/141272 | [
"integration: local_calendar"
] | martinsheldon | 2 |
huggingface/datasets | numpy | 7,247 | Adding column with dict struction when mapping lead to wrong order | ### Describe the bug
in `map()` function, I want to add a new column with a dict structure.
```
def map_fn(example):
example['text'] = {'user': ..., 'assistant': ...}
return example
```
However this leads to a wrong order `{'assistant':..., 'user':...}` in the dataset.
Thus I can't concatenate two datasets ... | open | 2024-10-22T18:55:11Z | 2024-10-22T18:55:23Z | https://github.com/huggingface/datasets/issues/7247 | [] | chchch0109 | 0 |
suitenumerique/docs | django | 323 | Receive email notification in my language | ## Bug Report
**Problematic behavior**
Even though my interface is in french I'm receiving notification emails in english.
Right the emails are sent in the language setting the sender using on the app. It should be the opposite. | closed | 2024-10-11T10:08:12Z | 2025-03-05T13:29:25Z | https://github.com/suitenumerique/docs/issues/323 | [
"bug",
"backend",
"i18n"
] | virgile-dev | 8 |
kiwicom/pytest-recording | pytest | 83 | [BUG] having this plugin enabled breaks Intellij Idea failed test reports | Ok, so this was a weird one to debug...
Simply having the `pytest-recording` plugin enabled breaks [Intellij Idea](https://www.jetbrains.com/idea/) pytest [failed test reports](https://www.jetbrains.com/help/idea/product-tests.html) in some specific test cases ([here is an example](https://github.com/CarloDePieri/py... | open | 2022-05-17T10:21:19Z | 2022-05-17T10:21:52Z | https://github.com/kiwicom/pytest-recording/issues/83 | [
"Status: Review Needed",
"Type: Bug"
] | CarloDePieri | 0 |
hbldh/bleak | asyncio | 462 | No devices discovered on Windows | * bleak version: 0.9.0, 0.9.1, 0.10.0
* Python version: 3.9
* Operating System: Win10
### Description
I'm running the [scanning example](https://bleak.readthedocs.io/en/latest/scanning.html) on a Windows machine.
However, it does not discover any devices.
### What I Did
Installed bleak with `pip instal... | closed | 2021-02-24T13:47:14Z | 2021-02-24T15:46:37Z | https://github.com/hbldh/bleak/issues/462 | [] | 0ge | 0 |
deezer/spleeter | tensorflow | 925 | [Discussion] Whether to support cuda12? | I want to be able to use the same environment with whisperx and gradio, but when installing in the cuda12 environment, the following error message is displayed:
```
tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
```
An... | open | 2025-01-23T01:44:34Z | 2025-01-23T01:50:10Z | https://github.com/deezer/spleeter/issues/925 | [
"question"
] | aef5748 | 0 |
torchbox/wagtail-grapple | graphql | 204 | `RichTextField` returns internal markup while `RichTextBlock` returns browser-ready HTML | First, a hat tip to all the developers working on this project; thank you for all you have done.
I encountered this one today. The issue can be described thus:
```python
class ExamplePage(HeadlessPreviewMixin, Page):
body = RichTextField()
stream_body = StreamField([
('paragraph', RichTextBloc... | closed | 2021-11-13T00:06:08Z | 2022-08-19T16:37:54Z | https://github.com/torchbox/wagtail-grapple/issues/204 | [] | isolationism | 2 |
localstack/localstack | python | 11,840 | bug: DistributedMap Step Misinterprets Input Structure in LocalStack | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I’ve encountered a discrepancy between AWS Step Functions behavior and LocalStack behavior when using a DistributedMap step in a State Machine. In AWS, the DistributedMap correctly accesses fields from the initial... | closed | 2024-11-13T14:50:49Z | 2024-11-19T15:41:11Z | https://github.com/localstack/localstack/issues/11840 | [
"type: bug",
"status: resolved/fixed",
"aws:stepfunctions"
] | gerson24 | 3 |
cvat-ai/cvat | pytorch | 8,842 | Flickering in 3D play functionality | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
The issue arise while in annotation-view for 3d tasks.
The issue happens on a self-hosted CVAT instance.
ISSUE:
W... | open | 2024-12-18T14:26:03Z | 2025-01-15T12:59:52Z | https://github.com/cvat-ai/cvat/issues/8842 | [
"ui/ux"
] | alessandrocennamo | 0 |
fugue-project/fugue | pandas | 357 | [FEATURE] Map type support | Fugue needs to support Map type. Map type is in the form of <key_type, value_type> and the data is in the form of a list of key-value tuples or just a dict.
The construction of map type data is very different between different backends, for example duckdb will use (list_of_keys, list_of_values), spark only accepts d... | closed | 2022-09-11T05:41:25Z | 2022-10-03T03:35:17Z | https://github.com/fugue-project/fugue/issues/357 | [
"enhancement",
"spark",
"core feature",
"pandas",
"dask",
"duckdb",
"ray"
] | goodwanghan | 1 |
pennersr/django-allauth | django | 3,413 | Documentation has a different version to the deployed | When I add this to middleware section _allauth.account.middleware.AccountMiddleware_ it returns this response in the terminal.

| closed | 2023-09-04T02:40:41Z | 2023-09-04T05:47:44Z | https://github.com/pennersr/django-allauth/issues/3413 | [] | RadySonabu | 1 |
saleor/saleor | graphql | 17,468 | Bug: user query is case sensitive for the email field | ### What are you trying to achieve?
My backend needs to query users by email (with manager permissions). I started running into issues and then realised that the [`user`](https://docs.saleor.io/api-reference/users/queries/user) query is case-sensitive.
### Steps to reproduce the problem
To reproduce this, sign up a ... | open | 2025-03-10T14:41:24Z | 2025-03-10T14:42:00Z | https://github.com/saleor/saleor/issues/17468 | [
"bug",
"triage"
] | rizo | 1 |
mlflow/mlflow | machine-learning | 14,843 | [FR] Support runs:/ and models:/ for scoring | ### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
On this [PR discussion](https://github.com/mlflow/mlflow/pull/9538#discussion_r1318088799) the possibility to use runs:/ and models:/ for scoring has been proposed but it was... | open | 2025-03-04T20:25:30Z | 2025-03-05T11:58:33Z | https://github.com/mlflow/mlflow/issues/14843 | [
"enhancement"
] | f2cf2e10 | 2 |
wkentaro/labelme | computer-vision | 615 | --flags or --labels for text file displayed as name of text file instead of list in text file | I am trying to open labelme with labels or flags. By using labelme --flags flags.txt, labelme should open and show the list in the flags.txt under the flags but instead it displays the name of the text file which is 'flags.txt'. Below is an example:
I have a text file named flags.txt and it contains a list of fruits... | open | 2020-03-04T08:24:40Z | 2024-12-30T12:47:58Z | https://github.com/wkentaro/labelme/issues/615 | [
"issue::bug"
] | Khuzai | 4 |
errbotio/errbot | automation | 873 | Implement connection to Lets Chat server | closed | 2016-10-15T08:41:00Z | 2019-01-05T17:15:11Z | https://github.com/errbotio/errbot/issues/873 | [
"backend: Common"
] | ibiBgOR | 3 | |
widgetti/solara | fastapi | 114 | Solara as desktop app | Started https://github.com/widgetti/solara/discussions/100 and also asked about on Discord.
I'm opening this to collect interest.
What I can see happening is a pyinstaller + https://pypi.org/project/pywebview/ in CI to test if it is possible to make a desktop-like application and because in CI it will always be s... | open | 2023-05-24T20:02:59Z | 2023-05-25T12:07:34Z | https://github.com/widgetti/solara/issues/114 | [] | maartenbreddels | 2 |
ionelmc/pytest-benchmark | pytest | 66 | asyncio support | are there any plans on adding support for benchmarking coroutines? | open | 2017-01-23T22:27:31Z | 2024-04-16T07:08:45Z | https://github.com/ionelmc/pytest-benchmark/issues/66 | [] | argaen | 16 |
pytorch/pytorch | machine-learning | 149,527 | GHA request labels should represent independent fleet of runners | Currently we identified that a few runners are provided by multiple vendors/organizations and use the same label.
* linux.s390x
* linux.idc.xpu
* linux.rocm.gpu.2
* macos-m2-15 (and mac label standards)
We need to identify the labels that are reused across fleets and define a new standard that better reflect where th... | open | 2025-03-19T16:34:42Z | 2025-03-20T16:52:22Z | https://github.com/pytorch/pytorch/issues/149527 | [
"module: ci",
"triaged",
"enhancement",
"needs design"
] | jeanschmidt | 3 |
apache/airflow | automation | 47,582 | Not able to authenticate FastAPI while requesting endpoints from the docs page | ### Apache Airflow version
3.0.0b2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Not able to authenticate FastAPI docs page (http://localhost:28080/docs)

### What you think should ha... | open | 2025-03-10T17:48:20Z | 2025-03-18T07:46:22Z | https://github.com/apache/airflow/issues/47582 | [
"kind:bug",
"area:API",
"priority:low",
"area:auth",
"area:core",
"affected_version:3.0.0beta"
] | atul-astronomer | 8 |
supabase/supabase-py | flask | 1,071 | Supabase not working in gradio python space | Supabase not working in gradio python space in Hugging face
Error log:
```
Exit code: 1. Reason: Traceback (most recent call last):
File "/home/user/app/app.py", line 9, in <module>
create_client(supabase_key=key, supabase_url=url)
File "/usr/local/lib/python3.10/site-packages/supabase/_sync/client.py",... | closed | 2024-12-16T17:36:55Z | 2025-03-18T18:57:49Z | https://github.com/supabase/supabase-py/issues/1071 | [
"bug"
] | UNNAMMEDUSER | 6 |
FujiwaraChoki/MoneyPrinter | automation | 62 | [BUG] CleintConnectorCertificateError | **Describe the bug**
127.0.0.1 - - [07/Feb/2024 21:15:26] "POST /api/generate HTTP/1.1" 200 -
127.0.0.1 - - [07/Feb/2024 21:16:48] "OPTIONS /api/generate HTTP/1.1" 200 -
[+] Cleaned ../temp/ directory
[+] Cleaned ../subtitles/ directory
[Video to be generated]
Subject: test
```
FreeGpt: ClientConnectorCertif... | closed | 2024-02-08T03:22:18Z | 2024-02-09T17:36:01Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/62 | [] | thebetterjort | 3 |
vaexio/vaex | data-science | 2,126 | [BUG-REPORT] setup uses hardcoded name for python | Setup.py currently uses
` os.system('python -m pip install --upgrade .')`
but this should be
` os.system(f'{sys.executable} -m pip install --upgrade .')`
Using just 'python' can create problems when several pythons are installed, e.g. python3.10 and python3.9 and the default system python is linked to python3.10... | closed | 2022-07-24T17:53:58Z | 2022-08-08T22:44:58Z | https://github.com/vaexio/vaex/issues/2126 | [] | arunpersaud | 1 |
quantumlib/Cirq | api | 6,800 | Replace check/tool scripts with a direct tool invocation as feasible | **Description of the issue**
Some of the `check/SomeTool` scripts such as [check/mypy](https://github.com/quantumlib/Cirq/blob/9e2162215fea2acadca7125114958370ef12892a/check/mypy) or [check/pylint](https://github.com/quantumlib/Cirq/blob/9e2162215fea2acadca7125114958370ef12892a/check/pylint) effectively run the tool... | closed | 2024-11-18T23:04:24Z | 2025-02-06T15:36:14Z | https://github.com/quantumlib/Cirq/issues/6800 | [
"no QC knowledge needed",
"kind/health",
"triage/accepted",
"area/dev",
"area/mypy",
"area/checks",
"area/pylint"
] | pavoljuhas | 0 |
praw-dev/praw | api | 1,439 | Implement endpoints for rule creation. deletion, and modification | **Describe the solution you'd like**
To programmatically define rules for a subreddit, IMO the clearest option is to implement `SubredditWidgetsModeration.add_rules_widget`. [Several related methods](https://praw.readthedocs.io/en/v7.0.0/code_overview/other/subredditwidgetsmoderation.html) are supported, including:
... | closed | 2020-04-26T15:38:27Z | 2020-04-29T19:45:42Z | https://github.com/praw-dev/praw/issues/1439 | [
"Feature"
] | vogt4nick | 3 |
lukas-blecher/LaTeX-OCR | pytorch | 241 | Latexocr generate completely off result | The pix2tex command line tool works really well for me, generating high quality results most of the time. But the GUI by calling latexocr gives completely random results.
E.g. when pix2tex generate $E=m c^{2}$ the GUI generate $\scriptstyle{\hat{s e}}_{k\in G a l}^{a=1,10}$
Environment: macOS 12.6.3, Python 3.7.7... | open | 2023-02-17T15:19:34Z | 2024-03-21T20:14:40Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/241 | [
"gui",
"macOS"
] | shrninepoints | 4 |
abhiTronix/vidgear | dash | 151 | why to used vidgear?do u give me a simple examples instead of opencv? | I already read the introducation of vidgear. and I noticed multi-thread and something in it.but ,I can't understand the differents with opencv lib.
If I have two cameras,how to use vidgear?anything like opencv ?
could u give me some multi threads simple? | closed | 2020-07-27T07:43:35Z | 2020-07-27T08:44:05Z | https://github.com/abhiTronix/vidgear/issues/151 | [
"INVALID :stop_sign:",
"QUESTION :question:",
"ANSWERED IN DOCS :book:"
] | tms2003 | 1 |
laughingman7743/PyAthena | sqlalchemy | 512 | Okta authentication support | I'm curious if `pyathena` supports Oka authentication as desribed here:
https://docs.aws.amazon.com/athena/latest/ug/jdbc-v3-driver-okta-credentials.html
If not, do you have any plan to support this? | closed | 2024-02-09T08:37:25Z | 2024-02-09T13:09:37Z | https://github.com/laughingman7743/PyAthena/issues/512 | [] | jinserk | 1 |
allenai/allennlp | nlp | 5,171 | No module named 'allennlp.data.tokenizers.word_splitter' |
I'm using python 3.7 in google colab. I install allennlp=2.4.0 and allennlp-models.
When I run my code:
from allennlp.data.tokenizers.word_splitter import SpacyWordSplitter
I get this error:
ModuleNotFoundError: No module named 'allennlp.data.tokenizers.word_splitter'
help me please.
| closed | 2021-04-30T17:11:44Z | 2021-05-17T16:10:36Z | https://github.com/allenai/allennlp/issues/5171 | [
"question",
"stale"
] | mitra8814 | 2 |
codertimo/BERT-pytorch | nlp | 86 | In Next Sentence Prediction task,the original code may choose the same line when you try to use the negative sample | ```bash
def get_random_line(self):
...
return self.lines[random.randrange(len(self.lines))][1]
...
```
it should be changed to the following:
```bash
def get_random_line(self,index):
...
tmp = random.randrange(len(self.lines)) ... | open | 2020-12-07T05:46:51Z | 2020-12-07T05:55:49Z | https://github.com/codertimo/BERT-pytorch/issues/86 | [] | Emir-Liu | 0 |
dask/dask | scikit-learn | 11,566 | Should `dask.persist` raise on non-persistable objects? | # Problem
Until [recently](https://github.com/dask/distributed/issues/8948), `dask.persist()` supported both persistable Dask collections and ordinary Python objects as inputs. The Dask collections would be persisted (as expected) while the Python objects would be handled transparently and returned as-is in the outp... | open | 2024-11-25T18:20:34Z | 2025-02-24T02:01:27Z | https://github.com/dask/dask/issues/11566 | [
"needs attention",
"needs triage"
] | hendrikmakait | 3 |
piskvorky/gensim | data-science | 2,693 | Number of Sentences in corpusfile don't match trained sentences. | #### Problem description
I'm training a fasttext model (CBOW) over a corpus, for instance `enwik8`.
The number of sentences trained (or example_count as referred in log methods) on doesn't equal the number of sentences in the file (`wc -l` or `len(f.readlines())`, referred as `expected_count` or `total_examples` )... | open | 2019-12-02T10:11:29Z | 2019-12-02T13:48:13Z | https://github.com/piskvorky/gensim/issues/2693 | [] | tshrjn | 1 |
yeongpin/cursor-free-vip | automation | 155 | 重置机器码后 换新邮箱 依然无法使用 | 使用curso0.46.8 | closed | 2025-03-07T07:42:10Z | 2025-03-10T06:03:16Z | https://github.com/yeongpin/cursor-free-vip/issues/155 | [] | ycsxd | 2 |
3b1b/manim | python | 1,137 | Add another good tutorial resource to README | I found this really extensive tutorial/example resource for manim and I think it should be listed in the Walkthough section of the README.md
[Elteoremadebeethoven/AnimationsWithManim](https://github.com/Elteoremadebeethoven/AnimationsWithManim) | closed | 2020-06-16T04:14:34Z | 2021-02-10T06:36:07Z | https://github.com/3b1b/manim/issues/1137 | [] | zyansheep | 0 |
aiortc/aiortc | asyncio | 725 | janus example bogusly calls webcam.py | Recent git commit 713fb64 introduced option `--play-without-decoding` to example script `janus.py`, and added an example commandline to `examples/janus/README.rst`.
...but that commandline calls `webcam.py` (not `janus-py`). | closed | 2022-05-26T12:58:14Z | 2022-06-16T14:40:35Z | https://github.com/aiortc/aiortc/issues/725 | [] | jonassmedegaard | 2 |
MaxHalford/prince | scikit-learn | 56 | Is there a way to transform new data after fitting with FAMD? | Hello,
I just discovered this package and it seems very interesting. I was wondering is there a way to apply the transform function to new unseen data after calling FAMD fit? Analogous to how PCA works in sklearn.
When I try to do this I get an error:
X)
102 X = self.scaler_.transform(X)
... | closed | 2019-03-14T16:02:29Z | 2021-07-27T15:08:45Z | https://github.com/MaxHalford/prince/issues/56 | [] | kuhanw | 12 |
ShishirPatil/gorilla | api | 77 | [feature] Run gorilla locally without GPUs 🦍 | Today, Gorilla end-points run on UC Berkeley hosted servers 🐻 When you try our colab, or our chat completion API, or the CLI tool, it hits our GPUs for inference. A popular ask among our users is to run Gorilla locally on Macbooks/Linux/WSL.
**Describe the solution you'd like:**
Have the model(s) running locally... | closed | 2023-08-01T09:12:05Z | 2024-02-04T08:34:53Z | https://github.com/ShishirPatil/gorilla/issues/77 | [
"enhancement"
] | ShishirPatil | 11 |
skforecast/skforecast | scikit-learn | 165 | Closed Issue | closed | 2022-06-13T03:15:41Z | 2022-06-20T09:17:00Z | https://github.com/skforecast/skforecast/issues/165 | [
"invalid"
] | hdattada | 1 | |
axnsan12/drf-yasg | rest-api | 813 | `ImportError: Module "drf_yasg.generators" does not define a "OpenAPISchemaGenerator" attribute/class` after upgrading DRF==3.14.0 | # Bug Report
## Description
After update Django Rest Framework to 3.14.0, Django did not start, because drf-yasg raise exception `ImportError: Could not import 'drf_yasg.generators.OpenAPISchemaGenerator' for API setting 'DEFAULT_GENERATOR_CLASS'. ` Reverting to drf==3.13.1 resolves the issue.
## Is this a reg... | closed | 2022-09-23T11:50:21Z | 2023-10-06T09:52:16Z | https://github.com/axnsan12/drf-yasg/issues/813 | [] | chrismaille | 0 |
noirbizarre/flask-restplus | flask | 541 | Can it declare more than one model? | I declare 2 models like this
```
fields = api.model('MyModel', {
'id_siswa': fields.String(),
'nama_siswa': fields.String(),
'kelas': fields.String(),
'hasil': fields.List(fields.Integer),
'id_penilai': fields.String(),
'nama_penilai':fields.String(),
})
indicators = api.model('Mode... | closed | 2018-10-18T09:53:19Z | 2018-10-19T03:24:49Z | https://github.com/noirbizarre/flask-restplus/issues/541 | [] | kafey | 2 |
plotly/plotly.py | plotly | 4,118 | Gibberish / malformed / strange negative y-axis values | ```python
#!/usr/bin/env python3
"""Test negative bug."""
from plotly.subplots import make_subplots
fig = make_subplots(rows=1, cols=1)
fig.add_bar(x=[1, 2, 3], y=[-4, 5, -6], row=1, col=1)
fig.update_layout(height=400, width=500, showlegend=True)
with open('web/negative.html', 'w', encoding='utf-8') as in... | closed | 2023-03-21T07:13:05Z | 2024-03-27T14:40:24Z | https://github.com/plotly/plotly.py/issues/4118 | [] | valankar | 6 |
fbdesignpro/sweetviz | data-visualization | 17 | Larger feature visualization on right is hidden | Appreciate the effort for this library and I see the potential!. Tried out at work and when the html displayed the charts for features are partially hidden. Thought that I could scroll over to see them but no horizontal scroll bar was available. | closed | 2020-07-07T20:04:07Z | 2020-07-24T02:35:11Z | https://github.com/fbdesignpro/sweetviz/issues/17 | [
"bug"
] | JohnDeJesus22 | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.