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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
slackapi/python-slack-sdk | asyncio | 1,313 | Add support for admin_roles_{addAssignments|listAssignments|removeAssignments} methods | Not sure if this is a bug or not. Slack API documentation lists methods with the admin_roles prefix that contain some pretty important functions that I need to be able to do via Python:
https://api.slack.com/methods/admin.roles.addAssignments
https://api.slack.com/methods/admin.roles.listAssignments
https://api.sl... | closed | 2022-12-14T18:45:25Z | 2023-04-07T04:16:16Z | https://github.com/slackapi/python-slack-sdk/issues/1313 | [
"enhancement",
"web-client",
"Version: 3x"
] | csallen1204 | 5 |
n0kovo/fb_friend_list_scraper | web-scraping | 6 | won't load with pyopenssl update, force install old version and it works? | First, forgive the lack of correct terminology - I'm a journalist and barely know my way around this stuff.
Running after install gave an error:
AttributeError: module 'OpenSSL.SSL' has no attribute 'SSLv2_METHOD'
Turns out pyopenssl 22.1.0 has Backward-incompatible changes: Remove support for SSLv2 and SSLv3... | closed | 2022-12-09T12:49:38Z | 2023-07-28T06:00:14Z | https://github.com/n0kovo/fb_friend_list_scraper/issues/6 | [] | smarmitako | 3 |
microsoft/nni | data-science | 5,742 | Pruning Yolov8m model | **Describe the issue**:
**Environment**:
- NNI version:
- Training service (local|remote|pai|aml|etc):
- Client OS:
- Server OS (for remote mode only):
- Python version:
- PyTorch/TensorFlow version:
- Is conda/virtualenv/venv used?:
- Is running in Docker?:
**Configuration**:
- Experiment config ... | open | 2024-02-09T16:28:22Z | 2024-02-22T01:17:23Z | https://github.com/microsoft/nni/issues/5742 | [] | hafeelnm19 | 1 |
stanfordnlp/stanza | nlp | 989 | argument tensor problem (dev branch) | This is a known problem with pytorch (I guess).
I got this while working with several text files in different directory (different languages). It occurs just with some directories, usually after having processed the first file, then my script just passes to another directory. I suspect there is something with the mo... | closed | 2022-04-04T15:03:23Z | 2022-10-11T07:07:44Z | https://github.com/stanfordnlp/stanza/issues/989 | [
"bug",
"fixed on dev"
] | rahonalab | 8 |
yihong0618/running_page | data-visualization | 81 | Garmin: Something went wrong when loading GPX. | 请问有没有哪位在运行garmin_sync.py时,出现“Something went wrong when loading GPX. for file 6171184463.gpx”这种错误的情况?因为人在国外,用的是“python3(python) scripts/garmin_sync.py ${your email} ${your password}”这个命令。目前卡在这一步,希望有人能帮忙解答。谢谢!
| closed | 2021-01-27T00:03:29Z | 2021-01-27T13:04:19Z | https://github.com/yihong0618/running_page/issues/81 | [
"enhancement"
] | wh1994 | 9 |
slackapi/python-slack-sdk | asyncio | 874 | Getting JSONDecodeError for actions when using slackeventsapi | (Filling out the following details about bugs will help us solve your issue sooner.)
### Reproducible in:
#### The Slack SDK version
slack-sdk -- 3.0.0rc3
Output of `pip freeze | grep slack`
slack-sdk==3.0.0rc3
slackeventsapi==2.2.1
#### Python runtime version
Python 3.7.6
#### OS info
Ubuntu 18.0... | closed | 2020-11-10T06:12:11Z | 2020-11-24T11:02:10Z | https://github.com/slackapi/python-slack-sdk/issues/874 | [
"question",
"Version: 3x"
] | Harish099 | 2 |
lanpa/tensorboardX | numpy | 681 | How can i read tensorboard by python ? | hi,
i find event_accumulator.EventAccumulator() can help me read a tensorboard, and i know how to read scalar, but how can i read Tensors/text ? i use writer.add_text('A',B) in my pytorch code, and i want to read A and B only by python, because tensoard is very slow to load my item. And i find A/B are in Tensors.
i ... | open | 2023-01-10T10:50:21Z | 2023-02-20T10:26:45Z | https://github.com/lanpa/tensorboardX/issues/681 | [] | Mr-bor | 2 |
wger-project/wger | django | 1,928 | err 500 - possible migration failure? | ## Steps to Reproduce
<!-- Please include as many steps to reproduce so that we can replicate the problem. -->
Navigate on self-hosted wger page
**Expected results:** <!-- what did you expect to see? -->
HTTP 200
**Actual results:** <!-- what did you see? -->
HTTP 500
<details>
<summary>Logs</summary>
Can't s... | closed | 2025-03-23T17:49:37Z | 2025-03-23T19:01:48Z | https://github.com/wger-project/wger/issues/1928 | [] | laur89 | 6 |
sinaptik-ai/pandas-ai | data-visualization | 1,183 | when i note "direct_sql": True, error:Not an executable object: "\nSELECT \n ELECTRY_NAME,\n ...... | ### System Info
2.0.43
### 🐛 Describe the bug
code:
```
elect = MySQLConnector(
config={
"host": "180.101.226.110",
"port": 4414,
"database": "jssp-server",
"username": "jssp",
"password": "aaaaa",
"table": "M_Y_ENERGYELECTRY"
}, field_descriptions=p... | closed | 2024-05-29T06:25:20Z | 2024-09-04T16:05:58Z | https://github.com/sinaptik-ai/pandas-ai/issues/1183 | [
"bug"
] | colorwlof | 2 |
pandas-dev/pandas | python | 60,903 | BUG: Adding DataFrames with misaligned MultiIndex produces NaN despite fill_value=0 | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-02-10T09:23:10Z | 2025-02-10T18:23:28Z | https://github.com/pandas-dev/pandas/issues/60903 | [
"Bug",
"Indexing",
"Numeric Operations",
"MultiIndex"
] | michaelpradel | 3 |
taverntesting/tavern | pytest | 641 | how to save response from list of dictionary if response like this ? I want to save data1 from first dictionary from list using tavern | [
{
"data1": 2,
"data2": "bbbbb",
"data3": "cccc",
"data4": 1,
"data5": "Andersta gård",
"data6": "aaaaa"
},
{
"data1": 2,
"data2": "bbbbb",
"data3": "cccc",
"data4": 1,
"data5": "Andersta gård",
... | closed | 2021-02-11T13:22:03Z | 2021-05-16T10:31:30Z | https://github.com/taverntesting/tavern/issues/641 | [] | Tinku9090 | 1 |
localstack/localstack | python | 11,873 | Incompatibility with aws-cdk >= 2.167.0 | Due to a change in the used JavaScript AWS SDK from v2 to v3, newer `aws-cdk` versions (`2.167.0`) are currently incompatible and will produce an error like this:
```
❌ Environment aws://000000000000/us-east-1 failed bootstrapping: InvalidClientTokenId: The security token included in the request is invalid.
...
... | closed | 2024-11-19T08:12:23Z | 2024-11-20T19:11:24Z | https://github.com/localstack/localstack/issues/11873 | [] | dominikschubert | 1 |
django-oscar/django-oscar | django | 3,875 | Performance issue in cases where selecting strategy for product | Found a bug? Please fill out the sections below.
### Issue Summary
In Oscar 2.1, Selecting a strategy for product in [`UseFirstStockRecord`](https://github.com/django-oscar/django-oscar/blob/2.1.0b0/src/oscar/apps/partner/strategy.py#L188) used to (correctly, for performance reasons) index on the related stock re... | closed | 2022-02-25T15:45:50Z | 2022-03-02T11:39:04Z | https://github.com/django-oscar/django-oscar/issues/3875 | [] | pwalsh | 5 |
kizniche/Mycodo | automation | 1,042 | AtlasScientificI2C raised an exception when initializing: [Errno 2] No such file or directory: '/dev/i2c-1' | Following your hydroponics tutorial I'm trying to set new i2c addresses for my EZO_PMP's .. unfortunately I'm encountering an error:
pi@raspberrypi:~ $ ~/Mycodo/env/bin/python ~/Mycodo/mycodo/devices/atlas_scientific_i2c.py
AtlasScientificI2C raised an exception when initializing: [Errno 2] No such file or direct... | closed | 2021-06-30T18:13:15Z | 2021-06-30T18:31:32Z | https://github.com/kizniche/Mycodo/issues/1042 | [] | Ikzy | 2 |
coqui-ai/TTS | python | 3,617 | [Bug] atttributeError: 'Tacotron2' object has no attribute 'args' | ### Describe the bug
Traceback (most recent call last):
File "/home/mariah/.local/bin/tts", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/mariah/Applications/tts/TTS/bin/synthesize.py", line 468, in main
wav = synthesizer.tts(
^^^^^^^^^^^^^^^... | closed | 2024-03-01T19:40:43Z | 2025-01-03T09:47:59Z | https://github.com/coqui-ai/TTS/issues/3617 | [
"bug",
"wontfix"
] | MariahWest01 | 1 |
fastapi/sqlmodel | pydantic | 196 | from __future__ import annotation and many to many example | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2021-12-18T04:52:09Z | 2024-09-23T05:39:29Z | https://github.com/fastapi/sqlmodel/issues/196 | [
"question",
"investigate"
] | 5cat | 16 |
apachecn/ailearning | nlp | 187 | 为这个仓库的内容生成了电子书 | [机器学习实战(ApacheCN).pdf](https://github.com/apachecn/MachineLearning/files/1438794/ApacheCN.pdf)
| closed | 2017-11-02T17:57:40Z | 2017-11-03T03:35:17Z | https://github.com/apachecn/ailearning/issues/187 | [] | wizardforcel | 2 |
adamerose/PandasGUI | pandas | 214 | Grapher does not render images | The grapher in pandasgui does not work: the image does not render. Neither empty axes, nor any graphs with data.

**Environment**
OS: Ubuntu 22.04
Python: 3.9.13 (but tested on 3.8.* and 3.10.* too)
IDE:... | open | 2022-10-19T06:35:56Z | 2024-04-17T15:57:28Z | https://github.com/adamerose/PandasGUI/issues/214 | [
"bug"
] | mficek | 4 |
dmlc/gluon-cv | computer-vision | 1,021 | Does HardSwish cost much more memory than ReLU6? | I just change the `ReLU6()` to `HardSwish()` based on MobileNetv2.
The already wored program (which left almost 1G gpu memory) now out of memory?
I'm wondering does Does HardSwish cost much more memory than ReLU6 in theory
or
I just have some bug in my code?
I also test the `ReLU` relative to the `ReLU6`... | closed | 2019-11-01T04:26:52Z | 2019-11-10T14:04:35Z | https://github.com/dmlc/gluon-cv/issues/1021 | [] | ShoufaChen | 2 |
netbox-community/netbox | django | 18,606 | UI Racks Table View Performance Scaling Problem - Loading time increases with large number of racks - django N+1 query issue | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.3
### Python Version
3.10
### Steps to Reproduce
1. Starts with a clean NetBox Database
2. Create a site (ex: site) and a rack type (ex: Rack)
3. Batch import 10000 racks on this site (sample csv import file below - you may perform partial upload to avoid ... | open | 2025-02-08T14:44:57Z | 2025-02-14T21:41:33Z | https://github.com/netbox-community/netbox/issues/18606 | [
"type: bug",
"status: accepted",
"severity: low"
] | marcusyuri | 0 |
polakowo/vectorbt | data-visualization | 592 | how to combine two indicator | how tow combine two indicator to make test buy signal like this ema 20 cross ema40 and rsi >20 how to make this work | open | 2023-05-02T02:32:29Z | 2023-05-02T10:25:08Z | https://github.com/polakowo/vectorbt/issues/592 | [] | ahmed159159 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,295 | Colab RAM dies on edges2shoes data | I am loading the edges2shoes data on [pix2pix Colab notebook](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/generative/pix2pix.ipynb), but when the training process starts, it dies in the first epoch without any progress. I have also tried to download the data and store it in my... | open | 2021-06-30T09:15:51Z | 2021-12-08T21:21:09Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1295 | [] | kemalcim | 2 |
pydantic/FastUI | fastapi | 104 | More PageEvent Triggers | I think we need more ways to trigger PageEvents like
- OnPageLoad
- OnFormSubmit
- FromJSScript? | closed | 2023-12-17T19:17:22Z | 2023-12-18T05:31:37Z | https://github.com/pydantic/FastUI/issues/104 | [] | shroominic | 2 |
Kludex/mangum | asyncio | 15 | Example project for AWS | Need to create a full example project to link to for AWS at some point, potentially including how to use with other services and more advanced configurations. | closed | 2019-01-27T10:58:57Z | 2019-01-28T13:15:55Z | https://github.com/Kludex/mangum/issues/15 | [
"docs"
] | jordaneremieff | 1 |
Lightning-AI/pytorch-lightning | pytorch | 20,075 | ModelCheckpoint save ckpts at the end of every epoch even in step-saving strategy | ### Bug description
When `ModelCheckpoint` is enabled and **no validation set is given**, the trainer still save the model checkpoint at the end of every epoch.
I have turn on the `every_n_train_steps=1000` and `every_n_epochs=None`. And the expected behavior according to the docs of [ModelCheckpoint API](https://l... | open | 2024-07-12T09:53:49Z | 2024-07-12T09:54:03Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20075 | [
"bug",
"needs triage",
"ver: 2.2.x"
] | leonardodalinky | 0 |
LibreTranslate/LibreTranslate | api | 72 | Front-end interface is not 100% self-hosted | As includes remote dependencies, for example:
```
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.22.0/prism.min.js"></script>
``` | closed | 2021-04-01T13:45:10Z | 2021-04-02T11:38:42Z | https://github.com/LibreTranslate/LibreTranslate/issues/72 | [] | ghost | 5 |
ivy-llc/ivy | tensorflow | 28,419 | Fix Frontend Failing Test: torch - math.paddle.floor | To-do List: https://github.com/unifyai/ivy/issues/27498 | closed | 2024-02-25T14:26:02Z | 2024-03-06T09:54:21Z | https://github.com/ivy-llc/ivy/issues/28419 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
ultralytics/ultralytics | pytorch | 18,857 | Accuracy and performance difference between self-GPU-Train and using ultralytics platform GPU | ### 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
Hello,
I am having an issue using my own 4090 to do the training result in ... | open | 2025-01-24T04:57:52Z | 2025-01-24T08:30:22Z | https://github.com/ultralytics/ultralytics/issues/18857 | [
"question",
"HUB"
] | felixho789 | 2 |
jupyter-book/jupyter-book | jupyter | 1,639 | Jupyter Book can't compile using Github Workflow: "The 'black' distribution was not found and is required by the application" | ### Describe the bug
**context**
I have a [repository](https://github.com/whyjz/pejzero) with a couple of Notebooks that I want to render as HTML using Jupyter Book and Github Actions.
**expectation**
I have tested `jupyter book build ./jupyter-book` on my local machine, and it worked out well as expected.
**b... | closed | 2022-02-17T01:29:38Z | 2022-07-14T22:02:00Z | https://github.com/jupyter-book/jupyter-book/issues/1639 | [
"bug"
] | whyjz | 4 |
docarray/docarray | fastapi | 918 | docs: code snippet needed: DocumentArray construct | In [this section](https://docarray.jina.ai/fundamentals/documentarray/construct/#construct-from-local-files) there's no snippet for `read_mode`.
Note: Please leave snippet as comment, don't fix directly. I'm working on docs right now and don't want merge conflicts. | closed | 2022-12-08T13:40:08Z | 2023-04-22T09:38:35Z | https://github.com/docarray/docarray/issues/918 | [] | alexcg1 | 0 |
ray-project/ray | machine-learning | 51,416 | [Ray Data | Core ] | ### What happened + What you expected to happen
I am running SAC on a custom environment, and use Ray Data to load a small csv file for training. I keep encountering the following error message about having too many positional arguments:
Exception occurred in Ray Data or Ray Core internal code. If you continue to se... | open | 2025-03-17T07:11:48Z | 2025-03-18T18:35:11Z | https://github.com/ray-project/ray/issues/51416 | [
"bug",
"triage",
"data"
] | teen4ever | 0 |
jackmpcollins/magentic | pydantic | 222 | Allow custom_llm_parameter with LiteLLM backend | LiteLLM supports an optional `custom_llm_provider` parameter which we make use of.
[This PR](https://github.com/jackmpcollins/magentic/pull/221) adds support for passing it through. | closed | 2024-05-22T13:25:27Z | 2024-05-23T12:15:30Z | https://github.com/jackmpcollins/magentic/issues/222 | [] | entropi | 2 |
adamerose/PandasGUI | pandas | 161 | Output signal and specified cell contents when a row is clicked, and make possible to embed in a section of a PYQT5 main window | Hello,
I first want to thank you for a great tool, which has made things much easier for a project I am working on. There is a feature in PyQt5 QTableView that I am hoping can be implemented in pandas gui, if it is not already. In QTableView I can set it so that when I click anywhere in a row, it will highlight the... | open | 2021-07-22T19:09:03Z | 2021-07-22T22:15:13Z | https://github.com/adamerose/PandasGUI/issues/161 | [
"enhancement"
] | Animalwithstix | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,063 | Consistent "Numpy Is Not Available" error | I install numpy version 1.19 or really any version under 1.21, and I get a constant "numpy not available" issue. The program launches but is stuck on this screen:

