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
vitalik/django-ninja
pydantic
455
SwaggerUIBundle is not defined
![QQ截图20220526154742](https://user-images.githubusercontent.com/101628902/170443060-eb39a67d-0a21-4822-869b-9ea7b12bfd86.png)
closed
2022-05-26T07:48:41Z
2022-05-26T08:17:04Z
https://github.com/vitalik/django-ninja/issues/455
[]
PatrickHXH
1
robinhood/faust
asyncio
626
Is faust still alive or it is abondoned?
Is faust project still alive or it's abandoned since there were no code changes for 3+ months? And last release was almost two years ago
open
2020-08-06T10:04:19Z
2020-11-05T14:00:37Z
https://github.com/robinhood/faust/issues/626
[]
Enacero
2
plotly/dash-bio
dash
674
Can NeedlePlot be run as standalone plotly.js?
I am interested in integrating a Dash Bio NeedlePlot into a html page so that the plot can be redrawn on user input. To do this, believe that I would need to be able to call javascript code that generates the underlying plotly figure in much the same way that one might create a normal plotly.js plot. Since Dash Bio has...
closed
2022-02-28T19:56:26Z
2022-11-09T20:31:50Z
https://github.com/plotly/dash-bio/issues/674
[]
jberg1999
2
modin-project/modin
pandas
7,031
`test_udf.py::test_agg_apply` failed due to different exception messages
Also `test_agg_apply_axis_names`. Found in https://github.com/modin-project/modin/pull/6954
open
2024-03-07T14:21:45Z
2024-03-07T14:23:07Z
https://github.com/modin-project/modin/issues/7031
[ "bug 🦗", "pandas concordance 🐼", "P2" ]
anmyachev
0
kizniche/Mycodo
automation
786
Error 502: Bad Gateway Error after upgrade to 8.5.8
Please complete as many of the sections below, if applicable, to provide the most information that may help with investigating your issue. ### Describe the problem/bug I upgraded from 8.5.7 to 8.5.8, get this error, even after reboot: Error 502: Bad Gateway Error Something bad happened but it's probably not you...
closed
2020-07-09T19:39:40Z
2020-07-09T20:10:57Z
https://github.com/kizniche/Mycodo/issues/786
[]
frodus17
5
graphql-python/gql
graphql
390
New release?
Is there any chance we can get a release/pre-release published? I currently have a package pointed to the current master commit (need the content type fix), but it seems that PyPI doesn't allow references to commits to be published. Is there a chance we can get a minor publish out?
closed
2023-02-21T21:36:13Z
2023-02-22T18:14:37Z
https://github.com/graphql-python/gql/issues/390
[ "type: question or discussion" ]
aalmazan
2
facebookresearch/fairseq
pytorch
5,014
How can I get the probability values against each character predicted by wav2vecCTC finetuned model?
How can I get the probability values against each character predicted by Wav2VecCtc finetuned model? My finetuned architechture:- [Wav2VecCtc( (w2v_encoder): Wav2VecEncoder( (w2v_model): Wav2Vec2Model( (feature_extractor): ConvFeatureExtractionModel( (conv_layers): ModuleList( (0)...
open
2023-03-07T15:18:26Z
2023-03-07T15:18:26Z
https://github.com/facebookresearch/fairseq/issues/5014
[ "question", "needs triage" ]
mukherjeesougata
0
Miserlou/Zappa
flask
1,957
Zappa not working with spacy
My API was working perfectly fine with AWS lambda using Zappa. But I need spacy for my code to run. The moment I install spacy==2.0.13 and update the zappa dev , the api stops working. It gives 502 error Following is returned as the response body: `{'message': 'An uncaught exception happened while servicing this r...
open
2019-11-09T04:51:45Z
2020-02-13T23:56:07Z
https://github.com/Miserlou/Zappa/issues/1957
[]
niladri-paul
4
dynaconf/dynaconf
flask
322
[RFC] Merge all settings files before merging defaults and environment settings
**Is your feature request related to a problem? Please describe.** Currently, a default setting from settings.local.yaml takes precedence over an environment-specific setting in settings.yaml. To me, the intuitive behaviour would be that default settings in settings.local.yaml only would be used if no environment-spec...
closed
2020-03-21T13:21:29Z
2022-07-02T20:12:26Z
https://github.com/dynaconf/dynaconf/issues/322
[ "wontfix", "hacktoberfest", "Not a Bug", "RFC" ]
tjader
3
home-assistant/core
python
140,673
Synology backup causes error while no longer configured
### The problem Before, I had a backup location configured to my Synology DSM via the Network shares. After Synology integration received an update and allows for setting up Backup in the Integration config flow, I deleted the share, and the location obviously was removed from the available locations to select from i...
open
2025-03-15T15:03:30Z
2025-03-18T07:48:33Z
https://github.com/home-assistant/core/issues/140673
[ "under investigation", "integration: synology_dsm", "integration: backup" ]
Mariusthvdb
19
errbotio/errbot
automation
1,368
Blacklisted plugins causes AttributeError on startup
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [x] Reporting a bug ### I am running... * Errbot version: errbot==6.1.1 * OS version: Ubuntu 18.04 * Python version: Python 3.6.8 * Using a virtual environment: yes ### Issue description Blacklis...
closed
2019-07-23T09:13:02Z
2020-11-30T05:24:01Z
https://github.com/errbotio/errbot/issues/1368
[ "type: bug", "feature: plugins", "#usability", "fix-available" ]
gaggle
3
jazzband/django-oauth-toolkit
django
664
Should external introspection's client_id be stuffed into `application`?
If the introspection endpoint is external (not using `oauth2_provider` as the OAuth 2 AS) the `application` gets set to None here: https://github.com/jazzband/django-oauth-toolkit/blob/5b51da74019046ef4c8c81c9975db029a2113d52/oauth2_provider/oauth2_validators.py#L335-L344 In the case of Implicit or Authorization Co...
open
2018-11-08T16:46:07Z
2019-02-07T18:11:36Z
https://github.com/jazzband/django-oauth-toolkit/issues/664
[ "enhancement" ]
n2ygk
1
mars-project/mars
numpy
2,966
Using aggregation instead of transform to perform `df.groupby().nunique()`
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> Now, `df.groupby().nunique()` would be delegated to `transform` to perform execution, it will be a shuffle operation which is very time consuming, we can delegate it...
open
2022-04-26T07:12:46Z
2022-05-07T07:12:15Z
https://github.com/mars-project/mars/issues/2966
[ "type: enhancement", "mod: dataframe", "task: medium" ]
qinxuye
0
robusta-dev/robusta
automation
843
Config validation on startup
**Is your feature request related to a problem?** It took me a long time to get robusta up and running due to s simple [configuration issue](https://github.com/robusta-dev/robusta/issues/773#event-8700262300). **Describe the solution you'd like** I think it would make sense if there would be a configuration vali...
open
2023-04-26T11:41:43Z
2023-04-26T14:01:49Z
https://github.com/robusta-dev/robusta/issues/843
[]
metheu
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,987
Problem with base url in notifications email
### What version of GlobaLeaks are you using? 4.14.3 ### What browser(s) are you seeing the problem on? Chrome, Firefox, Microsoft Edge, Safari ### What operating system(s) are you seeing the problem on? Windows, macOS, Android ### Describe the issue The notification emails (e.g. the email sent by the server to ...
closed
2024-02-06T17:24:52Z
2024-02-07T08:11:57Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3987
[]
pgibe
2
DistrictDataLabs/yellowbrick
matplotlib
492
Enhanced FeatureImportances for Multidimensional Coefficients
**Describe the solution you'd like** Create an enhanced version of the Feature Importances visualizer to allow the user to see the coefficients on a per-class basis. **Is your feature request related to a problem? Please describe.** Some estimators returns a multidimensional array for `coef_` , like scikit-learn's...
closed
2018-06-25T15:32:58Z
2018-07-29T13:59:21Z
https://github.com/DistrictDataLabs/yellowbrick/issues/492
[]
rebeccabilbro
2
matterport/Mask_RCNN
tensorflow
2,203
How to run this project on colab for own dataset
I can't find any file which has all the steps to install the requirements and proceed. I am new to using google colab. Please help in how to setup and run this project on colab
open
2020-05-25T10:20:03Z
2021-04-16T02:30:13Z
https://github.com/matterport/Mask_RCNN/issues/2203
[]
rt30
5
JaidedAI/EasyOCR
machine-learning
1,349
Can you give tutorial How train and add language by myself ?
I tried train.py but it is tuning oriented. I want to add some languages ​​but I don't want to wait. Can you give me some information on how to add a language myself and use it. Where should my custom models be located?
open
2024-12-17T12:36:24Z
2024-12-17T12:36:24Z
https://github.com/JaidedAI/EasyOCR/issues/1349
[]
Hellomik2002
0
keras-team/keras
python
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
marshmallow-code/flask-marshmallow
sqlalchemy
48
When dumping dates it provides a weird T inside the string for my json
I'm having trouble with dumping my data with an date string that has a T in the middle. Please advise. "2016-06-02T12:25:00+00:00"
closed
2016-07-15T15:23:43Z
2017-05-28T17:00:21Z
https://github.com/marshmallow-code/flask-marshmallow/issues/48
[]
rlam3
1
ymcui/Chinese-LLaMA-Alpaca-2
nlp
455
长度外推的三种方式得到的answer竟一模一样?
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g...
closed
2023-12-10T07:40:35Z
2023-12-11T00:36:39Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/455
[]
IT-five
1
vimalloc/flask-jwt-extended
flask
472
Is there a better way how to implement custom _decode_jwt_from_* ?
Hi, i need to parse the token from JSON that is in `request.event` var (SocketIO) and for that i had to implement custom _decode_jwt_from_event and wire it it like this (yes that is bunch of code cannibalized from `flask-jwt-extended`): ```python """ This is flask-jwt-extended version 4 implementation of custom r...
open
2022-03-28T19:10:51Z
2022-04-14T14:40:00Z
https://github.com/vimalloc/flask-jwt-extended/issues/472
[]
Salamek
1
PokeAPI/pokeapi
graphql
196
TMs 96-100 don't have data
http://pokeapi.co/api/v2/item/745/ Items 745-749 which are tm96-100 don’t return any meaningful data. See the above link.
closed
2016-05-31T16:49:18Z
2017-06-12T12:51:53Z
https://github.com/PokeAPI/pokeapi/issues/196
[ "bug" ]
mildrenben
1
FactoryBoy/factory_boy
django
653
psycopg2.IntegrityError: duplicate key value violates unique constraint pkey
#### Description Following a dependency update of my Django project (django, factory_boy, pytest-factoryboy), a lot of my tests are failing with a `duplicate key` error. The error occurs when using a `user` fixture based on a UserFactory. For some reason factory_boy is calling `create()` twice on the object with t...
closed
2019-10-05T00:02:16Z
2024-03-23T17:25:53Z
https://github.com/FactoryBoy/factory_boy/issues/653
[ "Q&A", "Fixed" ]
rubnov
9
recommenders-team/recommenders
machine-learning
1,615
[BUG] Spark smoke test error with Criteo
### Description <!--- Describe your issue/bug/request in detail --> After upgrading LightGBM and the Spark version, we got this error in the nightly smoke tests, however, we have been running the same code for a long time without this error. It looks like a performance degradation ``` tests/smoke/examples/test_no...
closed
2022-01-19T14:12:20Z
2022-07-06T17:59:41Z
https://github.com/recommenders-team/recommenders/issues/1615
[ "bug" ]
miguelgfierro
27
albumentations-team/albumentations
machine-learning
1,587
[tech debt] Update params for `RandomResizedCrop`
Match signature of `Albumentations.RandomResizedCrop` and `TorchVision.RandomResizedCrop` i.e. add parameter `size = [height, width]` and throw deprecated warning for `height / width`
closed
2024-03-15T20:03:35Z
2024-04-02T00:02:13Z
https://github.com/albumentations-team/albumentations/issues/1587
[ "good first issue", "Tech debt" ]
ternaus
6
widgetti/solara
flask
444
ipycanvas doesn't work with solara
I want to develop an app that uses solara and [ipycanvas](https://github.com/jupyter-widgets-contrib/ipycanvas), but it seems like ipycanvas isn't supported. App code: ```python import solara from ipycanvas import Canvas @solara.component def Page(): canvas = Canvas(width=200, height=200) return...
open
2024-01-04T22:11:45Z
2024-01-17T15:25:21Z
https://github.com/widgetti/solara/issues/444
[]
edublancas
2
inventree/InvenTree
django
8,406
[FR] Transfer order between stock location
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement We have a supplier who are doing some assembly for us and we send him some parts, he is assembling them and send them back. It is currently a bit complicated to d...
open
2024-11-01T07:24:08Z
2025-03-20T14:43:39Z
https://github.com/inventree/InvenTree/issues/8406
[ "enhancement", "stock", "inactive" ]
Mimosa-oceanis
6
Lightning-AI/pytorch-lightning
data-science
19,588
Explicitly report layers with UninitializedParameter in ModelSummary
### Description & Motivation If your model has layers with `torch.nn.parameter.UninitializedParameter`, the parameter count can't be known before `forward()` runs. The model summary will show a lower count in parameters than are used during forward. Example: ```py import torch import torch.nn as nn import...
closed
2024-03-07T14:30:49Z
2024-03-08T11:44:20Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19588
[ "feature", "callback: model summary" ]
awaelchli
1
iperov/DeepFaceLab
machine-learning
591
Getting this error, using latest "faster multi gpu training" master (two hours ago)
Getting this error no matter if i use one gpu or multi gpu: https://cdn.discordapp.com/attachments/606447508004143124/672006073800065039/Screenshot_289.png
open
2020-01-29T09:14:20Z
2023-06-08T21:23:37Z
https://github.com/iperov/DeepFaceLab/issues/591
[]
mpmo10
4
jupyterhub/repo2docker
jupyter
925
Rstudio package manager
Looks like rstudio now runs a package manager too https://mobile.twitter.com/hadleywickham/status/1279023422748659712 We should look into it as a more reliable way of getting R packages in Linux!
closed
2020-07-04T00:56:56Z
2022-01-26T19:18:21Z
https://github.com/jupyterhub/repo2docker/issues/925
[ "needs: discussion" ]
choldgraf
20
open-mmlab/mmdetection
pytorch
11,387
How to change batch size for evaluation?
Hello, When trying to evaluate a model based on mmdetection I get the following error: ``` ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 887) of binary: /opt/conda/bin/python Traceback (most recent call last): File "/opt/conda/lib/python3.7/runpy.py", line 193, in _...
open
2024-01-16T18:28:42Z
2024-01-17T05:02:31Z
https://github.com/open-mmlab/mmdetection/issues/11387
[]
tanatomoe
1
Urinx/WeixinBot
api
201
关于发送图片会报error的解决方法
经过跟踪监测,发现当Bot在发现消息中有图片时,报出这个异常。 > ERROR:root:generic exception: Traceback (most recent call last): > File "weixin.py", line 1110, in _get > data = response.read().decode('utf-8') > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte =================================...
open
2017-05-24T03:48:19Z
2017-05-24T03:48:19Z
https://github.com/Urinx/WeixinBot/issues/201
[]
fangfsz
0
tensorflow/tensor2tensor
deep-learning
975
distributed training fail
### Description hello everyone, I'm a newbie with t2t and tensorflow. I tried to use t2t to run transformer_moe model in 2 machines ,but failed. Each one has only one gpu. Hope you guys could help me dig out what's the problem and sovle it. THKS ### Environment information PROBLEM=translate_ende_wmt32k MOD...
open
2018-08-07T07:00:01Z
2019-06-21T01:35:32Z
https://github.com/tensorflow/tensor2tensor/issues/975
[]
Mack-y
29
graphql-python/graphene-django
graphql
771
Support Django 3
`from django.utils import six` has been removed in Django version 3. https://github.com/graphql-python/graphene-django/blob/master/graphene_django/settings.py#L18
closed
2019-09-10T16:16:27Z
2019-10-19T19:34:55Z
https://github.com/graphql-python/graphene-django/issues/771
[]
Siecje
2
vllm-project/vllm
pytorch
14,749
[Usage]: How to apply expert parallelization in MoE models with VLLM
### Your current environment ```text The output of `python collect_env.py` ``` ### How would you like to use vllm I want to run inference of a MoE model like DeepSeek V2, I want to customize the placement of model expert layers, such as placing different experts on different GPUs. How should I set this up? ### Be...
open
2025-03-13T09:56:01Z
2025-03-13T09:56:01Z
https://github.com/vllm-project/vllm/issues/14749
[ "usage" ]
LaHeriody
0
holoviz/panel
jupyter
7,106
Make label on the checkbox itself interactive
Clicking on the text `Checkbox` here, should ideally tick / un-tick the checkbox, just as it is the case with RadioButton.. The label itself should be interactive. ``` checkbox = pn.widgets.Checkbox(name='Checkbox') checkbox ``` ![0B039446-DB45-4C1C-8DC0-72A8719F2CA3_4_5005_c](https://github.com/user-attachments...
open
2024-08-08T23:54:02Z
2024-08-09T09:22:25Z
https://github.com/holoviz/panel/issues/7106
[ "bokeh" ]
pnsvk
0
Evil0ctal/Douyin_TikTok_Download_API
api
578
[Feature request] 请问是否有考虑增加获取抖音视频播放量数据的打算?
目前在用chrome浏览器的插件"智小抖",这个插件是能批量获取到抖音视频播放量数据的,在闲鱼也查了一下,有许多人在出售 "六神算法",说是能拿到抖音播放量数据,应该是通过特殊的方法拿到的数据。咱们这个项目有添加播放量数据查询的打算吗
open
2025-03-09T08:37:15Z
2025-03-11T04:48:55Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/578
[ "enhancement" ]
carethink11
6
thtrieu/darkflow
tensorflow
423
Issue after re-train of darknet model
I created a model with 4 classes (cat,dog,car,human) starting from and original tiny-yolo-voc downloaded from https://pjreddie.com/darknet/yolo/, and after I trained it using 2007 dataset downloaded from: https://pjreddie.com/projects/pascal-voc-dataset-mirror/ I used follow command to train (I started from tiny-yol...
open
2017-11-07T17:55:16Z
2017-12-19T13:23:42Z
https://github.com/thtrieu/darkflow/issues/423
[]
EnricoBeltramo
1
pyg-team/pytorch_geometric
deep-learning
9,153
enforce single quotes in `ruff` and `pre-commit`
### 🚀 The feature, motivation and pitch From `ruff` docs: > "[In compliance with PEP 8 and PEP 257, Ruff prefers double quotes for triple quoted strings and docstrings even when using quote-style = "single".](https://docs.astral.sh/ruff/settings/#format_quote-style)". Thus even with pre-commit passing there ...
closed
2024-04-04T13:55:21Z
2024-04-12T18:18:39Z
https://github.com/pyg-team/pytorch_geometric/issues/9153
[ "feature" ]
SauravMaheshkar
3
ets-labs/python-dependency-injector
asyncio
449
Async resources init order
Hi! We've started to use dependency-injector in production recently and we're happy so far, but we've faced issue with async resources initialization order. The problem is that according to the source code async resources init methods runs concurrently using asyncio.gather https://github.com/ets-labs/python-dependen...
open
2021-04-20T15:41:40Z
2023-09-22T11:08:05Z
https://github.com/ets-labs/python-dependency-injector/issues/449
[ "feature" ]
laukhin
9
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,677
[Bug]: bad sampler name: DPM++ 2M Karras
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
open
2024-05-01T07:39:02Z
2024-05-03T04:16:43Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15677
[ "bug-report" ]
itsklimov
3
graphdeco-inria/gaussian-splatting
computer-vision
747
在vscode上连接服务器后,运行convert.py时添加了colmap的路径,但是无法访问,有友友知道怎么回事吗?
open
2024-04-11T11:55:51Z
2024-04-26T05:34:57Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/747
[]
Fanjunyi55
2
InstaPy/InstaPy
automation
6,028
like_by_tags not doing the right amount
### Current Behavior ## Code: ` session.like_by_tags(['test1 ','test2 '], randomize=True, amount=1000)` ## Result: ``` Sessional Live Report: |> LIKED 143 images | ALREADY LIKED: 4 ``` ## Environement Version 0.6.13 MacOS x64
open
2021-01-15T14:52:55Z
2021-07-21T03:19:00Z
https://github.com/InstaPy/InstaPy/issues/6028
[ "wontfix" ]
stephane-archer
1
igorbenav/fastcrud
pydantic
170
upsert_multi doesn't commit
**Describe the bug or question** My skill is fairly limited, so I might be wrong. But as far as I can tell. I get an Id back but it's not commit to the db. the normal upsert internally calls the create and update which support commit, but upsert_multi takes a very different route.
closed
2024-10-10T16:39:33Z
2024-10-20T21:22:35Z
https://github.com/igorbenav/fastcrud/issues/170
[]
konradbeck-creditech
1
trevorstephens/gplearn
scikit-learn
227
AttributeError: 'SymbolicTransformer' object has no attribute '_program'
AttributeError: 'SymbolicTransformer' object has no attribute '_program' I would be really interested to obtain transformed equation. Please help.
closed
2021-04-25T22:05:42Z
2021-04-26T09:38:56Z
https://github.com/trevorstephens/gplearn/issues/227
[ "enhancement" ]
ghost
4
pyg-team/pytorch_geometric
pytorch
10,116
Cannot import HashTensor
### 🐛 Describe the bug I can't import `HashTensor`, but it has an entry in the documentation: https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.HashTensor.html#torch_geometric.HashTensor ``` from torch_geometric import HashTensor ``` gives an error: ``` ImportError: cannot import name 'H...
closed
2025-03-13T21:27:34Z
2025-03-14T16:03:26Z
https://github.com/pyg-team/pytorch_geometric/issues/10116
[ "bug" ]
delkind-dnsf
1
microsoft/nni
tensorflow
5,538
AttributeError: type object 'Tensor' has no attribute '_make_wrapper_subclass'
**Describe the issue**: When I add the profiler as tutorial instructed below: ```python from nni.nas.strategy.middleware import Filter, Chain from nni.nas.profiler.pytorch.flops import NumParamsProfiler profiler = NumParamsProfiler(model_space, torch.randn(1, 1, 28, 28)) search_strategy = Chain( strategy.Ran...
closed
2023-05-03T20:42:14Z
2023-05-12T18:06:27Z
https://github.com/microsoft/nni/issues/5538
[]
dzk9528
8
ARM-DOE/pyart
data-visualization
1,016
Method of ‘plot_latlon_slice’ is missing?
``` import pyart import matplotlib.pyplot as plt import matplotlib as mpl import cinrad from cinrad.io.export import standard_data_to_pyart import matplotlib.colors as colors import netCDF4 import cartopy.crs as ccrs import pyart import cartopy.io.shapereader as shpreader from pyart.filters import GateFilt...
closed
2021-10-29T14:47:05Z
2021-12-16T17:26:45Z
https://github.com/ARM-DOE/pyart/issues/1016
[]
664787022
4
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
913
Test pix2pix single dataset mode
I was trying to test the pix2pix trained model on single dataset mode that is there is only domain A images in the test set folder and I want it to be translated into domain B. I see that we have an option for one side only for CycleGAN in the test.py header but is it possible to do the same for pix2pix if so it would ...
closed
2020-02-06T16:37:47Z
2020-02-07T06:07:05Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/913
[]
sand47
4
biolab/orange3
data-visualization
6,471
Improve consistency of opening windows and dialog boxes when working with multiple monitors
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
open
2023-06-08T13:50:53Z
2023-06-08T13:50:53Z
https://github.com/biolab/orange3/issues/6471
[ "bug report" ]
wvdvegte
0
biolab/orange3
numpy
6,140
Rank Widget should show attributes of attributes on hover
It is one of the few widgets that don't.
closed
2022-09-16T13:15:37Z
2022-09-23T13:54:35Z
https://github.com/biolab/orange3/issues/6140
[]
janezd
0
twopirllc/pandas-ta
pandas
139
NameError: name 'watchlist' is not defined
NameError: name 'watchlist' is not defined **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` **Upgrade.** ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ``` **Describe the bug** A clear...
closed
2020-09-30T06:52:11Z
2020-12-22T20:02:51Z
https://github.com/twopirllc/pandas-ta/issues/139
[ "question", "info" ]
ravijvora
23
huggingface/datasets
pytorch
7,233
数据集数量问题
### Describe the bug 这里我进行大模型微调,当数据集数量为718时,模型可以正常微调,但是当我添加一个在前718个数据集中的数据或者新增一个数据就会报错 ### Steps to reproduce the bug 1. 这里我的数据集可以微调的最后两个数据集是: { "messages": [ { "role": "user", "content": "完成校正装置设计后需要进行哪些工作?" }, { "role": "assistant", "content": "一旦完成校正装置设计后,需要进行系统实际调校...
open
2024-10-17T07:41:44Z
2024-10-17T07:41:44Z
https://github.com/huggingface/datasets/issues/7233
[]
want-well
0
Johnserf-Seed/TikTokDownload
api
496
[BUG]文件名过长的无法下载,一些作品较少的账号会卡住
最新版本 linux 环境都是按要求配置的 https://www.douyin.com/user/MS4wLjABAAAADgP0Ym8exwIZxEPvvlR7oLg-H9NUwGmjohhvYY1rBfs这个主页会有一些文件名很长,会报错。 https://www.douyin.com/user/MS4wLjABAAAAOV33PgntI1MTVW_dfu6cdyBMAhPmqbKY0lv3Y08Xcxg https://www.douyin.com/user/MS4wLjABAAAA0LRx6WyPPEuOxLbfPuD50ugGHjmyTHis-7lER5LVy3B-s5-LAMHkdPvl4tSjevGh 这...
closed
2023-08-07T12:06:32Z
2023-08-11T15:54:29Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/496
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
AIEOV
1
capitalone/DataProfiler
pandas
758
Feature Branch workflow deployment to `pypi`
Setup github workflow to deploy feature branch to `pypi`. This is a dependency for issue #757.
closed
2023-01-30T20:34:22Z
2023-01-30T21:19:33Z
https://github.com/capitalone/DataProfiler/issues/758
[ "Bug", "good_first_issue" ]
taylorfturner
1
robotframework/robotframework
automation
5,286
Add suite and test `id` to JSON result model
Model objects have an `id` attribute that is automatically generated so that the root suite has id `s1`, its first test has id `s1-t1`, its first keyword has `s1-t1-k1`, and so on. Because ids change if there are changes to data, or if different tests are selected to be run, they cannot be used for identifying suites, ...
closed
2024-12-04T09:12:11Z
2024-12-18T13:33:15Z
https://github.com/robotframework/robotframework/issues/5286
[ "enhancement", "priority: low", "beta 1", "effort: small" ]
pekkaklarck
0
microsoft/nni
deep-learning
5,489
a nodejs error when using NNI {"error":"A system error occurred: uv_os_get_passwd returned ENOENT (no such file or directory)"
**Environment**: - NNI version: 2.10 - Training service: local - Machine OS: CentOS 6.3 - Python version: 3.9 - PyTorch/TensorFlow version: 1.12.1 - Is conda/virtualenv/venv used?: yes - Is running in Docker?: no **ERROR MESSAGE**: ``` [2023-03-29 15:24:12] Creating experiment, Experiment ID: 36ymuxit [202...
open
2023-03-29T08:19:27Z
2023-04-03T02:58:12Z
https://github.com/microsoft/nni/issues/5489
[]
zZer0o
3
huggingface/datasets
nlp
6,483
Iterable Dataset: rename column clashes with remove column
### Describe the bug Suppose I have a two iterable datasets, one with the features: * `{"audio", "text", "column_a"}` And the other with the features: * `{"audio", "sentence", "column_b"}` I want to combine both datasets using `interleave_datasets`, which requires me to unify the column names. I would typic...
closed
2023-12-08T16:11:30Z
2023-12-08T16:27:16Z
https://github.com/huggingface/datasets/issues/6483
[ "streaming" ]
sanchit-gandhi
4
deeppavlov/DeepPavlov
tensorflow
1,072
Can kbqa support english version? Or, could it possible one detailed instruction written and everyone else can do it for their own native language
Can kbqa support english version? Or, could it possible one detailed instruction written and everyone else can do it for their own native language
closed
2019-11-17T18:11:43Z
2020-05-29T09:03:29Z
https://github.com/deeppavlov/DeepPavlov/issues/1072
[]
daqulazhang
3
pytorch/pytorch
machine-learning
149,605
torch.onnx.export does not support nested tensor operations
### 🚀 The feature, motivation and pitch Currently, we cannot export models containing NT operations into ONNX in PyTorch: ```python import torch import torch.nn as nn torch.cuda.init() torch.set_default_device("cuda") class ModuleWithNT(nn.Module): def __init__(self): super().__init__() def forw...
open
2025-03-20T06:56:23Z
2025-03-20T19:27:01Z
https://github.com/pytorch/pytorch/issues/149605
[ "module: onnx", "triaged" ]
xuantengh
1
nikitastupin/clairvoyance
graphql
27
wrong_field_regexes error
Python version: Python 3.7.5 (Ubuntu) Also tested on Python 3.8.10 on Windows. Same issue. ``` python3 -m clairvoyance -w wordlist.txt https://REDACTED/graphql -vv [DEBUG][2021-09-10 12:11:02 oracle.py:423] Root typenames are: {'queryType': 'Query', 'mutationType': 'Mutation', 'subscriptionType': None} Trac...
closed
2021-09-10T09:21:41Z
2021-09-22T15:20:01Z
https://github.com/nikitastupin/clairvoyance/issues/27
[ "bug" ]
jondowsec
8
AutoGPTQ/AutoGPTQ
nlp
211
[BUG] Cannot build setup.py without CUDA
The following no longer works to build from from main on a non-CUDA machine: ``` BUILD_CUDA_EXT=0 pip install -e . ``` The problem is the following: ``` AutoGPTQ/setup.py", line 20, in <module> CUDA_VERSION = "".join(torch.version.cuda.split(".")) AttributeError: 'NoneType' object has no attribute 'sp...
closed
2023-07-26T10:22:38Z
2023-07-26T10:35:55Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/211
[ "bug" ]
casper-hansen
0
cvat-ai/cvat
pytorch
8,470
Issue in COCO format
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. Logged in Cvat.ai platform using credentials 2. Created & completed task using instruction. 3. Exported Task in 3 diff...
closed
2024-09-25T04:22:40Z
2024-11-07T08:44:54Z
https://github.com/cvat-ai/cvat/issues/8470
[ "bug" ]
Sandesh-Rprocess
1
TracecatHQ/tracecat
automation
164
Unhandled Runtime Error Error: Error creating new user | After fresh installation
[redacted for security]
closed
2024-06-12T06:31:38Z
2024-06-12T07:02:35Z
https://github.com/TracecatHQ/tracecat/issues/164
[]
kishanecosmob
1
ydataai/ydata-profiling
pandas
1,334
Request: Include non-null count in summary statistics for variable
### Missing functionality A count of non-null values ### Proposed feature Currently, percent missing is provided as part of the summary, but I'd really appreciate an exact count somewhere. ### Alternatives considered _No response_ ### Additional context _No response_
closed
2023-05-19T14:35:14Z
2023-05-25T13:09:54Z
https://github.com/ydataai/ydata-profiling/issues/1334
[ "feature request 💬" ]
gdevenyi
4
chatanywhere/GPT_API_free
api
65
我可不可以在python代码中使用免费领取的api key
从网上粘贴了一段代码: ``` from dataclasses import dataclass from typing import List import openai MODEL = "gpt-3.5-turbo" TEMPERATURE = 0.5 openai.api_key = "key" @dataclass class Prior: question: str answer: str def chat(priors: List[Prior], question: str): messages = [] for prior in ...
closed
2023-07-20T03:57:52Z
2023-08-11T02:29:16Z
https://github.com/chatanywhere/GPT_API_free/issues/65
[]
pjhcsmallwhite1211
4
graphql-python/graphql-core
graphql
151
[Sponsorship] Do you have any plans to accept sponsorship payments?
Basically title, i know the library has a single mantainer (@cito) and as far as i know it's not paid to do this so features may take longer to arrive from js implementation. The company i work for is analyzing different sponsorship options and i think this library is a great candidate as it's really core but is not v...
closed
2021-12-13T14:39:14Z
2022-01-07T23:00:08Z
https://github.com/graphql-python/graphql-core/issues/151
[]
Ambro17
5
deezer/spleeter
tensorflow
208
Installing the new 16 khz cutoff Spletter 1.49?
Are new stems-16kHz folders installed when this is done? Also, what & how are the newer finetune training models being used? Is there a way to convert the output stems to mono channel flac files? Thanks, Roger
closed
2019-12-28T15:33:45Z
2019-12-30T14:57:09Z
https://github.com/deezer/spleeter/issues/208
[ "question" ]
Mixerrog
1
fastapi-users/fastapi-users
fastapi
1,184
Error when updating existing oauth user account
## Describe the bug When I try to login with Google with an existent user, I receive `AttributeError: 'NoneType' object has no attribute 'is_active'`. I saw that my user turns `None` in the line 227 in `/fastapi_users/manager.py` This is where it happen: ``` else: # Update oauth ...
closed
2023-04-03T23:57:39Z
2023-04-14T14:29:47Z
https://github.com/fastapi-users/fastapi-users/issues/1184
[ "bug" ]
diegocgaona
3
akfamily/akshare
data-science
5,796
AKShare 接口问题报告
import akshare as ak stock_individual_info_em_df = ak.stock_individual_info_em(symbol="000001") print(stock_individual_info_em_df) --------------------------------------------------------------------------- KeyError Traceback (most recent call last) Cell In[4], line 3 1 import a...
closed
2025-03-08T10:37:12Z
2025-03-09T10:56:13Z
https://github.com/akfamily/akshare/issues/5796
[ "bug" ]
hifigecko
1
Asabeneh/30-Days-Of-Python
flask
186
Possible source of confusion. ^ character
This line made me think the caret could be used for exponentiation, but apparently it's used for bit-wise xor https://appdividend.com/2020/06/10/python-xor-operator-example-bitwise-operator-in-python/amp/ ![image](https://user-images.githubusercontent.com/3586622/150649791-1ee6ac9a-b4ec-42c1-a601-01bd5fe648f5.png...
closed
2022-01-22T17:50:51Z
2023-07-08T22:44:33Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/186
[]
Don-Manuel
0
DistrictDataLabs/yellowbrick
matplotlib
931
Incorporate kneed refactor in utils/kneed.py
yellowbrick has a port of some source code from the [kneed](https://github.com/arvkevi/kneed) package in `utils/kneed.py`. The `kneed` package was recently refactored with a [new release](https://github.com/arvkevi/kneed/releases/tag/v0.4.0). I will create a PR to update `utils/kneed.py` to reflect the changes in `kne...
closed
2019-07-23T02:18:57Z
2019-08-06T15:24:48Z
https://github.com/DistrictDataLabs/yellowbrick/issues/931
[]
arvkevi
0
unionai-oss/pandera
pandas
1,173
When `strategy` argument is passed to `Check()`, still get warning on not having defined strategy
**Describe the bug** On `0.14.5` and `master` it doesn't seem the `strategy` keyword in [`Check`](https://pandera.readthedocs.io/en/stable/reference/generated/pandera.api.checks.Check.html#pandera.api.checks.Check) is utilised—specifically, I get a warning about the check not having a defined strategy, when I'd of t...
closed
2023-05-01T12:04:37Z
2023-06-01T11:18:51Z
https://github.com/unionai-oss/pandera/issues/1173
[ "bug" ]
honno
2
supabase/supabase-py
flask
611
redirectUrl always default to localhost:3000 on sent email after using email sign up
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. sign user with email password, set redirect to any url 2. set the redirect url in supabase dashboard to that exact url 3. sign in user, check inbox, the verification link always redirect...
closed
2023-11-08T06:02:37Z
2023-11-08T06:23:13Z
https://github.com/supabase/supabase-py/issues/611
[]
vikyw89
1
unionai-oss/pandera
pandas
864
Custom messages when `SchemaError` is raised without any `Check` available
**Is your feature request related to a problem? Please describe.** It's not a problem. Just improvements in the output to eventual non-technical users. I can't send a custom message when `SchemaError` is raised and I'm not using any `Check`. For example: data type coercing on entire column. **Describe the solution ...
open
2022-05-26T12:29:42Z
2023-05-15T17:20:35Z
https://github.com/unionai-oss/pandera/issues/864
[ "enhancement" ]
HenriqueAJNB
4
taverntesting/tavern
pytest
580
Use external function to create a url
External function can be used only with headers, params and response. There should be a provision to use function anywhere. Example use case - Dynamically construct a url from a URI template.
closed
2020-08-06T07:06:11Z
2023-09-18T14:50:48Z
https://github.com/taverntesting/tavern/issues/580
[]
abhinavasrivastava
4
DistrictDataLabs/yellowbrick
scikit-learn
654
Version 0.9 Release
Steps for 0.9 version bump: - [x] Branch release-0.9 - [x] Do version bump - [x] Update tests and run tests - [x] Create change log/release notes - [x] Review documentation build - [x] Merge into `master` - [x] Push release to PyPI ([instructions](https://bbengfort.github.io/programmer/2016/01/20/packa...
closed
2018-11-14T22:11:03Z
2018-11-14T23:37:27Z
https://github.com/DistrictDataLabs/yellowbrick/issues/654
[]
rebeccabilbro
0
stanfordnlp/stanza
nlp
1,157
Provide a list of bracket symbols?
Could you kindly provide a list of bracket symbols you use in the constituency module? I know it's from Penn Treebank but it's very hard to find a complete list. E.g., most online sources don't have NML. And I'm not sure what the separated dashes are noted in the model output.
closed
2022-11-30T20:13:29Z
2023-02-11T14:46:51Z
https://github.com/stanfordnlp/stanza/issues/1157
[ "stale" ]
ningkko
3
pywinauto/pywinauto
automation
666
Backend UIA locks main thread [HOW TO]
Hello, I have successfully automated an internal software here using WIN32 backend. But, using win32 i cant get toggle state of checkboxes (always return 0/False), so i'm using UIA as backend for now. # The problem Using UIA, when a "Select File" window appears, it freezes the main thread, so i cant do a thing w...
closed
2019-01-30T15:51:38Z
2019-01-30T22:36:36Z
https://github.com/pywinauto/pywinauto/issues/666
[ "question" ]
saade
3
ultralytics/ultralytics
python
19,449
how to turn a custom finetuned segment model into a detect model?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question # Change the nc in the yaml file to reflect the number of classes in the pt ...
closed
2025-02-26T18:51:10Z
2025-03-14T01:01:41Z
https://github.com/ultralytics/ultralytics/issues/19449
[ "question", "segment", "detect" ]
soniaeratt
14
NullArray/AutoSploit
automation
1,124
Unhandled Exception (dcb63343d)
Autosploit version: `3.0` OS information: `Linux-4.9.0-8-amd64-x86_64-with-debian-1.0-intellicyber` Running context: `/usr/bin/autosploit -q ************ -c` Error meesage: `file() argument 2 must be string, not None` Error traceback: ``` Traceback (most recent call): File "/usr/share/Autosploit/autosploit/main.py", l...
closed
2019-06-30T15:12:14Z
2019-07-24T10:51:03Z
https://github.com/NullArray/AutoSploit/issues/1124
[]
AutosploitReporter
0
autokey/autokey
automation
318
Fatal error starting autokey <built-in function connectSlotsByName> returned a result with an error set
## Classification: Bug ## Reproducibility: Always ## Version AutoKey version: 0.95.7-0 Used GUI (Gtk, Qt, or both): QT Installed via: (PPA, pip3, …). pre built .deb package Linux Distribution: Kubuntu 19.10 ## Summary After upgrading from Kubuntu 19.04 to 19.10, autokey-qt starts with an e...
closed
2019-11-05T08:19:26Z
2019-11-08T08:20:45Z
https://github.com/autokey/autokey/issues/318
[ "duplicate", "autokey-qt", "installation/configuration" ]
sicherist
4
autogluon/autogluon
scikit-learn
3,853
Feature Request: Make Deletion of lightning_logs Directory Optional in TimeSeries Models
## Description The current implementation of AutoGluon's time series models, specifically those using the GluonTS torch backend, automatically deletes the `lightning_logs` directory after each training run. This directory contains logs that are essential for users who utilize TensorBoard to monitor and compare differe...
closed
2024-01-09T11:37:14Z
2024-04-05T18:45:59Z
https://github.com/autogluon/autogluon/issues/3853
[ "enhancement", "module: timeseries" ]
obwohl
1
pydata/bottleneck
numpy
388
New release?
It looks like there was an attempt to release bottleneck 1.3.3 https://github.com/pydata/bottleneck/pull/347 but it didn't reach PyPI. Since #306 hasn't been released yet, users are finding all sorts of installation problems in Python 3.9, see #376. This will continue happening with the release of Python 3.10. Even ...
closed
2021-09-26T20:01:53Z
2023-01-16T10:18:07Z
https://github.com/pydata/bottleneck/issues/388
[]
astrojuanlu
18
saulpw/visidata
pandas
2,235
[threads] HelpSheet thread causes an exception
**Small description** When I plot a png using `.` on any column and then quit with `^Q`, about 25% of the time I get an exception. **Expected result** I expect visidata to exit as normal. **Actual result with screenshot** ``` Traceback (most recent call last): File "/home/midichef/.local/bin/vd", line 6, in ...
closed
2024-01-05T23:19:03Z
2024-01-08T02:24:37Z
https://github.com/saulpw/visidata/issues/2235
[ "bug", "fixed" ]
midichef
3
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
833
ValueError: num_samples should be a positive integer value, but got num_samples=0
Hello everyone, I've created my own custom dataset for pix2pix and also ran `python datasets/combine_A_and_B.py --fold_A /path/to/data/A --fold_B /path/to/data/B --fold_AB /path/to/data`. The command executed nicely and generated the paired {A, B} images as promised. However, when I try to run the train command `python...
closed
2019-11-10T09:19:57Z
2022-08-08T15:11:03Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/833
[]
liuhh02
3
deeppavlov/DeepPavlov
tensorflow
1,642
Predictions NER for entities with interpunction
DeepPavlov version: 1.1.1 Python version: 3.10 Operating system: Ubuntu **Issue**: I am using the ner_ontonotes_bert_mult model to predict entities for text. For sentences with interpunction in the entities, this gives unexpected results. Before the 1.0.0 release, I used the [Deeppavlov docker image](https://hub....
closed
2023-04-26T08:09:12Z
2023-10-11T04:52:03Z
https://github.com/deeppavlov/DeepPavlov/issues/1642
[ "bug" ]
ronaldvelzen
2
sqlalchemy/alembic
sqlalchemy
553
compare_server_default throws TypeError under a very specific condition in MySQL
If the column doesn't have a default value and a server_default is added to the models.py file then autogenerate will throw a "TypeError: expected string or bytes-like object". I tried reversing it so the database has a default and the models.py file doesn't and I got no errors which suggests that the way alembic is pu...
closed
2019-04-26T15:32:34Z
2019-04-28T18:46:12Z
https://github.com/sqlalchemy/alembic/issues/553
[]
GoldstHa
3
Kanaries/pygwalker
pandas
103
[Bug] When trying to import previously exported PyGWalker code containing a filter, the visualization breaks.
When trying to import previously exported PyGWalker code containing a filter, the visualization breaks. In my testing, I noticed that the filter attribute is shown correctly in the UI when using a range filter, but the visualization itself breaks. All the other predefined fields are missing. When using a "one of" f...
closed
2023-04-24T14:28:47Z
2023-07-26T05:08:18Z
https://github.com/Kanaries/pygwalker/issues/103
[ "bug", "P1" ]
Julius-Plehn
1
alyssaq/face_morpher
numpy
23
error while loading shared libraries: libopencv_calib3d.so.3.1
I have installed OpenCV 3.3 with python 3.5 on Ubuntu 16.04. I cloned the repo. and tried to run the morpher.py, I got the following error. Please can you tell me on how to resolve it? ``` (cv) ubuntu@ip:~/face_morpher$ python facemorpher/morpher.py --src=examples/ramsa.jpg --dest=examples/trump.jpg --plot /hom...
closed
2017-08-23T10:39:43Z
2017-08-23T11:13:50Z
https://github.com/alyssaq/face_morpher/issues/23
[]
bozzmob
1
nltk/nltk
nlp
2,825
Expand ~ in paths
From #2820 (@tomaarsen) Expand ~ in paths used in environment variables to the home path of the user's operating system. This is as simple as wrapping a path with path = os.path.expanduser(path). This probably ought to be done in some functions in internals.py. However, files on linux are allowed to have ~ in them. ...
open
2021-09-27T21:39:24Z
2022-04-21T00:06:08Z
https://github.com/nltk/nltk/issues/2825
[ "good first issue", "installation", "internals" ]
stevenbird
2
babysor/MockingBird
deep-learning
430
无法启动web
最新的commit 输入`python web.py`报错 > Loaded synthesizer models: 1 Loaded encoder "pretrained.pt" trained to step 1594501 Building Wave-RNN Trainable Parameters: 4.481M Loading model weights at vocoder\saved_models\pretrained\pretrained.pt Building hifigan Traceback (most recent call last): File "D:\Users\Jerry\Do...
closed
2022-03-07T05:14:57Z
2022-03-08T02:24:25Z
https://github.com/babysor/MockingBird/issues/430
[]
JerryZRF
4
jina-ai/clip-as-service
pytorch
247
Convert BertClient class to new-style class
**Prerequisites** * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [x] Did you check the [FAQ list in `README.md`](https://...
closed
2019-02-20T15:19:28Z
2019-02-21T10:28:56Z
https://github.com/jina-ai/clip-as-service/issues/247
[]
Razzaghnoori
0
K3D-tools/K3D-jupyter
jupyter
104
Mesh object not visible on plot.
points = k3d.points(tri) mesh = k3d.mesh(tri, [0,1,2]) plot += points + mesh After creating triangle only wireframe of mesh can be seen. The mesh is not visible.
closed
2018-07-25T15:23:51Z
2018-07-26T11:04:42Z
https://github.com/K3D-tools/K3D-jupyter/issues/104
[]
Gulaabihaathee
1
inducer/pudb
pytest
327
Open-module-command throws TypeError in conda-environment with matplotlib
## Problem Pressing the key *m* in a pudb-session in a conda-environment where matplotlib is installed throws a TypeError and leaves me in the POST-MORTEM MODE. When I press m a second time pudb crashes with the same exception. ``` Traceback (most recent call last): File "/home/aleks/miniconda3/envs/mdp/lib/pyt...
closed
2019-01-26T21:11:05Z
2020-02-14T00:03:38Z
https://github.com/inducer/pudb/issues/327
[]
astier
4
pallets-eco/flask-wtf
flask
311
Allow nonce-based CSP for reCAPTCHA
For more secure CSP rules FlaskWTF reCAPTCHA should allow providing `nonce` when using reCAPTCHA and include that `nonce` in the script tag which loads api.js. More information: https://developers.google.com/recaptcha/docs/faq#im-using-content-security-policy-csp-on-my-website-how-can-i-configure-it-to-work-with-rec...
open
2017-10-23T22:26:30Z
2022-06-01T03:10:22Z
https://github.com/pallets-eco/flask-wtf/issues/311
[ "recaptcha" ]
kesara
3
joeyespo/grip
flask
379
Having issues with latest release, 4.6.2
Had upgraded to the 4.6.2 release. Ran `grip <filename>` as usual and got this traceback: `Traceback (most recent call last): File "/usr/local/bin/grip", line 5, in <module> from grip import main File "/usr/local/Cellar/grip/4.6.2_1/libexec/lib/python3.12/site-packages/grip/__init__.py", line 19, in <...
closed
2023-10-24T06:03:36Z
2023-10-26T20:35:47Z
https://github.com/joeyespo/grip/issues/379
[]
thomassantosh
1
RomelTorres/alpha_vantage
pandas
118
Stock not adjusted after shares consolidation
Some stocks are not adjusted after share consolidation. Example with VRT.CN stock: https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=vrt.cn&apikey=XXXXXX&outputsize=full The data from the above URL will return non-adjusted prices, and there are also 2 trading days returning stock price ...
closed
2019-03-06T03:03:10Z
2019-03-06T04:03:33Z
https://github.com/RomelTorres/alpha_vantage/issues/118
[]
ws420
1
plotly/jupyter-dash
jupyter
64
Switching kernel breaks the extensions
The jupyterlab extension is registering the comm target at notebook creation time (see https://github.com/plotly/jupyter-dash/blob/351cb7c24409b2312a474568b70005ce66eb31be/extensions/jupyterlab/src/index.ts#L78). This means that changing the kernel will not work. In practice all calls to `JupyterDash.infer_jupyter_prox...
open
2021-07-29T12:01:19Z
2021-07-29T12:01:19Z
https://github.com/plotly/jupyter-dash/issues/64
[]
dpinte
0