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
aio-libs/aiomysql
sqlalchemy
63
Echo option for default cursor
This line: https://github.com/aio-libs/aiomysql/blob/master/aiomysql/connection.py#L365 ``` python cur = cursor(self, self._echo) if cursor else self.cursorclass(self) ``` We should pass echo param to cursorclass too, don't we?
closed
2016-02-16T14:07:02Z
2017-04-17T10:28:51Z
https://github.com/aio-libs/aiomysql/issues/63
[]
tvoinarovskyi
2
mwaskom/seaborn
pandas
3,263
Color not changing
Hi! I'm trying to change colors in seaborn but it's having no effect? <img width="706" alt="Captura de pantalla 2023-02-15 a la(s) 21 53 02" src="https://user-images.githubusercontent.com/119420090/219230518-91d40820-51b1-4d11-b724-408e0b5525e1.png">
closed
2023-02-16T00:58:04Z
2023-02-16T02:23:52Z
https://github.com/mwaskom/seaborn/issues/3263
[]
pablotucu
1
coqui-ai/TTS
deep-learning
2,775
[Bug] training a new model stops with "Decoder stopped with `max_decoder_steps` 10000"
### Describe the bug Hello! I am running TTS 0.15.6 and try to train a new voice basing on 22,000 wav files. The training process seems to work but stops after a while, sometimes after 30 minutes and sometimes after 2 hours. Please see me log here: ``` [...] --> STEP: 14 | > decoder_loss: 16.613059997...
closed
2023-07-17T02:47:52Z
2023-07-20T12:58:24Z
https://github.com/coqui-ai/TTS/issues/2775
[ "bug" ]
Marcophono2
5
bloomberg/pytest-memray
pytest
53
incompatible with flaky (as used in urllib3)
## Bug Report **Current Behavior** if pytest-flaky re-runs a test it fails with `FAILED test/test_demo.py::test_demo - RuntimeError: No more than one Tracker instance can be active at the same time` **Input Code** ```python import itertools import pytest count = itertools.count().__next__ @pytest.mar...
closed
2022-11-23T13:30:25Z
2022-11-23T13:48:27Z
https://github.com/bloomberg/pytest-memray/issues/53
[]
graingert
3
pandas-dev/pandas
python
60,517
DOC: Convert v to conv_val in function for pytables.py
### Pandas version checks - [X] I have checked that the issue still exists on the latest versions of the docs on `main` [here](https://pandas.pydata.org/docs/dev/) ### Location of the documentation pandas\pandas\core\computation\pytables.py ### Documentation problem Many instances of just v in this function. Want...
closed
2024-12-07T07:58:29Z
2024-12-09T18:32:32Z
https://github.com/pandas-dev/pandas/issues/60517
[ "Clean", "Dependencies" ]
migelogali
1
pbugnion/gmaps
jupyter
22
Build a viable pipeline for writing documentation.
This package desperately needs documentation. Unfortunately, the obvious solution of writing IPython notebooks and exporting them to HTML doesn't work. Javascript widgets are not included in the exported HTML, so you can't actually see the maps (see [this](http://nbviewer.ipython.org/github/pbugnion/gmaps/blob/master/e...
closed
2014-12-02T17:15:36Z
2016-06-25T08:37:08Z
https://github.com/pbugnion/gmaps/issues/22
[]
pbugnion
2
jpadilla/django-rest-framework-jwt
django
472
[feature] permit to use custom header instead of `Authorization`
Permit to use another header than `Authorization` to retrieve token. **Current and suggested behavior** Current: this module permit only to use the standard header `Authorization` Suggested: permit to user to define a custom header name **Why would the enhancement be useful to most users** For example: I...
open
2019-03-26T14:01:07Z
2019-03-26T14:12:08Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/472
[]
thomasboni
0
liangliangyy/DjangoBlog
django
686
如何自定义后端页面,1.0.0.7文件我翻了一圈,没有找到与后端页面相关的html文件
<!-- 如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。 提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way --> **我确定我已经查看了** (标注`[ ]`为`[x]`) - [X] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md) - [X] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin...
closed
2023-10-24T10:00:56Z
2023-11-06T06:15:20Z
https://github.com/liangliangyy/DjangoBlog/issues/686
[]
qychui
1
python-restx/flask-restx
api
451
Custom Array for Json argument parser
I'm attempting to create a custom array type for argument parsing in the json body. So I created a function and created a schema for it: ``` type_services.__schema__ = {'type':'array','items':{'type':'string'}} ``` and create it with ``` testparser.add_argument(name='services',type=type_services,location='json',...
open
2022-06-30T16:25:14Z
2022-06-30T16:25:14Z
https://github.com/python-restx/flask-restx/issues/451
[]
Bxmnx
0
jupyterlab/jupyter-ai
jupyter
668
Add support for Claude V3 models on AWS Bedrock
### Problem Claude V3 was recently announced and AWS Bedrock already provides Claude V3 Sonnet (model id `anthropic.claude-3-sonnet-20240229-v1:0`).
closed
2024-03-04T21:06:34Z
2024-03-07T19:38:37Z
https://github.com/jupyterlab/jupyter-ai/issues/668
[ "enhancement" ]
DzmitrySudnik
1
labmlai/annotated_deep_learning_paper_implementations
machine-learning
190
want to use CelebA dataset,but there is an issue
PLZ
closed
2023-06-07T13:57:10Z
2024-06-19T10:47:29Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/190
[]
Z0Victor
2
noirbizarre/flask-restplus
flask
367
Marshalling a long list of nested objects seems to scale badly
To support my testing, I hacked in the following lines to `model.py` ```python def __deepcopy__(self, memo): DEEP_COPY_CALL_COUNT[0] += 1 obj = self.__class__(self.name, [(key, copy.deepcopy(value, memo)) for key, value in self.items()], ...
closed
2017-12-19T16:09:11Z
2018-01-06T01:24:43Z
https://github.com/noirbizarre/flask-restplus/issues/367
[]
Ymbirtt
2
horovod/horovod
pytorch
3,315
recipe for target 'horovod/common/ops/cuda/CMakeFiles/compatible_horovod_cuda_kernels.dir/all' failed
**Environment:** 1. Framework: (TensorFlow, Keras, PyTorch, MXNet):PyTorch 2. Framework version: 1.5.1 3. Horovod version:0.23.0 4. MPI version: 5. CUDA version:10.2 6. NCCL version:2 7. Python version:3.7 8. Spark / PySpark version: 9. Ray version: 10. OS and version: 11. GCC version: 7.5.0 12. CMake ver...
open
2021-12-13T13:25:36Z
2021-12-13T14:06:00Z
https://github.com/horovod/horovod/issues/3315
[ "bug" ]
coco-99-coco
0
ultralytics/ultralytics
python
19,270
expected str, bytes or os.PathLike object, not NoneType
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug I imported the dataset directly from Roboflow, so it should not have problem. The following is the...
open
2025-02-16T22:55:49Z
2025-02-16T23:15:55Z
https://github.com/ultralytics/ultralytics/issues/19270
[ "question" ]
felixho789
2
koaning/scikit-lego
scikit-learn
366
[DOCS] Add reference to pyod
It's a related project with *many* outlier detection models. It would help folks if we add a reference in our outlier docs. https://github.com/yzhao062/pyod
closed
2020-06-02T08:22:47Z
2020-07-08T20:50:16Z
https://github.com/koaning/scikit-lego/issues/366
[ "good first issue", "documentation" ]
koaning
2
robinhood/faust
asyncio
152
problem with python3.6
Hello there, I am trying to use faust for one of my learning project where I am working with GDAL which is compatible up to python3.6 and I find difficulty working with faust 1.0.30 on python3.6 virtual environment. Here is the error I am getting: ``` File "/home/santosh/project/pinp/env3.6/lib/python3.6/site-pac...
open
2018-08-28T10:09:34Z
2018-11-09T16:32:05Z
https://github.com/robinhood/faust/issues/152
[ "Category: Deployment", "Category: Packaging and Release Management", "Status: Need Verification" ]
skumarsah
10
microsoft/MMdnn
tensorflow
16
Need to update pip installation
When I tried to update my MMdnn by `pip install -U https://github.com/Microsoft/MMdnn/releases/download/0.1.1/mmdnn-0.1.1-py2.py3-none-any.whl `, it didn't update the version in master now. For the `setup.py`, I tried it but it looked like I have to add some command after it ``` usage: setup.py [global_opts] cmd1...
closed
2017-12-01T16:46:15Z
2017-12-05T14:57:30Z
https://github.com/microsoft/MMdnn/issues/16
[]
seanchung2
1
roboflow/supervision
machine-learning
1,182
HaloAnnotator does not work
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question can you give me a complete code? when i use HaloAnnotator, nothing changes in the image, the detections.mask is None ```python import cv2 i...
closed
2024-05-09T07:33:38Z
2024-05-09T08:11:32Z
https://github.com/roboflow/supervision/issues/1182
[ "question" ]
wilsonlv
1
saulpw/visidata
pandas
2,404
Scientific notation shown for column with large number even when type is string
**Small description** ![image](https://github.com/saulpw/visidata/assets/36803168/dabb21a9-4d98-42d4-b845-1eaaf10468b5) **Expected result** Seeing the original string that is in the csv **Actual result with screenshot** If you get an unexpected error, please include the full stack trace that you get with `...
closed
2024-05-12T18:58:40Z
2024-05-12T20:10:53Z
https://github.com/saulpw/visidata/issues/2404
[ "bug", "By Design" ]
jay-babu
2
chezou/tabula-py
pandas
93
CalledProcessError
# Summary of your issue Hello. Recently I want to use the tabula-py to extract multiple tables from a pdf file https://drive.google.com/open?id=10Z5203McD66puNAfy2Or85NpeVUZqbL3 . However, I face the call process error. I read several issues in your GitHub. It seems to be the problem of Java. However, after reinstalli...
closed
2018-05-22T00:25:25Z
2021-07-15T06:32:27Z
https://github.com/chezou/tabula-py/issues/93
[]
yipinlyu
6
PokemonGoF/PokemonGo-Bot
automation
5,655
Conditions to enable Sniper
### Short Description Add a set of conditions similar to MoveToMapPokemon in Sniper like: "max_sniping distance": 10000, "max__walking_distance": 500, "min_time": 60, "min_ball": 50, "prioritize_vips": true, Also, add a minimum great ball and minimum ultra ball condition to both sniping task...
closed
2016-09-24T12:07:23Z
2016-09-24T23:44:04Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5655
[]
abhinavagrawal1995
5
horovod/horovod
tensorflow
3,143
[Elastic Horovod] It will loss some indices of processed samples in hvd.elastic.state when some nodes dropped
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.7.0+cu101 3. Horovod version: 0.22.1 **Checklist:** 1. Did you search issues to find if somebody asked this question before? yes 2. If your question is about hang, did you read [this doc](https://github.com/horovod/horovod/blob/master/docs/ru...
closed
2021-09-01T12:33:21Z
2021-10-21T20:44:14Z
https://github.com/horovod/horovod/issues/3143
[ "bug" ]
hgx1991
0
DistrictDataLabs/yellowbrick
scikit-learn
425
Improving Quick Start Documentation
**Quick Start Documentation** In the walk through part of the documentation, correlation between actual temperature and feels like temperature were analysed. The author mentioned that it was intuitive to prioritize the feature 'feels like' over 'temp'. But for the reader, it is bit hard to understand the reason behin...
closed
2018-05-15T17:52:14Z
2018-06-08T11:09:06Z
https://github.com/DistrictDataLabs/yellowbrick/issues/425
[ "type: question", "level: intermediate", "type: documentation" ]
muthu-tech
4
pyg-team/pytorch_geometric
deep-learning
9,862
Bug in the implementation of sagpool
### 🐛 Describe the bug Hi this is an old bug described in pull request #8562 . As mentioned, the implementation of select function in [sagpool](https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/pool/sag_pool.py) reuses the select class of topkpool, which introduces an extra learnable wei...
open
2024-12-14T18:15:00Z
2024-12-14T18:15:00Z
https://github.com/pyg-team/pytorch_geometric/issues/9862
[ "bug" ]
ChenYizhu97
0
plotly/dash-table
plotly
830
Cell with dropdown does not allow for backspace
When editing the value of a cell with a dropdown after double clicking, the value can only be appended with more characters. If a typo was made when filtering the dropdown, pressing the backspace key doesn't do anything and you must click outside the cell to clear the input. However, if you double click on a cell witho...
open
2020-09-23T18:45:01Z
2020-09-23T18:45:01Z
https://github.com/plotly/dash-table/issues/830
[]
blozano824
0
PrefectHQ/prefect
automation
17,280
Loading a GCPSecret block generates a warning
### Bug summary Loading a GcpSecret Block seems to generating a warning, it appears to be coming from the GCP library, the Block still loads everything executes but the warning doesn't appear until the flow run completes causing some confusion ```python from prefect import flow from prefect_gcp.secret_manager import...
closed
2025-02-25T20:42:35Z
2025-02-25T20:51:50Z
https://github.com/PrefectHQ/prefect/issues/17280
[ "upstream dependency" ]
masonmenges
1
keras-team/keras
data-science
20,350
argmax returns incorrect result for input containing -0.0 (Keras using TensorFlow backend)
Description: When using keras.backend.argmax with an input array containing -0.0, the result is incorrect. Specifically, the function returns 1 (the index of -0.0) as the position of the maximum value, while the actual maximum value is 1.401298464324817e-45 at index 2. This issue is reproducible in TensorFlow and J...
closed
2024-10-14T10:15:25Z
2025-01-25T06:13:46Z
https://github.com/keras-team/keras/issues/20350
[ "stat:awaiting keras-eng", "type:Bug" ]
LilyDong0127
1
viewflow/viewflow
django
290
Adding setUp method
Hello, is it possible to add a `setUp()` method to the Flow class that gets called when a workflow instance gets started? Problem I cannot put it inside the `__init__` is that this method gets called when the code gets loaded, eg. ```python class MyFlow(Flow): def __init__(self, *args, **kwargs): supe...
closed
2020-09-16T23:01:31Z
2020-12-11T10:16:04Z
https://github.com/viewflow/viewflow/issues/290
[ "request/question" ]
variable
1
akfamily/akshare
data-science
5,405
AKShare 接口问题报告
1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz 2. 操作系统版本,目前只支持 64 位操作系统 3. Python 版本,目前只支持 3.8 以上的版本 【 3.11.8】 4. AKShare 版本,请升级到最新版【1.14.57】 5. 接口的名称和相应的调用代码 ``` python # 个股分红信息查询 news_trade_notify_dividend_baidu_df = ak.news_trade_notify_dividend_baidu(date="20241107") print(news_trade_notify_dividend_baid...
closed
2024-12-05T12:00:29Z
2024-12-06T06:19:08Z
https://github.com/akfamily/akshare/issues/5405
[ "bug" ]
a932455223
1
voxel51/fiftyone
computer-vision
4,880
[INSTALL] Cannot launch QuickStart
### System information - **OS Platform and Distribution** (e.g., Linux Ubuntu 16.04): macOS 15.0 (ARM) - **Python version** (`python --version`): 3.9-3.11, installed via miniconda - **FiftyOne version** (`fiftyone --version`): 1.0.0 - **FiftyOne installed from** (pip or source): pip ### Commands to rep...
closed
2024-10-03T08:46:33Z
2024-10-04T14:34:19Z
https://github.com/voxel51/fiftyone/issues/4880
[ "bug", "installation" ]
tfaehse
1
FactoryBoy/factory_boy
sqlalchemy
831
Post-generated attribute of RelatedFactoryList isn't generated
#### Description In order to automatically chain Factories whose underlying models aren't explicitly related all the way down the chain, I use a `post_generation` hook on a child `SubFactory` that's implicitly related through my code's business logic. When generating a child alone, the `post_generation` hook succeeds....
closed
2021-01-08T23:23:39Z
2021-04-16T00:25:33Z
https://github.com/FactoryBoy/factory_boy/issues/831
[ "Q&A", "SQLAlchemy", "Fixed" ]
kabdallah-galileo
2
MagicStack/asyncpg
asyncio
316
asyncpg.exceptions.DataError: invalid input for query argument $1 (value out of int32 range)
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2018-06-13T19:27:37Z
2018-06-14T04:32:10Z
https://github.com/MagicStack/asyncpg/issues/316
[]
eheien
1
sqlalchemy/sqlalchemy
sqlalchemy
11,917
the ORM does not expire server_onupdate columns during a bulk UPDATE (new style)
This was discussed in #11911 The `server_onupdate` columns do not get expired by the orm following an update, requiring populate-existing to fetch the new values. This impact mainly computed columns. Reproducer: ```py from sqlalchemy import orm import sqlalchemy as sa class Base(orm.DeclarativeBase): p...
closed
2024-09-23T18:21:09Z
2024-11-24T21:29:36Z
https://github.com/sqlalchemy/sqlalchemy/issues/11917
[ "bug", "orm", "great mcve" ]
CaselIT
5
xlwings/xlwings
automation
2,156
xlwings Server via Office Scripts not responsive
#### Windows 10 #### 0.28.6, Office 365, Python 3.10 Hello there, and first of all, what a phenomenal project! Using it on a daily basis! I am currently trying to make the xlwings server work (trying it out on my local machine) as the add-in option gets blocked by the networks firewall (and no - network admin do...
closed
2023-02-03T16:51:49Z
2023-02-03T18:37:48Z
https://github.com/xlwings/xlwings/issues/2156
[]
alexanderburkhard
3
tensorly/tensorly
numpy
414
robust_pca does not work on GPU with PyTorch as a backend
#### Describe the bug robust_pca does not work on GPU with PyTorch as a backend with tensorly-0.7.0 and PyTorch 1.11.0+cu113 However, i also tried with tensorly-0.7.0 and pytorch 1.7+cu102 that has the same issues #### Steps or Code to Reproduce ``` pip install tensorly print(torch.__version__) import torch...
closed
2022-06-23T03:29:30Z
2022-06-24T16:38:06Z
https://github.com/tensorly/tensorly/issues/414
[]
Mahmood-Hussain
2
pyg-team/pytorch_geometric
pytorch
10,119
pytorch_geometric is using a compromised tj-actions/changed-files GitHub action
pytorch_geometric uses a compromised version of tj-actions/changed-files. The compromised action appears to leak secrets the runner has in memory. The action is included in: - https://github.com/pyg-team/pytorch_geometric/blob/d2bb939a1bfba3b7a6f7d7b102a2771471657319/.github/workflows/documentation.yml Output of an...
open
2025-03-15T21:31:58Z
2025-03-15T21:32:06Z
https://github.com/pyg-team/pytorch_geometric/issues/10119
[ "bug" ]
eslerm
0
dbfixtures/pytest-postgresql
pytest
225
TypeError: '>=' not supported between instances of 'float' and 'Version'
Tried upgrading to 2.0.0 and same problem ``` @request.addfinalizer def drop_database(): > drop_postgresql_database(pg_user, pg_host, pg_port, pg_db, 11.2) qc/test/conftest.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ user = N...
closed
2019-08-08T13:47:22Z
2019-08-09T08:03:06Z
https://github.com/dbfixtures/pytest-postgresql/issues/225
[ "question" ]
revmischa
6
python-gino/gino
asyncio
40
GINO query methods should accept raw SQL
So that user could get model objects from raw SQL. For example: ```python users = await db.text('SELECT * FROM users WHERE id > :num').gino.model(User).return_model(True).all(num=28, bind=db.bind) ```
closed
2017-08-30T02:28:27Z
2017-08-30T03:16:49Z
https://github.com/python-gino/gino/issues/40
[ "help wanted", "task" ]
fantix
1
ray-project/ray
tensorflow
51,423
Ray on kubernetes with custom image_uri is broken
### What happened + What you expected to happen Hi, I am trying to use a custom image on a kubernetes cluster. I am using this cluster: `https://github.com/ray-project/kuberay/blob/master/ray-operator/config/samples/ray-cluster.autoscaler.yaml`. Unfortunately, it seems that ray uses podman to launch custom images (`h...
open
2025-03-17T15:07:30Z
2025-03-21T23:06:12Z
https://github.com/ray-project/ray/issues/51423
[ "bug", "triage", "core" ]
CowKeyMan
5
davidteather/TikTok-Api
api
879
RuntimeError: This event loop is already running[BUG] - Your Error Here
Fill Out the template :) **I have installed all required library and still getting runtime error** A clear and concise description of what the bug is. **from TikTokApi import TikTokApi api = TikTokApi() n_videos = 100 username = 'nastyblaq' user_videos = api.byUsername(username, count=n_videos)** Please...
closed
2022-05-04T13:07:30Z
2023-08-08T22:14:34Z
https://github.com/davidteather/TikTok-Api/issues/879
[ "bug" ]
kareemrasheed89
1
inventree/InvenTree
django
8,618
Cannot delete Attachment
### Please verify that this bug has NOT been raised before. - [x] I checked and didn't find a similar issue ### Describe the bug* When I try to delete Attachement which I accidentally uploaded. I get error code ,,Action Prohibited-Delete operation not allowed” ![Image](https://github.com/user-attachments/assets/609...
closed
2024-12-02T16:20:57Z
2024-12-29T06:25:17Z
https://github.com/inventree/InvenTree/issues/8618
[ "bug" ]
spitdavid
6
pallets/quart
asyncio
177
quart v0.18.0 requires click >= v8.0.0 but still has `*` in `pyproject.toml`
As of quart v0.18.0, click v8 is now required. This is due to the import of `click.core.ParameterSource` introduced in https://github.com/pallets/quart/commit/951bed228f7f66c04e76f5786aaddc9d9e8d6831. `click.core.ParameterSource` was introduced in click v8.0.0 https://click.palletsprojects.com/en/8.0.x/changes/#versi...
closed
2022-09-05T23:53:06Z
2022-09-21T00:27:28Z
https://github.com/pallets/quart/issues/177
[]
altendky
0
sebp/scikit-survival
scikit-learn
70
Installation failed on both windows and linux
I tried to install on CentOS 7.2 by follow command: `python ci/list-requirements.py requirements/dev.txt > /tmp/requirements.txt` `conda create -n sksurv -c sebp python=3 --file /tmp/requirements.txt` but failed after "downloading and extracting packages": ``` # conda create -n sksurv -c sebp python=3 --file /tmp...
closed
2019-07-08T12:08:49Z
2019-07-10T08:30:35Z
https://github.com/sebp/scikit-survival/issues/70
[]
chengchengbai
4
d2l-ai/d2l-en
computer-vision
2,580
Chinese version of the code is out of date
I found that there are some compatibility issues between the code in the Chinese version and the latest d2l package, by checking the English version, I found that the code in the English version has been updated with pytorch2.0, and the d2l package has been updated with it, and these updates have not been synchronized ...
open
2023-12-28T08:53:14Z
2025-02-01T06:44:20Z
https://github.com/d2l-ai/d2l-en/issues/2580
[]
LiquidTaeJa
2
3b1b/manim
python
1,432
There is no scene inside that module
### Describe the error <!-- A clear and concise description of what you want to make. --> I get the following error when I run the example. I have installed everything as far as I can tell. ![image](https://user-images.githubusercontent.com/12362166/110066908-8785bd80-7d40-11eb-9625-ecc6eb3837cf.png) ### Env...
closed
2021-03-05T04:26:07Z
2024-11-18T16:53:20Z
https://github.com/3b1b/manim/issues/1432
[]
MurliNair
20
jeffknupp/sandman2
rest-api
67
Add repository topic "automatic-api"
Could you add the topic `automatic-api` to your repository? Software that automatically exposes APIs to databases isn't well-cataloged. (There didn't even seem to be a list on GitHub, so I [started one](https://github.com/dbohdan/automatic-api).) It will be easier to discover if there is a standard [GitHub topic](https...
closed
2017-12-22T23:14:50Z
2018-05-07T18:04:14Z
https://github.com/jeffknupp/sandman2/issues/67
[]
dbohdan
1
mljar/mercury
jupyter
153
Set widgets values dynamically
It would be nice to have a way to create input fields using data from a python variable/ API response data/ YML generated file (from a python script for example)
closed
2022-08-01T14:15:50Z
2023-02-14T11:29:14Z
https://github.com/mljar/mercury/issues/153
[ "enhancement", "help wanted" ]
shinuehara
3
koaning/scikit-lego
scikit-learn
403
[DOCS] KlusterFoldValidation
`KlusterFoldValidation` does not have proper documentation. There's an [API spec](https://scikit-lego.readthedocs.io/en/latest/api/model_selection.html) but an example next to [this](https://scikit-lego.readthedocs.io/en/latest/timegapsplit.html) would be nice.
closed
2020-07-30T12:00:31Z
2022-04-20T20:04:33Z
https://github.com/koaning/scikit-lego/issues/403
[ "documentation" ]
koaning
0
profusion/sgqlc
graphql
107
Is it possible to set graphql_name to snake_case instead of camelCase?
Is it possible to set graphql_name to snake_case instead of camelCase? This is how my schema looks currently, > ```class PipelineAccessNode(sgqlc.types.Type, Node): > __schema__ = sgqlc_schema > __field_names__ = ('pipeline_id', 'user_type', 'user_info') > pipeline_id = sgqlc.types.Field(sgqlc.type...
closed
2020-07-07T19:24:37Z
2020-07-08T02:18:50Z
https://github.com/profusion/sgqlc/issues/107
[]
gu3sss
7
lmcgartland/graphene-file-upload
graphql
44
Add support for using django's TestClient
This should extend [GraphQLTestCase](https://docs.graphene-python.org/projects/django/en/latest/testing/) with support for file mutation test. > NOTE This is a working code sample ```python from django.test import Client, TestCase DEFAULT_GRAPHQL_URL = "/graphql/" def file_graphql_query(self, q...
closed
2021-01-19T20:49:52Z
2021-02-16T04:20:23Z
https://github.com/lmcgartland/graphene-file-upload/issues/44
[]
jackton1
4
Morizeyao/GPT2-Chinese
nlp
256
通用中文模型
我从百度网盘下载的bin文件,加载不了。 会报 RuntimeError: PytorchStreamReader failed reading zip archive: invalid header or archive is corrupted 的错误。请问有人遇到,该怎么解决呀?
open
2022-11-09T08:56:02Z
2023-05-23T07:25:28Z
https://github.com/Morizeyao/GPT2-Chinese/issues/256
[]
Nagaloop
3
falconry/falcon
api
1,494
No on_delete option
I am trying to implement the DELETE request method. Seems like on_delete is not supported and the documentation says nothing about this. It is especially confusing and frustrating to spend so much time trying to understand if such a basic option is supported at all. ``` class ThingsResource(object): def on_de...
closed
2019-04-18T01:54:24Z
2019-04-18T02:45:25Z
https://github.com/falconry/falcon/issues/1494
[]
popovvasile
2
jupyter-book/jupyter-book
jupyter
1,504
Support Python 3.10
### Description / Summary We are not currently testing or officially supporting Python 3.10 in Jupyter Book. We should at least: - Start testing Python 3.10 in our test suite - Make sure our tests pass - Update our metadata to support the latest 3 Python versions (3.10/9/8) We should do this after #1448 is...
closed
2021-10-13T22:57:45Z
2023-04-14T16:21:35Z
https://github.com/jupyter-book/jupyter-book/issues/1504
[ "enhancement" ]
choldgraf
2
thomaxxl/safrs
rest-api
22
Missing examples/template folder
Hi Thomas - Thanks for the project. Would it be possible to add the templates folder to GitHub? I was running the demo_full.py, but was getting an error with missing my_master.html file when trying to access the admin UI Getting a copy of https://github.com/flask-admin/flask-admin/blob/master/examples/auth/templates...
closed
2019-01-07T20:36:14Z
2020-03-27T14:30:53Z
https://github.com/thomaxxl/safrs/issues/22
[]
jordiyeh
3
deezer/spleeter
deep-learning
630
[Feature] without python spleetergui
## Description <!-- Describe your feature request here. --> ## Additional information <!-- Add any additional description -->
closed
2021-06-17T08:20:53Z
2021-07-16T09:26:58Z
https://github.com/deezer/spleeter/issues/630
[ "enhancement", "wontfix", "feature" ]
DHRUVDAVE21
0
fastapi-users/fastapi-users
asyncio
33
Add error codes to error responses
For a better user experience, it would be nice to have more detailed error messages. To not force us to use a localization engine, let's define some codes and let the front-end interpret them. The codes should be however clear enough for an API user to understand what is going on. Possible list: * `REGISTER_US...
closed
2019-10-30T07:39:13Z
2019-10-31T09:10:53Z
https://github.com/fastapi-users/fastapi-users/issues/33
[ "enhancement" ]
frankie567
0
deepset-ai/haystack
machine-learning
8,738
Deprecation and removal of `dataframe` field from `Document`
For motivation, check out #8688 ```[tasklist] ### Tasks - [x] **Haystack 2.10.0** - [x] Deprecate `dataframe` field and `ExtractedTableAnswer` - [ ] https://github.com/deepset-ai/haystack/issues/8863 - [x] **Between Haystack 2.10.0 and 2.11.0** - [ ] https://github.com/deepset-ai/haystack-core-integrations/issues/1371...
closed
2025-01-16T14:56:10Z
2025-03-11T16:34:21Z
https://github.com/deepset-ai/haystack/issues/8738
[ "P2" ]
anakin87
0
python-restx/flask-restx
api
99
Migrate from flask-restplus
Hello. Is there any document describing procedure of migrating application from `flask-restplus` to `flask-restx`? Are there any issues converting or known hacks to be applied? I am preparing to switch project with about 50k+ lines and just searching for some courage :)
open
2020-03-24T09:04:49Z
2024-03-07T13:37:44Z
https://github.com/python-restx/flask-restx/issues/99
[ "documentation", "question" ]
nick4u
4
giotto-ai/giotto-tda
scikit-learn
310
test_projection_values_equal_slice failed due to unreliable test timings
test_projection_values_equal_slice failed on master in fcffaf8 due to unreliable test timings in hypothesis, ``` =================================== FAILURES =================================== ______________________ test_projection_values_equal_slice ______________________ > ??? self = <hypothesis.core.St...
closed
2020-02-20T10:13:06Z
2022-08-26T22:13:40Z
https://github.com/giotto-ai/giotto-tda/issues/310
[ "enhancement" ]
rth
1
ScrapeGraphAI/Scrapegraph-ai
machine-learning
812
ValueError: Proxy dictionary is missing required fields.
from scrapegraphai.utils.proxy_rotation import search_proxy_servers search_proxy_servers() graph_config = { "llm": { "model": "gpt-4o", }, "verbose": True, "max_results": 1, # "search_engine": "bing", "headless": False, "loader_kwargs": { "proxy": { ...
closed
2024-11-19T17:15:53Z
2025-01-06T19:02:59Z
https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/812
[]
manu2022
2
Teemu/pytest-sugar
pytest
238
Upload wheel to PyPI for v0.9.4
I notice that pytest-sugar v0.9.2 has a wheel but v0.9.4 does not. Could you upload a wheel for v0.9.4?
closed
2022-06-28T17:32:16Z
2023-04-10T11:20:17Z
https://github.com/Teemu/pytest-sugar/issues/238
[ "dont-know" ]
hoodmane
2
dgtlmoon/changedetection.io
web-scraping
3,045
API - API Should not deny access when password is enabled
Homepage ChangeDetection Widget breaks with the latest docker image. ![Image](https://github.com/user-attachments/assets/daee4991-c1d6-4624-823f-d95838d72bfb) Are there new changes on API Side that broke this? Thanks
closed
2025-03-22T22:13:45Z
2025-03-23T10:11:45Z
https://github.com/dgtlmoon/changedetection.io/issues/3045
[ "bug", "triage", "API" ]
FurkanVG
17
thunlp/OpenPrompt
nlp
14
AttributeError is occured when initializing a PtuningTemplate
the code is: `prompt_template = PtuningTemplate(text=['<text_a>', '<new>', '<new>', '<mask>', '.'], model=bertModel, tokenizer=bertTokenizer)` get the reported error: "OpenPrompt/openprompt/prompts/**ptuning_prompts.py**", line **63**, in **on_text_set** self.num_new_token = sum([token == self.new_token for token...
closed
2021-10-14T08:07:32Z
2021-10-14T14:43:47Z
https://github.com/thunlp/OpenPrompt/issues/14
[]
LeqsNaN
0
zappa/Zappa
flask
1,197
Add new AWS regions into Zappa global depoyments.
<!--- Provide a general summary of the issue in the Title above --> ## Context AWS has added many more regions within the last 2-3 years and those regions are not in the global deployment. We should add the new regions. Below is the list of regions that are not in zappa:- 1. us-east-2 2. us-west-2 3. af-south-1 ...
closed
2022-11-24T13:27:36Z
2024-04-13T20:36:15Z
https://github.com/zappa/Zappa/issues/1197
[ "no-activity", "auto-closed" ]
souravjamwal77
2
TencentARC/GFPGAN
deep-learning
483
模型是否支持FP16
将pth转为onnx,然后将onnx直接转为tensorrt后(FP32),人脸图片修复正常,onnx转tensorrt为 FP16时,推理出的结果变成了一张纯色图片
open
2024-01-19T08:48:15Z
2024-07-25T04:54:12Z
https://github.com/TencentARC/GFPGAN/issues/483
[]
zhangsong1234
1
PeterL1n/RobustVideoMatting
computer-vision
159
推理速度是2~3帧每秒
V100的GPU,用的模型是预训练的mobilenetv3.pth,视频是1920*1080的,请问是不是太慢?
closed
2022-04-11T03:50:03Z
2022-05-16T05:43:04Z
https://github.com/PeterL1n/RobustVideoMatting/issues/159
[]
napohou
2
jupyter/nbgrader
jupyter
1,660
nbgrader+jupyterhub for multiple graders: no links to assignments in 'Manage Assignments' (formgrader)
<!-- Thanks for helping to improve nbgrader! If you are submitting a bug report or looking for support, please use the below template so we can efficiently solve the problem. If you are requesting a new feature, feel free to remove irrelevant pieces of the issue template. --> ### Operating system Ubu...
closed
2022-09-06T11:31:28Z
2023-07-26T14:14:05Z
https://github.com/jupyter/nbgrader/issues/1660
[]
ronligt
2
pallets/flask
python
5,052
App.json_provider_class has no effect is defined after app creation
Hi ### What happens When setting `json_provider_class` after app creation, it has no effect, because you only set a variable, and it doesn't update `app.json` which is used after ```python app = Flask(__name__) app.json_provider_class = CustomProvider ``` It does work if you do the following : ```pyth...
closed
2023-04-12T17:12:02Z
2023-04-27T00:05:30Z
https://github.com/pallets/flask/issues/5052
[]
azro352
3
roboflow/supervision
tensorflow
1,337
What models or data sets are used for object detection
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question The following picture is an example, but no documentation was found ![image](https://github.com/roboflow/supervision/assets/34231503/a5c9d548...
closed
2024-07-10T03:50:18Z
2024-07-10T07:03:01Z
https://github.com/roboflow/supervision/issues/1337
[ "question" ]
dearMOMO
1
moshi4/pyCirclize
data-visualization
62
Highlight different gene functioins with different tick/label colors and jitter labels
First off, I'd like to thank you for providing such a great tool! To the point to which I am writing this issue, I can't figure out of this is something easily built in or if it requires more python coding than I know. I'm using resfinder (more specifically, starAMR) which provides a resfinder.tsv file with Gene, Sta...
closed
2024-03-17T02:25:47Z
2024-05-03T02:30:51Z
https://github.com/moshi4/pyCirclize/issues/62
[ "question" ]
muntean-alex
1
encode/databases
asyncio
180
Custom or third party backend support.
It's an important feature whether it's for allowing the third-party libraries to extend the main lib or it's for writing the custom back-end for various reasons (support for private or proprietary technology different approaching for existing backend, etc.).
closed
2020-03-26T12:23:52Z
2020-03-26T14:10:56Z
https://github.com/encode/databases/issues/180
[]
gvbgduh
2
praw-dev/praw
api
1,129
Emoji uploading options
I looked into exactly what this means, as I don't use the redesign regularly. This would benefit mods with large amounts of emojis, especially in subreddits where their emoji limit is increased. When adding an emoji to a subreddit as a mod (redesign), you are prompted by a menu, with the options being: "Appears...
closed
2019-11-01T06:36:16Z
2020-02-10T00:40:41Z
https://github.com/praw-dev/praw/issues/1129
[ "Feature" ]
H4CKY54CK
4
MaartenGr/BERTopic
nlp
1,555
Documentation fix
@MaartenGr Just a small mistake I found that might need to be fixed. It's in the [best practice doc](https://maartengr.github.io/BERTopic/getting_started/best_practices/best_practices.html#controlling-number-of-topics). I could be wrong but I believe all the `min_topic_size` is supposed to be `min_cluster_size`? And...
closed
2023-10-03T08:24:35Z
2023-10-05T10:20:00Z
https://github.com/MaartenGr/BERTopic/issues/1555
[]
poomkusa
1
ydataai/ydata-profiling
jupyter
750
Adding custom sections to the report
Is there any way to add custom sections to the report? For example, I would like to add a section which has a single bar chart(with custom data) inside it. I know that there's the tedious way of going through the whole report graph and adding sections manually, but it is error-prone as there are many classes which are ...
open
2021-04-06T06:54:41Z
2021-06-19T11:37:00Z
https://github.com/ydataai/ydata-profiling/issues/750
[ "feature request 💬", "help wanted 🙋" ]
LikhithTati
2
ludwig-ai/ludwig
data-science
3,657
this project support windows?
I try to install: pip install ludwig,it error on windows10 x64,it seems that getdaft cannot support on windows.
closed
2023-09-23T12:39:28Z
2023-09-26T04:07:14Z
https://github.com/ludwig-ai/ludwig/issues/3657
[ "bug" ]
futureflsl
2
plotly/dash-table
plotly
146
Unable to run examples in dash-docs where examples are rendered dynamically
Dynamically rendering the table via a callback in the docs isn't working - an exception is thrown. See examples here: https://github.com/plotly/dash-docs/pull/232
closed
2018-10-22T16:39:51Z
2018-11-02T02:15:17Z
https://github.com/plotly/dash-table/issues/146
[]
chriddyp
0
psf/requests
python
6,478
Recent SSL Error - urllib3.exceptions.MaxRetryError
Hi. I have 2 APIs on GCP, they're dockerized. I got communications between those 2 APIs. Lately one of them is throwing me an SSL error. Havent update anything, nor change any code. First error: ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", ...
closed
2023-07-04T14:45:18Z
2024-07-24T00:03:30Z
https://github.com/psf/requests/issues/6478
[]
DanielVelezV
4
unit8co/darts
data-science
2,106
ValueError: Expected both prediction and target to be 1D or 2D tensors, but received tensors with dimension torch.Size([32, 100, 1])
**Describe the bug** A clear and concise description of what the bug is. I have a 1D time series that I am trying to fit to the NBeats model but I'm not sure why its throwing the following error: Expected both prediction and target to be 1D or 2D tensors, but received tensors with dimension torch.Size([32, 100, ...
closed
2023-12-06T00:21:44Z
2023-12-06T01:29:08Z
https://github.com/unit8co/darts/issues/2106
[ "bug", "triage" ]
zhoujs93
0
healthchecks/healthchecks
django
473
Cron expression with commas causes warning
`45 9,19 * * *` is showing me an warning, even though the cronjob is running on time. Adjusting the expression to `45 9 * * *` out of curiosity then shows the check as healthy. So it looks like cron expressions with commas aren't being considered correctly.
closed
2021-02-01T01:12:57Z
2023-01-16T22:01:21Z
https://github.com/healthchecks/healthchecks/issues/473
[]
bradbeattie
7
Yorko/mlcourse.ai
plotly
410
topic 5 part 1 summation sign
[comment in ODS](https://opendatascience.slack.com/archives/C39147V60/p1541584422610100)
closed
2018-11-07T10:57:25Z
2018-11-10T16:18:10Z
https://github.com/Yorko/mlcourse.ai/issues/410
[ "minor_fix" ]
Yorko
1
gee-community/geemap
streamlit
330
How about using lgtm.com?
I was running https://lgtm.com over this repo and it found a few interesting things, see https://lgtm.com/projects/g/giswqs/geemap/ Maybe worth adding to the tooling?
closed
2021-03-01T15:17:00Z
2021-03-03T02:35:16Z
https://github.com/gee-community/geemap/issues/330
[ "Feature Request" ]
deeplook
9
OWASP/Nettacker
automation
762
When the program is doing a scan, there is a malfunction in the APIs
Please describe the issue or question and share your OS and Python version. _________________ **OS**: `x` Ubuntu **OS Version**: `x` 22.04.2 LTS **Python Version**: `x` Python 3.10.12 Hello, i made a UI in react to call the apis. When nettacker it's not scanning all the api works perfectly but when a scan is...
open
2023-11-09T16:59:22Z
2023-11-14T16:22:58Z
https://github.com/OWASP/Nettacker/issues/762
[ "bug" ]
ErtyDess
1
sunscrapers/djoser
rest-api
120
Activation token invalidated by user login
Hello, thanks for the great work on this library! `ActivationView` uses Django's `PasswordResetTokenGenerator` to generate the activation token. To create this token, this class hashes internal user state, including the user's last login time. This means if the user logs in before clicking the activation link (in situ...
closed
2016-02-20T22:08:44Z
2023-10-10T21:04:09Z
https://github.com/sunscrapers/djoser/issues/120
[]
joshgeller
13
microsoft/nlp-recipes
nlp
541
[ASK] Remove old BERT tests and utils
### Description utils_nlp.models.bert is outdated and not supported anymore. - remove/update related tests - remove utils - update examples ### Other Comments
open
2020-01-18T18:11:12Z
2020-01-18T18:11:12Z
https://github.com/microsoft/nlp-recipes/issues/541
[]
saidbleik
0
wiseodd/generative-models
tensorflow
62
Weight sharing
Hi, Can you explain why multiply 0.5 from gradient ? ``` # Average the gradients for p in D_shared.parameters(): p.grad.data = 0.5 * p.grad.data ```
open
2018-08-23T16:51:05Z
2018-08-23T16:51:05Z
https://github.com/wiseodd/generative-models/issues/62
[]
omg777
0
axnsan12/drf-yasg
django
681
swagger_settings.DEFAULT_API_URL is not working
https://github.com/axnsan12/drf-yasg/blob/b99306f71c6a5779b62189df7d9c1f5ea1c794ef/src/drf_yasg/generators.py#L189-L197 as your code here, url from `swagger_settings.DEFAULT_API_URL` is read by generator but never used. I appended two lines after `if parsed_url.path:` like this: ```python if parsed_...
open
2020-12-25T10:11:34Z
2025-03-07T12:13:24Z
https://github.com/axnsan12/drf-yasg/issues/681
[ "triage" ]
CoreJa
1
serengil/deepface
deep-learning
675
it uses build_model for every represent function
Hey, serengil. I found you use build_model for every represent function. But, it's really inefficient when one tries to use this library to get multiple image features (it were millions for me). So, I called build_model before I use represent and pass the model to the function (it was quite simple). I hope my e...
closed
2023-02-15T06:18:59Z
2023-02-15T06:36:39Z
https://github.com/serengil/deepface/issues/675
[ "question" ]
liveseongho
1
ultralytics/ultralytics
computer-vision
19,112
I want to implement a multi-task network for segmentation and keypoints .what do i need to do
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question I want to implement a multi-task network for segmentation and keypoints .wha...
open
2025-02-07T01:27:25Z
2025-02-14T12:36:10Z
https://github.com/ultralytics/ultralytics/issues/19112
[ "question", "segment", "pose" ]
duyanfang123
6
strawberry-graphql/strawberry
django
3,041
Switching from strawberry.union to Annotated Union results in unexpected type when resolving fields
## Describe the Bug I had a `strawberry.union` kind of union type declaration, and been trying to migrate to the updated Annotated Union kind of declaration, but that change then results in a TypeError. The original code something looks like this: ```python SomeStuff = strawberry.union( "SomeStuff", ...
open
2023-08-16T08:15:17Z
2025-03-20T15:56:20Z
https://github.com/strawberry-graphql/strawberry/issues/3041
[ "bug" ]
imrehg
0
recommenders-team/recommenders
deep-learning
2,191
[BUG] Tests breaking due to a error in protobuf dependency
### Description <!--- Describe your issue/bug/request in detail --> Protobuf made a new release https://pypi.org/project/protobuf/#history on Nov 27, 2024. It's breaking the tests. ``` File "/home/runner/work/recommenders/recommenders/tests/ci/azureml_tests/post_pytest.py", line 75, in <module> runs =...
closed
2024-12-01T08:05:46Z
2024-12-05T06:52:37Z
https://github.com/recommenders-team/recommenders/issues/2191
[ "bug" ]
miguelgfierro
4
apachecn/ailearning
nlp
420
测试
closed
2018-08-24T06:42:44Z
2018-08-24T07:13:30Z
https://github.com/apachecn/ailearning/issues/420
[]
jiangzhonglian
0
kochlisGit/ProphitBet-Soccer-Bets-Predictor
seaborn
72
Can't create a league
i can't create leage and get this issue on terminal ![image](https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/assets/161826759/70ea97cc-a667-47ab-bae5-4d273f8a0dec)
open
2024-03-01T10:07:26Z
2024-03-01T13:49:26Z
https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/72
[]
wilfozz
12
gunthercox/ChatterBot
machine-learning
1,708
ModuleNotFoundError: No module named 'chatterbot_corpus' error
i was running a the basic example code from \examples: ` **_from chatterbot import ChatBot from chatterbot.trainers import ListTrainer # Create a new chat bot named Charlie chatbot = ChatBot('Charlie') trainer = ListTrainer(chatbot) trainer.train([ "Hi, can I help you?", "Sure, I'd like to ...
closed
2019-04-22T03:34:21Z
2019-06-19T23:57:39Z
https://github.com/gunthercox/ChatterBot/issues/1708
[]
SperCoder
15
desec-io/desec-stack
rest-api
55
api: Hide (don't serialize) created/updated fields
Rationale, especially for DNS records in our database: When we sync the database from pdns, all the `created` timestamps would be updated, which is implausible from the user's perspective
closed
2017-06-26T10:43:39Z
2017-08-16T12:48:12Z
https://github.com/desec-io/desec-stack/issues/55
[ "api" ]
peterthomassen
1
scanapi/scanapi
rest-api
203
Change config file default name
Our default config path is `.scanapi.yaml`, which is not so explicit as it could. https://github.com/scanapi/scanapi/blob/master/scanapi/settings.py#L5 Some other possibilities: - scanapi.conf (like [redis](https://redis.io/topics/config), or [postgresql](https://www.postgresql.org/docs/9.3/config-setting.html...
closed
2020-06-29T18:19:34Z
2020-08-24T20:34:13Z
https://github.com/scanapi/scanapi/issues/203
[ "Good First Issue", "Breaking Change" ]
camilamaia
2
tensorly/tensorly
numpy
82
weights in parafac decomposition
In parafac decomposition, the docs mention a "weights" parameter being returned as given below: > weights : ndarray, optional > Array of length rank of weights for each factor matrix. See the with_weights keyword attribute. But they're not returned. Nor does the source have any mention of it.
closed
2018-10-26T03:02:29Z
2019-05-01T12:01:29Z
https://github.com/tensorly/tensorly/issues/82
[ "enhancement" ]
abhyudayasrinet
1
ccxt/ccxt
api
25,294
Gate pro: Cannot retry watchTradesForSymbols() when exchange delists a symbol
### Operating System MacOS ### Programming Languages JavaScript ### CCXT Version 4.4.60 ### Description When gate.io exchange delisted some symbol (e.g. in my case it was "LUNARLENS/USDT"), I already had an existing exchange instance with markets loaded and websocket subscriptions opened where the symbol was sti...
closed
2025-02-17T13:54:41Z
2025-02-19T18:30:56Z
https://github.com/ccxt/ccxt/issues/25294
[ "bug" ]
ggecy
2
joeyespo/grip
flask
94
Links to header anchor does not work
Default markdown syntax not working with grip: ``` [LinkName](#Header1) ... ## Header1 ``` Real example you can find in [prelude](https://github.com/bbatsov/prelude) repo (table of contents section).
closed
2015-01-13T19:12:22Z
2015-02-09T07:49:45Z
https://github.com/joeyespo/grip/issues/94
[ "bug" ]
veelenga
4
benbusby/whoogle-search
flask
1,026
[BUG] How to go back to search session after clicking a link
Use both the self-hosted docker version of the https://[w.ftw.lol](https://w.ftw.lol/search)/search, whenever you search something and go into the link and "go back" on browser, the chrome or edge will both compalin about "Confirm Form Resubmission" and "ERR_CACHE_MISS" **Deployment Method** - [ ] Heroku (one-cl...
closed
2023-06-25T21:38:57Z
2023-06-26T22:01:14Z
https://github.com/benbusby/whoogle-search/issues/1026
[ "bug" ]
mysteriousHerb
1
kynan/nbstripout
jupyter
14
Add Changelog
Would be useful to have!
closed
2016-02-15T23:59:31Z
2017-01-25T21:57:53Z
https://github.com/kynan/nbstripout/issues/14
[ "type:meta", "resolution:fixed" ]
kynan
0