This is what the CLI looks like
... | open | 2022-05-08T00:31:25Z | 2022-06-11T04:30:09Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1063 | [] | BeepyDataCenter | 2 |
brightmart/text_classification | tensorflow | 60 | text rcnn 模型,反向拼接[left_context,embedded,right_context],right_context有错误 | 您的代码在处理反向的上下文后,未对context_right_list进行反转处理,那么新的输入则会拼接为[cl0,x1,cr0],其中cr0是xn的反向上文。实际论文中需要的是x1的反向上文。 | closed | 2018-06-15T02:54:43Z | 2018-06-25T10:12:16Z | https://github.com/brightmart/text_classification/issues/60 | [] | PeterMao11 | 1 |
automl/auto-sklearn | scikit-learn | 1,444 | smac 1.3 broke auto-sklearn, "cannot import name 'BetaFloatHyperparameter'" | ## Describe the bug ##
As smac 1.3 got released, auto-sklearn started to fail in import autosklearn.classification.
## To Reproduce ##
Steps to reproduce the behavior:
1. pip install auto-sklearn
2. import autosklearn.classification
This can be fixed by downgrading smac to 1.2.
## Expected behavior ##
No ... | closed | 2022-04-20T22:34:59Z | 2022-04-22T23:28:52Z | https://github.com/automl/auto-sklearn/issues/1444 | [] | tmielika | 4 |
scikit-learn/scikit-learn | data-science | 30,371 | Meson Build system error | ### Describe the bug
I am [building from source](https://scikit-learn.org/stable/developers/advanced_installation.html#building-from-source) with Miniforge3. This previously worked in `1.6.dev0`, but when I tried this time I got a Segmentation fault
### Steps/Code to Reproduce
```
$ conda create -n sklearn-env -c c... | closed | 2024-11-29T09:38:29Z | 2024-11-29T11:52:20Z | https://github.com/scikit-learn/scikit-learn/issues/30371 | [
"Bug",
"Needs Triage"
] | SuccessMoses | 2 |
deezer/spleeter | tensorflow | 465 | [Feature] Instrumental Music model (piano / drums / bass / other ) | ## Description
Please consider add Only Instrumental model
like that :
drums / bass / other
piano / drums / bass / other
| open | 2020-08-03T15:31:39Z | 2022-01-19T03:52:02Z | https://github.com/deezer/spleeter/issues/465 | [
"enhancement",
"feature"
] | Kitami | 2 |
JoeanAmier/TikTokDownloader | api | 156 | 运行程序就出现要扫码二维码获取 cookies | 已通过 git pull 更新最新版
已经把 cookies 写入到 json 文件,运行时出现要扫码二维码获取 cookies
扫码获取不可行,一直报错。通过复制粘贴cookies,显示写入成功,但是下一次运行,还是出现要扫码二维码获取 cookies
| closed | 2024-02-23T07:23:46Z | 2024-02-23T09:00:20Z | https://github.com/JoeanAmier/TikTokDownloader/issues/156 | [] | jerryc127 | 0 |
keras-team/keras | tensorflow | 20,529 | Cannot access accuracy in results with keras 3 | Hi, I am new to Keras and TensorFlow. I am using `keras==3.6.0` and `tensorflow==2.18.0`.
I created a sequential model and added layers to it. Here is a pseudocode of what I did:
```
from keras.models import Sequential
from keras.layers import Conv2D
from keras.layers import Dense
from keras.layers import Flatt... | closed | 2024-11-21T09:08:21Z | 2024-11-26T16:43:45Z | https://github.com/keras-team/keras/issues/20529 | [
"type:support",
"stat:awaiting response from contributor"
] | tanwarsh | 5 |
holoviz/panel | jupyter | 7,666 | Event discrepancy in FastAPI vs `panel serve` with Tabulator: `TableEditEvent` | #### ALL software version info
<details>
<summary>Software Version Info</summary>
panel 1.6.0, bokeh_fastapi 0.1.3, fastapi 0.115.7, bokeh 3.6.2 (in a virtual environment created just before issue submission)
```
$ python -V
Python 3.13.1
$ pip list
Package Version
------------------------- --... | open | 2025-01-24T21:40:40Z | 2025-03-20T23:15:28Z | https://github.com/holoviz/panel/issues/7666 | [] | ken-lauer | 3 |
modelscope/modelscope | nlp | 1,162 | RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' | 使用以下代码在cpu部署GTE文本向量-中文-通用领域-small
`model_id = "iic/nlp_gte_sentence-embedding_chinese-small"
pipeline_se = pipeline(Tasks.sentence_embedding, model=model_id, sequence_length=512, device="cpu")
user_query = ["This is a test example"]
eb_input = {
"source_sentence": user_query
}
user_query_embeddings = pipeline_se... | closed | 2024-12-30T07:54:49Z | 2025-01-02T13:45:50Z | https://github.com/modelscope/modelscope/issues/1162 | [] | WangXuCh | 6 |
MaartenGr/BERTopic | nlp | 1,444 | joblib.externals.loky.process_executor. TerminatedWorkerError: | bertopic = 0.15.0
joblib = 1.2.0
>>> # train the model
>>> topic_model = BERTopic(
... n_gram_range=(1,2),
... verbose=True,
... calculate_probabilities=True,
... )
>>>
>>> topics, probs = topic_model.fit_transform(text)
**Batches: 100%|██████████| 1050/1050 [07:47<00:00, 2.24it/s]
... | open | 2023-07-31T18:46:30Z | 2023-08-01T17:19:48Z | https://github.com/MaartenGr/BERTopic/issues/1444 | [] | GeezCode | 1 |
ivy-llc/ivy | numpy | 28,266 | Fix Frontend Failing Test: paddle - creation_ops.torch.full | ToDo List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-02-12T20:56:55Z | 2024-02-25T10:57:03Z | https://github.com/ivy-llc/ivy/issues/28266 | [
"Sub Task"
] | marvlyngkhoi | 0 |
pallets-eco/flask-sqlalchemy | flask | 1,171 | add docs about testing | Mainly, show how to isolated the database per test, so that changes are rolled back without having to re-create the database each time. The [pytest-flask-sqlalchemy](https://github.com/jeancochrane/pytest-flask-sqlalchemy) package provided this, but [stopped working](https://github.com/jeancochrane/pytest-flask-sqlalch... | open | 2023-02-28T22:49:59Z | 2025-01-06T19:50:22Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1171 | [] | davidism | 20 |
healthchecks/healthchecks | django | 67 | Disable Alert | We use Chef as our configuration management tool, and provide the healthchecks.io url for a particular server instance as part of the config for that machine (it's an attribute in a node file).
The problem is we will bring machines up and down periodically, so if a machine is up, a cron job will run and then hit the h... | closed | 2016-07-07T03:30:54Z | 2016-08-01T19:53:55Z | https://github.com/healthchecks/healthchecks/issues/67 | [] | pzelnip | 3 |
python-gino/gino | sqlalchemy | 435 | SQLAlchemy Core events | * GINO version: 0.8.1
* Python version: 3.6.6
* asyncpg version: 0.18.2
* aiocontextvars version: 0.2.1
* PostgreSQL version: 10.6
### Description
Hello, I would like to know if it is possible to use [SQLAlchemy Core Events](https://docs.sqlalchemy.org/en/latest/core/events.html) with Gino.
It would be rea... | open | 2019-02-06T17:17:49Z | 2019-02-25T15:17:47Z | https://github.com/python-gino/gino/issues/435 | [
"feature request"
] | tng10 | 9 |
kennethreitz/records | sqlalchemy | 166 | how to bulk_query? | i saw:
https://docs.sqlalchemy.org/en/latest/core/connections.html?highlight=multiparams#sqlalchemy.engine.Connection.execute.params.object
but it not work, please tell me how to use `bulk_query`? | closed | 2018-11-05T06:52:57Z | 2018-11-14T03:47:31Z | https://github.com/kennethreitz/records/issues/166 | [] | mouday | 12 |
scikit-optimize/scikit-optimize | scikit-learn | 371 | Optimizing over a list defining points in the search space? | Is there a feature where, instead of using dimensions to define the search space, skopt will optimize on a list of points which define the search space?
This would be a useful feature if I wanted to optimize in a subset of the possible points of a space (rather than the entire space). | open | 2017-05-01T22:46:03Z | 2017-05-05T06:21:35Z | https://github.com/scikit-optimize/scikit-optimize/issues/371 | [
"API"
] | ardunn | 5 |
Lightning-AI/pytorch-lightning | machine-learning | 20,105 | What happens during training with HuggingFace models in eval mode? | ### Bug description
I'm using huggingface models with lightning, a use case that seems to be part of the [lightning examples](https://lightning.ai/lightning-ai/studios/finetune-hugging-face-bert-with-pytorch-lightning). However, a subtlety of the huggingface API is that models are loaded by default in `eval` mode, a... | closed | 2024-07-19T13:44:28Z | 2024-07-19T19:07:07Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20105 | [
"bug"
] | StevenSong | 2 |
KaiyangZhou/deep-person-reid | computer-vision | 561 | can you tell me , why i am getting this kind of erros | Here I used the osnet_ain_x1_0 model,
I got many errors and problems re-identifying the same persons
Link : https://drive.google.com/file/d/1Vf58-oLO2OhS1Av44My6Y0ekmJOeNdmA/view?usp=sharing
**1) the same person came into the frame from a different side in another frame's time stamps
2) if collations occur I ge... | open | 2023-11-06T06:16:59Z | 2023-11-06T06:16:59Z | https://github.com/KaiyangZhou/deep-person-reid/issues/561 | [] | Arjunvankani | 0 |
gee-community/geemap | jupyter | 427 | Add GUI support for creating sankee plots | Reference: https://github.com/aazuspan/sankee
 | closed | 2021-04-15T01:30:10Z | 2021-05-11T15:42:42Z | https://github.com/gee-community/geemap/issues/427 | [
