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
python-restx/flask-restx
api
356
Can not install Flask-Restx in ARM
## Description: I am trying to create a docker image in a RaspberryPi which runs `aarch64`, but when the Docker image starts installing the Flask-Restx package, it fails. !!**This was working correctly 4 months ago because that was the day of my last build.** ## **Environment** RaspberryPi 4 ```commandline ...
closed
2021-07-17T17:33:33Z
2021-07-18T01:57:15Z
https://github.com/python-restx/flask-restx/issues/356
[ "bug" ]
FernandoArteaga
3
exaloop/codon
numpy
130
How to uninstall it?
I'm trying to test this package but not good for my project. And this package needs comercial license, so I want to remove it all. How can I uninstall it?
closed
2022-12-25T23:56:09Z
2022-12-26T15:46:34Z
https://github.com/exaloop/codon/issues/130
[]
Laser-Cho
1
Avaiga/taipy
automation
1,522
[🐛 BUG] Lambda expression not working with new line
### What went wrong? 🤔 Lambda expressions are not working for no reason. The second selector is not working. ![image](https://github.com/user-attachments/assets/4f83a3f7-a6f8-433b-8a18-e9fdd69c03ff) ### Expected Behavior It should work. ### Steps to Reproduce Issue ```python from taipy.gui impo...
closed
2024-07-15T19:39:46Z
2024-07-16T13:14:16Z
https://github.com/Avaiga/taipy/issues/1522
[ "🖰 GUI", "💥Malfunction", "🟧 Priority: High" ]
FlorianJacta
1
serengil/deepface
machine-learning
1,147
[Question] Face verification does not meet expectations
I am very thankful for this open source project, it solved my immediate problem. I am trying to accomplish the task of face comparison with yolov8n-face and Facenet512. But for some samples, the results are not too good. I tried to replace the face detection with a paid api and this is my test result: |Face d...
closed
2024-03-28T08:11:07Z
2024-03-28T08:20:11Z
https://github.com/serengil/deepface/issues/1147
[ "question" ]
invokerbyxv
1
dpgaspar/Flask-AppBuilder
rest-api
1,803
Multiple authentication methods enabled
Hi, is it possible to have multiple authentication methods enabled at the same time? I noticed that if I set `AUTH_TYPE = AUTH_LDAP` DB authentication does not work anymore.
closed
2022-02-10T18:54:21Z
2022-02-15T13:29:52Z
https://github.com/dpgaspar/Flask-AppBuilder/issues/1803
[]
enribar
1
FactoryBoy/factory_boy
django
681
Provide some basic Django Auth Factories (User, Group, Permission...)
#### The problem Any project who uses `django.contrib.auth` and/or `django.contrib.contenttypes` now has to create the factories for User, Group, Permission, ContentType for using them in his tests, right? Why we do not provide related Factories for them as they are very basic models... #### Proposed solution So...
closed
2020-01-06T17:12:16Z
2020-02-04T14:21:06Z
https://github.com/FactoryBoy/factory_boy/issues/681
[]
estyxx
1
nschloe/tikzplotlib
matplotlib
181
Escape special characters
matplotlib2tikz does not correctly escape special or accented characters in plots. Specifically, including characters such as the percent sign (%) in labels or captions causes a `Extra }, or forgotten \endgroup. \end{tikzpicture}` error; on the other hand, including accented characters such as á, é, and the like causes...
closed
2017-06-15T15:44:06Z
2017-06-15T16:00:37Z
https://github.com/nschloe/tikzplotlib/issues/181
[]
molguin92
1
django-oscar/django-oscar
django
3,581
Add attachment to order_placed email
I need to add an attachment to the `order_placed` email. I see the function I would ideally hook into. The `Checkout.mixins.OrderPlacementMixin` there is a function called `send_order_placed_email`. So would I fork the whole Checkout app? And add my own `mixins.py` and override the `OrderPlacementMixin`?
closed
2020-11-28T15:58:17Z
2020-11-30T04:58:23Z
https://github.com/django-oscar/django-oscar/issues/3581
[]
ladrua
1
neuml/txtai
nlp
201
Add social preview image for documentation
Reference: https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#meta-tags
closed
2022-01-22T11:05:56Z
2022-01-22T11:09:30Z
https://github.com/neuml/txtai/issues/201
[]
davidmezzetti
0
geopandas/geopandas
pandas
2,490
BUG: Exporting df as a ESRI shapefile error: Object of type 'float' has no len()
- [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 # Your code here df...
open
2022-07-11T02:55:19Z
2023-01-04T09:07:19Z
https://github.com/geopandas/geopandas/issues/2490
[ "bug" ]
iamtekson
5
ets-labs/python-dependency-injector
flask
834
WiringConfiguration(packages=[top_level_package]) affect subpackages only if they have __init__.py
Hello folks! I'm just started to learn dependency-injector. I was following this public template [https://github.com/teamhide/fastapi-boilerplate](https://github.com/teamhide/fastapi-boilerplate) and found that WiringConfiguration can be affect subpackages of designated top level package only if all of paths have __in...
open
2024-12-05T01:55:50Z
2024-12-05T01:55:50Z
https://github.com/ets-labs/python-dependency-injector/issues/834
[]
hagd0520
0
plotly/dash-core-components
dash
167
dcc.Graph shouldn't require an `id`
closed
2018-02-25T23:19:48Z
2018-11-29T20:18:00Z
https://github.com/plotly/dash-core-components/issues/167
[ "help wanted", "dash-meta-good_first_issue" ]
chriddyp
1
twopirllc/pandas-ta
pandas
506
ATRTS not included in df.ta.study("volatility")
Using the latest version of develop, `Average True Range Trailing Stop: atrts`, isn't included in `df.ta.study("volatility")`. To be honest, I'm not entirely sure why. Things appears to be set up right. ```python Python 3.8.13 (default, Mar 18 2022, 02:13:38) [GCC 11.2.0] on linux Type "help", "copyright", "cred...
closed
2022-03-27T00:15:48Z
2022-04-05T03:18:22Z
https://github.com/twopirllc/pandas-ta/issues/506
[ "bug" ]
CMobley7
3
Yorko/mlcourse.ai
data-science
761
The dataset for lecture 5 practical is not available
I was watching practical of lecture 5 and I like to code along the video, but the dataset used in the video is not available anywhere. Its not present in your kaggle nor in the github repo. Would humbly request you to upload the same
closed
2024-06-19T05:17:00Z
2024-06-25T12:09:46Z
https://github.com/Yorko/mlcourse.ai/issues/761
[]
Arnax308
1
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
348
为了得到你的许可
非常抱歉打扰您,由于不知道您的联系方式,只能以这样的方式来征得您的同意。我写的论文里用了您的SSD和Faster rcnn代码做实验,我将在我的代码里公开我的代码与我的实验数据。代码链接会放您的。非常感谢您的代码以及视频讲解,帮助我很多。希望你能同意。谢谢你(哔哩哔哩也有私信过您)。如果您同意的话,请记得回复我一下。再次感谢您。
closed
2021-09-06T03:59:31Z
2021-09-06T07:51:05Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/348
[]
Saya520r
14
gradio-app/gradio
deep-learning
10,764
Stop automatically sorting `gr.Barplot` labels alphabetically
It seems that the `gr.Barplot` component ignores the actual order of the labels in your dataframe and instead sorts the x values alphabetically / numerically? It should respect the order of values in your dataframe: <img width="1237" alt="Image" src="https://github.com/user-attachments/assets/1b825a1c-61fa-4feb-9c14-1...
open
2025-03-08T11:34:43Z
2025-03-24T14:47:08Z
https://github.com/gradio-app/gradio/issues/10764
[ "bug" ]
abidlabs
1
chiphuyen/stanford-tensorflow-tutorials
tensorflow
151
Will there be a newer version of this course with TF 2.0 ?
open
2019-11-14T22:38:24Z
2019-11-14T22:38:24Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/151
[]
piyushghai
0
autogluon/autogluon
data-science
4,424
[tabular] Speed-up learning-curve unit tests
Currently learning curve unit tests (introduced in #4411) take a long time (~25+ minutes). They comprise of 380 unit tests that each fit a model and evaluate it, which is time consuming. We should either speed up these unit tests or disable the majority of them and only run the disabled ones prior to release.
closed
2024-08-23T22:42:11Z
2024-10-24T17:24:28Z
https://github.com/autogluon/autogluon/issues/4424
[ "module: tabular", "code cleanup" ]
Innixma
0
encode/databases
sqlalchemy
285
Any support return dict from fetch?
In many synchronous IO libraries, cursor.fetch_all() is allowed to return a sequence of dictionaries. Do databases consider similar implementations? Just like: ```python rows: List[Dict[str, Any]] = await database.fetch_all(query=query, include_field_name=True) ```
closed
2021-02-03T05:05:10Z
2021-02-03T06:32:59Z
https://github.com/encode/databases/issues/285
[]
abersheeran
1
aminalaee/sqladmin
fastapi
688
Document `column_default_sort` requires strings
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug The examples in the [documentation](https://aminalaee.dev/sqladmin/configurations/#list-page) show `column_default_sort` as accepting class...
closed
2024-01-04T02:31:35Z
2024-02-18T09:46:18Z
https://github.com/aminalaee/sqladmin/issues/688
[]
jerivas
3
Yorko/mlcourse.ai
plotly
679
Improve translation in part 6 on feature selection
[A comment on Kaggle](https://www.kaggle.com/kashnitsky/topic-6-feature-engineering-and-feature-selection/comments#1149832)
closed
2021-01-19T12:20:06Z
2021-12-22T17:50:48Z
https://github.com/Yorko/mlcourse.ai/issues/679
[ "minor_fix" ]
Yorko
0
aidlearning/AidLearning-FrameWork
jupyter
193
sh: /usr/bin/dotnet: 权限不够
想要执行 dotnet core 5 ,提示 sh: /usr/bin/dotnet: 权限不够。 目录下执行也类似:sh: ./dotnet: 权限不够
closed
2021-10-20T12:52:18Z
2021-10-23T11:16:44Z
https://github.com/aidlearning/AidLearning-FrameWork/issues/193
[ "enhancement" ]
xulei-Itachi
1
healthchecks/healthchecks
django
966
Feature: Filtering Rule for HTTP requests payload (like on emails)
Hi, I'd like to see it possible to filter the HTTP request for a specific value, as it's currently possible with emails. I've not spotted this in the current solution. I'm using a solution where I can create a webhook, but not control other than "on job run". So I'd like to use healthcheck to filter the conten...
closed
2024-03-02T14:47:39Z
2024-03-15T10:52:23Z
https://github.com/healthchecks/healthchecks/issues/966
[]
exetico
1
pallets-eco/flask-wtf
flask
95
New release?
Hi, could you please make a new release on pypi? I'd like my deploy systems to grab the new fixes and it would probably be a nice idea to also have the updated author on there.
closed
2013-09-30T10:43:38Z
2021-05-29T01:16:10Z
https://github.com/pallets-eco/flask-wtf/issues/95
[]
svenstaro
1
docarray/docarray
pydantic
918
docs: code snippet needed: DocumentArray construct
In [this section](https://docarray.jina.ai/fundamentals/documentarray/construct/#construct-from-local-files) there's no snippet for `read_mode`. Note: Please leave snippet as comment, don't fix directly. I'm working on docs right now and don't want merge conflicts.
closed
2022-12-08T13:40:08Z
2023-04-22T09:38:35Z
https://github.com/docarray/docarray/issues/918
[]
alexcg1
0
vllm-project/vllm
pytorch
15,356
[Bug]: Executor performance degradation
### Your current environment <details> <summary>The output of `python collect_env.py`</summary> ```text Versions of relevant libraries: [pip3] numpy==1.26.4 [pip3] nvidia-cublas-cu12==12.1.3.1 [pip3] nvidia-cuda-cupti-cu12==12.1.105 [pip3] nvidia-cuda-nvrtc-cu12==12.1.105 [pip3] nvidia-cuda-runtime-cu12==12.1.105 [pi...
closed
2025-03-23T13:23:30Z
2025-03-24T13:26:03Z
https://github.com/vllm-project/vllm/issues/15356
[ "bug" ]
Ltryxcy
0
keras-team/autokeras
tensorflow
961
AutoKeras with tensorflow.dataset gives TypeError: 'PrefetchDataset' object does not support indexing
### Bug Description --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-18-e8d1a7f824a0> in <module> 1 # Feed the image classifier with training data. ----> 2 clf.fit(train_ds[0], train_ds[1])...
closed
2020-02-12T16:21:07Z
2020-04-20T07:53:20Z
https://github.com/keras-team/autokeras/issues/961
[ "bug report", "wontfix" ]
seanreynoldscs
2
Aeternalis-Ingenium/FastAPI-Backend-Template
pytest
26
TYPO
Astounding and Great Template for SQL-based Project with FastAPI. There's a small typo with `USERNAME` here: https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/blob/571981c3d6af5feccb90de25a81e82442c22b40f/backend/src/config/settings/base.py#L35C11-L35C11 Consider making this for NoSQL-based aswell as ...
open
2023-10-29T10:55:25Z
2023-10-29T10:55:25Z
https://github.com/Aeternalis-Ingenium/FastAPI-Backend-Template/issues/26
[]
MistaIA
0
pytest-dev/pytest-html
pytest
849
Missing data in HTML report table after upgrading to pytest-html 4.1.1
Hi Team, ...
open
2024-11-22T06:20:27Z
2024-11-26T15:14:18Z
https://github.com/pytest-dev/pytest-html/issues/849
[]
Ramya2801
5
huggingface/datasets
numpy
7,049
Save nparray as list
### Describe the bug When I use the `map` function to convert images into features, datasets saves nparray as a list. Some people use the `set_format` function to convert the column back, but doesn't this lose precision? ### Steps to reproduce the bug the map function ```python def convert_image_to_features(inst, ...
closed
2024-07-15T11:36:11Z
2024-07-18T11:33:34Z
https://github.com/huggingface/datasets/issues/7049
[]
Sakurakdx
5
sanic-org/sanic
asyncio
2,925
Documentation Hidden by Menu
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When scrolling and zooming on sanic.dev via safari on OSX (is it MacOS now?) half the documentation gets obscured and it is not possible to correct it without a refresh. <img width="979" alt="Screenshot 2024-03...
open
2024-03-13T17:09:29Z
2024-11-23T23:11:16Z
https://github.com/sanic-org/sanic/issues/2925
[ "bug" ]
cdelaney-global
3
art049/odmantic
pydantic
456
Custom fields serialisation & deserialisation
Hi, I am trying to create a custom field to implement client side encryption. I am able to perform serialisation during save, however I dont see a way to deserialise the data after a find (decrypt it). Is this possible by some means? This is how I created the custom field `class EncryptedFieldType(str): @...
open
2024-04-23T13:07:08Z
2024-04-23T16:44:19Z
https://github.com/art049/odmantic/issues/456
[]
nikhildigde
1
DistrictDataLabs/yellowbrick
scikit-learn
433
Doc error: on Docs » Visualizers and API » Feature Analysis Visualizers » PCA Projection "principle component analysis" should be "principal component analysis"
In http://www.scikit-yb.org/en/latest/api/features/pca.html the phrase "principle component analysis" should be "principal component analysis"
closed
2018-05-15T20:56:11Z
2018-06-14T19:29:54Z
https://github.com/DistrictDataLabs/yellowbrick/issues/433
[]
jibols
1
d2l-ai/d2l-en
machine-learning
1,807
Tokenization in 8.2.2
I think in tokenize function, if it's tokenizing words, it should add space_character to tokens too. Otherwise, in predict function, it will assume '<unk>' for spaces and the predictions doesn't have spaces between them (which can be solved by manipulating the predict function to this line: `return ''.join([vocab.idx_t...
closed
2021-06-22T07:53:02Z
2022-12-16T00:24:13Z
https://github.com/d2l-ai/d2l-en/issues/1807
[]
armingh2000
2
RomelTorres/alpha_vantage
pandas
128
API Calls not working
I am not getting the expected response from Alpha Vantage APIs. The following are the details, could someone help? Infrastructure - GCP Windows server GCP Region: asia-south1-c Error - { "Note": "Thank you for using Alpha Vantage! Our standard API call frequency is 5 calls per minute and 500 calls per day. Please ...
closed
2019-05-10T09:31:49Z
2019-09-12T01:48:22Z
https://github.com/RomelTorres/alpha_vantage/issues/128
[]
rajvirkaushal
1
JaidedAI/EasyOCR
deep-learning
570
Detected short number
Hello. I have image: ![cell](https://user-images.githubusercontent.com/20105785/137730636-f16acbe0-31a4-4fe5-9231-761038b326b7.png) but easyOCR do not work. I try use `detect` with diferrent parameters, but method return empty. then i tried to make my simple-detector: ``` def recognition_number(self, img: np...
closed
2021-10-18T12:39:08Z
2021-10-19T09:02:56Z
https://github.com/JaidedAI/EasyOCR/issues/570
[]
sas9mba
2
dynaconf/dynaconf
django
1,130
[RFC]typed: Turn typed.Dynaconf into a class (currently it is just a constructor)
Current implementation of `typed.Dynaconf` is just a pass-through constructor, this class intercepts passed arguments and then created an instance of `LazySettings` with `cast`ed type annotation for auto complete. ## Proposal - Turn that class into a real class with a `__init__` method, that will perform all the ...
open
2024-07-06T14:40:01Z
2024-07-08T18:37:58Z
https://github.com/dynaconf/dynaconf/issues/1130
[ "Not a Bug", "RFC", "typed_dynaconf" ]
rochacbruno
1
man-group/arctic
pandas
655
[ChunkStore] Decompression error on concurrent read & write
#### Arctic Version ``` 1.70.0 ``` #### Arctic Store ``` ChunkStore ``` #### Platform and version CentOS 7.2 #### Description of problem and/or code sample that reproduces the issue I'm getting an error when I have two threads simultaneously reading and writing from one symbol. The reading thread...
open
2018-11-12T02:22:58Z
2021-05-11T18:44:55Z
https://github.com/man-group/arctic/issues/655
[ "enhancement", "ChunkStore" ]
ddebie
34
pydantic/logfire
pydantic
300
FastAPI integration error
### Description I apologize if this belongs in the FastAPI issues instead of logfire. I'm not really sure who is the culprit here. I'm attaching a [sample project](https://github.com/user-attachments/files/16090524/example.zip) to demonstrate an error when `logfire[fastapi]` is added to a FastAPI project. > *...
closed
2024-07-03T20:07:53Z
2024-07-04T10:33:35Z
https://github.com/pydantic/logfire/issues/300
[ "bug" ]
mcantrell
4
gee-community/geemap
jupyter
1,293
geemap.ee_to_geopandas allow more than 5,000 features
It seems that it is not possible to convert from EE to geopandas using the geemap.ee_to_geopandas function if there are more than 5,000 features. If so it fails with: Exception: Collection query aborted after accumulating over 5000 elements. Is it possible to allow more than 5,000 features?
closed
2022-10-15T22:49:09Z
2022-10-16T00:34:39Z
https://github.com/gee-community/geemap/issues/1293
[ "Feature Request" ]
sm-potter
1
ResidentMario/geoplot
matplotlib
46
Suppress Matplotlib 2.0 warning
cf. #45
closed
2017-10-24T12:30:20Z
2017-12-23T21:58:38Z
https://github.com/ResidentMario/geoplot/issues/46
[ "enhancement" ]
ResidentMario
4
wger-project/wger
django
1,017
Set video to main video in edit screen throws: 'File' object has no attribute 'content_type'
## Steps to Reproduce <!-- Please include as many steps to reproduce so that we can replicate the problem. --> 1. Upload a video without setting it as main video 2. Edit the uploaded video 3. set it as main video 4. get this error message whole error message in html: [AttributeError at _de_exercise_video...
closed
2022-04-15T19:48:51Z
2022-11-30T13:35:45Z
https://github.com/wger-project/wger/issues/1017
[ "bug" ]
DunklerPhoenix
1
pyjanitor-devs/pyjanitor
pandas
760
Latest requirements.txt seems to be over-specifying dependencies
This is the latest version requirements.txt file: ``` black>=19.3b0 darglint hypothesis>=4.4.0 interrogate ipykernel isort>=4.3.18 jupyter_client lxml natsort nbsphinx>=0.4.2 pandas-flavor pandas-vet pre-commit pyspark pytest-azurepipelines pytest-cov pytest>=3.4.2 scikit-learn seaborn setuptools...
closed
2020-10-03T21:58:40Z
2020-10-26T12:01:52Z
https://github.com/pyjanitor-devs/pyjanitor/issues/760
[]
ocefpaf
6
pywinauto/pywinauto
automation
926
Request/Guidance - HowTo make using pywinauto easy
**This is not an issue - but a request** I'm a novice in python, perhaps I was still able to use pywinauto and do a good set of automation in the Unified Service Desk of Dynamics 365. Now that I struggle a lot to progress quickly to cover more scenarios, I was looking for the below: - A good tutorial with exam...
closed
2020-04-27T14:07:41Z
2020-05-14T23:40:03Z
https://github.com/pywinauto/pywinauto/issues/926
[ "question" ]
jjbright
11
PokeAPI/pokeapi
api
503
Where are natures of pokemons?
not able to find nature a pokemon in the pokemon endpoint
closed
2020-06-29T12:09:52Z
2020-06-29T13:27:34Z
https://github.com/PokeAPI/pokeapi/issues/503
[]
FirezTheGreat
1
ni1o1/transbigdata
data-visualization
63
【百度深度学习开源平台飞桨合作】
您好,我是百度飞桨的产品经理施依欣,看到transbigdata提供了较丰富的交通时空大数据分析能力,飞桨作为国内首个开源的深度学习平台,希望能不断深耕各行各业,因此想要和您进一步沟通,看看是否能够有深入结合/合作的机会,如果您方便的话可以添加我的微信(同电话):18108656919 期待您的回复~ 施依欣 | 百度飞桨产品经理
closed
2022-10-08T03:03:50Z
2022-10-10T00:32:33Z
https://github.com/ni1o1/transbigdata/issues/63
[]
YixinKristy
0
nltk/nltk
nlp
3,084
Texttiling and paragraphs
Hello. I have a block of text that I want to segment. However I found out that the texttiling implementation requires that the input text is split into paragraphs. My questions is why does this happen? Doesn't the algorithm create pseudosentences and blocks on its own? After all, Hearst didn't rely on sentences and...
closed
2022-12-13T12:30:13Z
2023-11-03T12:10:41Z
https://github.com/nltk/nltk/issues/3084
[ "tokenizer" ]
markdimi
7
mljar/mercury
jupyter
44
Add support to Julia notebooks
Please add option to convert Julia notebooks into standalone web apps.
closed
2022-02-15T08:46:33Z
2023-02-15T10:06:33Z
https://github.com/mljar/mercury/issues/44
[ "enhancement", "help wanted" ]
pplonski
1
lepture/authlib
django
178
broken with httpx 0.10
**Describe the bug** authlib uses old classes of httpx. New version of httpx 0.10 removed `AsyncRequest` `AsyncResponse` and also there's no middleware. **Environment:** - OS: Linux - Python Version: 3.7 - Authlib Version: 0.13
closed
2020-01-04T07:08:41Z
2020-02-11T10:59:21Z
https://github.com/lepture/authlib/issues/178
[ "bug" ]
kesavkolla
8
Kanaries/pygwalker
plotly
400
[BUG] ERROR: Failed building wheel for duckdb
**Describe the bug** When attempting to install via `pip install pygwalker` I receive the following errors: `ERROR: Failed building wheel for duckdb` `ERROR: Could not build wheels for duckdb, which is required to install pyproject.toml-based projects` **To Reproduce** Steps to reproduce the behavior: 1. Run ...
closed
2024-01-20T04:08:07Z
2024-03-12T04:24:56Z
https://github.com/Kanaries/pygwalker/issues/400
[ "bug" ]
jshuadvd
6
Avaiga/taipy
automation
2,261
[🐛 BUG] Problem of intercompability between environment Docker/Un*x and Windows for path
### What went wrong? 🤔 First, create a storage folder, ".taipy", built when running Taipy with Windows. Then, try to run your code in a Linux-based Docker with this ".taipy". This will create an issue for File Based Datanodes. ``` Traceback (most recent call last): File "/app/main.py", line 20, in <modul...
closed
2024-11-19T17:08:28Z
2024-12-23T12:19:18Z
https://github.com/Avaiga/taipy/issues/2261
[ "Core", "💥Malfunction", "🟨 Priority: Medium", "🔒 Staff only", "Core: 📁 Data node" ]
FlorianJacta
9
strawberry-graphql/strawberry
graphql
3,568
From future import annotations breaks lazy types
## Describe the Bug `from __future__ import annotations` breaks type resolver which results in `TypeError: Model fields cannot be resolved. Unexpected type 'typing.Any'` I did not manage to track down what exactly causes this issue, but whenever I add `from __future__ import annotations` to the top of the file wi...
open
2024-07-11T12:00:04Z
2025-03-20T15:56:48Z
https://github.com/strawberry-graphql/strawberry/issues/3568
[ "bug" ]
dartt0n
7
scikit-image/scikit-image
computer-vision
7,742
Add intensity_median to regionprops
### Description: We have `intensity_min`, `intensity_mean` and `intensity_max` in `regionprops` already: https://github.com/scikit-image/scikit-image/blob/5305ae2ae1fa5d8c01a45e77bb0c44cbabfe1102/skimage/measure/_regionprops.py#L573-L585 What about adding `intensity_median` as well, backed by `np.median` in a simila...
open
2025-03-06T14:25:47Z
2025-03-11T15:38:46Z
https://github.com/scikit-image/scikit-image/issues/7742
[ ":pray: Feature request" ]
imagejan
2
vllm-project/vllm
pytorch
14,975
[Bug][V1]: allenai/OLMo-2-0325-32B-Instruct - unexpected keyword argument 'inputs_embeds'
### Your current environment <details> INFO 03-17 17:57:21 [__init__.py:256] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used to build PyTorch: 12.4 ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.4 LTS (x86_64) GCC version: (Ubu...
closed
2025-03-17T17:58:06Z
2025-03-17T18:26:39Z
https://github.com/vllm-project/vllm/issues/14975
[ "bug" ]
tlrmchlsmth
0
davidsandberg/facenet
computer-vision
1,253
Latest version of Facenet
Hi everyone I need a newer version of this facenet model. is there anyone who can refer such model? so much appreciated. thanks ps: I want to extract face features from human face image.
open
2024-06-25T09:31:08Z
2024-06-25T09:31:08Z
https://github.com/davidsandberg/facenet/issues/1253
[]
jasuriy
0
HumanSignal/labelImg
deep-learning
189
QString' object has no attribute 'rfind'
Ubuntu 16.04 python 2.7 qt4 when I load the image, the terminal show that "QString' object has no attribute 'rfind'.So ,I can't create the rectbox.
closed
2017-10-31T07:47:32Z
2017-11-03T09:58:51Z
https://github.com/HumanSignal/labelImg/issues/189
[]
zhoupan9109
1
nschloe/tikzplotlib
matplotlib
108
Use of matplotlib's colormap viridis
When I use matplotlibs new colormap _viridis_ and add a colorbar in a figure, matplotlib2tikz returns an AssertionError, because _viridis_ is not an linear-segemented-colormap. ``` python import numpy as np import matplotlib.pyplot as plt import matplotlib.cm as cm import matplotlib2tikz x, y = np.meshgrid(np.linspac...
closed
2016-09-04T11:31:00Z
2016-09-08T07:27:49Z
https://github.com/nschloe/tikzplotlib/issues/108
[]
m-rossi
0
Lightning-AI/pytorch-lightning
pytorch
19,618
Validation runs during overfit, even when turned off
### Bug description I am attempting to overfit a model for demonstration. I am using the CLI and I am using trainer.overfit_batches=.125 and trainer.limit_val_batches=0. If trainer.limit_val_batches=0 is run without the overfit_batches, the desired effect of turning off the validation dataloader and epoch is achieve...
closed
2024-03-12T14:27:16Z
2024-03-13T21:47:57Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19618
[ "help wanted", "docs", "working as intended", "trainer", "ver: 2.1.x" ]
tkella47
2
dsdanielpark/Bard-API
nlp
71
Pre prompt like GPT
Just like OPENAI library has parameters like prompt where we put instruction to it. For example: Act like a mychatbot who's name is Toranto. so it will act like Toranto. Can't we do the same with bardapi?
closed
2023-06-21T10:46:23Z
2023-06-21T16:21:16Z
https://github.com/dsdanielpark/Bard-API/issues/71
[]
Ali-Shahab
3
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
141
获取用户的粉丝数等数据
期望提供一个获取用户的粉丝数等数据的接口,谢谢大佬 <img width="499" alt="image" src="https://user-images.githubusercontent.com/16174533/211499289-88218d27-b738-449f-957c-39ea9436c617.png">
closed
2023-01-10T08:26:38Z
2023-02-06T03:32:44Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/141
[ "enhancement" ]
ludasky
4
Farama-Foundation/Gymnasium
api
775
[Proposal] Allowing environments with different Box action/observation space limits in a vector environment
### Proposal https://github.com/Farama-Foundation/Gymnasium/blob/8333df8666811d1d0f87f1ca71803cc58bcf09c6/gymnasium/vector/sync_vector_env.py#L251-L266 https://github.com/Farama-Foundation/Gymnasium/blob/8333df8666811d1d0f87f1ca71803cc58bcf09c6/gymnasium/vector/async_vector_env.py#L576-L596 Currently, these method...
open
2023-11-13T21:31:40Z
2024-07-04T23:52:47Z
https://github.com/Farama-Foundation/Gymnasium/issues/775
[ "enhancement" ]
howardh
4
mwaskom/seaborn
pandas
3,227
seaborn objects scale with two visualisations with same kwargs?
Hello, I ran into a problem with scale, when I'm trying to display two visualizations with color mapped by column. I'm trying to create bar plot with labels on bars. Position of labels and color of labels depends on column of dataframe. Also, I would like to color bars by column. here is my question on stack ove...
closed
2023-01-19T11:30:20Z
2023-01-20T00:30:28Z
https://github.com/mwaskom/seaborn/issues/3227
[]
vorel99
1
allenai/allennlp
nlp
5,721
Is it possible to load my own quantized model from local
Here is the code I tried for the coreference resolution ``` from allennlp.predictors.predictor import Predictor model_url = 'https://storage.googleapis.com/pandora-intelligence/models/crosslingual-coreference/minilm/model.tar.gz' predictor = Predictor.from_path(model_url) text = "Eva and Martha didn't want their...
closed
2022-10-19T12:00:29Z
2022-11-14T18:53:33Z
https://github.com/allenai/allennlp/issues/5721
[ "question" ]
pradeepdev-1995
3
Asabeneh/30-Days-Of-Python
pandas
434
Day 10 Exercises level 3
I'm trying to solve exercise number 3, but I can't iterate through the file: `countries_data.py` I got this error message: `non iterable value is used in an iterating context` any ideas that could help me to solve this issue? and also How can I iterate a list of dictionaries like the one in `countries_data.py`. Thank...
open
2023-08-17T18:20:50Z
2023-08-27T23:17:27Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/434
[]
parzival-p1
2
STVIR/pysot
computer-vision
69
can I run the code in windows and without GPU
can I run the code in windows and without GPU?
closed
2019-06-20T14:34:18Z
2019-07-05T03:23:37Z
https://github.com/STVIR/pysot/issues/69
[]
markofan
2
jina-ai/serve
machine-learning
5,448
generate random ports for multiple protocols in gateway
generate random ports for multiple protocols in gateway. This will entail the following changes: parser ports default to None in flow constructor, and gateway config, we generate ports up to the number of protocols in jina gateway cli, when displaying pod settings, we will be printing None instead of the random por...
closed
2022-11-25T10:11:13Z
2022-11-28T13:05:41Z
https://github.com/jina-ai/serve/issues/5448
[]
alaeddine-13
0
proplot-dev/proplot
matplotlib
398
Can not add patch in every axes
<!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). --> ### Description I try to draw the Nino3 area in every axes, BUT here it is t...
closed
2022-11-15T07:31:17Z
2023-03-29T10:01:32Z
https://github.com/proplot-dev/proplot/issues/398
[ "support", "external issue" ]
jwy-wbe
5
LAION-AI/Open-Assistant
machine-learning
3,339
enable internet checkbox missing
enable internet checkbox missing i think i have seen it earlier
closed
2023-06-09T11:25:02Z
2023-06-09T11:29:32Z
https://github.com/LAION-AI/Open-Assistant/issues/3339
[]
SasiKiranK
0
OpenInterpreter/open-interpreter
python
637
token streaming to stdout
### Describe the bug versions after 0.16 verbose streaming > hi ``` stream result: { "id": "chatcmpl-897VdZUcQblQ4J5aHRIPfxQLk7Q0K", "object": "chat.completion.chunk", "created": 1697184509, "model": "gpt-4-0613", "choices": [ { "index": 0, "delta": { "role": "assistant"...
closed
2023-10-13T08:16:12Z
2023-10-24T16:14:10Z
https://github.com/OpenInterpreter/open-interpreter/issues/637
[ "Bug" ]
veonua
15
Zeyi-Lin/HivisionIDPhotos
fastapi
187
upgrade to gradio 5.0
gradio 5.0 is out, see: https://huggingface.co/blog/gradio-5
open
2024-10-10T22:33:46Z
2024-10-30T00:26:06Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/187
[]
AK391
0
pydantic/pydantic-ai
pydantic
837
context_length_exceeded error
I think the message history keeps building up when running the agent over a large loop like: ``` for keyword in keywords: result = lead_generation_agent.run_sync(user_promt, deps=keyword) ``` because the first iteration runs just fine but after dozen I get this error, why and how can I fix it? File "/Users/UA...
closed
2025-02-01T12:22:10Z
2025-02-16T14:00:46Z
https://github.com/pydantic/pydantic-ai/issues/837
[ "question", "Stale" ]
infinitivebyte
16
huggingface/transformers
pytorch
36,815
Gemma3
### System Info After installing the latest Transformers and reasoning about Gemma 3 video understanding, this error is reported pip install -q git+https://github.com/huggingface/[email protected] # -*- coding: utf-8 -*- """Let's load the model.""" import torch from transformers import AutoProcessor, Ge...
open
2025-03-19T08:27:45Z
2025-03-20T00:03:02Z
https://github.com/huggingface/transformers/issues/36815
[ "bug" ]
fuchao01
5
huggingface/peft
pytorch
2,307
The provided `peft_type` 'PROMPT_TUNING' is not compatible with the `PeftMixedModel`.
### Feature request PROMPT_TUNING is an useful adapter and it would be great if we can combine it with LORA. ### Motivation Lots of finetunes on consumer grade hardware leverage lora. It would be great we can mix prompt tuning with lora as plug and play. ### Your contribution I would like to submit a PR ...
closed
2025-01-07T01:46:18Z
2025-02-14T15:04:03Z
https://github.com/huggingface/peft/issues/2307
[]
Radu1999
4
Esri/arcgis-python-api
jupyter
1,689
GitHub Action fails when loading arcgis package on subprocess
**Describe the bug** I am getting a subprocess error when trying to run arcgis 2.1.0 Most likely I am doing something wrong within my set-up, any suggestions? It looks to be locked up on gssapi or krb5 error: ```python error: subprocess-exited-with-error × Getting requirements to build wheel d...
closed
2023-10-10T21:14:12Z
2023-10-13T18:00:41Z
https://github.com/Esri/arcgis-python-api/issues/1689
[ "bug" ]
EricSamson-Tract
1
jina-ai/serve
fastapi
5,748
Warnings about wrong grpc options
**Describe the bug** <!-- A clear and concise description of what the bug is. --> ```python Client(host="grpcs://someflow-somens-grpc.wolf.jina.ai").post(on='/', inputs=...) ``` ``` E0308 16:59:23.961063922 551261 channel_args.cc:374] grpc.max_send_message_length ignored: it must be >= -1 E0308 16:59...
closed
2023-03-08T12:00:29Z
2023-03-09T09:51:44Z
https://github.com/jina-ai/serve/issues/5748
[]
deepankarm
2
developmentseed/lonboard
data-visualization
80
Private code to generate test data for geoarrow/deck.gl-layers
There's so much helper code here to create geoarrow-formatted data and validate other attributes, that it would be nice to have a private method to export for test data for the JS lib
closed
2023-10-11T22:15:30Z
2023-10-21T02:34:47Z
https://github.com/developmentseed/lonboard/issues/80
[]
kylebarron
0
Evil0ctal/Douyin_TikTok_Download_API
api
143
请问可否出一个相对简单的使用教程?
closed
2023-01-12T02:15:17Z
2024-05-05T11:04:34Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/143
[ "enhancement" ]
chenkongming
4
mljar/mljar-supervised
scikit-learn
411
Dependencies too strict for numpy and scipy
**Issue** I have a request regarding the dependencies for `mljar-supervised = "0.10.4"`. In particular, my question is whether it would be possible to allow for older versions of `numpy` and `scipy` (maybe in future releases). I am currently trying to install `mljar-supervised = "0.10.4"` along with `tensorflow ...
closed
2021-06-13T17:20:56Z
2021-09-02T11:33:54Z
https://github.com/mljar/mljar-supervised/issues/411
[ "dependencies" ]
juliuskittler
9
deepset-ai/haystack
nlp
9,093
Agent support multiple exit conditions
**Is your feature request related to a problem? Please describe.** I'm testing out the new experimental Agent implementation, which feels great (I'm not sure if I should create these issues here or in the haystack-experimental repository). In my use case, In addition to the text responses, I also have multiple tool ex...
open
2025-03-22T05:26:39Z
2025-03-24T09:19:04Z
https://github.com/deepset-ai/haystack/issues/9093
[ "P1" ]
ernoaapa
0
mwaskom/seaborn
data-science
3,405
Allow violinplot areas to be scaled by count
Currently there are 3 methods to scale a violinplot: > scale : _{“area”, “count”, “width”}, optional_ > The method used to scale the width of each violin. If `area`, each violin will have the same area. If `count`, the **width** of the violins will be scaled by the number of observations in that bin. If `width`, ea...
closed
2023-06-27T08:36:35Z
2024-12-16T20:41:11Z
https://github.com/mwaskom/seaborn/issues/3405
[ "wishlist" ]
Matt-Schmitz
3
ipython/ipython
data-science
14,314
Create a `_process_emscripten.py`
See https://github.com/ipython/ipython/issues/14312#issuecomment-1918742541_ It would be good to have a test that check we don't have regression or prevent importing on emscripten
closed
2024-01-31T09:44:49Z
2024-02-13T09:00:04Z
https://github.com/ipython/ipython/issues/14314
[]
Carreau
2
jumpserver/jumpserver
django
14,626
[Bug] v4.4.0版本,前端不能滚动问题
### Product Version v4.4.0 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [ ] Offline Package Installation - [X] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] ...
closed
2024-12-10T07:48:15Z
2024-12-11T07:45:52Z
https://github.com/jumpserver/jumpserver/issues/14626
[ "🐛 Bug" ]
wppzxc
6
opengeos/leafmap
plotly
500
Add support for Earthformer
https://github.com/amazon-science/earth-forecasting-transformer
closed
2023-07-26T03:19:01Z
2024-02-06T15:30:08Z
https://github.com/opengeos/leafmap/issues/500
[ "Feature Request" ]
giswqs
1
deezer/spleeter
deep-learning
698
[Bug] Cannot install, spleeter wants llvmlite 0.36.0 while pulling in numba that wants llvmlite 0.37.0
- [X] I didn't find a similar issue already open. - [ ] I read the documentation (README AND Wiki) - [X] I have installed FFMpeg - [X] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others) ## Description ``` $ python3.7 -m spleeter separate -p spl...
closed
2021-12-25T15:04:05Z
2022-01-07T10:58:31Z
https://github.com/deezer/spleeter/issues/698
[ "bug", "invalid" ]
ell1e
3
flavors/django-graphql-jwt
graphql
185
set jwt_cookie on signup
First of all, thank you for the lib. In my case, I need to set the `jwt_cookie` right after the signup. I've already read the docs and the issues too, so I know about the `get_token` decorator but I need a solution to be able to set the cookie. is there any way to `authenticate` the user in a func, so the necessary...
open
2020-03-31T12:31:29Z
2020-04-10T08:22:36Z
https://github.com/flavors/django-graphql-jwt/issues/185
[]
drippypale
1
autogluon/autogluon
computer-vision
4,355
[tabular] Add target encoding preprocessing option
Add target encoding preprocessing option. Likely best as a toggle for models, such as `"ag.target_encoding": True`. Examples of target encoding getting performance improvements: 1. Kaggle Playground Series: https://www.kaggle.com/code/theoviel/explaining-and-accelerating-target-encoding 2. Nested K-Fold: https:/...
open
2024-07-30T18:07:42Z
2024-11-25T22:47:12Z
https://github.com/autogluon/autogluon/issues/4355
[ "enhancement", "module: tabular", "priority: 1" ]
Innixma
0
huggingface/datasets
machine-learning
7,189
Audio preview in dataset viewer for audio array data without a path/filename
### Feature request Huggingface has quite a comprehensive set of guides for [audio datasets](https://huggingface.co/docs/datasets/en/audio_dataset). It seems, however, all these guides assume the audio array data to be decoded/inserted into a HF dataset always originates from individual files. The [Audio-dataclass](...
open
2024-10-02T16:38:38Z
2024-10-02T17:01:40Z
https://github.com/huggingface/datasets/issues/7189
[ "enhancement" ]
Lauler
0
neuml/txtai
nlp
57
Add example notebook that adds semantic search to existing system
Use similarity pipeline to add semantic search to Elasticsearch
closed
2021-01-13T01:15:41Z
2021-05-13T15:05:41Z
https://github.com/neuml/txtai/issues/57
[]
davidmezzetti
0
microsoft/nni
data-science
4,948
要是有能支持list为参数的_type就好了
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: **Why is this needed**:比如在多层卷积网络中设计卷积通道数,希望一次设计多层,而不是单个层的通道数设计,因为这样会产生很多冗余的不想要的没有价值的参数组合。这样一来,就需要一系列的list来表达这些设计方案。 ![image](https://user-images.githubusercontent.com/47685165/174472758-398507b2-e8e3...
closed
2022-06-19T08:39:42Z
2022-06-29T02:14:16Z
https://github.com/microsoft/nni/issues/4948
[ "new feature", "user raised", "HPO" ]
BraveDrXuTF
1
jschneier/django-storages
django
544
django-storages, boto3, and django-progressbarupload
I'm building a small app that stores whalesong. I've got my forms uploading to an S3 via boto3 and django-storages. I've also installed the development version of django-progressbarupload and am running django 2.0.6 django-progressbarupload gets it's progress data via ``` $.getJSON(upload_progress_url, {'X-P...
closed
2018-08-03T09:18:23Z
2018-08-06T18:21:46Z
https://github.com/jschneier/django-storages/issues/544
[ "question" ]
kidconcept
2
Josh-XT/AGiXT
automation
917
streamlit DuplicateWidgetID websearch = st.checkbox("Enable websearch")
### Description I was trying to modify chain Smart Instruct. ``` agixt-streamlit-1 | File "/app/components/selectors.py", line 73, in prompt_options agixt-streamlit-1 | websearch = st.checkbox("Enable websearch") agixt-streamlit-1 | File "/usr/local/lib/pyth...
closed
2023-08-14T11:14:11Z
2023-08-15T17:53:53Z
https://github.com/Josh-XT/AGiXT/issues/917
[ "type | report | bug", "needs triage" ]
mongolu
1
ultralytics/yolov5
machine-learning
12,582
Engine crashes
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training ### Bug ![image](https://github.com/ultralytics/yolov5/assets/67851721/143797e6-7927-4fb4-9739-d92322a0f32d) ### Environment I have tr...
closed
2024-01-04T09:17:15Z
2024-10-20T19:36:11Z
https://github.com/ultralytics/yolov5/issues/12582
[ "bug", "Stale" ]
215561238
3
onnx/onnx
machine-learning
6,649
[Feature request] Can SpaceToDepth also add mode attribute?
### System information ONNX 1.17 ### What is the problem that this feature solves? Current SpaceToDepth Op https://github.com/onnx/onnx/blob/main/docs/Operators.md#spacetodepth doesn't have attributes to assign the DCR/CRD, and can only supports CRD in computation. But the DepthToSpace Op https://github.com/onnx/onn...
open
2025-01-22T03:33:51Z
2025-02-20T03:56:36Z
https://github.com/onnx/onnx/issues/6649
[ "module: spec" ]
vera121
0
cookiecutter/cookiecutter-django
django
4,768
Add Hadolint
## Description Adding hadolint to pre-commit ## Rationale Linting Dockerfile. Current lint warnings: ``` Lint Dockerfiles.........................................................Failed - hook id: hadolint-docker - exit code: 1 compose/local/django/Dockerfile:10 DL3008 warning: Pin versions in apt get ...
open
2023-12-31T20:36:46Z
2024-05-27T18:30:56Z
https://github.com/cookiecutter/cookiecutter-django/issues/4768
[ "enhancement" ]
Andrew-Chen-Wang
2
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
1,505
GPU not using more than 2
Hi. I am trying to train the model. Currently, I am training the model with the following configurations : num_threads = 64 batch_size = 2 load_size = 1024 crop_size = 512 In this setting, it only uses 2 gpus. If I increase the batch size, the number of GPU usage increases accordingly. That is, ba...
open
2022-11-11T12:08:10Z
2023-07-21T07:28:08Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1505
[]
stevekangLunit
5
serengil/deepface
machine-learning
777
Age Prediction being either 0 or 90+
I am currently working on a school project and I have taken deepface's code and compacted the code to only the stuff I needed to predict Age, Gender and Race. my current code is working fine for Gender and Race, but my age is either 0 or 90+ most of the time, please advise on what I am doing wrong, thank you for you...
closed
2023-06-12T12:25:30Z
2023-06-14T08:14:39Z
https://github.com/serengil/deepface/issues/777
[ "question" ]
DrPlanecraft
5
Lightning-AI/pytorch-lightning
pytorch
20,274
`strict = False` does not work when the checkpoint is distributed
### Bug description When loading a sharded checkpoint with: ```python fabric.load(ckpt_path, state, strict = False) ``` the `_distributed_checkpoint_load` function called in the `FSDPStrategy` will raise an error if a checkpoint misses a key from the model in `state`, which should not be the case as `strict = Fals...
open
2024-09-11T16:36:26Z
2024-10-10T01:50:05Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20274
[ "bug", "needs triage", "ver: 2.4.x" ]
NathanGodey
1
jupyter/nbviewer
jupyter
484
Jupyter>>nbviewer slides Fail, notebook view fine
When using the web based iPython Notebook/Jupyter capability, i created a notebook with markdown cells of text and code cells to display the code and plots for matplotlib and bokeh. I then download that as .ipynb open with sublime, copy and paste to git, then access it on nbviewer through my git account. When looking a...
closed
2015-07-30T19:45:30Z
2015-08-30T03:18:01Z
https://github.com/jupyter/nbviewer/issues/484
[ "type:Bug", "tag:Format" ]
angisgrate
17
jmcnamara/XlsxWriter
pandas
959
question: trendline equation
### Question Is it possible to extract trendline equation from chart?
closed
2023-03-01T22:17:12Z
2023-03-01T22:51:57Z
https://github.com/jmcnamara/XlsxWriter/issues/959
[ "question" ]
dsulot
1
django-import-export/django-import-export
django
2,002
MultiselectField is not working (with xlsx format)
**Describe the bug** In our Django project, we have a model with Multiselectfield, when we import an export from this model, we see that these fields are not loaded. https://pypi.org/project/django-multiselectfield/ **To Reproduce** 1. Create a model with a MultiSelectField. (for example: ```python class Sample...
closed
2024-11-13T15:06:48Z
2025-01-16T14:24:40Z
https://github.com/django-import-export/django-import-export/issues/2002
[ "bug" ]
Natgho
2