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
matplotlib/mplfinance
matplotlib
60
how to add text to figure
Hi,Denial: thanks for your great work! and I want to know if there is a way to add a text to figure,thank you
open
2020-03-22T04:00:59Z
2023-05-08T09:17:59Z
https://github.com/matplotlib/mplfinance/issues/60
[ "question" ]
liaoshuren
23
Zeyi-Lin/HivisionIDPhotos
fastapi
226
ๆ€Žไนˆไฟฎๆ”น้…็ฝฎๆ–‡ไปถๅขžๅŠ ๆ‰“ๅฐๆŽ’็‰ˆ้‡Œ้ข็š„็›ธ็บธๅฐบๅฏธ
ๆ€Žไนˆไฟฎๆ”น้…็ฝฎๆ–‡ไปถๅขžๅŠ ๆ‰“ๅฐๆŽ’็‰ˆ้‡Œ้ข็š„็›ธ็บธๅฐบๅฏธ
open
2025-01-07T10:12:12Z
2025-01-21T11:40:54Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/226
[]
cchuycchuy
0
datawhalechina/fantastic-matplotlib
matplotlib
3
Issue on page /็ฌฌไธ‰ๅ›ž๏ผšๅธƒๅฑ€ๆ ผๅผๅฎšๆ–นๅœ†/index.html ๅ‘็Žฐไธ€ไธช้”™ๅˆซๅญ—
![image](https://github.com/datawhalechina/fantastic-matplotlib/assets/90890983/3643a868-5b2a-4e4b-9229-00f3ebc8829c)
open
2023-07-14T01:31:41Z
2023-07-14T01:31:41Z
https://github.com/datawhalechina/fantastic-matplotlib/issues/3
[]
Geek3600
0
ranaroussi/yfinance
pandas
1,393
stock.info.get("preMarketPrice") returning None, even tho the pre-market price exist on the website
hey, ive encountaered problem in scraping pre-market price of stocks, since the last API update. many tickers returning None during pre-market, even tho i can see the price is there on the website. Here's an example: ![image](https://user-images.githubusercontent.com/104244926/216615303-d3f18f5f-9ab4-4e3d-98d9-1e556...
open
2023-02-03T13:31:26Z
2025-01-08T13:17:26Z
https://github.com/ranaroussi/yfinance/issues/1393
[]
xxredxoctoberxx
6
huggingface/diffusers
deep-learning
10,749
Please add support for GGUF in Lumina2 pipeline
**Is your feature request related to a problem? Please describe.** GGUF is already available, please add support in pipeline https://huggingface.co/calcuis/lumina-gguf/tree/main **Describe the solution you'd like.** ``` import torch from diffusers import Lumina2Text2ImgPipeline, Lumina2Transformer2DModel bfl_repo = "A...
closed
2025-02-08T16:42:05Z
2025-02-12T13:24:52Z
https://github.com/huggingface/diffusers/issues/10749
[]
nitinmukesh
2
ultralytics/ultralytics
deep-learning
19,696
May I ask how to mark the key corners of the box? There is semantic ambiguity
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question May I ask how to mark the key corners of the box? There is semantic ambiguit...
open
2025-03-14T09:45:40Z
2025-03-16T04:33:07Z
https://github.com/ultralytics/ultralytics/issues/19696
[ "question" ]
missTL
4
noirbizarre/flask-restplus
flask
50
Support ORM (MongoKit) models?
I've been trying to generate `ApiModel`s from from MongoKit models: Consider the following MongoKit model: ``` python @api.model() # this would be awesome class User(Document): structure = { 'name': unicode, 'email': unicode, } use_dot_notation=True ``` Currently I've tried this ``` pyth...
closed
2015-06-03T18:19:25Z
2015-11-04T15:54:08Z
https://github.com/noirbizarre/flask-restplus/issues/50
[ "wontfix" ]
mikeroll
1
donnemartin/data-science-ipython-notebooks
machine-learning
96
solving issue
data-science-ipython-notebooks
open
2023-03-31T14:29:24Z
2023-03-31T14:29:24Z
https://github.com/donnemartin/data-science-ipython-notebooks/issues/96
[]
Sandyah06
0
mirumee/ariadne
api
151
Raise ValueError when `field` or `source` decorator was called incorrectly
Currently there's no error when the developer forgets to follow the `field` or `source` decorator with `("name")`, tricking them into thinking that decorated function has been registered while in fact it wasn't. We could update implementation for those functions to raise ValueError when `name` attr is not `str`.
closed
2019-05-06T15:58:00Z
2019-05-07T11:22:40Z
https://github.com/mirumee/ariadne/issues/151
[ "enhancement", "roadmap" ]
rafalp
0
jupyter-book/jupyter-book
jupyter
1,889
Error using jupyter-book (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
### Describe the bug When I try to build my jupyter-book, I get an error. Other people working on the same git-repo don't get the same error. I am working on a M1 Mac and have installed python through homebrew. This is the error message I get ```console $ jupyter-book build mybook sphinx.errors.ExtensionError...
closed
2022-11-29T16:05:04Z
2022-12-05T10:49:40Z
https://github.com/jupyter-book/jupyter-book/issues/1889
[ "bug" ]
jacobInav
6
onnx/onnxmltools
scikit-learn
324
Provide command line interface
Like https://github.com/onnx/tensorflow-onnx. This is useful when you already have a model on disk.
open
2019-07-18T08:04:08Z
2019-08-06T22:44:49Z
https://github.com/onnx/onnxmltools/issues/324
[ "contribution welcome" ]
letmaik
0
Asabeneh/30-Days-Of-Python
numpy
307
No code of conduct and contributing files in the root repo
Both the `code_of_conduct.md and contributing.md file are a most of a project. The help contributors how the owner/org. want commits to be done and rules to be followed when wanting a pull request. I can work on them, if assigned to me.
open
2022-10-01T23:51:48Z
2022-10-02T12:05:35Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/307
[]
chemben17
1
recommenders-team/recommenders
data-science
1,559
Error when i want to pull docker image
When i want to pull the docker image I face this error: > Unable to find image 'recommenders:cpu' locally docker: Error response from daemon: pull access denied for recommenders, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. also, I have login with ...
closed
2021-10-27T15:38:12Z
2021-10-30T10:32:01Z
https://github.com/recommenders-team/recommenders/issues/1559
[ "help wanted" ]
ahforoughi
2
cleanlab/cleanlab
data-science
1,203
Can I use CleanLab for a regression task dataset with numerous (>40) numerical and categorical variables?
Hi, I would like to use CleanLab to analyze a tabular dataset I have with ~6000 rows and ~40 columns. The columns are mostly numerical, but some of them are low-cardinality categorical. I dummy-encode the categorical variables, which increases the number of input features to between 50 and 60. The task is a regressi...
closed
2024-09-19T09:04:25Z
2024-11-19T08:05:10Z
https://github.com/cleanlab/cleanlab/issues/1203
[ "question" ]
AndreaPi
1
keras-team/keras
tensorflow
20,603
Request for multi backend support for timeseries data loading
Hi, I wonder is it possible for you to implement keras.utils.timeseries_dataset_from_array() method by other backends (e.g. JAX)? it would be nice to not have to add TF dependency just because of this module. https://github.com/keras-team/keras/blob/v3.7.0/keras/src/utils/timeseries_dataset_utils.py#L7
closed
2024-12-06T08:35:40Z
2025-01-21T07:02:07Z
https://github.com/keras-team/keras/issues/20603
[ "type:support", "stat:awaiting response from contributor" ]
linomi
4
ymcui/Chinese-LLaMA-Alpaca
nlp
428
ๅ…ณไบŽๅฏน่ฏๆŒ‡ไปคๅพฎ่ฐƒ็ป“ๆžœ็š„้—ฎ้ข˜
ๆฅผไธปๆˆ‘็”จไฝ ็š„่ฎญ็ปƒไปฃ็ ๏ผŒๅœจๅคš่ฝฎๅฏน่ฏๆ•ฐๆฎไธŠ่ฎญไบ†ไธ€ไธชlora๏ผŒไฝ†ๆ˜ฏๆ„Ÿ่ง‰ๆ•ดไฝ“ๅ›ž็ญ”่ฟ‡ไบŽ็ฎ€็Ÿญ๏ผŒ่ฟ™ๆ˜ฏๆ€Žไนˆๅ›žไบ‹ๅ•Šใ€‚ >Hi! Hello, world! >How can I assist you today? What would you like to know? >who is Trump? I don't know. >็พŽๅ›ฝๆ€ป็ปŸๆ˜ฏ่ฐ Barack Obama >็พŽๅ›ฝ้ฆ–้ƒฝๅœจๅ“ช้‡Œ Washington D.C. >ไธญๅ›ฝ้ฆ–้ƒฝๅ‘ข ๅŒ—ไบฌ ็”จ็š„ๆ˜ฏtrain_3.5m็š„ๆ•ฐๆฎ้›†๏ผŒไนŸๅŒ…ๆ‹ฌไบ† alapca_cn็š„ๆ•ฐๆฎ้›†ใ€‚็†่ฎบไธŠๆฅ่ฏดไธๅบ”่ฏฅ่ฟ™ไนˆ็ฎ€็Ÿญๅ•Šใ€‚ๆˆ‘็”จ็š„ๆŽจ็†่ฎพ็ฝฎ ``` output_ids = model.gener...
closed
2023-05-25T03:22:05Z
2023-06-05T22:02:13Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/428
[ "stale" ]
lucasjinreal
2
graphdeco-inria/gaussian-splatting
computer-vision
1,174
How to input stereo camera parameters
I have two sets of images. One set can be sparsely reconstructed using COLMAP, while the other set fails due to insufficient feature points caused by camera characteristics. I plan to use the COLMAP output of the first set as input for 3D Gaussian Splatting . Additionally, I know the intrinsic and relative extrinsic p...
open
2025-02-27T04:20:15Z
2025-02-27T04:20:15Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1174
[]
zhuchi1121
0
InstaPy/InstaPy
automation
6,594
Cannot detect post media type , tried many web solutions
Hey bots, I've got the error "**Cannot detect post media type**" when I use a like function . I'm asking it again because I even followed many steps in the internet, for exemple, [#6346 ](https://github.com/InstaPy/InstaPy/pull/6346) This previous solution suggested to change line 905 from like_util.py to: ``` ...
open
2022-04-25T23:38:16Z
2022-04-25T23:38:16Z
https://github.com/InstaPy/InstaPy/issues/6594
[]
adrielkirch
0
pyeve/eve
flask
1,006
Relational Lookups/Insertions
Hi, I am having two objects: `user`, `event` A user can create events. The `GET` on my `event` endpoint should give back only events created by the respective user. Can I have something similar to a foreign key in my `event` schema that my endpoint checks against. Can `filter` provide such a functionality? ...
closed
2017-03-27T11:44:00Z
2017-03-27T12:42:47Z
https://github.com/pyeve/eve/issues/1006
[]
der-daniel
1
dask/dask
numpy
10,934
[DISCUSSION] What is the timeline for `dask.dataframe` deprecation
Many users and down-stream libraries were a bit surprised to see a loud deprecation warning when importing `dask.dataframe` after the `2024.2.0` release. The dask-expr migration was certainly obvious for anyone watching github. However, the discussion/decision over the specific timeline was largely internal to Coiled. ...
closed
2024-02-16T22:27:10Z
2024-11-04T23:17:57Z
https://github.com/dask/dask/issues/10934
[ "dataframe", "discussion", "deprecation" ]
rjzamora
9
huggingface/diffusers
deep-learning
11,062
Error in loading Civit AI Lora: LCMTurboMix_Euler_A_fix
### Describe the bug [This CIVITAI Lora](https://civitai.com/models/216190/lora) has over 20k downloads and doesn't work with SDXL Pipeline. It is giving `lora_unet_down_blocks_0_downsamplers_0_conv.alpha` not supported error. I have uploaded the model on hugging face. Error appears on `load_lora_weights()` function ...
open
2025-03-14T17:22:09Z
2025-03-19T14:52:43Z
https://github.com/huggingface/diffusers/issues/11062
[ "bug", "lora" ]
ali-afridi26
1
pennersr/django-allauth
django
3,503
Some templates missing {% load allauth %}
At least the templates `django-allauth/allauth/templates/socialaccount/login_cancelled.html`and `django-allauth/allauth/templates/account/verified_email_required.html` are missing {% load allauth %} to define the {% element %} tag.
closed
2023-10-28T18:12:20Z
2023-10-28T19:42:59Z
https://github.com/pennersr/django-allauth/issues/3503
[]
msapiro
0
oegedijk/explainerdashboard
plotly
193
`pd.DataFrame.append` method is deprecated
I found a lot of `FutureWarning`s in the logs, introduced by pandas 1.4 ``` /opt/conda-envs/envs/explainer/lib/python3.8/site-packages/explainerdashboard/explainer_methods.py:1098: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead....
closed
2022-03-01T02:51:01Z
2022-03-03T15:24:46Z
https://github.com/oegedijk/explainerdashboard/issues/193
[]
achimgaedke
0
piskvorky/gensim
data-science
2,925
Change parameter used in dtm_coherence() (in DTM wrapper) to avoid persistent warning
Within the DTM wrapper, using `dtm_coherence()` always produces a warning: > "The parameter `num_words` is deprecated, will be removed in 4.0.0, use `topn` instead." Although the function works, obviously the intention is to deprecate the parameter at some point. This can be tracked back to `show_topic()`, wh...
closed
2020-08-28T10:30:11Z
2020-09-03T12:03:54Z
https://github.com/piskvorky/gensim/issues/2925
[]
MeganStodel
3
JoeanAmier/XHS-Downloader
api
192
ๆบ็ ่ฟ่กŒๆŠฅ้”™๏ผŒๆบ็ ่ฟ่กŒๅ‡บ็Žฐไปฅไธ‹้”™่ฏฏ๏ผŒ่ฏท้—ฎๆ˜ฏไป€ไนˆๅŽŸๅ› ๏ผŸ
`PS G:\XHS-Downloader-master\XHS-Downloader-master> python main.py Traceback (most recent call last): File "G:\XHS-Downloader-master\XHS-Downloader-master\main.py", line 6, in <module> from source import Settings File "G:\XHS-Downloader-master\XHS-Downloader-master\source\__init__.py", line 1, in <mod...
open
2024-11-09T08:30:27Z
2025-03-06T09:28:16Z
https://github.com/JoeanAmier/XHS-Downloader/issues/192
[]
uaaazcc
2
DistrictDataLabs/yellowbrick
matplotlib
964
Rank1D graph has an argument `color`. But when we pass a color as a string its simply not working.
**Describe the bug** I'm using yellow brick version 0.9.1. I couldn't change the colour of Rank1D bar digram. It's set to blue by default and not changing **To Reproduce** ```python from yellowbrick.features import Rank1D # Load the credit dataset # Instantiate the 1D visualizer with the Sharpiro ranking ...
closed
2019-09-05T16:50:31Z
2019-09-06T05:46:10Z
https://github.com/DistrictDataLabs/yellowbrick/issues/964
[]
sanu-s
5
miguelgrinberg/Flask-SocketIO
flask
957
Dynamic data and possible lost emits treatment
Lets suppose i emit to a client and when i emit that client is in a no-network zone or he is in an elevator so he doesn't receive the emit, how does a socket based app should treat that scenario? should i load dynamic data that could change with emits on every connect instead on HTML? i mean every connect event on ...
closed
2019-04-23T02:58:48Z
2019-08-04T16:02:37Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/957
[ "question" ]
valentin-ballester
4
plotly/dash
dash
3,001
race condition when updating dcc.Store
Hello! ``` dash 2.18.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - if frontend related, tell us your Browser, Version and OS - OS: macOS Sonoma - Browser: Tested in Firefox and Chrome - FF Version: 129.0.2 - Chrome Version: 128.0...
open
2024-09-12T16:54:42Z
2024-09-12T18:13:47Z
https://github.com/plotly/dash/issues/3001
[ "bug", "P3" ]
logankopas
0
Netflix/metaflow
data-science
1,771
`python hello.py batch step --help` is broken
leads to `TypeError: sequence item 0: expected str instance, NoneType found`
closed
2024-03-25T14:20:52Z
2024-06-18T14:05:02Z
https://github.com/Netflix/metaflow/issues/1771
[]
madhur-ob
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,566
[Bug]: Linux: SDXL-based models fail to load, PyTorch error
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported before...
open
2024-04-18T15:39:28Z
2024-05-01T23:53:37Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15566
[ "asking-for-help-with-local-system-issues" ]
prmbittencourt
6
huggingface/transformers
tensorflow
36,124
Speaker Verification: All Speakers Getting Perfect 1.000 Similarity Scores
### System Info ### Bug Report <!-- Important information --> Model name (e.g. bert-base-cased): pyannote/embedding Language (if applicable): English Framework (PyTorch, TensorFlow, etc...): PyTorch ### Description Using pyannote/embedding for speaker verification, getting perfect similarity scores (1.000) for all ...
closed
2025-02-10T20:58:01Z
2025-03-21T08:04:37Z
https://github.com/huggingface/transformers/issues/36124
[ "bug" ]
misterpathologist
2
skypilot-org/skypilot
data-science
4,657
[Catalog] AWS H200 with 0 price
There are two VMs in the AWS catalog with H200 but without a price https://github.com/skypilot-org/skypilot-catalog/blob/master/catalogs/v6/aws/vms.csv ``` p5e.48xlarge,H200,8.0,192.0,2048.0,"{'Gpus': [{'Name': 'H200', 'Manufacturer': 'NVIDIA', 'Count': 8, 'MemoryInfo': {'SizeInMiB': 144384}}], 'TotalGpuMemoryInMiB':...
open
2025-02-06T09:20:41Z
2025-02-10T23:50:02Z
https://github.com/skypilot-org/skypilot/issues/4657
[]
SalikovAlex
4
kizniche/Mycodo
automation
669
Mycodo DHT22 humidity readings
## Mycodo Issue Report: - Specific Mycodo Version:7.5.10 #### Problem Description Please list: I'm using an DHT22 but i'm getting weird humidity data readings and errors. It worked correct in previous versions, before 7.x. The humidity constantly gives a 0% or 1% reading. Sometimes it gives a higher readin...
closed
2019-07-03T17:16:04Z
2019-07-07T03:26:36Z
https://github.com/kizniche/Mycodo/issues/669
[]
ralphknoops
5
littlecodersh/ItChat
api
566
่ฟ™ไธ€ๅฅๆœ‰ bug
https://github.com/littlecodersh/ItChat/blob/fc81ba6e53a8c5f7ddeb7edfc8e6e5e7dedde924/itchat/components/messages.py#L242 ๅบ”่ฏฅไฝฟ็”จ chatroomUserName
closed
2017-12-16T11:46:40Z
2018-02-28T03:31:00Z
https://github.com/littlecodersh/ItChat/issues/566
[ "bug" ]
raywill
1
serengil/deepface
machine-learning
650
Unable to use DBSCAN clustering
Using the face encoding data from `DeepFace.representation`. I'm attempting to cluster faces using `DBSCAN`. I am unable to determine why it is not clustering properly.
closed
2023-01-30T12:30:31Z
2023-02-21T14:57:44Z
https://github.com/serengil/deepface/issues/650
[ "documentation" ]
alenpaulvarghese
8
exaloop/codon
numpy
83
pip installer on linux
The [Python decorator part](https://docs.exaloop.io/codon/interoperability/decorator) mentions the codon library can be installed via pip install. The example only shows a workaround on macOS via `python3 -m pip install codon-0.13.0-cp39-cp39-macosx_12_0_arm64.whl` It doesn't seem to work on linux yet. A direct `p...
closed
2022-12-10T13:10:00Z
2022-12-14T10:08:51Z
https://github.com/exaloop/codon/issues/83
[]
vavrines
4
mckinsey/vizro
pydantic
1,058
Error "No value for argument 'points_data' in function call" in Custom Action
### Question Description: Hello, Vizro team, I am testing a Custom Action example from the documentation, and while the code runs correctly, Visual Studio Code displays the following error: No value for argument 'points_data' in function call It seems to be related to static type analysis or the function definition...
closed
2025-03-10T03:21:36Z
2025-03-10T15:08:21Z
https://github.com/mckinsey/vizro/issues/1058
[ "Needs triage :mag:", "General Question :question:" ]
fpeucelle
2
jmcnamara/XlsxWriter
pandas
860
question: I am looking to get the current format of a cell after I open the existing Excel work book. I need to copy that format to another worksheet.
### Question I am looking to get the current format of a cell after I open the existing Excel work book. I need to copy that format to another worksheet. I have got 2 existing workbooks I need to copy the cell format from 1 work book and apply that format to range of cells in the second workbook. I saw the add_form...
closed
2022-02-21T06:51:38Z
2022-02-21T08:22:41Z
https://github.com/jmcnamara/XlsxWriter/issues/860
[ "question" ]
vivek-k-aggarwal
1
mitmproxy/mitmproxy
python
7,510
[Not a bug] Thank you & congratulations for mitmproxy
Hello, I'm the maintainer of [websockets](https://github.com/python-websockets/websockets). Over the week-end, I added support for connecting through a SOCKS proxy. I expected that writing tests for this feature would be hellish because it would require running a SOCKS proxy with various configurations. Then I came a...
closed
2025-01-26T21:58:56Z
2025-01-27T10:52:34Z
https://github.com/mitmproxy/mitmproxy/issues/7510
[ "kind/feature" ]
aaugustin
1
thtrieu/darkflow
tensorflow
1,004
Darkflow is not configured properly
I am trying to run darkflow on a raspberry pi. I have successfully executed python scripts for object detection using darkflow earlier. Having said that I do not know what is wrong now. I installed opencv-python, tensorflow and keras using pip3. When i import these libraries in python3, i do not get any error. I...
closed
2019-03-19T07:02:20Z
2019-03-20T06:21:49Z
https://github.com/thtrieu/darkflow/issues/1004
[]
knl-kolhe
1
nolar/kopf
asyncio
393
AttributeError: 'NoneType' object has no attribute 'loader'
> <a href="https://github.com/chungktran"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/49414458?v=4"></a> An issue by [chungktran](https://github.com/chungktran) at _2020-08-18 19:29:06+00:00_ > Original URL: https://github.com/zalando-incubator/kopf/issues/393 > &nbsp; ## Long st...
open
2020-08-18T20:05:28Z
2020-10-09T21:21:02Z
https://github.com/nolar/kopf/issues/393
[ "bug", "archive" ]
kopf-archiver[bot]
6
influxdata/influxdb-client-python
jupyter
401
Cannot create new bucket
I am trying to create a new bucket with the API but it throws **ValueError: Invalid value for `org_id`, must not be `None`** error if I do not insert the "org_id" param. Code: ```python from influxdb_client import InfluxDBClient, BucketRetentionRules url = "http://localhost:8086" token = "my-token" org = "my-...
closed
2022-02-01T08:04:50Z
2022-02-17T08:47:58Z
https://github.com/influxdata/influxdb-client-python/issues/401
[ "wontfix" ]
jimazikerlan
4
pytest-dev/pytest-mock
pytest
175
pytest-mock 1.13.0: catching side-effects breaks spy
Hello, Since #173 was merged (and pytest-mock 1.13.0 released), `mocker.spy` can't be called successfully once a spied function raised an exception. The issue is that `mocker.spy` relies on a side-effect to wrap all the calls: https://github.com/pytest-dev/pytest-mock/blob/7bddcd53d287a59150d22e6496bcf20af44c3378...
closed
2019-12-09T16:08:27Z
2020-01-04T18:48:18Z
https://github.com/pytest-dev/pytest-mock/issues/175
[]
k4nar
5
521xueweihan/HelloGitHub
python
2,012
java
## ้กน็›ฎๆŽจ่ - ้กน็›ฎๅœฐๅ€๏ผšไป…ๆ”ถๅฝ• GitHub ็š„ๅผ€ๆบ้กน็›ฎ๏ผŒ่ฏทๅกซๅ†™ GitHub ็š„้กน็›ฎๅœฐๅ€ - ็ฑปๅˆซ๏ผš่ฏทไปŽไธญ้€‰ๆ‹ฉ๏ผˆCใ€C#ใ€C++ใ€CSSใ€Goใ€Javaใ€JSใ€Kotlinใ€Objective-Cใ€PHPใ€Pythonใ€Rubyใ€Swiftใ€ๅ…ถๅฎƒใ€ไนฆ็ฑใ€ๆœบๅ™จๅญฆไน ๏ผ‰ - ้กน็›ฎๅŽ็ปญๆ›ดๆ–ฐ่ฎกๅˆ’๏ผš - ้กน็›ฎๆ่ฟฐ๏ผš - ๅฟ…ๅ†™๏ผš่ฟ™ๆ˜ฏไธชไป€ไนˆ้กน็›ฎใ€่ƒฝ็”จๆฅๅนฒไป€ไนˆใ€ๆœ‰ไป€ไนˆ็‰น็‚นๆˆ–่งฃๅ†ณไบ†ไป€ไนˆ็—›็‚น - ๅฏ้€‰๏ผš้€‚็”จไบŽไป€ไนˆๅœบๆ™ฏใ€่ƒฝๅคŸ่ฎฉๅˆๅญฆ่€…ๅญฆๅˆฐไป€ไนˆ - ๆ่ฟฐ้•ฟๅบฆ๏ผˆไธๅŒ…ๅซ็คบไพ‹ไปฃ็ ๏ผ‰: 10 - 256 ไธชๅญ—็ฌฆ - ๆŽจ่็†็”ฑ๏ผšไปคไบบ็œผๅ‰ไธ€ไบฎ็š„็‚นๆ˜ฏไป€ไนˆ๏ผŸ่งฃๅ†ณไบ†ไป€ไนˆ็—›็‚น๏ผŸ - ็คบไพ‹ไปฃ็ ๏ผš๏ผˆๅฏ้€‰๏ผ‰้•ฟๅบฆ๏ผš1-20 ่กŒ ...
closed
2021-12-11T06:19:47Z
2021-12-11T06:19:52Z
https://github.com/521xueweihan/HelloGitHub/issues/2012
[ "ๆถๆ„issue" ]
showjx
1
pytorch/pytorch
deep-learning
149,222
inconsistent result of torch.equal API from API documentation.
### ๐Ÿ› Describe the bug Expect this to assert false, as they are different types (based on the documentation, indicate they should have same elements), but an assertion error is thrown. ```python def test_different_dtypes(self): # Test with tensors of different data types tensor1 = torch.tensor([1...
closed
2025-03-14T20:51:04Z
2025-03-21T03:44:51Z
https://github.com/pytorch/pytorch/issues/149222
[ "module: docs", "triaged", "module: python frontend" ]
sjh0849
2
explosion/spaCy
machine-learning
13,263
spacy.load() on python 3.12 with vscode
I think this is technically not a bug in this repo but it will likely affect other people too. I have also found the same behavior in this https://github.com/carpedm20/emoji/issues/280, which led to the creation of this ticket https://github.com/microsoft/debugpy/issues/1496 ## How to reproduce the behaviour Cal...
closed
2024-01-23T15:11:42Z
2024-01-24T09:34:34Z
https://github.com/explosion/spaCy/issues/13263
[ "third-party" ]
lsmith77
3
miguelgrinberg/microblog
flask
326
Project dependencies may have API risk issues
Hi, In **microblog**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` alembic==1.6.5 Babel==2.9.1 blinker==1.4 certifi==2021.5.30 chardet==4.0.0 click==8.0.1 dnspython==2.1.0 dominate==2.6.0 elasticsearch==7...
closed
2022-10-26T01:58:50Z
2022-10-26T14:32:26Z
https://github.com/miguelgrinberg/microblog/issues/326
[]
PyDeps
1
huggingface/datasets
tensorflow
7,289
Dataset viewer displays wrong statists
### Describe the bug In [my dataset](https://huggingface.co/datasets/speedcell4/opus-unigram2), there is a column called `lang2`, and there are 94 different classes in total, but the viewer says there are 83 values only. This issue only arises in the `train` split. The total number of values is also 94 in the `test`...
closed
2024-11-11T03:29:27Z
2024-11-13T13:02:25Z
https://github.com/huggingface/datasets/issues/7289
[]
speedcell4
1
statsmodels/statsmodels
data-science
8,885
DOC: links of notebooks in statsmodels.tsa are not working
#### Describe the bug In the description page of tsa (time series analysis) module of the statsmodels library (https://www.statsmodels.org/stable/tsa.html), all the links redirecting to the notebooks do not work. When we try to access them, the following error message is displayed : <img width="1432" alt="image"...
closed
2023-05-17T18:07:17Z
2023-10-27T09:57:36Z
https://github.com/statsmodels/statsmodels/issues/8885
[]
Cheergui
0
nonebot/nonebot2
fastapi
2,594
Plugin: nonebot-plugin-vits-tts
### PyPI ้กน็›ฎๅ nonebot-plugin-vits-tts ### ๆ’ไปถ import ๅŒ…ๅ nonebot_plugin_vits_tts ### ๆ ‡็ญพ [{"label":"VITS","color":"#ea5252"},{"label":"TTS","color":"#52dbea"}] ### ๆ’ไปถ้…็ฝฎ้กน ```dotenv VITS__DEVIC=0 VITS__VMODEL_PATH=models VITS__AT_BOT=false VITS__COOLDOWN=0 VITS__VMODEL_FILE_NAME=model.pth VITS__CONFIG_FILE_NAME=c...
closed
2024-03-03T12:11:18Z
2024-03-04T09:11:48Z
https://github.com/nonebot/nonebot2/issues/2594
[ "Plugin" ]
Redmomn
6
ultralytics/ultralytics
pytorch
18,934
Although the model is generally successful, it sometimes labels completely irrelevant locations.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I am training object detection on 2200 images of 1920x1080 using the Yolov8s...
open
2025-01-29T05:55:17Z
2025-02-01T17:55:46Z
https://github.com/ultralytics/ultralytics/issues/18934
[ "question", "detect" ]
oztrkoguz
7
dynaconf/dynaconf
flask
652
Release 3.1.5 does not contain all commits since last release
Hey @rochacbruno, I updated to the latest version of dynaconf this morning but the strategies implementation is not included. Took a look at the latest [release commit](https://github.com/rochacbruno/dynaconf/commit/083f3c2497be8998524e16cae2cb2e24afc1332f) and it says it doesn't belong to a branch in this project and ...
closed
2021-09-03T09:00:43Z
2021-09-03T11:11:06Z
https://github.com/dynaconf/dynaconf/issues/652
[ "question" ]
zzZIMAWAKE
3
Kludex/mangum
fastapi
212
How does Lambda maintains the state of the application?
My question is more about Lambda and less about Mangum itself. I have been lately struggling with this. So Lambda invokes a chunk of code every time it is invoked. And Mangum makes it possible to route multiple paths to same Lambda instead of per lambda per route. My question is.. **Is the FastAPI server always ...
closed
2021-12-19T14:33:53Z
2021-12-20T10:55:18Z
https://github.com/Kludex/mangum/issues/212
[]
santosh
0
3b1b/manim
python
1,346
'TexText' is not defined
I have installed manim by the following. ``` pip3 install manimlib ``` However, following error occured. I'm using ubuntu on WSL1. How to fixt this ? ``` manim example_scenes.py OpeningManimExample ``` ``` Media will be written to /home/maru/manim/media/. You can change this behavior with the --media_dir fla...
closed
2021-02-03T20:25:04Z
2021-02-09T03:24:34Z
https://github.com/3b1b/manim/issues/1346
[]
Maruoka842
1
ccxt/ccxt
api
24,802
C#: System.StackOverflowException in System.Collections.Concurrent
### Operating System Windows 10 ### Programming Languages C# ### CCXT Version 4.4.42 ### Description I'm basically looping through all the exchanges and if they support websocket and a number of different symbols I use `await exchange.WatchTrades(symbol)` on each symbol. Each WatchTrades is ran in ...
open
2025-01-08T14:34:24Z
2025-01-27T07:19:29Z
https://github.com/ccxt/ccxt/issues/24802
[]
alert101
10
graphistry/pygraphistry
pandas
238
[BUG] hypergraph dask_cudf exn
**Describe the bug** `dask_cudf` engine failing on hypergraph unit test **To Reproduce** ```python edges_gdf = cudf.DataFrame({'x': ['a'], 'y': ['c']}) n_dgdf, e_dgdf = edges_to_hypergraph(edges_gdf, {'direct': True, 'engine': 'dask_cudf'}) # g = graphistry.hypergraph(edges_gdf, ...
open
2021-06-29T23:25:46Z
2021-06-29T23:26:35Z
https://github.com/graphistry/pygraphistry/issues/238
[ "bug" ]
lmeyerov
0
Lightning-AI/pytorch-lightning
deep-learning
19,906
Add functionality to save nn.Modules supplied as arguments when initialising LightningModule
### Description & Motivation There are scenarios where it makes sense to supply nn.Modules as arguments when initialising a LightningModule, indeed this seems to be endorsed in some of the Lightning docs, however it is recommended to ignore the nn.Modules when calling `self.save_hyperparameters()`. This pattern is inc...
closed
2024-05-25T00:21:19Z
2024-05-26T18:51:32Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19906
[ "feature", "needs triage" ]
tom-hehir
0
vitalik/django-ninja
pydantic
1,308
[BUG] Paginated Discriminated Annotated Unions response schemas are overridden in OpenAPI docs by make_response_paginated
**Describe the bug** Hi, In my company project we use extensively Annotated Discriminated Unions both for inputs and outputs schemas We recentlty encountered wrongly assigned schemas in openapi doc, as we added a paginated endpoint Here is a minimal reproductible api code: ```python from typing import Ann...
open
2024-10-02T16:55:50Z
2024-10-04T14:13:47Z
https://github.com/vitalik/django-ninja/issues/1308
[]
M3te0r
0
horovod/horovod
machine-learning
4,110
[+[!๐…๐”๐‹๐‹ ๐•๐ˆ๐ƒ๐„๐Ž๐’!]+]Sophie Rain Spiderman Video Original Video Link Sophie Rain Spiderman Video Viral On Social Media X Trending Now
20 seconds ago L๐šŽaked Video Sophie Rain Spiderman Original Video Viral Video L๐šŽaked on X Twitter Telegram .. .. [๐ŸŒ ๐–ข๐–ซ๐–จ๐–ข๐–ช ๐–ง๐–ค๐–ฑ๐–ค ๐ŸŸข==โ–บโ–บ ๐–ถ๐– ๐–ณ๐–ข๐–ง ๐–ญ๐–ฎ๐–ถ](https://usnews-daily.com/free-watch/) .. .. [๐Ÿ”ด ๐–ข๐–ซ๐–จ๐–ข๐–ช ๐–ง๐–ค๐–ฑ๐–ค ๐ŸŒ==โ–บโ–บ ๐–ฃ๐—ˆ๐—๐—‡๐—…๐—ˆ๐–บ๐–ฝ ๐–ญ๐—ˆ๐—](https://usnews-daily.com/free-watch/?t)...
closed
2024-11-17T17:23:26Z
2024-11-20T12:23:49Z
https://github.com/horovod/horovod/issues/4110
[]
ghost
1
vi3k6i5/flashtext
nlp
18
ๅ…ณ้”ฎๅญ—ไธๆ”ฏๆŒๆญฃๅˆ™่กจ่พพๅผ๏ผŸ
closed
2017-11-14T06:35:22Z
2017-11-14T06:37:22Z
https://github.com/vi3k6i5/flashtext/issues/18
[]
korterling
0
httpie/cli
python
730
[Feature] Allow bypassing .netrc
The default support for .netrc is super useful, but sometimes I'd like to set the Authorisation header to a different value than the one I have configured in my .netrc, and sometimes it would be nice not to Authorization header set, to see how an API behaves when not authorised. Having a flag, say `--ignore-netrc` t...
closed
2018-11-19T11:56:14Z
2019-08-31T10:10:15Z
https://github.com/httpie/cli/issues/730
[]
gregadevinta
1
sanic-org/sanic
asyncio
2,539
app.run(workers=2) in bugs
``` app.run(host=app.config['HOST'], port=app.config['PORT'], debug=app.config['DEBUG'], auto_reload=app.config['AUTO_RELOAD'], access_log=False,workers=1) ``` ## There is no problem with the above code. ``` app.run(host=app.config['HOST'], port=app.config['PORT'], debug=app.config['DEBUG'], auto_reload=app.conf...
closed
2022-09-02T13:07:45Z
2022-09-04T11:19:48Z
https://github.com/sanic-org/sanic/issues/2539
[]
jiayouzl
16
GibbsConsulting/django-plotly-dash
plotly
345
How to use django models to store input data from dash components to django's database??
I have built a dash application and have integrated it into the Django web application. Now i want to save the input data in the database. How do I do it??
closed
2021-07-13T15:00:47Z
2022-04-19T10:43:09Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/345
[]
nikhilnaregal
4
horovod/horovod
deep-learning
3,005
Dynamic system environment variables modification doesn't work when using Spark as backend
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet): TensorFlow 2. Framework version: 2.5.0 3. Horovod version: 0.22.1 4. MPI version: 4.0.2 5. CUDA version: 11.2 6. NCCL version: 2.9.9 7. Python version: 3.8.5 8. Spark / PySpark version: 3.1.1 9. Ray version: 10. OS and version: Ubuntu 20.04 ...
open
2021-06-28T09:24:42Z
2021-06-28T22:27:01Z
https://github.com/horovod/horovod/issues/3005
[ "bug" ]
wjxiz1992
4
newpanjing/simpleui
django
326
ไฝฟ็”จdjango-import-export ่ฟ™ไธชๆ’ไปถ ๅ‹พ้€‰ๅ†…ๅฎน็š„ๆƒ…ๅ†ตไธ‹ ๅฏผๅ‡บใ€ๅฏผๅ…ฅไธคไธชๆŒ‰้’ฎๅŠŸ่ƒฝ้ƒฝๅ˜ๆˆๅˆ ้™คๆ•ฐๆฎ
**bugๆ่ฟฐ** * *Bug description * * ็ฎ€ๅ•็š„ๆ่ฟฐไธ‹้‡ๅˆฐ็š„bug๏ผš Briefly describe the bugs encountered: **้‡็Žฐๆญฅ้ชค** ** repeat step ** 1. 2. 3. **็Žฏๅขƒ** ** environment** 1.Operating System๏ผš (Windows/Linux/MacOS).... 2.Python Version๏ผš3.7.9 3.Django Version๏ผš3.1.4 4.SimpleUI Version๏ผš2021.1.1 **Description**
closed
2020-12-04T09:56:47Z
2021-03-17T09:26:51Z
https://github.com/newpanjing/simpleui/issues/326
[ "bug" ]
68110923
6
open-mmlab/mmdetection
pytorch
11,897
mm_grounding_dino finetune based on swin large
mm_grounding_dino is a really good work, thanks for sharing. your documention about "mm_grounding_dino finetune" is only about swin tiny, and i want to use swin large. but when i change the config and use pretrained model grounding_dino_swin-l_pretrain_all-56d69e78.pth to init the weights, there is error: ```python ...
closed
2024-08-06T10:09:22Z
2024-08-14T07:16:21Z
https://github.com/open-mmlab/mmdetection/issues/11897
[ "reimplementation" ]
zhaishengfu
0
quokkaproject/quokka
flask
56
change internal comment system to a modular/detached/async
Currently Comment is an embedded document, and it is the most used pattern for Mongo, but it is not easy to interchange comment system in this way. The idea is to create a separate module **quokka-comments** detached from Content and use the same approach as Disqus, use the content identifier (can be url or id) to sto...
closed
2013-10-19T17:08:28Z
2015-07-16T02:56:49Z
https://github.com/quokkaproject/quokka/issues/56
[ "enhancement" ]
rochacbruno
2
onnx/onnx
scikit-learn
5,784
[Feature request] onnx.printer / parser support ID with '/', ':', etc
### System information _No response_ ### What is the problem that this feature solves? Currently the onnx.printer prints ID without quoted, like ``` < ir_version: 7, opset_import: [ "" : 10 ] > agraph (float[N, 128] X, float[128, 10] W, float[10] B) => (float[N, 10] C) { Foo = MatMul(X, W) Bar...
closed
2023-11-30T21:37:27Z
2024-12-23T06:45:00Z
https://github.com/onnx/onnx/issues/5784
[ "topic: enhancement", "stale" ]
yocox
1
PaddlePaddle/PaddleHub
nlp
1,455
ๅฎ˜ๆ–นๆไพ›็š„ๆ–‡ๆกฃๆœ‰้—ฎ้ข˜
ๆฌข่ฟŽๆ‚จๅ้ฆˆPaddleHubไฝฟ็”จ้—ฎ้ข˜๏ผŒ้žๅธธๆ„Ÿ่ฐขๆ‚จๅฏนPaddleHub็š„่ดก็Œฎ๏ผ ๅœจ็•™ไธ‹ๆ‚จ็š„้—ฎ้ข˜ๆ—ถ๏ผŒ่พ›่‹ฆๆ‚จๅŒๆญฅๆไพ›ๅฆ‚ไธ‹ไฟกๆฏ๏ผš - ็‰ˆๆœฌใ€็Žฏๅขƒไฟกๆฏ 1๏ผ‰ hub 2.1.0 2๏ผ‰python3.8ใ€‚ ็ณป็ปŸ ้˜ฟ้‡Œไบ‘็š„ๆ ‡ๅ‡† centosใ€‚ - ๅค็Žฐๆญฅ้ชค๏ผšๆŒ‰็…งๅฎ˜ๆ–นๆ–‡ๆกฃ็š„ๆญๅปบๆœๅŠกๆต็จ‹๏ผŒๆฒก้—ฎ้ข˜๏ผŒไฝ†ๆ˜ฏpythonๅ†™็จ‹ๅบ่ฎฟ้—ฎๆœๅŠกๆต็จ‹็š„ๆ—ถๅ€™๏ผŒไธ€็›ด่ฎฟ้—ฎไธไบ†๏ผŒๆ็คบ ๅฐ‘ไบ†ไธ€ไธช predict_args ๅญ—ๆฎตใ€‚ https://www.paddlepaddle.org.cn/hubdetail?name=lac&en_category=LexicalAnalysis ๆŠฅ้”™ไฟกๆฏๅฆ‚ไธ‹๏ผš ![image](https://user-images...
closed
2021-06-07T09:19:20Z
2021-06-09T11:47:23Z
https://github.com/PaddlePaddle/PaddleHub/issues/1455
[ "nlp" ]
allenxln
1
zappa/Zappa
django
547
[Migrated] Zappa update fails with "import pip" command
Originally from: https://github.com/Miserlou/Zappa/issues/1446 by [iwitaly](https://github.com/iwitaly) I use Gitlab CI for updating my Zappa app with the following script. ``` - export PIPENV_VENV_IN_PROJECT=true - pip install pipenv - pipenv install - export VIRTUAL_ENV=.venv/ - export AWS_ACCESS_KEY...
closed
2021-02-20T12:22:34Z
2022-07-16T07:12:32Z
https://github.com/zappa/Zappa/issues/547
[]
jneves
1
jupyter/nbviewer
jupyter
620
When I run "Image Classification and Filter Visualization" by using Google-net, I get some trouble.
## when I use Googlenet instead of Caffenet, I get this: # My code: net.blobs['data'].data[...] = transformed_image output = net.forward() output_prob = output['prob'][0] # the output probability vector for the first image in the batch print 'predicted class is:', output_prob.argmax() # error: --- ValueError ...
closed
2016-07-18T10:27:58Z
2016-07-19T17:33:25Z
https://github.com/jupyter/nbviewer/issues/620
[]
ghost
1
Urinx/WeixinBot
api
195
ๅฏไปฅๅ‘้€ไธ€ๆกๆ–‡ๅญ—ๆถˆๆฏ๏ผŒ็‚นๅ‡ปๆ–‡ๅญ—็š„ๆ—ถๅ€™ๅ…ถๅฎžๆ˜ฏไธช้“พๆŽฅ็š„ๅ—ใ€‚
open
2017-05-09T08:01:34Z
2017-05-18T01:34:50Z
https://github.com/Urinx/WeixinBot/issues/195
[]
huangzk
1
blb-ventures/strawberry-django-plus
graphql
139
Optimizer throws an exception for union queries
You should be able to detect that it's a union query and use prefetch_related instead of select_related. ``` File "/app/.heroku/python/lib/python3.10/site-packages/strawberry_django_plus/type.py", line 318, in <lambda> lambda *args, **kwargs: resolve_connection( File "/app/.heroku/python/lib/python3.10/site-...
open
2022-11-01T16:46:42Z
2022-11-01T17:48:04Z
https://github.com/blb-ventures/strawberry-django-plus/issues/139
[ "bug" ]
eloff
1
iperov/DeepFaceLab
machine-learning
712
Result video ending up as an image
Deepfacelab version: DeepFaceLab_NVIDIA_build_04_06_2020 When iam done with the training, merging and converting. I only get a image with some sound. (A video with just a image)
open
2020-04-12T01:39:04Z
2023-06-08T20:28:01Z
https://github.com/iperov/DeepFaceLab/issues/712
[]
Tanatorlol
1
dynaconf/dynaconf
flask
237
[RFC] When trying to load yamls, we would like to load `.local.yaml` files last and auto-merge keys
**Is your feature request related to a problem? Please describe.** We are trying to replace https://github.com/seandst/yaycl usage with Dynaconf and yaycle has a feature where it lets you have yaml files with 2 types: 1) file.yaml 2) file.local.yaml When you load the yamls from your conf directory, yaycl loads both...
closed
2019-09-19T17:25:25Z
2019-09-26T19:40:42Z
https://github.com/dynaconf/dynaconf/issues/237
[ "Not a Bug", "RFC" ]
kedark3
2
geopandas/geopandas
pandas
2,684
BUG: GeoDataFrame.iterfeatures with na='drop' crashes on non-scalar columns
- [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. - [x] (optional) I have confirmed this bug exists on the main branch of geopandas. --- #### Code Sample, a copy-pastable example ```python import geopandas gdf ...
closed
2022-12-21T17:42:37Z
2023-04-10T08:53:33Z
https://github.com/geopandas/geopandas/issues/2684
[ "bug", "good first issue" ]
himikof
4
ARM-DOE/pyart
data-visualization
624
NEXRAD reflectivity map blank
I'm very new to this module so forgive me if I ended up missing something but I downloaded Level 2 NEXRAD data directly off of NCDC I then downloaded one of the files as is into a directory and copied your example from pyart/examples/plotting/plot_nexrad_reflectivity.py word for word but replaced your filename with the...
closed
2016-11-25T20:33:25Z
2017-02-02T17:21:36Z
https://github.com/ARM-DOE/pyart/issues/624
[]
troyofathens
10
piskvorky/gensim
machine-learning
3,075
HPD random seed not working
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
closed
2021-03-15T14:36:53Z
2021-03-16T08:43:48Z
https://github.com/piskvorky/gensim/issues/3075
[]
evangeliazve
6
pytest-dev/pytest-html
pytest
164
screen shot attachment to the pytest report
Hi, As i am using the unittest for selenium and python, i am using the pytest for reporting. I needed the help for capturing the screenshots in the pytest reports for pass scenarios and fail scenarios as well. Can you please provide the sample template of the script and code for attaching screenshots in pytest repor...
closed
2018-05-10T10:39:08Z
2018-05-10T17:23:37Z
https://github.com/pytest-dev/pytest-html/issues/164
[]
writetomaha14
2
sinaptik-ai/pandas-ai
data-visualization
1,439
ModuleNotFoundError: No module named 'seaborn'
### System Info OS version: `Debian GNU/Linux 12 (bookworm)` Python version: `Python 3.11.2` The current version of pandasai being used: `2.4.0` ### ๐Ÿ› Describe the bug When instantiating a new Agent, the following error occurs, indicating that **seaborn** should not be an optional dependency: ``` Traceb...
closed
2024-11-27T19:51:57Z
2025-01-02T16:54:26Z
https://github.com/sinaptik-ai/pandas-ai/issues/1439
[ "bug" ]
desertproject
2
numba/numba
numpy
9,207
no implementation for __rmul__
```python import numba as nb import numba.experimental as nbexp import numba.extending as nbex from numba import types as nbt @nbexp.jitclass([ ('_x', nbt.float32), ('_y', nbt.float32), ]) class Vec2: def __init__(self, x : float, y : float): self._x = x self._y = y ...
closed
2023-09-22T08:16:30Z
2023-09-25T14:03:19Z
https://github.com/numba/numba/issues/9207
[ "duplicate" ]
iperov
1
streamlit/streamlit
streamlit
10,574
streamlet-bokeh missing Python3.9 support due to bokeh3 version
### 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 streamlit-bokeh doesn't work with Python3.9 s...
open
2025-03-01T02:35:09Z
2025-03-01T13:03:44Z
https://github.com/streamlit/streamlit/issues/10574
[ "type:enhancement", "feature:st.bokeh_chart" ]
SimonHeim
3
ipython/ipython
data-science
14,542
Resolve build docs error by removing one unnecessary line
In the latest several commits, the `Build docs` CI seems to fail. See the following for example. https://github.com/ipython/ipython/actions/runs/11258467460/job/31305131520#step:6:71 The error message says `sphinx.errors.SphinxWarning: Calling get_html_theme_path is deprecated. If you are calling it to define html_the...
closed
2024-10-17T14:51:31Z
2024-10-19T18:14:34Z
https://github.com/ipython/ipython/issues/14542
[]
kevin1kevin1k
0
google-research/bert
tensorflow
1,000
bert run_classifier key error = '0'
File "run_classifier.py", line 981, in <module> tf.app.run() File "C:\Users\Parveen\ishan\bertenv\lib\site-packages\tensorflow_core\python\platform\app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "C:\Users\Parveen\ishan\bertenv\lib\site-packages\absl\ap...
closed
2020-02-11T05:51:45Z
2020-08-04T06:44:03Z
https://github.com/google-research/bert/issues/1000
[]
agarwalishan
1
inventree/InvenTree
django
8,852
[Reporting] Support generation of DataMatrix codes
Hi, would it be possible to print Datamatrix codes ? _Originally posted by @gab696 in https://github.com/inventree/InvenTree/discussions/8819_
closed
2025-01-07T09:55:38Z
2025-03-21T10:01:43Z
https://github.com/inventree/InvenTree/issues/8852
[ "enhancement", "barcode", "report" ]
SchrodingersGat
2
marshmallow-code/apispec
rest-api
354
RFC: Remove extracting reference from field metadata
Currently the Marshmallow plugin looks for 'ref' key containing a JSON reference path in field. An example from the [tests](https://github.com/marshmallow-code/apispec/blob/29881b18e6723295870422f08c17851d49f83caf/tests/test_openapi.py#L600): ```python class PetSchema(Schema): category = fields.Nested(CategoryS...
closed
2019-01-02T03:37:45Z
2019-02-03T18:57:08Z
https://github.com/marshmallow-code/apispec/issues/354
[ "backwards incompat" ]
Bangertm
2
horovod/horovod
pytorch
4,046
Horovod with Spark - Job Not Distributing Across Worker Nodes
Problem Description: Horovod with Spark - Job Not Distributing Across Worker Nodes **Environment:** Cluster Setup: 1 Master Node, 2 Worker Nodes Software Versions: Horovod: >= 0.19.0 TensorFlow: >= 1.12.0 Spark: >= 2.3.2 Python: 3.x MPI Version: Open MPI 4.0.5 Deployment Mode: YARN Issue Summary: I am e...
open
2024-06-12T09:12:08Z
2025-01-31T23:14:46Z
https://github.com/horovod/horovod/issues/4046
[ "wontfix" ]
omarmujahidgithub
3
cvat-ai/cvat
pytorch
8,407
Missing Label in CVAT After Labeling Two Objects
### 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 Hereโ€™s the task link where this issue occurs: https://app.cvat.ai/tasks/616492/jobs/710592 ### Expected Behavior When lab...
closed
2024-09-06T04:34:20Z
2024-09-10T19:05:56Z
https://github.com/cvat-ai/cvat/issues/8407
[ "need info" ]
QuifaAbas
5
robusta-dev/robusta
automation
1,520
[Feature] Add the posibility to create tables in the create_finding action
**Is your feature request related to a problem?** No **Describe the solution you'd like** Currently I am using the action `create_finding`. I would like to have a way to create tables in the `description`. Something around the lines of: ``` actions: - create_finding: title: 'Workflow $labels.w...
open
2024-08-06T16:40:47Z
2024-08-06T16:41:13Z
https://github.com/robusta-dev/robusta/issues/1520
[]
crileroro
1
Lightning-AI/LitServe
api
271
Is it possible to support multiple endpoints for one server?
## ๐Ÿš€ Feature Multiple endpoints like `/embedding` or `/vlm/predict` or `/ocr/predict`. ### Motivation I would like to host multiple models on a single GPU for different purposes. It would be ideal to support numerous (small) models while maintaining high performance, such as through batching. Additionally,...
open
2024-09-06T07:57:46Z
2025-01-02T09:08:21Z
https://github.com/Lightning-AI/LitServe/issues/271
[ "enhancement", "help wanted", "question" ]
arkohut
18
lepture/authlib
flask
256
CSRF validation failure when running in docker
I have a flask / authlib client which works perfectly when run on localhost from the shell, but which consistently fails with a CSRF state-mismatch when run in a docker container. I put up a stackexchange [question](https://stackoverflow.com/questions/63228209/flask-authlib-csrf-state-mismatch-only-when-running-in-dock...
closed
2020-08-05T14:55:38Z
2020-08-12T15:16:01Z
https://github.com/lepture/authlib/issues/256
[]
circius
5
dropbox/sqlalchemy-stubs
sqlalchemy
114
Enum interpreted as str
I have an SQLAlchemy model that makes use of the `Enum` column type. When accessing the field of an instance of this model, mypy believes that the type of the field is `str` even though it is actually an enum (e.g. `MyEnum`). This is annoying since, when I do want to access its value, mypy fails with `error: "str" has ...
open
2019-10-02T08:24:55Z
2020-05-04T07:58:36Z
https://github.com/dropbox/sqlalchemy-stubs/issues/114
[ "enhancement", "priority-normal", "topic-stubs" ]
qsantos
10
AUTOMATIC1111/stable-diffusion-webui
pytorch
16,221
[Bug]: sd_model.model.diffusion_model.dtype for SDXL still reports float when using --precison half
### Checklist - [X] The issue exists after disabling all (other) extensions - [ ] The issue exists on a clean installation of webui - [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been r...
open
2024-07-17T09:56:30Z
2024-07-18T14:50:35Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16221
[ "bug-report" ]
feffy380
3
dynaconf/dynaconf
flask
1,183
[bug] order of validators changes order of nested settings
**Describe the bug** I'm not exactly sure if this is a bug or was intended when using validators, but it certainly caught me by surprise since it wasn't in the [documentation](https://www.dynaconf.com/) and [dicts have been ordered by default since python3.7](https://docs.python.org/3.7/whatsnew/3.7.html) The order...
open
2024-10-01T16:05:12Z
2024-10-04T11:51:49Z
https://github.com/dynaconf/dynaconf/issues/1183
[ "bug" ]
tan-wei-xin-alez
1
koxudaxi/fastapi-code-generator
pydantic
131
Handle all request parameter types
Hi, Thanks for this tool ! I'm trying to infer request parameter type, based on what's inside "in" field in operation's parameters. It appears that only Query parameter type is handled for the moment, is it a known issue ? Willing to help and PR if needed.
open
2021-04-02T07:59:19Z
2021-04-05T15:12:22Z
https://github.com/koxudaxi/fastapi-code-generator/issues/131
[]
rambobinator
1
timkpaine/lantern
plotly
114
fix plot function to use clearly enumerated lists
closed
2017-10-26T00:02:19Z
2017-11-25T06:29:43Z
https://github.com/timkpaine/lantern/issues/114
[ "bug", "in progress" ]
timkpaine
1
pallets-eco/flask-wtf
flask
50
from flask.ext.wtf import * raises Exception
Trying that will raise: Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: Item in ``from list'' not a string But doing ``` from flask.ext.wtf import Form ``` works fine. This is using Flask 0.9, WTForms 1.0.2 and Flask-WTF 0.8 on Debian 6 with python 2.6. Doing ``` from flask.ext...
closed
2012-08-27T12:14:04Z
2021-05-30T01:24:45Z
https://github.com/pallets-eco/flask-wtf/issues/50
[]
rhyek
5
ultralytics/ultralytics
computer-vision
19,250
mode.val(save_json=True),COCO API AssertionError: Results do not correspond to current coco set.
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question trian.py ``` if __name__ == '__main__': from ultralytics import YOLO ...
closed
2025-02-14T15:42:45Z
2025-02-18T11:19:04Z
https://github.com/ultralytics/ultralytics/issues/19250
[ "question", "detect" ]
SDIX-7
7
ResidentMario/missingno
pandas
129
Add legend/labeling to graphs
The graphs on the example page are vague as to whether the indicators are for present or missing data. The library name would lead one to believe that the black sections might be missing data, and it's only on reading the accompanying text/description that it's clear that the reverse is true. A simple legend or labe...
closed
2021-03-09T14:31:15Z
2022-02-20T01:06:22Z
https://github.com/ResidentMario/missingno/issues/129
[ "feature request" ]
tomshaffner
1
biolab/orange3
numpy
6,876
Discretize: rounding problem
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2024-08-21T12:10:14Z
2024-11-23T18:39:02Z
https://github.com/biolab/orange3/issues/6876
[ "bug", "snack" ]
ZanMervic
3