"Feature Request"
] | giswqs | 1 |
microsoft/JARVIS | pytorch | 9 | 建议发展一个替代chatgpt的选择,避免过早被拒访问而影响开源进展 | 据以往经验,为chatgpt这种在国内访问已被拒的生态组件做项目,如果做得好,都会受到审查牵连,影响后面的商业化进程,不是能翻就ok的,望重视早日落地成功 | closed | 2023-04-03T07:42:48Z | 2023-04-04T23:42:48Z | https://github.com/microsoft/JARVIS/issues/9 | [] | rexiyz | 6 |
huggingface/datasets | tensorflow | 6,882 | Connection Error When Using By-pass Proxies | ### Describe the bug
I'm currently using Clash for Windows as my proxy tunnel, after exporting HTTP_PROXY and HTTPS_PROXY to the port that clash provides🤔, it runs into a connection error saying "Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.19.1/metrics/seqeval/seqeval.py (ConnectionError(M... | open | 2024-05-08T06:40:14Z | 2024-05-17T06:38:30Z | https://github.com/huggingface/datasets/issues/6882 | [] | MRNOBODY-ZST | 1 |
bmoscon/cryptofeed | asyncio | 357 | Support Crypto.com exchange | **Is your feature request related to a problem? Please describe.**
Crypto.com is a relevant exchange in the cryptocurrency space
**Describe the solution you'd like**
L2 Book, Ticker, Trades
**Describe alternatives you've considered**
n/a
**Additional context**
Add any other context or screenshots about the... | closed | 2020-12-14T18:46:50Z | 2021-11-23T23:44:22Z | https://github.com/bmoscon/cryptofeed/issues/357 | [
"Feature Request"
] | AlgoTrader5 | 2 |
huggingface/datasets | nlp | 7,168 | sd1.5 diffusers controlnet training script gives new error | ### Describe the bug
This will randomly pop up during training now
```
Traceback (most recent call last):
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1192, in <module>
main(args)
File "/workspace/diffusers/examples/controlnet/train_controlnet.py", line 1041, in main
... | closed | 2024-09-25T01:42:49Z | 2024-09-30T05:24:03Z | https://github.com/huggingface/datasets/issues/7168 | [] | Night1099 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 911 | Edges shifted and mirrored in edge images after batch_hed.py and PostprocessHED.m | I am **reproducing the edges2shoes dataset for learning how to extract edges from image object by using HED**, it almost success expect a little strange problem: **part of the edges shifed and mirrored**. It looks like below, they are different from the pix2pix paper.
:
def _preproc_texts(self, docs: 'DocumentArray'):
with self.monitor(
name='preprocess_texts_seconds',
documentation='texts preprocess time in seconds',
):
... | closed | 2022-11-16T13:56:47Z | 2022-11-18T10:10:47Z | https://github.com/jina-ai/serve/issues/5399 | [
"area/community"
] | wqh17101 | 18 |
autokey/autokey | automation | 3 | AutoKey - Collaboration ... | Hi. I'm an active AutoKey user (original version). I just found your project. It's good to see someone advancing AutoKey.
Would any of your code be useful to the original AutoKey?
Chris Deckter (one of the original developers) left the project a couple of years ago.
We currently have a volunteer developer, Jordan Me... | closed | 2014-09-22T22:44:02Z | 2016-11-08T03:28:54Z | https://github.com/autokey/autokey/issues/3 | [] | josephj11 | 3 |
yeongpin/cursor-free-vip | automation | 162 | 注册新账号,提示成功,但是cursor没有登录的信息 | 
macbook pro,注册新账号,打开的chrome是无痕模式,导致登录信息没有保存,怎么获取注册的账号密码? | closed | 2025-03-08T05:33:14Z | 2025-03-09T03:35:02Z | https://github.com/yeongpin/cursor-free-vip/issues/162 | [] | ztever | 0 |
OFA-Sys/Chinese-CLIP | nlp | 215 | fairseq包的版本是多少? | `Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/kemove/anaconda3/envs/nlp/lib/python3.11/site-packages/modelscope/pipelines/builder.py", line 147, in pipeline
pipeline_props = {'type': pipeline_name}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kemove/anaconda3/e... | closed | 2023-09-28T09:52:26Z | 2023-10-08T02:10:12Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/215 | [] | AnitaSherry | 2 |
PokemonGoF/PokemonGo-Bot | automation | 5,585 | what is the password for | I cant log in now there is a password insert for the prompt screen
STOP ! ! !
Read the following before creating anything (or you will have your issue/feature request closed without notice)
1. Please only create an ISSUE or a FEATURE REQUEST - don't mix the two together in one item
2. For a Feature Request please on... | closed | 2016-09-21T03:37:46Z | 2016-09-21T05:56:14Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5585 | [] | ammohawk | 1 |
iterative/dvc | machine-learning | 10,194 | pull: "No file hash info found" and checkout fails when pulling frozen imported url that is a directory that has subsequently changed | # Bug Report
## Description
I have used `dvc import-url` to track a GCS directory that is updated daily with incremental new data. [The documentation](https://dvc.org/doc/user-guide/data-management/importing-external-data#how-external-outputs-work) suggests that once the data is imported, it is frozen and DVC sh... | closed | 2023-12-22T18:09:31Z | 2024-01-03T11:14:18Z | https://github.com/iterative/dvc/issues/10194 | [
"bug",
"regression",
"A: data-sync"
] | ahasha | 10 |
Sanster/IOPaint | pytorch | 423 | [BUG] [iopaint] with local_files_only parm, sd model failed to load | **Model**
"Sanster/PowerPaint-V1-stable-diffusion-inpainting"
"kandinsky-community/kandinsky-2-2-decoder-inpaint"
"diffusers/stable-diffusion-xl-1.0-inpainting-0.1"
**Describe the bug**
starting the iopaint app with ` local_files_only=True`, and the parm will not be passed to huggingface model, which causes th... | closed | 2024-01-16T03:00:58Z | 2024-01-16T15:24:24Z | https://github.com/Sanster/IOPaint/issues/423 | [] | huangzhike | 6 |
quokkaproject/quokka | flask | 167 | Error on instalation in OSX 10.8 | Well, i try installing and got these erros after run the command $ pip install -r requirements.txt
clang: error: no such file or directory: 'build/temp.macosx-10.8-intel-2.7/_imaging.o'
clang: error: no such file or directory: 'build/temp.macosx-10.8-intel-2.7/decode.o'
clang: error: no such file or directory: 'buil... | closed | 2014-10-21T00:30:06Z | 2015-07-16T02:56:26Z | https://github.com/quokkaproject/quokka/issues/167 | [] | londerson | 5 |
Gozargah/Marzban | api | 767 | درخواست اضافه شدن Shadowsocks 2022 | سلام، Shadowsocks 2022 از Xray-core v1.6.0 اضافه شده اما تو مرزبان هنوز پشتیبانی نمیشه
تستهایی که کردم کیفیت بهتری نسبت به Shadowsocks AEAD داره و به این راحتیها بسته نمیشه ( حداقل فعلا روی روشهای tlsدار زوم کردن)
با توجه به اینکه هسته Xray این قابلیت رو ساپورت میکنه لطفا اضافه شدن این مورد رو بررسی و در صورت امکا... | closed | 2024-01-31T07:57:43Z | 2024-01-31T17:15:06Z | https://github.com/Gozargah/Marzban/issues/767 | [
"Duplicate"
] | 123asd321dsa | 1 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 723 | Bug in MultiSimilarityMiner? | Hi,
is it expected that the MultiSimilarityMiner will produce positive pairs that don't actually have the same label?
For example one of my batches has items with the following labels (this is with a small batch size of only 8 just to illustrate the problem):
`tensor([ 15, 15, 15, 15, 169, 169, 169, 169], dev... | open | 2024-10-21T17:09:12Z | 2024-10-23T20:25:12Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/723 | [] | kazimpal87 | 6 |
PedroBern/django-graphql-auth | graphql | 72 | Package does not support custom user model. | I have been using this package for a little while now and I have some issues.
My customer user models have the following fields defined.
1. Full name.
2. Email
But when I installed this package I was given this error which states.
Unknown field(s) (last_name, first_name) specified for User
I do not ha... | open | 2020-10-10T22:20:00Z | 2021-01-25T03:10:40Z | https://github.com/PedroBern/django-graphql-auth/issues/72 | [] | udemezue01 | 5 |
tox-dev/tox | automation | 3,095 | doc building broken on Python 3.11 | Looks like we have an issue in combination with the `furo` theme
```
Extension error (furo):
Handler <function _html_page_context at 0x7fbb82980ae0> for event 'html-page-context' threw an exception (exception: This documentation is not using `furo.css` as the stylesheet. If you have set `html_style` ... | closed | 2023-08-17T13:07:09Z | 2023-08-17T15:10:51Z | https://github.com/tox-dev/tox/issues/3095 | [
"help:wanted"
] | jugmac00 | 2 |
MagicStack/asyncpg | asyncio | 1,181 | fails to build with Python 3.13 | * **asyncpg version**: 0.29.0
* **Python version**: 3.13.0rc2
* **Platform**: Linux
* **Did you install asyncpg with pip?**: Yes
* **If you built asyncpg locally, which version of Cython did you use?**: n/a
* **Can the issue be reproduced under both asyncio and
[uvloop](https://github.com/magicstack/uvloop)?**:... | closed | 2024-09-15T09:26:09Z | 2024-10-24T04:29:22Z | https://github.com/MagicStack/asyncpg/issues/1181 | [] | Cikmo | 13 |
slackapi/python-slack-sdk | asyncio | 712 | Add timeout support to API calls | ### It isn't possible to set timeout for API calls
I couldn't find timeout option in WebhookClient `__init__` or it's `send` method.
For any reason maybe API calls takes much time to be received and responded.
It can be performed with asking user to set timeout when instantiating client(absolutely with default valu... | closed | 2020-06-03T13:18:21Z | 2020-06-05T01:11:33Z | https://github.com/slackapi/python-slack-sdk/issues/712 | [
"Version: 2x",
"enhancement",
"web-client"
] | DanialErfanian | 2 |
kizniche/Mycodo | automation | 1,127 | I reinstall the mycodo,there is a new Issues run out. | pi@raspberrypi:~ $ journalctl -u mycodoflask | tail -n 50
-- Logs begin at Thu 2019-02-14 18:11:59 CST, end at Tue 2021-12-21 22:26:23 CST. --
12月 21 22:22:32 raspberrypi systemd[1]: Started gunicorn daemon for Mycodo flask web user interface.
12月 21 22:22:36 raspberrypi gunicorn[507]: Traceback (most recent call la... | closed | 2021-12-21T14:39:47Z | 2022-01-28T22:50:21Z | https://github.com/kizniche/Mycodo/issues/1127 | [] | anyunfeifei | 3 |
RobertCraigie/prisma-client-py | asyncio | 124 | Global aliases cause confusing error message | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/latest/logging/ for how to enable additional logging outpu... | closed | 2021-11-16T12:56:09Z | 2021-11-18T08:23:05Z | https://github.com/RobertCraigie/prisma-client-py/issues/124 | [
"bug/2-confirmed",
"kind/bug"
] | RobertCraigie | 0 |
graphql-python/graphene-django | graphql | 792 | 2.5.0 to 2.6.0 error: TypeError: issubclass() arg 1 must be a class | Hello,
Thanks for all the work on the new release.
I am however getting this error when upgrading to 2.6.0 from 2.5.0 and I just wanted to make sure I understand the change.
```py
Traceback (most recent call last):
File "src/manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
F... | closed | 2019-10-01T22:05:00Z | 2020-03-13T10:05:36Z | https://github.com/graphql-python/graphene-django/issues/792 | [] | kayluhb | 4 |
JaidedAI/EasyOCR | pytorch | 657 | combine Arabic with bengali in same image | easyocr works with images containing english+any other language with it,but i have samples where bengali and arabic both are present in same image and this approach doesn't work : `reader = easyocr.Reader(['en','bn','ar'])` or even `reader = easyocr.Reader(['bn','ar'])`
is there any way to use easyocr on samples where... | closed | 2022-02-03T15:02:38Z | 2024-04-16T09:59:38Z | https://github.com/JaidedAI/EasyOCR/issues/657 | [] | mobassir94 | 5 |
AirtestProject/Airtest | automation | 1,200 | 安装完最新的appium的wda,airtest无法连接IOS | :bulb:**相关项目:** Airtest
**标题:** [BUG提交]安装完最新的appium的wda,airtest无法连接IOS
**AirtestIDE版本:** 1.2.17
**未使用本地Pyhton环境运行脚本**
**报错描述:**
wda安装成功,服务也已经启动了,浏览器ios信息也能输出。airtest就是连接不上,每次都报这个。只有16.2系统那台设备能正常连接。IOS14.3、13.3设备都不行。
**相关截图:**
无
**报错Log:**
```
[17:10:23][DEBUG]<airtest.cor... | open | 2024-03-05T10:33:46Z | 2024-04-16T10:03:25Z | https://github.com/AirtestProject/Airtest/issues/1200 | [] | zhangruejun | 1 |
huggingface/datasets | pytorch | 7,448 | `datasets.disable_caching` doesn't work | When I use `Dataset.from_generator(my_gen)` to load my dataset, it simply skips my changes to the generator function.
I tried `datasets.disable_caching`, but it doesn't work! | open | 2025-03-13T06:40:12Z | 2025-03-22T04:37:07Z | https://github.com/huggingface/datasets/issues/7448 | [] | UCC-team | 2 |
davidsandberg/facenet | tensorflow | 258 | Import facenet and detect_face by myself while running align_dataset_mecnn.py? | when I run align_dataset_mecnn.py,I found facenet and detect_face are not under the folder.Should I import them by myself?
| closed | 2017-04-27T12:59:35Z | 2017-05-09T11:08:48Z | https://github.com/davidsandberg/facenet/issues/258 | [] | OneMorea | 1 |
dbfixtures/pytest-postgresql | pytest | 189 | pscyopg2-binary | ### What action do you want to perform
Install this alongside `psycopg2-binary` instead of `psycopg2`, because it's a pre-compiled wheel.
### What are the results
Since `pytest-postgresql` depends directly on `psycopg2`, this isn't possible.
### What are the expected results
Can install just fine. | closed | 2019-04-05T14:29:41Z | 2019-04-09T09:19:36Z | https://github.com/dbfixtures/pytest-postgresql/issues/189 | [] | adamchainz | 0 |
man-group/arctic | pandas | 338 | how to resolve below error while running python using cntk | #### Arctic Version
```
# Arctic version here
```
#### Arctic Store
```
# VersionStore, TickStore, or ChunkStore
```
#### Platform and version
Put here
#### Description of problem and/or code sample that reproduces the issue
Put Here
:**
... | open | 2024-05-09T02:58:38Z | 2024-05-16T15:18:59Z | https://github.com/vitalik/django-ninja/issues/1157 | [] | mpeyfuss | 1 |
google-research/bert | tensorflow | 944 | NotFoundError: ./dev.tsv | When I'm running `run_classifier.py`, even though the `do_eval` is `false`, this class still looks for the `dev.tsv` file. This happens when I change the batch size from 32, which is the default, to 16 (since I don't have enough memory on my GPU, I'm just trying to reduce the batch size to see if I can train my model.)... | open | 2019-12-01T05:21:48Z | 2019-12-01T05:21:48Z | https://github.com/google-research/bert/issues/944 | [] | phosseini | 0 |
zappa/Zappa | flask | 913 | [Migrated] Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response code | Originally from: https://github.com/Miserlou/Zappa/issues/2178 by [lightmagic1](https://github.com/lightmagic1)
<!--- Provide a general summary of the issue in the Title above -->
## Context
I'm having issues deploying my project using Zappa
## Expected Behavior
1) Cloned my project
2) python -m venv venv
... | closed | 2021-02-20T13:03:42Z | 2022-07-16T04:54:14Z | https://github.com/zappa/Zappa/issues/913 | [] | jneves | 1 |
Yorko/mlcourse.ai | pandas | 785 | Issue on page /book/topic01/topic01_pandas_data_analysis.html | Your issue content here. | closed | 2024-12-10T07:27:14Z | 2025-01-03T12:07:11Z | https://github.com/Yorko/mlcourse.ai/issues/785 | [
"invalid"
] | Kaiyrbek-data | 0 |
fedspendingtransparency/usaspending-api | pytest | 4,164 | `/api/v2/subawards/` does not respect Content-Type header | The`/api/v2/subawards/` route does not respect the Content-Type header. It will **only** accept requests with a content type header of `application/x-www-form-urlencoded`, regardless of the actual content. Disregarding this header will result in a default empty value akin to:
`{"page_metadata":{"page":1,"next":null,"... | open | 2024-08-19T04:56:33Z | 2024-08-19T04:58:26Z | https://github.com/fedspendingtransparency/usaspending-api/issues/4164 | [] | Ech0riginal | 0 |
pmaji/crypto-whale-watching-app | dash | 116 | Install erros - version conflicts | Trying to install with python 3.6.0 but got the following error. Modifying the version manually creates a lot more errors...
```
ERROR: Cannot install -r requirements.txt (line 3) and requests==2.21.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested r... | closed | 2020-12-12T02:48:29Z | 2021-01-25T02:42:53Z | https://github.com/pmaji/crypto-whale-watching-app/issues/116 | [] | silveur | 3 |
plotly/plotly.py | plotly | 5,050 | scattermapbox plot with cluster doesn't update with dataframe change in a callback | This is the issue described before with the newest dash version, 2.18.0.
> In version 2.11.1 of Dash, the dataframe is not being updated when clustering is set to True. However, it works properly when clustering is set to False.
_Originally posted by @wknjk in [#3631](https://github.com/plotly/plotly.py/issues/3631... | closed | 2025-02-21T14:42:18Z | 2025-02-22T02:05:15Z | https://github.com/plotly/plotly.py/issues/5050 | [] | eatPizza311 | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 670 | ImportError: DLL load failed: Can't find module | Hi, I've tried to execute command; _python demo_cli.py_
after that I've get an error like;
([Test_Voice]) D:\voice>python demo_cli.py
Traceback (most recent call last):
File "demo_cli.py", line 4, in <module>
from synthesizer.inference import Synthesizer
File "D:\voice\synthesizer\inference.py", line 1... | closed | 2021-02-17T22:39:17Z | 2021-02-18T12:16:23Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/670 | [] | Avepy | 3 |
amdegroot/ssd.pytorch | computer-vision | 372 | index is out of bounds for dimension 0 with size | closed | 2019-07-02T08:52:24Z | 2019-07-02T08:52:31Z | https://github.com/amdegroot/ssd.pytorch/issues/372 | [] | herrickli | 0 | |
mwaskom/seaborn | data-visualization | 3,367 | `statsmodels` missing as a dependency | A normal `residplot` on the `mpg` data with `lowess=True` doesn't currently work, because `statsmodels` doesn't exist as a dependency. This is with a fresh `pip install --upgrade seaborn`.
```
---------------------------------------------------------------------------
ModuleNotFoundError Traceb... | closed | 2023-05-17T13:13:05Z | 2023-08-27T19:45:01Z | https://github.com/mwaskom/seaborn/issues/3367 | [
"ux"
] | loftusa | 2 |
christabor/flask_jsondash | flask | 127 | Show a message for loading http when in https environment to allow overriding settings | ## Use case
For iframe types, I want to be able to load insecure content that I trust, without using CORS or other methods. I know the source but it may not be valid https, while my service (jsondash) is served over https.
E.g. for Chrome, this can be done the following way:
https://superuser.com/questions/48774... | open | 2017-06-20T19:47:38Z | 2017-06-20T19:52:54Z | https://github.com/christabor/flask_jsondash/issues/127 | [
"enhancement",
"help wanted",
"ui/ux"
] | christabor | 0 |
huggingface/transformers | nlp | 36,743 | Model Card to include key information (e.g. max_sequence_length, etc.) | ### Feature request
It would be great to add a (non-optional) part in the model card page & when authors upload their models. Where all the main parameters of the model are highlighted (i.e. so that it can be used with model.generate() easily. & recommended parameters are indicated as well [optional]).
### Motivation... | open | 2025-03-15T15:20:03Z | 2025-03-19T13:39:10Z | https://github.com/huggingface/transformers/issues/36743 | [
"Feature request"
] | ai-nikolai | 1 |
polarsource/polar | fastapi | 4,612 | Metrics: Show contextual graphs on order & subscription pages | ### Description
Offer more contextual metrics to sellers when managing orders & subscriptions.
### Current Behavior
Currently, we only show the paginated table of orders & subscriptions.
### Expected Behavior
Show relevant graphs on the pages that both 1) shows the total amount & 2) paginated view amount... | open | 2024-12-09T10:32:20Z | 2024-12-09T10:32:21Z | https://github.com/polarsource/polar/issues/4612 | [
"feature",
"changelog",
"frequent request"
] | birkjernstrom | 0 |
pennersr/django-allauth | django | 3,635 | not able to upgrade to django-allauth==0.56.0 | pip install django-allauth==0.56.0
ERROR: Could not find a version that satisfies the requirement django-allauth==0.56.0 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.11.1, 0.12.0, 0.13.0, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.16.0, 0.16.1, 0.... | closed | 2024-02-09T14:34:06Z | 2024-02-12T18:41:49Z | https://github.com/pennersr/django-allauth/issues/3635 | [] | sumit12311 | 3 |
jina-ai/clip-as-service | pytorch | 196 | jupyter notebook stack in 'Kernal starting, Please waiting'. | After I install the ```bert-serving-client```, my jupyter stack in 'Kernal starting, Please waiting'. Then i unistall it, everything work well. It only happen in my server machine with 'ubuntu 16.04', other machine with 'ubuntu 14.04' is ok. I am very confused. | closed | 2019-01-17T03:00:26Z | 2019-01-17T03:06:33Z | https://github.com/jina-ai/clip-as-service/issues/196 | [] | zhanfengchen | 1 |
marcomusy/vedo | numpy | 259 | How to render vedo to a Panel with a slider? | I've read in the notebook examples that you can embed vedo in Panel (https://panel.holoviz.org/). Is there a working example that shows how to enable that? I would like to have a UI with Panel driving the visualization with vedo. | closed | 2020-12-03T14:33:10Z | 2022-01-12T19:56:26Z | https://github.com/marcomusy/vedo/issues/259 | [
"unsolved"
] | nantille | 2 |
alpacahq/alpaca-trade-api-python | rest-api | 485 | get_bars .df Method on Result Fails Due to Undocumented Key | I was running the sample where you call the get_bars API, and turn the result into a dataframe. I get the below exception locally.
```
Traceback (most recent call last):
File "/Users/jbgrunewald/trade-bot/get_symbol.py", line 21, in <module>
print(api.get_bars("AAPL", TimeFrame.Minute, "2021-06-08", "2021-0... | closed | 2021-09-05T22:51:39Z | 2021-10-20T15:26:46Z | https://github.com/alpacahq/alpaca-trade-api-python/issues/485 | [] | jbgrunewald | 3 |
feature-engine/feature_engine | scikit-learn | 146 | function _define_variables should take only str or list of str | Current implementation can take list of tuples, this behaviour should not be allowed. Should expand the test to catch this up. | closed | 2020-10-06T14:00:14Z | 2020-10-20T15:49:43Z | https://github.com/feature-engine/feature_engine/issues/146 | [] | solegalli | 3 |
allenai/allennlp | pytorch | 5,379 | Cannot import name 'GradientDescentTrainer' from 'allennlp.training.trainer' | closed | 2021-08-26T07:49:22Z | 2021-08-26T08:22:58Z | https://github.com/allenai/allennlp/issues/5379 | [
"bug"
] | blackbirt-5 | 0 | |
sammchardy/python-binance | api | 1,010 | Two "await" phrase has been missed in AsyncClient methods |

as it is visible in the screenshot, there is no "await".
is that a bug or I'm wrong(Pardon my noobness)
| open | 2021-09-08T11:08:00Z | 2021-09-08T11:10:17Z | https://github.com/sammchardy/python-binance/issues/1010 | [] | AmoSobhan | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.