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
keras-team/keras
data-science
20,622
Key space/depth operations commonly used in SISR models are missing
Hi! I would like to ask if it would be possible to add support for the `depth to space` and `space to depth` operations commonly found on many SISR models. While you can achieve the same result with some clever usage of `keras.ops.reshape` and `keras.ops.transpose`, both TF and Pytorch offer them as easy to use func...
open
2024-12-10T15:21:59Z
2025-01-15T15:55:09Z
https://github.com/keras-team/keras/issues/20622
[ "type:feature", "stat:awaiting keras-eng" ]
Artoriuz
1
strawberry-graphql/strawberry
fastapi
3,788
OpenTelemetry Extension groups all resolver in one old span
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug With the OpenTelemetry extension e...
open
2025-02-19T13:21:55Z
2025-03-24T17:54:41Z
https://github.com/strawberry-graphql/strawberry/issues/3788
[ "bug" ]
pgelinas
3
plotly/dash
data-science
2,300
[BUG] Renderer can't find element that exists in DOM - `nonexistent object `
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` aiohttp 3.8.1 aiosignal 1.2.0 algoliasearch 1.15.3 amqp 5.1.1 ...
closed
2022-11-04T19:11:11Z
2024-07-24T15:10:04Z
https://github.com/plotly/dash/issues/2300
[]
LiamConnors
2
numpy/numpy
numpy
28,011
BUG: build failure for loongarch in Highway cpu-generic code
### Describe the issue: Building crashs for loongarch. ### Reproduce the code example: ```python pip3 install -U numpy ``` ### Error message: ```shell hint: See above for details. (.pyvenv) larry@loong0:~/Git/larryw3i/funingschool$ pip3 install -U numpy Looking in indexes: https://mirror.nju.edu.cn/pypi/web/sim...
open
2024-12-16T06:29:29Z
2025-01-03T10:00:20Z
https://github.com/numpy/numpy/issues/28011
[ "00 - Bug", "component: SIMD" ]
larryw3i
2
robotframework/robotframework
automation
5,226
Add `MATCH/CASE` syntax similarly as in Python
Hello everyone, I would like to suggest to add match statement in robot framework. Match statement is support in python [Match Statement](https://docs.python.org/3/tutorial/controlflow.html#match-statements) This suggestion is to add another method besides IF / ELSE block.
open
2024-10-02T18:30:12Z
2024-11-16T07:35:17Z
https://github.com/robotframework/robotframework/issues/5226
[ "enhancement", "priority: high", "effort: extra large" ]
rarajabs
24
keras-team/keras
tensorflow
20,804
Results of the Conv2D layer are not identical across backends
The [docs](https://keras.io/keras_3/) state: > numerics are identical across backends [...] > [...] up to 1e-7 precision in float32, per function execution However, this minimal example does not confirm this: ```python3 import os.path import numpy as np from keras import layers, Model from keras.src.saving import l...
closed
2025-01-23T17:35:53Z
2025-02-06T20:34:55Z
https://github.com/keras-team/keras/issues/20804
[ "type:Bug" ]
Dobiasd
6
mckinsey/vizro
data-visualization
290
Replace all `html.P()` with `html.Label()` in all form components
### Question Context why this is beneficial: https://teamtreehouse.com/community/labels-vs-paragraphs#:~:text=The%20tag%20is%20just,in%20the%20CSS. ### Code/Examples Replace `html.P(self.title)` with `html.Label(self.title)` for all form components (dropdown, checklist, etc.) and where applicable ### Other informat...
closed
2024-01-26T10:57:27Z
2024-01-29T12:52:24Z
https://github.com/mckinsey/vizro/issues/290
[ "Nice to have :cherries:" ]
huong-li-nguyen
3
CorentinJ/Real-Time-Voice-Cloning
pytorch
931
Speeding up Loading Time of encoder in ``encoder/inference.py``
Original comment from @CorentinJ: TODO: I think the slow loading of the encoder might have something to do with the device it was saved on. Worth investigating. This refers to the ``load_model`` function in the named module.
open
2021-12-01T19:45:04Z
2021-12-01T19:45:04Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/931
[]
ghost
0
graphql-python/graphene
graphql
728
How to create a subscription with graphene relay so i can be used in front end
Hello I need someone to explain to me on how to create a subscription type with graphene relay. Thank you :)
closed
2018-05-19T20:56:09Z
2019-12-16T15:44:04Z
https://github.com/graphql-python/graphene/issues/728
[]
bellomusodiq
8
apragacz/django-rest-registration
rest-api
159
Add ‘REGISTER_RETRIEVE_TOKEN’
### Checklist * [x] I read [Contribution Guidelines](https://github.com/apragacz/django-rest-registration/blob/master/CONTRIBUTING.md#issues) * [x] I searched [the documentation](https://django-rest-registration.readthedocs.io/) to ensure that the requested feature is not already implemented and described * ...
closed
2021-07-23T17:27:42Z
2021-08-17T22:29:49Z
https://github.com/apragacz/django-rest-registration/issues/159
[ "type:feature-request", "state:needs-answer" ]
trentmercer
3
replicate/cog
tensorflow
1,591
Error while finding module specification for 'cog.server.http' (ModuleNotFoundError: No module named 'cog')
****Error:** Error while finding module specification for 'cog.server.http' (ModuleNotFoundError: No module named 'cog')** Not able to use run command inside build section in cog.yaml Below is my cog yaml. ``` build: gpu: false python_packages: - "pandas==1.4.3" - "scikit-learn==1.3.0" - "numpy==...
open
2024-03-22T07:47:08Z
2024-09-06T00:06:10Z
https://github.com/replicate/cog/issues/1591
[]
Aparna29T
4
deeppavlov/DeepPavlov
tensorflow
887
Requirements installation
Hello! Now installation of additional requirements can be done either through `python -m deeppavlov install <config-name>` or `pip install -r DeepPavlov/deeppavlov/requirements/fasttext.txt`. This variant is not appropriate when you installed library with `pip` and trying to use it from `python`. So, it would be ...
open
2019-06-19T12:10:19Z
2022-04-05T07:44:45Z
https://github.com/deeppavlov/DeepPavlov/issues/887
[ "enhancement" ]
dilyararimovna
1
mirumee/ariadne-codegen
graphql
115
Test failure on Windows.
`test_read_graphql_file_with_invalid_file_raises_invalid_graphql_syntax_exception()` checks for the file path in the expected exception message, but this gets escaped on Windows. I don't think that this check is necessary and suggest removing it. ```python assert str(incorrect_schema_file) in str(exc) ```
open
2023-03-30T15:03:07Z
2023-03-30T15:04:39Z
https://github.com/mirumee/ariadne-codegen/issues/115
[]
strue36
1
learning-at-home/hivemind
asyncio
312
[BUG] Tests freeze without increasing `ulimit -n`
**Describe the bug** Tests freeze when the value of `ulimit -n` is 1024, a default for some operating systems (including Ubuntu). **To Reproduce** ```bash ulimit -n 1024 && pytest tests/ ``` **Environment** * Python 3.8.5 * hivemind 21fda756c12712a3bfeaca843fac53f846974881 (master) **Possible solutions**...
closed
2021-07-10T07:56:17Z
2021-07-13T22:37:18Z
https://github.com/learning-at-home/hivemind/issues/312
[ "bug" ]
borzunov
0
pydantic/logfire
pydantic
938
Format the console log
### Description I want to format the console log like loguru i can't find any function that allow me to change the format also when i integrate logfire with loguru I can't format the console log i want the console log to be the same as default loguru ```python LOGURU_FORMAT = ( "<green>{time:YYYY-MM-DD HH:mm:ss....
open
2025-03-19T17:30:38Z
2025-03-22T20:41:46Z
https://github.com/pydantic/logfire/issues/938
[ "Feature Request" ]
NourEldin-Osama
5
nikitastupin/clairvoyance
graphql
29
TypeError: __init__() got an unexpected keyword argument 'allowed_methods'
``` Traceback (most recent call last): File "/usr/local/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/...
closed
2021-11-04T16:18:56Z
2023-03-18T12:29:36Z
https://github.com/nikitastupin/clairvoyance/issues/29
[]
thistehneisen
1
wkentaro/labelme
computer-vision
587
Fast Way For Converting To New Json Format
I have a lot of labelme annotations that use the old labelme format (3.18.0). Since the recent update, some keys have disappeared while some new keys have been added to the dictionary. I am aware that you can convert to the new format (4.2.5) by opening each image one-by-one and doing a 'Save As', but this is too tim...
closed
2020-02-07T02:53:07Z
2020-03-15T00:00:39Z
https://github.com/wkentaro/labelme/issues/587
[]
cm107
3
amidaware/tacticalrmm
django
1,494
Ability to automate the installation of software through web interface
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Inability to auto-install software on newly added agents so that admins can make sure all machines have necessary software and if a user of said machine attem...
closed
2023-04-25T15:39:50Z
2023-04-26T01:33:44Z
https://github.com/amidaware/tacticalrmm/issues/1494
[]
dcwalker3
2
keras-team/keras
machine-learning
20,873
Inconsistencies with the behavior of bias initializers, leading to poor performance in some cases
Hello, I've noticed some (potentially harmful) inconsistencies in bias initializers when running a simple test of the keras package, i.e. using a shallow MLP to learn a sine wave function in the [-1, 1] interval. # Context Most of the times (or for deep enough networks), using the default zero-initialization for bia...
open
2025-02-07T13:44:16Z
2025-03-07T15:35:08Z
https://github.com/keras-team/keras/issues/20873
[ "type:bug/performance" ]
lompabo
4
flasgger/flasgger
rest-api
486
GET /apispec_example/random in the example returns 500
After building the example, I started running the docker container of it. However, calling GET /apispec_example/random would result in the following error: ``` 172.17.0.1 - - [07/Jun/2021 01:19:51] "GET /apispec_example/random HTTP/1.1" 500 - [2021-06-07 01:19:52,130] ERROR in app: Exception on /random [GET] Trac...
open
2021-06-07T01:26:58Z
2021-06-07T01:26:58Z
https://github.com/flasgger/flasgger/issues/486
[]
johnlinp
0
django-import-export/django-import-export
django
1,648
Field / Widget interface issues
**Describe the bug** Both the `row` and `instance` object gets passed into `Widget`. Ideally the widget should not know about either the row or the instance, and should be concerned only with rendering or cleaning the value. There is an issue with ForeignKeyWidget which doesn't fit this pattern. In general, `Fi...
closed
2023-10-02T19:13:49Z
2024-01-11T19:40:02Z
https://github.com/django-import-export/django-import-export/issues/1648
[ "enhancement" ]
matthewhegarty
2
sherlock-project/sherlock
python
2,399
sherlock installation error
### Installation method Other (indicate below) ### Package version current version ### Description i clone sherlock then run requirements command after that i'm facing error like this ──(root㉿Kali)-[/opt/sherlock] └─# python3 -m pip install -r requirements.txt error: externally-managed-environment × This environ...
closed
2025-01-27T14:29:26Z
2025-01-29T03:51:58Z
https://github.com/sherlock-project/sherlock/issues/2399
[]
aamirejaz1
1
autogluon/autogluon
scikit-learn
4,241
Error occur while using kaggle notebook
![image](https://github.com/autogluon/autogluon/assets/101499960/2e3762c1-66cd-4d6c-ae22-80543b7ba2dc) The folder "aiohttp-3.9.5.dist-info" is already in this path :\opt\.conda\envs\myenv\Lib\site-packages\aiohttp-3.9.5.dist-info I tried re-install anaconda, miniconda and install anaconda in macbook, but it doesn't w...
closed
2024-06-01T05:15:17Z
2024-06-27T09:23:22Z
https://github.com/autogluon/autogluon/issues/4241
[ "bug", "env: kaggle" ]
EXEDENN
3
ray-project/ray
python
51,260
[core][gpu-objects] CollectiveGroupManager
### Description It is used to initialize the NCCL group, and the driver process should know the mapping from actor ID to rank. In addition, the `CollectiveGroupManager` is also responsible for ordering the collective calls across actors. ### Use case _No response_
open
2025-03-11T18:32:56Z
2025-03-11T22:05:44Z
https://github.com/ray-project/ray/issues/51260
[ "enhancement", "P0", "core", "gpu-objects" ]
kevin85421
0
jeffknupp/sandman2
sqlalchemy
208
How to use this with ForeignKey table
How to use this with ForeignKey table ,Just like join or inner Sql
open
2021-03-24T14:44:45Z
2021-03-24T14:44:45Z
https://github.com/jeffknupp/sandman2/issues/208
[]
hzjux001
0
recommenders-team/recommenders
deep-learning
2,193
[BUG] Authentication error breaking AzureML tests
### Description <!--- Describe your issue/bug/request in detail --> ``` Pytest logs DefaultAzureCredential failed to retrieve a token from the included credentials. Attempted credentials: EnvironmentCredential: EnvironmentCredential authentication unavailable. Environment variables are not fully configured...
closed
2024-12-06T07:48:03Z
2024-12-09T19:36:53Z
https://github.com/recommenders-team/recommenders/issues/2193
[ "bug" ]
miguelgfierro
1
nteract/papermill
jupyter
621
KeyError: (None, None)
## 🐛 Bug OS: Windows 10 Python: 3.8.5 Papermill: 2.3.3 `!jupyter --version` ``` jupyter core : 4.6.3 jupyter-notebook : 6.1.4 qtconsole : not installed ipython : 7.18.1 ipykernel : 5.3.4 jupyter client : 6.1.7 jupyter lab : 3.0.14 nbconvert : 6.0.7 ipywidgets ...
closed
2021-07-20T05:07:34Z
2021-08-19T20:21:43Z
https://github.com/nteract/papermill/issues/621
[ "bug", "help wanted" ]
roger-yu-ds
4
apify/crawlee-python
automation
963
Add support for launching Playwright with a persistent browser context
### Description It looks like our current Python implementation always uses an incognito context when launching Playwright ([launch](https://playwright.dev/python/docs/api/class-browsertype#browser-type-launch), which is the default behavior. However, in JavaScript, the default is a persistent context unless explicitl...
closed
2025-02-06T15:03:30Z
2025-02-25T09:11:57Z
https://github.com/apify/crawlee-python/issues/963
[ "enhancement", "t-tooling" ]
vdusek
2
CanopyTax/asyncpgsa
sqlalchemy
98
Typings?
Hi, I was wondering if there were/are typings for the library? I'm trying to reduce the number of mypy exceptions I carve out, and this is one of the ones that mypy yells at me for. Thanks for the great library!
closed
2019-03-15T17:50:20Z
2019-03-20T17:17:44Z
https://github.com/CanopyTax/asyncpgsa/issues/98
[]
arusahni
2
PaddlePaddle/models
computer-vision
4,776
arcface loss
请问度量学习中的arcmargin loss是arcface loss么??
closed
2020-07-29T14:14:35Z
2020-07-30T02:36:21Z
https://github.com/PaddlePaddle/models/issues/4776
[ "user" ]
endy-see
2
errbotio/errbot
automation
1,573
type BinaryIO declaration missing
I got this error when i start errbot 6.1.9 `10:49:26 INFO errbot.bootstrap Found Storage plugin: Shelf. 10:49:26 INFO errbot.bootstrap Found Backend plugin: Telegram 10:49:26 DEBUG errbot.storage Opening storage 'repomgr' 10:49:26 DEBUG errbot.storage.shelf Open she...
closed
2022-06-13T09:20:51Z
2022-07-20T13:40:20Z
https://github.com/errbotio/errbot/issues/1573
[ "type: bug" ]
futex
2
lukas-blecher/LaTeX-OCR
pytorch
30
Feature extraction
Hi, Can we use your trained model, to extract math features from an image. I mean can we take the layer before the prediction layer for feature extractions?
closed
2021-08-13T18:12:49Z
2021-08-14T09:40:01Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/30
[]
GopinathCool
1
wiseodd/generative-models
tensorflow
12
WGAN Wasserstein algorithm
In the code , did you use Wasserstein to count the distance between discriminator and generator ? I can't see the algorithm of it, could you shed a light ? Thanks
closed
2017-03-21T13:45:04Z
2017-05-08T05:18:13Z
https://github.com/wiseodd/generative-models/issues/12
[]
tcglarry
5
microsoft/hummingbird
scikit-learn
134
add SKL Feature Selectors
add SKL **Feature Selectors** - SelectKBest - VarianceThreshold - SelectPercentile
closed
2020-06-13T00:23:47Z
2020-08-29T21:58:00Z
https://github.com/microsoft/hummingbird/issues/134
[]
ksaur
2
ultralytics/yolov5
pytorch
13,086
Modifying YOLOv5 model for a common backbone but "2 different heads"
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, I was curious to know that if I wish to modify the YOLOv5 model, for a new model that...
closed
2024-06-13T09:29:33Z
2024-10-20T19:47:46Z
https://github.com/ultralytics/yolov5/issues/13086
[ "question", "Stale" ]
jain-abhay
13
abhiTronix/vidgear
dash
255
Dropped support for Python 3.6.x legacy
Hello folks, VidGear as of now supports all python 3.6+ legacies. **☠️ However python 3.6 goes out of support, e.g. security updates plus general widespread availability, at the end of this year: https://endoflife.date/python ☠️** Therefore, we have decided that `3.6.x` legacy will not be supported from upcoming...
closed
2021-10-20T06:18:30Z
2022-02-11T14:16:41Z
https://github.com/abhiTronix/vidgear/issues/255
[ "ENHANCEMENT :zap:", "SOLVED :checkered_flag:", "ANNOUNCEMENT :loudspeaker:", "META :thought_balloon:" ]
abhiTronix
1
strawberry-graphql/strawberry
fastapi
3,125
Operation directive not working on QUERY
Operation directive is not called for location QUERY. ## Describe the Bug I have written an operation directive which should be available for use on QUERY, similar to this reduced example: ``` @strawberry.directive(locations=[DirectiveLocation.QUERY]) async def my_directive(value: Any): """ Adds co...
open
2023-09-30T20:08:54Z
2025-03-20T15:56:24Z
https://github.com/strawberry-graphql/strawberry/issues/3125
[ "bug" ]
mritzerfeld
7
AutoGPTQ/AutoGPTQ
nlp
148
请教一下,部署falcon-40b-autogpt需要什么配置的硬件,我用的80g的a100,感觉还是好慢啊,是我的使用方式不对么
``` (base) root@autodl-container-78a811a500-698bb59c:~/autodl-tmp/text-generation-webui# python3 server.py --autogptq --trust-remote-code WARNING:--autogptq has been deprecated and will be removed soon. AutoGPTQ is now used by default for GPTQ models. WARNING:trust_remote_code is enabled. This is dangerous. bin /ro...
open
2023-06-08T06:41:49Z
2023-06-08T06:41:49Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/148
[]
benyuereal
0
ranaroussi/yfinance
pandas
1,239
Can't get history for index fund
Example: ``` In [1]: import yfinance as yf In [2]: yf.download(tickers='FXAIX', prepost=True, period='1d', interval='1m') [*********************100%***********************] 1 of 1 completed 1 Failed download: - FXAIX: No data found for this date range, symbol may be delisted Out[2]: Empty DataFrame Colu...
closed
2022-12-13T18:53:37Z
2022-12-13T19:33:42Z
https://github.com/ranaroussi/yfinance/issues/1239
[]
csm10495
7
Farama-Foundation/PettingZoo
api
387
What is the expected behaviour of agents in ParallelEnv
I'm trying to use PettingZoo interface to create my own custom environment. I did look through the dev docs [here](https://www.pettingzoo.ml/dev_docs). While it is clear on how to implement a simple game like RPS where agents terminate at the same time, I am not sure about the intended behaviour of ParallelEnv. Par...
closed
2021-05-27T10:24:57Z
2021-05-30T10:07:06Z
https://github.com/Farama-Foundation/PettingZoo/issues/387
[]
51616
1
aminalaee/sqladmin
asyncio
887
Ability to display data from several tables.
### Checklist - [x] There are no similar issues or pull requests for this yet. ### Is your feature related to a problem? Please describe. I want to display data from two tables on one page, now I can't do it because of hardcode for one table on one page. ### Describe the solution you would like. _No response_ ###...
open
2025-03-10T00:58:10Z
2025-03-10T00:58:10Z
https://github.com/aminalaee/sqladmin/issues/887
[]
sheldygg
0
pytest-dev/pytest-cov
pytest
577
Missing line in coverage, even when hit
# Summary In `for` loop, when there is a condition ending with `False` (directly or evaluated from function) and then there is just `continue` in the indented block, this line is not recognized as hit. In the example below, if you uncomment the print function, coverage hit 100%. Tests pas with 100% also when `conti...
closed
2023-01-06T16:50:11Z
2023-01-06T18:31:52Z
https://github.com/pytest-dev/pytest-cov/issues/577
[]
mantomas
1
graphdeco-inria/gaussian-splatting
computer-vision
783
Does the images have to be updated in specific order? How big can the scene be? Can it be a whole stadium?
Hi, first of all congrats on this amazing project. My question comes into trying to make something so great as possible. My idea is to use hundreds and hundreds of photos of one big area and trying to make it work with Gaussian Splatting. To achieve this what should I take into consideration to get the best of it...
open
2024-04-30T12:09:15Z
2024-04-30T12:09:15Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/783
[]
venturaEffect
0
dynaconf/dynaconf
fastapi
1,253
[RFC] inspect command must include validators for a key
Currently, the inspect command output is ```console # dynaconf inspect -k DATA --format=yaml header: env_filter: None key_filter: DATA new_first: 'True' history_limit: None include_internal: 'False' current: - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 history: - loader: standard_settings_loader identifier: /et...
closed
2025-02-14T12:43:55Z
2025-03-07T17:29:54Z
https://github.com/dynaconf/dynaconf/issues/1253
[ "Not a Bug", "RFC" ]
rochacbruno
0
piskvorky/gensim
data-science
2,786
Recent versions of smart-open (1.11.0 and 1.11.1) break gensim in Python 2.7
### Problem description What are you trying to achieve? What is the expected result? What are you seeing instead? Using gensim with Python2.7 #### Steps/code/corpus to reproduce ``` pip install gensim ... python >>> import gensim Traceback (most recent call last): File "<stdin>", line 1, in <module> ...
closed
2020-04-09T09:42:49Z
2020-05-01T02:17:16Z
https://github.com/piskvorky/gensim/issues/2786
[ "bug", "impact HIGH", "reach HIGH" ]
brukau
19
mljar/mercury
data-visualization
118
Enhancement: Delete apps from within the user interface
Thank you for the great package! Apps can currently be deleted from the command line `mercury delete app.ipynb`. It would be nice to simply delete apps from the website via clicking on a delete button next to the individual app.
closed
2022-07-01T11:37:37Z
2022-07-01T12:00:56Z
https://github.com/mljar/mercury/issues/118
[ "enhancement", "help wanted" ]
jonaslandsgesell
2
albumentations-team/albumentations
deep-learning
2,029
ToTensorV2 return always a CHW image
In contrast to the docstring, where it is specified that if an image in HW format is passed ToTensorV2 will return a HW image https://github.com/albumentations-team/albumentations/blob/759d8de18732881a9e12c56f313fe84e35558841/albumentations/pytorch/transforms.py#L16 the method apply() returns always a CHW images:...
closed
2024-10-25T16:22:31Z
2024-10-25T16:41:33Z
https://github.com/albumentations-team/albumentations/issues/2029
[ "bug" ]
rmarconzini
1
pydantic/logfire
fastapi
849
How can I use logfire with Sentry to let logfire.error can trigger Sentry issue by Default?
### Question Hi team, I love logfire so much and trying to replace all my current loggings with logfire. But some problem I met is that before with the configuration, if we do `logger.error` in code, it will automatcally trigger a Sentry issue. But now if logifire we lose it. I checked the docs of logfire but didn'...
open
2025-02-08T07:41:07Z
2025-02-08T07:41:07Z
https://github.com/pydantic/logfire/issues/849
[ "Question" ]
dealexchen
0
plotly/dash-table
plotly
552
[FEATURE] Allow className for column
If a `className` could be specified to a column, and it would be applied to all `td` and/or `th` elements for that column, then this would allow using CSS to control the layout of such columns (width, right vs. left justification of values, etc.).
open
2019-08-20T08:38:00Z
2019-09-18T21:30:38Z
https://github.com/plotly/dash-table/issues/552
[]
orenbenkiki
3
marshmallow-code/apispec
rest-api
239
Feedback on error message
Hello. I had a strange bug that caused me a lot of frustration. This may be solved by the new plugin work you've been doing but here is my setup: 1. apispec - v0.38.0 (I'm doing something weird and haven't fixed it to update yet) 2. Using tornado I was intermittently failing when calling `add_path`. The error I ...
closed
2018-07-08T15:08:05Z
2018-07-16T09:23:32Z
https://github.com/marshmallow-code/apispec/issues/239
[]
loganasherjones
1
piskvorky/gensim
data-science
3,207
has anyone tried changing this codes to inverted dirchlet instead of just dirchlet?
would like to ask if has anyone tried changing this codes to inverted dirchlet instead of just dirchlet? [dirichlet_expectation.txt](https://github.com/RaRe-Technologies/gensim/files/6910689/dirichlet_expectation.txt) [update_dir_prior.txt](https://github.com/RaRe-Technologies/gensim/files/6910690/update_dir_prior.tx...
closed
2021-07-31T04:45:23Z
2021-07-31T07:29:46Z
https://github.com/piskvorky/gensim/issues/3207
[]
iamnothingCC
1
the0demiurge/ShadowSocksShare
flask
5
请问我可以pc单机运行吗?
系统win10,已经装了python3.6 最好是能在我的路由器上部署,路由器是最新的lede,python好像有路由器的版本,希望能得到方法来部署,谢谢
closed
2017-10-09T08:04:44Z
2019-08-21T03:49:39Z
https://github.com/the0demiurge/ShadowSocksShare/issues/5
[]
zasl
9
deepfakes/faceswap
deep-learning
1,039
"Failed to get convolution algorithm" while Trainning
Just installed Faceswap on my computer using the script provided and, when tried the Training function, got this error: [crash_report.2020.07.28.003102128162.log](https://github.com/deepfakes/faceswap/files/4985835/crash_report.2020.07.28.003102128162.log) I don't have CUDA nor CUDNN installed. Can you guys h...
closed
2020-07-28T03:39:57Z
2020-08-02T17:56:17Z
https://github.com/deepfakes/faceswap/issues/1039
[]
pjosalgado
3
fastapi/fastapi
pydantic
12,313
Required with Ellipsis may not work
### Privileged issue - [ ] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content https://fastapi.tiangolo.com/tutorial/query-params-str-validations/#required-parameters ![QQ_1727594279276](https://github.com/user-attachments/assets/86d8893a-4c3f-45cb-8fc3-7f97cad6ac00) python interpreter...
closed
2024-09-29T07:24:07Z
2025-02-15T16:25:44Z
https://github.com/fastapi/fastapi/issues/12313
[ "docs", "confirmed" ]
bowenerchen
15
tqdm/tqdm
jupyter
1,511
GUI shows up after completion of first iteration of loop
- [x] I have marked all applicable categories: + [x] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating system and environment, where appli...
open
2023-09-13T06:37:27Z
2023-09-13T06:37:43Z
https://github.com/tqdm/tqdm/issues/1511
[]
koolkunz
0
horovod/horovod
machine-learning
3,861
Build error with latest Tensorflow head commit
**Environment:** 1. Framework: TensorFlow 3. Framework version: head commit 4. Horovod version: head commit 5. MPI version: 6. CUDA version: 7. NCCL version: 8. Python version: 3.9 9. Spark / PySpark version: 10. Ray version: 11. OS and version: Ubuntu 20.04 12. GCC version: 9.4.0 13. CMake version: 3.16.3 ...
closed
2023-03-13T19:13:20Z
2023-04-04T16:16:48Z
https://github.com/horovod/horovod/issues/3861
[ "bug" ]
mahmoud-abuzaina
0
amfoss/cms
graphql
40
Create College App & StudentProfile Model, Migrate fields from Profile field
Migrate college-level details like roll no, admission year, branch etc. to a new model `StudentProfile` under a new `College` App. **StudentProfileModel** - User: One To One to User Model - Roll Number: String - Branch: ENUM / String - Division: Char - Admission Year: YEAR *Please dont remove existing field...
closed
2019-09-22T06:34:20Z
2019-11-13T12:43:48Z
https://github.com/amfoss/cms/issues/40
[ "help wanted", "maintenance" ]
aswinshenoy
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
786
Sumvip. Clup
Nuốt qua
closed
2021-07-02T11:55:51Z
2021-08-25T10:26:07Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/786
[]
Tivieosidi
0
plotly/dash-table
plotly
692
Table content does not resize correctly in certain circumstances
``` .cell-1-1 { flex: 1 0 auto; } ``` should be: ``` .cell-1-1 { flex: 1 1 auto; } ``` to respect its parent's size instead of only respecting its parent's size on growth.
open
2020-02-17T20:55:16Z
2020-04-02T21:06:22Z
https://github.com/plotly/dash-table/issues/692
[ "dash-type-bug", "dash-stage-in_review" ]
Marc-Andre-Rivet
0
gee-community/geemap
streamlit
781
Add multiple layers using cartoee.add_layer() together with eemont?
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.10.0 - Python version: 3.8.12 - Operating System: Scientific Linux 7.9 (Nitrogen) - eemont: 0.2.5 - earthengine-api: 0.1.256 - cartopy: 0.20.1 ### Description I am interestin...
closed
2021-12-02T18:05:59Z
2021-12-03T09:59:09Z
https://github.com/gee-community/geemap/issues/781
[ "bug" ]
FeiYao-Edinburgh
4
horovod/horovod
deep-learning
3,475
horovod build fails with oneccl and tensorflow
**Environment:** 1. Framework: TensorFlow 2. Framework version: 2.6 and 2.8 3. Horovod version: 0.22.1 and 0.24.2 4. MPI version: OneCCL 5. CUDA version: N/A 6. NCCL version: N/A 7. Python version: 3.8.10 8. Spark / PySpark version: 9. Ray version: 10. OS and version: Ubuntu 18.04.4 LTS 11. GCC version: 7.5 ...
open
2022-03-17T22:28:33Z
2023-05-08T14:16:39Z
https://github.com/horovod/horovod/issues/3475
[ "bug" ]
ashiqimranintel
4
flavors/django-graphql-jwt
graphql
181
Could you please release a new version with a fixed cookies?
closed
2020-03-18T18:33:11Z
2020-04-04T10:21:47Z
https://github.com/flavors/django-graphql-jwt/issues/181
[]
TitanFighter
4
gradio-app/gradio
machine-learning
10,681
The properties and event design of this UI are simply a piece of dog poop
The properties and event design of this UI are simply a piece of dog poop!
closed
2025-02-26T09:00:12Z
2025-02-26T18:58:43Z
https://github.com/gradio-app/gradio/issues/10681
[]
string199
0
dropbox/PyHive
sqlalchemy
373
Specifying Client Tags
Hi Guys, is there a way to specify Client Tags when connecting/submitting a query? From query details: <img width="896" alt="Screen Shot 2021-01-04 at 14 06 02" src="https://user-images.githubusercontent.com/13641958/103533750-5a2ea780-4e96-11eb-94db-fade4f5ebf5a.png">
open
2021-01-04T12:08:59Z
2021-02-05T16:21:37Z
https://github.com/dropbox/PyHive/issues/373
[]
AntonPeniaziev
2
fbdesignpro/sweetviz
pandas
27
Installation not working
Installation via pip on linux 16 does not seem to work: sudo pip3 install sweetviz ERROR: Could not find a version that satisfies the requirement sweetviz (from versions: none)
closed
2020-07-09T08:57:04Z
2020-10-08T13:38:56Z
https://github.com/fbdesignpro/sweetviz/issues/27
[ "install/setup" ]
Liwellyen
1
marcomusy/vedo
numpy
417
Coloring meshes
Hello Marco, I prefer to open my new issue, I'm trying to do something similar to this in your comment here: [Coloring](https://github.com/marcomusy/vedo/issues/4#issuecomment-549467944) There are several problems, I'm not able to make these commands in `vedo` `makeLUT` , `sc.mapper.InterpolateScalarsBeforeMappi...
closed
2021-06-18T09:39:13Z
2021-09-17T16:28:21Z
https://github.com/marcomusy/vedo/issues/417
[]
roaasoloh
7
statsmodels/statsmodels
data-science
8,609
ENH: hc3 cov_type for GMM, GMMIVNonlinear
this article has pseudo-hatmatrix for small sample corrections for HC2, HC3, ... moment condition `z (y - g(x, beta))` i.e. nonlinear IV, but not for generic nonlinear GMM Lin, Eric S., and Ta-Sheng Chou. “Finite-Sample Refinement of GMM Approach to Nonlinear Models under Heteroskedasticity of Unknown Form.” Econ...
open
2023-01-06T19:11:15Z
2023-01-06T19:11:41Z
https://github.com/statsmodels/statsmodels/issues/8609
[ "type-enh", "comp-regression", "topic-covtype" ]
josef-pkt
0
reloadware/reloadium
django
91
PyCharm: New UI support
Reloadium 'Run' and 'Debug' buttons are not visible when 'New UI' option is enabled in 'PyCharm' ## To Reproduce Steps to reproduce the behavior: 1. Go to 'Settings -> Appearance & Behavior -> New UI' 2. Check 'Enable new UI' box and restart the IDE 3. The reloadium 'run' and ' debug' buttons are absent beside t...
closed
2023-01-28T09:45:33Z
2023-02-27T15:21:17Z
https://github.com/reloadware/reloadium/issues/91
[]
hhharsha36
3
idealo/image-super-resolution
computer-vision
246
Converted to TFLITE.
I've converted the rrdn model to tflite. but dont how to do the same thing with tflite. iF anyone know, i will share the model
open
2023-10-20T09:26:15Z
2023-10-20T09:26:15Z
https://github.com/idealo/image-super-resolution/issues/246
[]
md-rifatkhan
0
dask/dask
numpy
11,253
Docstring mismatch of chunksize parameter with actual implementation in multiprocessing `get` scheduler function
https://github.com/dask/dask/blob/534cd7b7d546657339b260f3274b2d1016bc181a/dask/multiprocessing.py#L180-L185 **Describe the issue**: As can be seen the docstring indicates a default value of 5 at line 182, whereas in reality it is set to 6 at line 185. I'd be happy to quickly fix this with a pull request, but I'd ...
closed
2024-07-25T13:28:12Z
2024-07-26T12:53:48Z
https://github.com/dask/dask/issues/11253
[ "documentation" ]
SwamyDev
1
modin-project/modin
data-science
7,072
BUG: The H&M benchmark fails on Ray
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2024-03-12T17:35:08Z
2024-03-14T08:45:37Z
https://github.com/modin-project/modin/issues/7072
[ "bug 🦗", "Ray ⚡" ]
AndreyPavlenko
0
flaskbb/flaskbb
flask
512
translations is not work
I set my lang to 'zh_CN', but it not translation chinese.
closed
2019-01-06T05:10:24Z
2019-02-19T20:22:01Z
https://github.com/flaskbb/flaskbb/issues/512
[]
ppker
2
TencentARC/GFPGAN
pytorch
593
Tot
open
2024-12-25T09:50:26Z
2025-01-15T16:14:59Z
https://github.com/TencentARC/GFPGAN/issues/593
[]
inus69
1
trevorstephens/gplearn
scikit-learn
13
How to limit the memory required by gplearn?
I think the gplearn wil use as much memory as possible. One machine is equipped with 8GB memory.The gplearn eats off 7.85GB and no exception is raised.Everyhing works well. Another machine has 12GB memory and this time the gplearn consumes 11.8GB.At the last round of the genetic-compution,python is crashed due to a Mem...
closed
2016-04-29T12:37:20Z
2017-11-11T03:13:36Z
https://github.com/trevorstephens/gplearn/issues/13
[ "duplicate" ]
nicoJiang
4
schemathesis/schemathesis
graphql
2,474
[FEATURE] Option to case sensitive compare response schema conformance
### Is your feature request related to a problem? Please describe We expose apis that are consumed in low level languages on embedded devices and hence we would like to validate compliance that the response schema matches the casing. So we can deploy more confidently knowing not breaking contract. ### Describe t...
closed
2024-09-26T13:21:16Z
2024-09-27T07:58:27Z
https://github.com/schemathesis/schemathesis/issues/2474
[ "Status: Needs Triage", "Type: Feature" ]
pregress
4
redis/redis-om-python
pydantic
643
Insecure setuptools
`redis-om` depends on `setuptools` <70.0.0 which has a high severity security vulnerability: https://github.com/advisories/GHSA-cx63-2mw6-8hw5 This is preventing projects using `redis-om` from patching the vulnerability. Can this be remedied asap?
closed
2024-08-06T08:26:37Z
2024-08-07T13:06:14Z
https://github.com/redis/redis-om-python/issues/643
[]
markedwards
2
bauerji/flask-pydantic
pydantic
26
Pyright error report
if the `validate` decorator decorates a function that has multiple arguments, then PyRight will report a `reportGeneralTypeIssues` like the picture attached: ![image](https://user-images.githubusercontent.com/52726774/110403226-b2ad3b80-80b7-11eb-8891-9ece545f9e42.png)
closed
2021-03-09T01:14:17Z
2021-03-09T12:55:32Z
https://github.com/bauerji/flask-pydantic/issues/26
[]
buildpeak
0
ipython/ipython
data-science
14,442
Translations of ipython core project website
<!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories. If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org. If you are unsure, it's ok to post here, though, there are few ...
open
2024-05-23T17:01:31Z
2024-05-31T18:06:37Z
https://github.com/ipython/ipython/issues/14442
[]
steppi
6
nerfstudio-project/nerfstudio
computer-vision
3,451
Installation error
**Describe the bug** When doing the git install for nerfstudio as described in the Install nerfstudio step. pip install -e . got this erro Collecting pyliblzfse>=0.4.1 (from viser==0.2.7->nerfstudio==1.1.4) Downloading pyliblzfse-0.4.1.tar.gz (47 kB) Preparing metadata (setup.py) ... error error: subpr...
open
2024-09-27T17:00:11Z
2024-09-27T17:00:11Z
https://github.com/nerfstudio-project/nerfstudio/issues/3451
[]
ML-learner79
0
recommenders-team/recommenders
machine-learning
2,186
[FEATURE] Replace the FastAI notebook by a cartesian product with PyTorch and remove the FastAI dependency
### Description <!--- Describe your expected feature in detail --> We had some issues with the FastAI dependency #2182. And realised that the fastai notebook is just a fancy wrapper on [PyTorch cartesian product](https://pytorch.org/docs/stable/generated/torch.cartesian_prod.html) between user and item embeddings. h...
open
2024-11-11T14:52:01Z
2025-01-27T09:58:41Z
https://github.com/recommenders-team/recommenders/issues/2186
[ "enhancement" ]
miguelgfierro
8
seleniumbase/SeleniumBase
web-scraping
3,247
Documenting the `selenium-wire` "Wire Mode" REPLACEMENT
## Documenting the `selenium-wire` "Wire Mode" **REPLACEMENT**. As many of you know, there's a `selenium-wire` integration via [SeleniumBase **Wire Mode**](https://github.com/seleniumbase/SeleniumBase/issues/2145). There are two main issues with it: * [Wire Mode](https://github.com/seleniumbase/SeleniumBase/iss...
open
2024-11-06T16:27:44Z
2024-11-25T14:14:54Z
https://github.com/seleniumbase/SeleniumBase/issues/3247
[ "enhancement", "documentation", "UC Mode / CDP Mode" ]
mdmintz
3
tensorpack/tensorpack
tensorflow
1,052
FasterRCNN: how can i print out metrics (total_loss, bbox_loss, label) metrics on evaluation data
I am modifying the FasterRCNN example for my custom dataset which is NOT in Coco-format. Then the evaluation is ran (say every 25 epochs) I'd like to see the loss-metrics computed on the evaluation dataset. I cannot use COCODetection because my annotations are in different format. Any recommendations? Thanks
closed
2019-01-16T11:20:00Z
2019-01-17T17:42:04Z
https://github.com/tensorpack/tensorpack/issues/1052
[ "duplicate" ]
ColonelKassad
2
zihangdai/xlnet
tensorflow
205
Xlnet performing poorly compared to BERT (SQUAD 2.0)
Context given: Mr. Anand Mahindra is the Chairman of the US $20.7 billion Mahindra Group and the Executive Chairman of Mahindra & Mahindra Ltd. His tenure has seen the Group expand domestically and internationally into a range of major industrial sectors from automobiles and agriculture to IT and aerospace. The Grou...
open
2019-08-06T06:22:13Z
2019-08-06T06:24:43Z
https://github.com/zihangdai/xlnet/issues/205
[]
JeevaTM
0
gradio-app/gradio
data-visualization
10,675
Themebuilder: Google font is displayed in Colab but not displayed in Huggingface Hub
### Describe the bug **Update: this is caused by the bug reported in #10101, setting `ssr_mode=False` in `launch()` is a workaround** **Update 2: apparently `ssr_mode=False` works for a space that uses the theme but not for the Theme preview itself, see https://huggingface.co/spaces/crcdng/font_test** When ...
open
2025-02-25T17:35:26Z
2025-02-27T02:53:28Z
https://github.com/gradio-app/gradio/issues/10675
[ "bug" ]
crcdng
0
jupyterlab/jupyter-ai
jupyter
613
Custom slash command build failed
Hello, I'm working on implementing a custom slash command in ChatUI as per the guidelines provided in the documentation at https://jupyter-ai.readthedocs.io/en/latest/developers/index.html#custom-slash-commands-in-the-chat-ui. I followed the plugin creation instructions outlined in https://github.com/jupyterlab/jupy...
closed
2024-02-01T11:52:27Z
2024-02-14T13:34:38Z
https://github.com/jupyterlab/jupyter-ai/issues/613
[ "bug" ]
fbalicchia
7
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
370
关于EfficientNetV2的特征图可视化,及其features(或是blocks)
作者你好,我打算进行特征图可视化,用到hook方法,但是需要有网络结构得features,请问有什么办法可以获取吗?我看到blocks,但是调用不了
closed
2021-10-25T07:40:21Z
2021-10-28T06:43:10Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/370
[]
LaoGanGit
1
Anjok07/ultimatevocalremovergui
pytorch
1,239
Intel GPU (PVC) support on Linux
Hi @Anjok07, Does UVR support Intel GPUs on Linux and especially do you support Intel PVC yet?
open
2024-03-11T05:36:02Z
2024-10-29T16:45:39Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1239
[]
kballeda
2
bmoscon/cryptofeed
asyncio
252
Can you add additional liquidation feed?
Looking at standards.py, it looks like Bitmex is the only liquidation feed? ``` LIQUIDATIONS: { BITMEX: 'liquidation' } ``` There is another project that I've been watching (that is also pretty awesome IMHO), [SignificantTrades](https://github.com/Tucsky/SignificantTrades).. I'm particularly ...
closed
2020-06-20T21:53:49Z
2020-08-25T23:33:39Z
https://github.com/bmoscon/cryptofeed/issues/252
[ "good first issue", "Feature Request" ]
brizzbane
6
quasarstream/python-ffmpeg-video-streaming
dash
79
cannot schedule new futures after interpreter shutdown when use cloud (s3) to upload outputs
**app.py ``` import os import pathlib import ffmpeg_streaming from ffmpeg_streaming import Formats, S3, CloudManager BASE_DIR = str(pathlib.Path(__file__).parent) INPUT_PATH = os.path.join(BASE_DIR, 'video.mp4') OUTPUT_PATH = os.path.join(BASE_DIR, 'output') video = ffmpeg_streaming.input(INPUT_PATH) hl...
closed
2022-03-17T15:31:15Z
2023-04-09T11:19:30Z
https://github.com/quasarstream/python-ffmpeg-video-streaming/issues/79
[ "bug" ]
hir4k
3
mouredev/Hello-Python
fastapi
440
网上平台客服告知流水不足无法提现该怎么办?
被黑了不能出款找我们啊超出黑团队多年经验,如果你被黑了请联系我们帮忙把损失降到最低/微x:<>《微信xiaolu460570》前期出不收任何费用,我们团队都是先出款/后收费。不成功不收费、 当网赢了不能提款的问题怎么办呢? 首先我们应该保持冷静,如果提现被拒绝不重复点了,切不能跟平台客服称代理人有任何争执,一旦激怒对方,极有可能造成账号冻结之类的情况,这样问题就很难处理了,此时对方的理由或者我们要表示相信,并尽快处理,在稳定住对方后希望。 第一时间联系专业出黑团队,通过藏分锁卡等手段分批出款,这样问题我们就顺利解决了,如果您目前遇到网赢钱无法提款的,请及时联系专业出黑团队为您处理↓↓↓↓↓ ![Image](https://...
closed
2025-03-03T12:26:13Z
2025-03-04T08:41:36Z
https://github.com/mouredev/Hello-Python/issues/440
[]
376838
0
plotly/dash
data-science
2,683
@cache.memoize() does not work within a callback with background=True [BUG]
within a dash background callback ``` @dash.callback(background=True, manager=background_callback_manager) def the_callback_method(): x = get_data_from_db_that_needs_caching(bla) ``` If the code within the callback calls another method decorated with cache memoize. e.g. ``` @cache.memoize() def get_d...
closed
2023-11-01T23:57:31Z
2023-11-02T03:06:55Z
https://github.com/plotly/dash/issues/2683
[]
leijer
2
xlwings/xlwings
automation
1,619
Not able to close the excel file that is open by xlwings
#### OS Windows 10 #### Versions of xlwings, Excel and Python xlwings 0.23.3 Python 3.8.6 Office 365 #### Description I am new to xlwings, The code below left an open instance of excel which is not shown and idk how to close it ,now every time I run any excel operation it gives me a [Errno13] permission d...
closed
2021-06-11T20:41:45Z
2021-10-18T13:47:56Z
https://github.com/xlwings/xlwings/issues/1619
[]
Abhishekkini
15
polakowo/vectorbt
data-visualization
92
Inserting a custom Subplot
Hi @polakowo, I am trying to add an external plotly chart into `portfolio.plot()` charts (with same x-axis size). It is a candlestick chart: ``` fig = go.Figure(data=[go.Candlestick(x=df.index, open=df['Open'], high=df['High'], low=df['Low'], close=df['Close']) ...
closed
2021-01-27T22:54:15Z
2021-01-28T17:15:28Z
https://github.com/polakowo/vectorbt/issues/92
[]
kaleming
2
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,190
Configurable Default Configuration for Sites
**Is your feature request related to a problem? Please describe.** When creating a new site based on the multisite feature, the default configuration settings defined in [1] are applied to this new site. Any changes to these settings must be applied after the site was created, either manually via UI or via REST. Curre...
closed
2022-03-07T14:51:25Z
2023-04-19T10:32:54Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3190
[]
fdoe
3
hyperspy/hyperspy
data-visualization
2,959
Plotting EELS Spectrum in .dm4 file
#### Describe the bug Hello, I am new to this Forum and in the use hyperspy, probably my bug is a stupid thing. I have a problem with plotting the EELS spectrum, inside in .dm4 file (Gatan File) #### To Reproduce import hyperspy.api as hs %matplotlib notebook s = hs.load("data/[...].dm4") s <Signal2D, tit...
closed
2022-06-16T09:43:25Z
2022-06-16T11:26:50Z
https://github.com/hyperspy/hyperspy/issues/2959
[]
Psiche91
2
plotly/dash
plotly
2,982
Remove component loader
Remove the old component loader, old libraries which do not generate the python components will be unsupported. - [x] Deprecate component loader. - [ ] Remove component loader for dash 3.0
open
2024-09-04T15:30:44Z
2024-09-06T14:44:16Z
https://github.com/plotly/dash/issues/2982
[ "dash-3.0" ]
T4rk1n
0
tensorly/tensorly
numpy
365
Whether the feature loading was the importance of feature in CP or tucker decomposition?
In PCA, the feature loading was taken as the contribution of each feature to the axis. Could we claim the feature loading of variable was the importance in some conditions?
closed
2022-01-23T13:38:00Z
2023-01-24T15:30:12Z
https://github.com/tensorly/tensorly/issues/365
[]
wanglu2014
1
Urinx/WeixinBot
api
93
小白求教已安装Microsoft Visual C++ Compiler for Python 2.7,安装lxml时还是失败。单独安装 libxml2 and libxslt时也找不到相应版本。
(weixin) C:\python>pip install lxml Collecting lxml Using cached lxml-3.6.4.tar.gz Building wheels for collected packages: lxml Running setup.py bdist_wheel for lxml ... error Complete output from command c:\python\weixin\scripts\python.exe -u -c "import setuptools, tokenize;**file**='c:\users\lenovo\appdata\loca...
closed
2016-10-09T14:42:53Z
2016-10-10T01:58:31Z
https://github.com/Urinx/WeixinBot/issues/93
[]
linglim
1
ShishirPatil/gorilla
api
930
[bug] Hosted Gorilla: <Issue>
Exception: Error communicating with OpenAI: HTTPSConnectionPool(host='luigi.millennium.berkeley.edu', port=443): Max retries exceeded with url: /v1/chat/completions/chat/completions (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1a2ae1d190>: Failed to establish a new connection: [Errno...
open
2025-03-03T19:30:01Z
2025-03-03T19:30:01Z
https://github.com/ShishirPatil/gorilla/issues/930
[ "hosted-gorilla" ]
KateKateKKK
0
piskvorky/gensim
data-science
2,590
out of memory issue in PyLDAV visulization
<!-- **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
2019-09-03T04:37:56Z
2019-10-08T08:14:52Z
https://github.com/piskvorky/gensim/issues/2590
[ "need info", "stale" ]
gauravkoradiya
4