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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
tqdm/tqdm | jupyter | 1,632 | Request: option to unwrap tqdm.contrib.itertools.product into individual progress bars (per dimension) | Currently, there's a wrapper around itertools.product in tqdm.contrib.itertools that does a good job solving the case of "tqdm does not know the length of a generic iterable passed to it", by calculating the expected total, here: https://github.com/tqdm/tqdm/blob/master/tqdm/contrib/itertools.py
This results in a li... | open | 2024-11-15T23:42:37Z | 2024-11-26T23:52:05Z | https://github.com/tqdm/tqdm/issues/1632 | [] | Indivicivet | 0 |
ray-project/ray | deep-learning | 50,685 | [core] Split giant ray core C++ targets into small ones (GCS) | This is a sub-issue of https://github.com/ray-project/ray/issues/50586 to split the GCS bazel target. | closed | 2025-02-18T14:37:33Z | 2025-02-21T21:10:29Z | https://github.com/ray-project/ray/issues/50685 | [
"enhancement",
"core"
] | fscnick | 1 |
influxdata/influxdb-client-python | jupyter | 280 | Using regex in queries | Hi,
I would like to use a regex to filter tags in my query. I only want tags that contain a certain sub-string.
In the Flux docs, I found this example to filter fields that contain the string "_percent" (https://docs.influxdata.com/influxdb/cloud/query-data/flux/regular-expressions/) :
from(bucket: "example-buck... | closed | 2021-06-30T08:13:19Z | 2021-07-20T05:29:56Z | https://github.com/influxdata/influxdb-client-python/issues/280 | [
"question",
"wontfix"
] | thojdid | 4 |
MaartenGr/BERTopic | nlp | 1,723 | TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType | `.fit_transform()` will no longer execute even on datasets used in BERTopic's example scripts. I haven't been able to get BERTopic's pre-trained models like BERTopic_Wikipedia or BERTopic_ArXiv to `.fit_transform()' chunks. I've been getting `TypeError: stat: path should be string, bytes, os.PathLike or integer, not No... | closed | 2024-01-05T01:03:30Z | 2024-01-10T10:50:49Z | https://github.com/MaartenGr/BERTopic/issues/1723 | [] | themeaningofmeaning | 4 |
hbldh/bleak | asyncio | 1,252 | Fail to connect to custom GATT service | * bleak version: 0.19.5 (bleak-winrt==1.2.0)
* Python version: 3.9.13
* Operating System: Windows 10, version 22H2, build 19045
### Description
I am trying to connect to a custom GATT service on a Raspberry Pi model 4B, from a windows PC.
Problem is : when attempting to connect, the program crashes.
From ... | closed | 2023-03-10T16:01:06Z | 2023-03-17T20:17:46Z | https://github.com/hbldh/bleak/issues/1252 | [
"Backend: WinRT"
] | alphai-dev | 4 |
hbldh/bleak | asyncio | 647 | main.py: Unexpected Error: 'NoneType' object has no attribute 'add_connection_status_changed' | Hello, I recently came across this ble library (https://github.com/Jakeler/ble-serial) and started exploring it to see if its suitable for me to use in my project. While connecting to my ble peripheral device i get the following error. I dont understand this error and hence seeking help
main.py: Unexpected Error: 'N... | closed | 2021-10-04T05:24:14Z | 2021-10-08T02:16:26Z | https://github.com/hbldh/bleak/issues/647 | [
"bug",
"Backend: WinRT"
] | abeldsouza | 15 |
nteract/papermill | jupyter | 628 | PapermillExecutionError cannot be loaded from picklefile | ## 🐛 Bug
As part of my team's workflow, we extensively use Papermill to run notebooks as part of our Apache Airflow pipelines. When upgrading Airflow to version 2.X.X we found that our default error handling tools were no longer providing detailed errors from our PapermIll tasks. The cause for this is that Airflow ... | closed | 2021-08-30T18:42:08Z | 2021-08-31T04:39:30Z | https://github.com/nteract/papermill/issues/628 | [
"bug",
"help wanted"
] | Calder-Ty | 1 |
lanpa/tensorboardX | numpy | 233 | Cannot observe anything besides embeddings Python 3.7 Pytorch 1.0 TensorBoard 1.10/11.0 | Hi,
I tried your demo.py with pytorch version 1.0 (last release) and tensorboard 1.10/11.0, both compiled for python 3.7 on a Mac. Unfortunately, I cannot see anything (scalars, graphs, etc) besides embeddings.
I also have this error when running tensorboard
```shell
Exception in thread Reloader:
Traceback (mo... | open | 2018-10-03T20:08:13Z | 2019-01-01T09:51:55Z | https://github.com/lanpa/tensorboardX/issues/233 | [
"wait for response"
] | Diego999 | 3 |
mars-project/mars | pandas | 2,684 | [BUG] df.loc[:, [fields]] triggered unnecessary iterative tiling | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
df.loc[:, [fields]] triggered unnecessary iterative tiling.
**To Reproduce**
To help us reproducing this bug, please provide information ... | closed | 2022-02-08T09:20:53Z | 2022-02-09T02:58:07Z | https://github.com/mars-project/mars/issues/2684 | [
"type: bug",
"mod: dataframe",
"task: medium"
] | qinxuye | 0 |
falconry/falcon | api | 1,650 | Get Falcon into Anaconda's `default` channel | Anaconda users out there, help needed!
As I understand (sanity check needed!), Anaconda is distributing a [curated list of packages](https://docs.anaconda.com/anaconda/packages/pkg-docs/) which are shipped as a distribution and/or installable using the `conda` package manager.
Falcon is not there.
However, Falco... | closed | 2020-01-25T09:55:43Z | 2021-10-14T07:31:30Z | https://github.com/falconry/falcon/issues/1650 | [
"wontfix",
"maintenance"
] | vytas7 | 1 |
openapi-generators/openapi-python-client | fastapi | 583 | Path Parameters are Broken | See https://github.com/openapi-generators/openapi-python-client/discussions/578 | closed | 2022-02-02T05:32:03Z | 2024-09-04T00:32:48Z | https://github.com/openapi-generators/openapi-python-client/issues/583 | [
"🐞bug"
] | dbanty | 1 |
tensorflow/datasets | numpy | 10,504 | Huggingface dataset supporting problem | Short description
Unable to load huggingface datasets with the tfds.load() function.
Environment information
Operating System: Debian 6.1.99-1 (2024-07-15) x86_64
Python version: 3.11
tensorflow-datasets/tfds-nightly version: 4.9.7
tensorflow/tf-nightly version: 2.18.0
datasets version: 3.1.0
Does... | closed | 2024-12-06T16:48:42Z | 2024-12-12T09:28:14Z | https://github.com/tensorflow/datasets/issues/10504 | [] | Humairahmedofficial | 1 |
hbldh/bleak | asyncio | 830 | Any way of using bleak in a non blocking way? | * bleak version:0.14.3
* Python version:3.9
* Operating System:Android
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
Bleak commands are working perfectly but while it is in process it blocks the whole app, any way to use bleak in a non blocking way .Tried threading at first but didnt wo... | closed | 2022-05-16T09:34:35Z | 2022-07-13T19:48:28Z | https://github.com/hbldh/bleak/issues/830 | [] | NewAge12 | 5 |
tensorflow/tensor2tensor | machine-learning | 1,429 | Change hparams hidden_size dimension | ### Description
So l want to change the 'hidden_size' of the hparam after I initialize it with the below code:
```
from tensor2tensor.models import transformer
import tensorflow as tf
hparams = transformer.transformer_base()
```
How can this be done?
...
### Environment information
```
OS: <your a... | closed | 2019-02-02T10:10:50Z | 2019-02-02T10:54:19Z | https://github.com/tensorflow/tensor2tensor/issues/1429 | [] | Eugen2525 | 2 |
graphql-python/graphene-django | django | 988 | DjangoFilterConnectionField does not use source arg | Using the [starwars example app](https://github.com/graphql-python/graphene-django/tree/master/examples/starwars) for explanation.
* **What is the current behavior?**
The `DjangoFilterConnectionField` does not use `source` arg, it only works on field name.
* **If the current behavior is a bug, please provide t... | open | 2020-06-11T17:31:41Z | 2020-08-28T04:23:38Z | https://github.com/graphql-python/graphene-django/issues/988 | [
"🐛bug"
] | wkoot | 1 |
SYSTRAN/faster-whisper | deep-learning | 486 | Clarification On Keeping The Model Loaded | Hello,
I want to make an internal API and I want to keep the model loaded in memory and do the inference once requested only.
Is that supported or should I look on implementing it from scratch?
Thank you <3 | closed | 2023-09-23T09:00:07Z | 2024-11-19T23:25:26Z | https://github.com/SYSTRAN/faster-whisper/issues/486 | [] | yb-cs | 1 |
open-mmlab/mmdetection | pytorch | 11,618 | When the code reproduces: No module named 'mmdet.models.utils.res_layer' | when i try to reproduce the paper code : i have installed mmdet .version==3.0.0rc5 ~3.1.0 before ,but it cant work

i dont know how to solve it now
need help
已经安装过不同的版本从3.0.0rc5 到3.1.0(其他版本不能运行代码),但都会出现这个问题: ... | closed | 2024-04-05T07:03:30Z | 2024-04-05T09:35:59Z | https://github.com/open-mmlab/mmdetection/issues/11618 | [] | h-yy-bag | 1 |
pandas-dev/pandas | python | 60,913 | Roadmap page has numbered-only list when should be a mix of numbered and unnumbered | [about / roadmap page in the website](https://pandas.pydata.org/about/roadmap.html) shows a numbered list of 17 items and this doesn't seem to be the expected result by looking at the code:
https://github.com/pandas-dev/pandas/blob/05de25381f71657bd425d2c4045d81a46b2d3740/web/pandas/about/roadmap.md?plain=1#L108-L145 | open | 2025-02-11T19:58:06Z | 2025-02-12T15:27:09Z | https://github.com/pandas-dev/pandas/issues/60913 | [] | rffontenelle | 1 |
automl/auto-sklearn | scikit-learn | 1,254 | resampling_strategy not support sklearn.model_selection.LeaveOneOut? | # Short Question Description
When set `resampling_strategy=sklearn.model_selection.LeaveOneOut`, got error message of "Illegal resampling strategy".
# Code example
```
automl = autosklearn.classification.AutoSklearnClassifier(
time_left_for_this_task=120,
n_jobs=10, memory_limit=28000,
include_estimators=... | closed | 2021-09-26T08:01:06Z | 2021-09-28T06:53:00Z | https://github.com/automl/auto-sklearn/issues/1254 | [] | husi253 | 2 |
huggingface/text-generation-inference | nlp | 2,543 | Error: Backend(Warmup(Generation("Hidden size mismatch"))) when launch Mixtral-8x22B-v0.1 | ### System Info
System Info
TGI version: 2.2.1-dev0
LLM: mistralai/Mixtral-8x22B-v0.1 (https://huggingface.co/mistralai/Mixtral-8x22B-v0.1)
GPU: AMD MI300X
ROCm v6.2.0
Commands:
text-generation-launcher --model-id /data/llm/Mixtral-8x22B-v0.1/ --num-shard 8
Logs:
```
AssertionError: Hidden size... | open | 2024-09-21T02:29:56Z | 2024-09-21T02:29:56Z | https://github.com/huggingface/text-generation-inference/issues/2543 | [] | alexhegit | 0 |
johnthagen/python-blueprint | pytest | 84 | Add centered table to MkDocs example | - https://github.com/squidfunk/mkdocs-material/issues/3430 | closed | 2022-02-28T12:56:49Z | 2022-04-07T00:08:36Z | https://github.com/johnthagen/python-blueprint/issues/84 | [
"enhancement"
] | johnthagen | 1 |
numpy/numpy | numpy | 27,834 | DOC: numpy imported twice in default_rng example docs | https://github.com/numpy/numpy/blob/b1e6ccd14b173b922f5d6a11bb252f4141dc42cd/doc/source/reference/random/index.rst?plain=1#L66C1-L68C25
Noticed this. A minor doc bug? Or some reason to import again after secrets? | closed | 2024-11-25T01:56:38Z | 2024-11-29T19:44:28Z | https://github.com/numpy/numpy/issues/27834 | [
"04 - Documentation",
"sprintable"
] | jonpovey | 1 |
ipython/ipython | data-science | 14,095 | Issue with “Python Jupyter Notebook” and “ipython”: they freeze or hang | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | open | 2023-06-10T00:15:43Z | 2023-06-10T00:15:43Z | https://github.com/ipython/ipython/issues/14095 | [] | dahlmichael24 | 0 |
microsoft/hummingbird | scikit-learn | 606 | Remove the `except` part and use `n_features_in_` everywhere | Related to https://github.com/microsoft/hummingbird/pull/605#discussion_r916084923 | closed | 2022-07-08T04:41:41Z | 2022-08-10T16:12:15Z | https://github.com/microsoft/hummingbird/issues/606 | [] | mshr-h | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 553 | ValueError: operands could not be broadcast together with shapes (1,401) (0,) | closed | 2020-10-12T18:25:08Z | 2020-10-15T16:11:24Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/553 | [] | Jesper117 | 4 | |
paperless-ngx/paperless-ngx | machine-learning | 8,965 | [BUG] "Invalid f-string detected: 'filename'" in Workflows | ### Description
When using {filename} as a placeholder in a workflow (e.g., assign_title), Paperless-ngx returns a 400 Bad Request error with:
`{"actions":[{"assign_title":["Invalid f-string detected: \"filename\""]}]}`
This prevents workflows from correctly applying the filename. `{original_filename}` works, but `{... | closed | 2025-01-30T23:15:57Z | 2025-03-02T03:12:02Z | https://github.com/paperless-ngx/paperless-ngx/issues/8965 | [
"not a bug"
] | Philicoco | 2 |
httpie/cli | api | 1,454 | Feature request: pre-request script and post-request script | ## Checklist
- [x] I've searched for similar feature requests.
---
## Enhancement request
Please add pre and post request script.
---
## Problem it solves
Sometimes when working with secure API that needs to create a request signature using complicated stuff (e.g hashing the host, request url, requ... | open | 2022-12-08T13:22:28Z | 2025-03-19T10:20:08Z | https://github.com/httpie/cli/issues/1454 | [
"enhancement",
"new"
] | kamalhm | 12 |
dpgaspar/Flask-AppBuilder | flask | 1,390 | Use "allow list" or "safe list" instead of the term "whitelist" | Language matters. I'd like to remove all references in Apache Airflow to white list or black list and I found an example in the default webserver template config we ship.
The recent global events have made this even more relevant, Here is a well written article for why I think it matters
https://www.ncsc.gov.uk/... | closed | 2020-06-07T20:55:38Z | 2021-06-29T00:56:12Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1390 | [
"stale"
] | ashb | 6 |
mars-project/mars | pandas | 2,553 | Implements scores derived from multi-label confusion matrices | `precision_score`, `recall_score`, `f1_score` and `fbeta_score` are all derived from multi-label confusion matrices. These scores are now missing in Mars learn package. | closed | 2021-10-27T11:53:13Z | 2021-11-02T06:10:22Z | https://github.com/mars-project/mars/issues/2553 | [
"type: feature",
"mod: learn"
] | wjsi | 0 |
vvbbnn00/WARP-Clash-API | flask | 42 | 能否做成docker镜像呢? | 如题 | closed | 2024-02-20T17:09:53Z | 2024-02-24T08:47:11Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/42 | [
"duplicate"
] | toyo2333 | 3 |
RobertCraigie/prisma-client-py | pydantic | 516 | Add support for batching raw queries | ## Problem
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
This is currently not supported.
## Suggested solution
<!-- A clear and concise description of what you want to happen. -->
It is unknown if Prisma actually supports this internally or not but... | closed | 2022-10-11T12:32:27Z | 2022-10-30T13:14:21Z | https://github.com/RobertCraigie/prisma-client-py/issues/516 | [
"kind/improvement",
"topic: client",
"level/intermediate",
"priority/high"
] | RobertCraigie | 0 |
oegedijk/explainerdashboard | dash | 71 | dash.dependencies.Input Error | Hello Mr. Oegedijk,
I was trying to run sample code however, I continuously get this error.
"IncorrectTypeException: The input argument `pdp-col-33.value` must be a list or tuple of
`dash.dependencies.Input`s."
I tried many different ways, but I couldn't solve the issue. Could you please help me how I can solve ... | closed | 2021-01-18T16:59:05Z | 2021-01-25T12:38:25Z | https://github.com/oegedijk/explainerdashboard/issues/71 | [] | seragizozel | 4 |
modelscope/data-juicer | data-visualization | 218 | 3sigma在alphanumeric_filter中是如何计算的? | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2024-02-23T08:05:00Z | 2024-03-24T09:32:03Z | https://github.com/modelscope/data-juicer/issues/218 | [
"question",
"stale-issue"
] | echo-valor | 3 |
wandb/wandb | tensorflow | 9,084 | [Bug-App]: Visualization Issues on Mobile Website | ### Describe the bug
First of all, thank you for the amazing service! WandB is incredibly useful for monitoring training progress.
I usually visualize training outputs on my smartphone, but recently the website's visualization hasn't been working as expected.
Device Details:
- Device: Samsung Galaxy S21
- Browser: ... | open | 2024-12-13T06:55:23Z | 2024-12-14T00:49:11Z | https://github.com/wandb/wandb/issues/9084 | [
"ty:bug",
"a:app"
] | GiulioRomualdi | 1 |
netbox-community/netbox | django | 18,915 | Unable to view or delete uploaded image attachments in Minio | ### Deployment Type
Self-hosted
### NetBox Version
v4.2.5
### Python Version
3.10
### Steps to Reproduce
1. Run Netbox helm chart and deploy it with persistence: false. Set variables:
storageBackend: storages.backends.s3.S3Storage
storageConfig:
AWS_ACCESS_KEY_ID: 'some-key'
# AWS_SECRET_ACCESS_KEY ... | open | 2025-03-15T15:58:18Z | 2025-03-18T18:59:59Z | https://github.com/netbox-community/netbox/issues/18915 | [
"type: bug",
"status: needs owner",
"severity: low"
] | polipones | 1 |
gradio-app/gradio | machine-learning | 9,907 | BarPlot not working | ### Describe the bug
Hello,
i am having problem with BarPlot, it dose not work properly.
i tried both Gradio V5 and V4.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```python
import random
import time
import pandas as pd
import gradio ... | closed | 2024-11-05T17:43:01Z | 2025-02-07T18:00:44Z | https://github.com/gradio-app/gradio/issues/9907 | [
"bug"
] | mussonero | 1 |
Guovin/iptv-api | api | 594 | iptv-api lite执行卡主 | guovern/iptv-api:lite
```
Checking if your network supports IPv6...
Your network does not support IPv6
Total urls: 9625, need to sort: 870
```
查询日志执行到这一步不再执行,output文件夹只有一个log文件 | closed | 2024-11-29T09:22:50Z | 2024-12-03T02:07:33Z | https://github.com/Guovin/iptv-api/issues/594 | [
"invalid",
"question"
] | gstory0404 | 6 |
paperless-ngx/paperless-ngx | django | 8,705 | [BUG] Tags are hidden in the list view | ### Description

Tags are showing in the other views, but not in the view in the screenshot.
### Steps to reproduce
Go to any views.
### Webserver logs
```bash
NA
```
### Browser logs
_No response_
### Paperless-ngx ve... | closed | 2025-01-13T21:07:19Z | 2025-02-13T03:06:54Z | https://github.com/paperless-ngx/paperless-ngx/issues/8705 | [
"bug",
"frontend"
] | vamagnus | 1 |
2noise/ChatTTS | python | 48 | 生成音频了,但是有几个小问题 | 几个小问题
1. 对于标点的识别有问题。中间引号这些符号都不能用
2. 文本太长时就会说崩。会含糊结束,略掉前后大片文字 | closed | 2024-05-29T08:22:24Z | 2024-07-15T04:01:56Z | https://github.com/2noise/ChatTTS/issues/48 | [
"stale"
] | sandycs-protoss | 1 |
pydantic/logfire | pydantic | 224 | Docs breadcrumbs usually start with 'Intro' | e.g. 'Intro > Legal'. This doesn't make sense.

| closed | 2024-05-30T12:49:03Z | 2024-06-04T13:17:37Z | https://github.com/pydantic/logfire/issues/224 | [
"documentation"
] | alexmojaki | 5 |
keras-team/keras | tensorflow | 20,058 | "No gradients provided for any variable." when variable uses an integer data type | When using an integer data type for a trainable variable, training will always throw a "No gradients provided for any variable." `ValueError`. Here is a very simple example to reproduce the issue:
```python
import keras
import tensorflow as tf
import numpy as np
variable_dtype = tf.int32
# variable_dtype = tf... | closed | 2024-07-29T05:39:48Z | 2024-08-28T04:48:49Z | https://github.com/keras-team/keras/issues/20058 | [
"type:support"
] | solidDoWant | 9 |
flasgger/flasgger | rest-api | 277 | How to configure sorting? | What I want is order by tags......but default is order by path on page | closed | 2019-01-16T03:34:05Z | 2019-01-16T10:11:29Z | https://github.com/flasgger/flasgger/issues/277 | [] | SparkleBo | 2 |
timkpaine/lantern | plotly | 205 | README.md Link Error: jupyterlab_email | Hello,
Thank you putting all of these neat extensions together! Or are they plug-ins...
In any event.
If you go to [About](https://github.com/timkpaine/lantern/blob/master/README.md#about) section of README.md, and look at the link for jupyterlab_email, the markdown is currently as follows:
```
This libra... | closed | 2021-06-09T00:48:55Z | 2024-02-03T21:42:30Z | https://github.com/timkpaine/lantern/issues/205 | [] | skilfullycurled | 0 |
google-research/bert | nlp | 600 | BERT Issues with run_squad.py | Hello!
I was trying to run the SQuAD 1.1 example (run_squad.py)
I followed the instructions from README.md in [Google BERT GitHub repository](https://github.com/google-research/bert#squad-11).
My configuration code is the following:
```
export BERT_BASE_DIR="$/mnt/c/Users/MyUsername/bert/multi_cased_L-12_H-76... | closed | 2019-04-25T17:31:41Z | 2020-01-15T15:47:38Z | https://github.com/google-research/bert/issues/600 | [] | Giorg-B | 5 |
google-research/bert | nlp | 939 | nan error: tensorflow.python.framework.errors_impl.InvalidArgumentError: From /job:worker/replica:0/task:0: Gradient for bert/embeddings/LayerNorm/gamma:0 is NaN : Tensor had NaN values [[node CheckNumerics_4 (defined at usr/local/lib/python3.5/dist-packages/tensorflow_core/python/framework/ops.py:1748) ]] | Original stack trace for 'CheckNumerics_4':
File "usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "home/mengqingyang0102/albert/run_squad_sp.py", line 1381, in <module>
tf.ap... | open | 2019-11-26T08:16:28Z | 2020-05-05T17:55:55Z | https://github.com/google-research/bert/issues/939 | [] | SUMMER1234 | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 403 | filter: Guys, did you forgot on DateTimeFilter? | Hi, i had to add:
```python
class DateTimeFilter(OrderedFilter):
"""Concrete Filter Class which specifies a type for all the abstract filter methods defined in the super classes"""
class Meta:
graphene_type = graphene.DateTime
```
to `graphene_sqlalchemy/filters.py` for filter on graphene.DateT... | closed | 2024-03-04T19:48:21Z | 2024-09-02T00:49:58Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/403 | [] | Salamek | 2 |
autogluon/autogluon | scikit-learn | 4,967 | [BUG]How to suppress NLTK download info? or is there a bug | When i follow the instructions of multimodelin the website tutorial, i got these annoying infos:
```
[nltk_data] Downloading package averaged_perceptron_tagger to
[nltk_data] /home/lys/nltk_data...
[nltk_data] Package averaged_perceptron_tagger is already up-to-
[nltk_data] date!
[nltk_data] Downloading pac... | open | 2025-03-08T03:33:50Z | 2025-03-19T05:16:17Z | https://github.com/autogluon/autogluon/issues/4967 | [
"bug: unconfirmed",
"Needs Triage"
] | LOYINuts | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 57 | Only one CPU is being used on 4 core CPU | Hi,
I am hosting a web application on 4 cores CPU. When I make concurrent requests, only one CPU is being used and other 3 CPU's are using only 3 to 4%. How can I get high parallelism and concurrency?
my `docker-compose` file is as follows
```
version: '3'
services:
web:
build:
context: .
... | closed | 2020-09-15T09:26:03Z | 2023-07-12T15:51:36Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/57 | [] | laxmimerit | 4 |
healthchecks/healthchecks | django | 626 | Implement check auto-provisioning when pinging with a slug that does not exist | I am able to confirm that pre-existing slugs work. However, non-existent ones do not.
However, following your example here https://blog.healthchecks.io/2021/09/monitoring-postgresql-with-pgmetrics-and-pgdash/ and using runitor (and actually, without runitor, simply using curl) it gives a 404 when supplying a ping ke... | closed | 2022-03-29T06:41:54Z | 2023-07-06T07:47:31Z | https://github.com/healthchecks/healthchecks/issues/626 | [
"feature"
] | mike503 | 12 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 654 | new pypi release // release cycle | Are there any plans on releasing a new version of this package any time soon? In particular, we are interested in the changes of #613 and are currently working around this by subclassing the base query ourselves.
I know it is tedious to be asked over and over again for now releases, but as a user I am not sure if th... | closed | 2018-11-23T15:53:11Z | 2020-12-05T20:46:24Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/654 | [] | Birne94 | 1 |
geex-arts/django-jet | django | 22 | Using jet dashboard in production causing 404 for admin page | I've recently upgraded to 0.1.3. Everything is working fine except for jet dashboard. When I'm using only `jet` then everything is working fine. But adding `jet.dashboard` is creating 404 for admin page after login (Without login, login form for admin is rendering fine).
Here is my configuration:
**Installed Apps:**... | closed | 2015-11-07T07:13:31Z | 2019-12-11T16:43:07Z | https://github.com/geex-arts/django-jet/issues/22 | [] | DheerendraRathor | 8 |
alirezamika/autoscraper | web-scraping | 76 | Scrapping output is zero | i tried to scrape the webpage but the results are zero 👍
/////////
`
from autoscraper import AutoScraper
url = 'https://trade.mango.markets/account?pubkey=8zJHqNa9sVvyLmVBQwY2vch5729dqfmzF3cxE25ZYVn'
wanted_list = ['Futures Positions','Notion Size']
scraper = AutoScraper()
result = scraper.build(url, w... | closed | 2022-09-17T14:17:30Z | 2024-10-10T02:01:37Z | https://github.com/alirezamika/autoscraper/issues/76 | [
"Stale"
] | sbhadade | 4 |
Skyvern-AI/skyvern | api | 1,087 | Feature Request 「plz support InternLM2.5」 | Hi,
I noticed that the repository currently lacks support for the InternLM2.5-7B (1.8B, 20B) model, which may cause compatibility issues or missing steps for users trying to implement it. It would be beneficial to update the repository with detailed instructions or tools for integrating and using the InternLM2.5-7B ... | open | 2024-10-30T07:10:05Z | 2024-12-12T08:58:21Z | https://github.com/Skyvern-AI/skyvern/issues/1087 | [
"good first issue",
"help wanted"
] | boshallen | 4 |
vaexio/vaex | data-science | 2,429 | Issue on page /tutorial_jupyter.html | I've tried to run this tutorial on interactive Jupyter integration, but I keep running into an exception on several cells: "Exception: Expected a 1d array". https://vaex.readthedocs.io/en/latest/tutorial_jupyter.html
The first cell this appears is the cell under the "Interactive plots" header, shown below.
<img ... | open | 2024-08-20T01:00:00Z | 2024-08-20T01:00:20Z | https://github.com/vaexio/vaex/issues/2429 | [] | vvelan | 0 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 499 | 继续训练好像少一个epoch | pytorch版本中yolov3-spp的train.py中的126行:epochs += ckpt['epoch']
是不是应该为:epochs += start_epoch | closed | 2022-03-23T06:35:29Z | 2022-03-23T15:22:36Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/499 | [] | qingjianbuyi | 4 |
aiortc/aiortc | asyncio | 83 | QUESTION[Trying videostream_cli example in separate hosts linux environment] | Hi Jeremy,
I am trying aortic framework examples, specifically the videostream_cli example in docker.
Before that I have tried the videostream_cli example in a my machine (instantiating MediaPlayer with a dummy video file) with the following arguments
command-line window 1 > python cli.py --signaling tcp-socket ... | closed | 2018-10-17T15:34:08Z | 2018-10-22T17:34:02Z | https://github.com/aiortc/aiortc/issues/83 | [
"question"
] | sarkarchandan | 4 |
pbugnion/gmaps | jupyter | 320 | Can't visualize the map | i'm trying to use the Gmaps library on Jupyter notebook. I can't display the generated map.
- Installation: i tried both `conda install -c conda-forge gmaps`
and `pip3 install gmaps` .
- Api key: i followed the instructions in [this](https://developers.google.com/maps/documentation/geocoding/get-api-key?authus... | open | 2019-09-10T15:33:29Z | 2021-01-13T10:01:04Z | https://github.com/pbugnion/gmaps/issues/320 | [] | AlcorDust | 6 |
hzwer/ECCV2022-RIFE | computer-vision | 373 | 请问一下图片在数据集的位置 | H佬你好!请问一下论文里这几组图片在Vimeo90K数据集的位置,非常感激!
<img width="495" alt="截屏2024-08-15 17 44 28" src="https://github.com/user-attachments/assets/885b2393-b4a8-4487-9eb6-cda06934a161">
<img width="544" alt="截屏2024-08-15 17 44 20" src="https://github.com/user-attachments/assets/8827aabb-cf4b-49f9-bce7-c5f4918021e7"> | open | 2024-08-15T09:48:55Z | 2024-08-19T10:12:22Z | https://github.com/hzwer/ECCV2022-RIFE/issues/373 | [] | pengjunxing | 1 |
gradio-app/gradio | data-science | 10,106 | Allow multiple example images to be displayed in the chatbot component | - [x] I have searched to see if a similar issue already exists.
When running the following code,
```py
import gradio as gr
def run(message, history):
return "aaa"
demo = gr.ChatInterface(
fn=run,
examples=[
[
{
"text": "Describe the imags.",
... | closed | 2024-12-03T09:05:10Z | 2024-12-13T21:28:02Z | https://github.com/gradio-app/gradio/issues/10106 | [
"enhancement"
] | hysts | 1 |
plotly/dash-core-components | dash | 104 | Slider linked to numeric input | Is there an easy way to do this?
I want a slider but also some precision. | open | 2017-10-31T12:51:13Z | 2017-10-31T15:50:35Z | https://github.com/plotly/dash-core-components/issues/104 | [] | bolokoz | 1 |
fastapi-admin/fastapi-admin | fastapi | 119 | Unable to install in simple FastAPI app | Hey,
I'm trying to install this in a small FastAPI application but so far when i go to http://localhost:8000/admin i just get a 404
<img width="571" alt="image" src="https://user-images.githubusercontent.com/294496/196099735-8bdcb8a2-ebcc-4f09-bf4c-b96e5d9324a7.png">
I setup the application getting inspiration... | open | 2022-10-17T06:04:31Z | 2023-07-31T10:43:39Z | https://github.com/fastapi-admin/fastapi-admin/issues/119 | [] | vampolo | 5 |
jupyter/nbgrader | jupyter | 1,581 | Generating example config file... taking eternal time | <!--
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
Windo... | open | 2022-05-12T23:34:44Z | 2022-05-18T12:11:48Z | https://github.com/jupyter/nbgrader/issues/1581 | [
"needs info"
] | moctarjallo | 2 |
desec-io/desec-stack | rest-api | 246 | Provide way to enforce IPv4 for Dyn Update? | In a dual stack setup, how can I use the update.dedyn.io "dyndns12" API to reliably update the dyn DNS IP address to my v4 address? We provide this functionality for IPv6 via the `update6.dedyn.io` hostname, however, it appears there is no `update4.dedyn.io`. Is there a good reason we don't offer that? | open | 2019-09-26T17:06:20Z | 2023-01-20T12:02:40Z | https://github.com/desec-io/desec-stack/issues/246 | [] | nils-wisiol | 1 |
lanpa/tensorboardX | numpy | 279 | Source install incomplete on Ubuntu | When installing via `pip install -e .` from the source directory on Ubuntu 16.04, I can't import `tensorboardX` due to this problem:
```
ImportError: cannot import name 'event_pb2'
```
what could the issue be? | closed | 2018-11-14T10:33:36Z | 2018-11-18T10:27:14Z | https://github.com/lanpa/tensorboardX/issues/279 | [] | themightyoarfish | 7 |
Farama-Foundation/Gymnasium | api | 504 | [Bug Report] `Humanoid-v4` does not have `contact_cost` | ### Describe the bug
https://gymnasium.farama.org/main/environments/mujoco/humanoid/#rewards
https://github.com/Farama-Foundation/Gymnasium/blob/c4f67b9fd9e09e222cc37d1a2240ecaa7472054a/gymnasium/envs/mujoco/humanoid_v4.py#L391
https://github.com/Farama-Foundation/Gymnasium/blob/c4f67b9fd9e09e222cc37d1a2240e... | closed | 2023-05-14T13:03:35Z | 2023-05-26T14:32:57Z | https://github.com/Farama-Foundation/Gymnasium/issues/504 | [
"bug"
] | Kallinteris-Andreas | 5 |
ultralytics/ultralytics | computer-vision | 19,561 | how to figure out legacy? | ### 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
"
if m is C3k2: # for M/L/X sizes
legacy = False
... | closed | 2025-03-07T06:53:18Z | 2025-03-07T23:42:38Z | https://github.com/ultralytics/ultralytics/issues/19561 | [
"question"
] | xuan-xuan6 | 8 |
zappa/Zappa | django | 821 | [Migrated] zappa stops installing precompiled packages if an exception is raised processsing any package | Originally from: https://github.com/Miserlou/Zappa/issues/2057 by [ozgurakcali](https://github.com/ozgurakcali)
## Context
When a cached wheel file for a precompiled package is corrupted, zappa stops processing precompiled packages altogether.
## Expected Behavior
Zappa may skip the current package, but should c... | closed | 2021-02-20T12:52:05Z | 2024-04-13T19:10:02Z | https://github.com/zappa/Zappa/issues/821 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
JaidedAI/EasyOCR | pytorch | 816 | SSL: CERTIFICATE_VERIFY_FAILED | Here is my code:
`import easyocr
image = '/Volumes/di/Temp/weixintong/easyocr_test/1.1.1_1.1.1.png'
reader = easyocr.Reader(['ch_sim', 'en'], gpu=False)
result = reader.readtext(image)
print(result)`
Here is the error I received:
`/usr/local/bin/python3.7 /Volumes/di/Temp/weixintong/wxt_DI_Learn/LearningGi... | closed | 2022-08-09T05:58:28Z | 2022-08-10T03:48:47Z | https://github.com/JaidedAI/EasyOCR/issues/816 | [] | xintongw829 | 2 |
psf/requests | python | 6,055 | Help! RemoteDisconnected('Remote end closed connection without response') | I'm using residential proxies from https://www.dreamproxies.io/
The proxies seem to be all live, checked it on multiple proxy checkers but i keep getting Proxy error
`HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconn... | closed | 2022-01-31T14:49:39Z | 2022-05-01T18:00:30Z | https://github.com/psf/requests/issues/6055 | [] | hmzakhalid | 1 |
mljar/mljar-supervised | scikit-learn | 481 | Import result into Scikit-learn | Hello,
I have some questions about how to import the resulting models of the MLJAR process into scikit-learn.
-1. Do I have to manually extract the configuration of the framework.json parameters of each model into their corresponding counterpart?
-2. If that is the case, is a new training required of the mode... | open | 2021-10-27T08:09:42Z | 2021-10-27T12:00:07Z | https://github.com/mljar/mljar-supervised/issues/481 | [] | AlexanderZender | 3 |
jina-ai/serve | fastapi | 5,973 | 哎 一堆bug | closed | 2023-07-19T02:15:54Z | 2023-07-19T06:37:15Z | https://github.com/jina-ai/serve/issues/5973 | [] | yuanjie-ai | 1 | |
comfyanonymous/ComfyUI | pytorch | 6,998 | D:\a\ComfyUI\python_embeded\python.exe" | ### Expected Behavior
ComfyUI portable latets version.
When i try install or update something from cmd python_embeded/python.exe
i have this message D:\a\ComfyUI\python_embeded\python.exe" in cmd.
How change this path to python.exe from D to my ComfyUI portable installation ?
Windows 10.
Thank you.
### Act... | closed | 2025-02-27T15:01:40Z | 2025-02-27T16:08:15Z | https://github.com/comfyanonymous/ComfyUI/issues/6998 | [
"Potential Bug"
] | gambikules | 2 |
coqui-ai/TTS | pytorch | 2,932 | [Bug] `pip install TTS` failing, related to NumPy | ### Describe the bug
Hello - I'm trying to install TTS for the first time on a Mac, so that I can have a local text-to-speech generator, and I'm getting an error upon installation, using `pip3`.
## System Details
Computer: MacBook Pro, 2021 Apple M1 Max
OS: MacOS Ventura 13.5.1
Python version: 3.11.5
From ins... | closed | 2023-09-08T13:18:27Z | 2023-09-28T10:07:46Z | https://github.com/coqui-ai/TTS/issues/2932 | [
"bug"
] | jro-cambria | 5 |
SYSTRAN/faster-whisper | deep-learning | 580 | Short Audio Transcription and Detection of phone ringing. | I am facing 2 issues while transcribing the audio files:
1. Not able to get transcription for shorter audios of 20-30 sec length.Tried for multiple audios but results are not good.
2. In some audios the initial part is some caller tune or just phone ringing.For this audio the transcript is really bad which I think is... | open | 2023-11-25T10:41:37Z | 2024-01-20T02:09:41Z | https://github.com/SYSTRAN/faster-whisper/issues/580 | [] | pranavbhat12 | 3 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 84 | Make some fields optional | Hello, Love the project and have a couple of suggestions:
1. make education optional
2. make github link optional
Appreciate the consideration! | closed | 2024-08-26T17:08:37Z | 2024-08-27T14:50:18Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/84 | [] | Udomaki | 3 |
tflearn/tflearn | tensorflow | 569 | How to get imdb.pkl file required in /examples/nlp/lstm.py | closed | 2017-01-22T09:05:33Z | 2017-02-08T06:41:33Z | https://github.com/tflearn/tflearn/issues/569 | [] | devanshdalal | 2 | |
NVIDIA/pix2pixHD | computer-vision | 240 | Question on continuous training | Hi,
Thanks for the nice project, I just begin with this model of pix2pixHD and would like to continuously train the second dataset based on the result model of the first dataset.
I would like to know how to set the parameters like '--continue_train' and '--load_pretrain',
Is there any example to set these parameter... | open | 2021-02-15T15:50:11Z | 2023-03-14T01:34:10Z | https://github.com/NVIDIA/pix2pixHD/issues/240 | [] | florakth | 2 |
jina-ai/serve | machine-learning | 5,245 | Separate/differentiate parser args that should have different descriptions/defaults | Some args belong to multiple entities (client, flow, gateway, worker pod), have different behavior and should have different default values/descriptions.
We should either replicate those args for different entities with different description/defaults or parameterize parser mixins | closed | 2022-10-06T07:51:00Z | 2022-10-28T16:34:12Z | https://github.com/jina-ai/serve/issues/5245 | [] | alaeddine-13 | 0 |
vanna-ai/vanna | data-visualization | 580 | Database connection hasn't close | ```
def connect_to_postgres(
self,
host: str = None,
dbname: str = None,
user: str = None,
password: str = None,
port: int = None,
):
"""
Connect to postgres using the psycopg2 connector. This is just a helper function to set [`vn.run_sql... | open | 2024-08-02T07:47:46Z | 2024-08-02T07:49:25Z | https://github.com/vanna-ai/vanna/issues/580 | [] | Blenzz | 1 |
falconry/falcon | api | 1,619 | Cannot get the posted parameters from a application/json request. | Hey guys,
I have set app.req_options.auto_parse_form_urlencoded to True,but when i run a http-post requests, i can only get a empty string with req.params.
How could i resolve this problem?
(1)requests code:
import requests
headers = {'CONTENT-TYPE': 'application/json'}
r = requests.post('http://127.0.0.... | closed | 2019-12-07T05:35:00Z | 2020-01-11T13:55:21Z | https://github.com/falconry/falcon/issues/1619 | [
"question"
] | raisoon | 8 |
keras-team/keras | deep-learning | 20,419 | Tried to convert 'y' to a tensor and failed. Error: None values not supported. | Went back to a working code from a couple months ago and now shows
`ValueError: in user code:
File "<ipython-input-31-1531690eb3bf>", line 12, in train_step *
node_embeddings = model(inputs, training=True, mask=None)
File "/usr/local/lib/python3.10/dist-packages/keras/src/utils/traceback_utils.p... | closed | 2024-10-27T22:05:30Z | 2024-10-27T23:33:46Z | https://github.com/keras-team/keras/issues/20419 | [] | atifsiddiqui10 | 0 |
deeppavlov/DeepPavlov | nlp | 1,082 | How to create my own TF-IDF matrix? | Hi there, I would like to create a custom train file based on en_ranker_tfidf_wiki.json, but I don't want to use the default Wikipedia vectors file. How can I create new vectors file, based on my own data? | closed | 2019-11-26T14:35:52Z | 2019-11-26T16:34:38Z | https://github.com/deeppavlov/DeepPavlov/issues/1082 | [] | w95 | 4 |
jackmpcollins/magentic | pydantic | 260 | how could we adding extra header into LitellmChatModel | `@prompt(
"Say hello",
model=LitellmChatModel(
model = "gpt-4o",
api_base = "",
custom_llm_provider="azureopen",
extra_header= {
"Api-Key": "xxxx",
"Content-Type": "application/json"
}
),
)
def say_hello_litellm() -> str: ...`
f... | closed | 2024-07-10T04:59:45Z | 2025-02-24T10:08:59Z | https://github.com/jackmpcollins/magentic/issues/260 | [] | ashinwz | 1 |
tfranzel/drf-spectacular | rest-api | 1,159 | django.template.base.VariableDoesNotExist: Failed lookup for key [script_url] | ```bash
28/Jan/2024 05:55:15,013 base.py:_resolve_lookup:922 [DEBUG] Exception while resolving variable 'script_url' in template 'drf_spectacular/swagger_ui.html'.
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django/template/base.py", line 875, in _resolve_lookup
current = c... | open | 2024-01-28T05:58:54Z | 2025-02-25T12:23:50Z | https://github.com/tfranzel/drf-spectacular/issues/1159 | [] | copyNdpaste | 7 |
dsdanielpark/Bard-API | api | 207 | Include extension data, eg Google Flight | **To Reproduce**
- [X] I have read [README.md](https://github.com/dsdanielpark/Bard-API). Please read me.
- [X] I have searched for existing issues. *(Most of the issues are duplicates.)*
Here's the prompt:
result = await bard.get_answer("Search one way flight for 14 Oct 2023, From bangkok, Thailand to Taipei, Ta... | closed | 2023-10-13T06:40:29Z | 2023-10-18T02:04:00Z | https://github.com/dsdanielpark/Bard-API/issues/207 | [] | jjkoh95 | 4 |
huggingface/transformers | deep-learning | 36,228 | A word-level timestamps on whisper generation pipeline is mismatched to total duration | ## Reproduction
Below code snippet is [official example](https://huggingface.co/openai/whisper-large-v3).
```
import torch
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
from datasets import load_dataset
device = "cuda:0" if torch.cuda.is_available() else "cpu"
torch_dtype = torch.float1... | open | 2025-02-17T09:42:02Z | 2025-03-13T13:28:38Z | https://github.com/huggingface/transformers/issues/36228 | [
"bug"
] | dobby-seo | 1 |
iperov/DeepFaceLab | deep-learning | 815 | Weird FPS when src with 29.97 FPS | When I try to merged to mp4 or avi with the data_dst.mp4 files with 29.97 FPS, the result has twice more FPS (59,94) and is running twice faster, half of movie is with sound and picture, rest of it is black with sound only.
The converter which I use to make smaller dst movies is VLC MEDIA PLAYER, codecs default h264 +... | open | 2020-07-06T21:51:18Z | 2023-06-08T22:13:16Z | https://github.com/iperov/DeepFaceLab/issues/815 | [] | wasyleque | 5 |
modoboa/modoboa | django | 2,399 | Creating/editing an account with aliases fails if that alias already exists | # Impacted versions
* Modoboa: 1.17
# Steps to reproduce
- Create an alias : test-alias@ -> whocares@
- Try the creation of a test account test-bug@ using legacy interface
# Current behavior
```
IntegrityError at /admin/accounts/new/
ERREUR: la valeur d'une clé dupliquée rompt la contrainte unique « ... | closed | 2021-11-06T17:44:55Z | 2021-11-10T08:16:24Z | https://github.com/modoboa/modoboa/issues/2399 | [] | fpoulain | 0 |
marshmallow-code/flask-smorest | rest-api | 273 | Optional pagination for view-endpoints | At the moment, using `Blueprint.paginate()` on a view-endpoint will enforce pagination, even if no pagination parameters were passed by the client (`DEFAULT_PAGINATION_PARAMETERS`). Adding a parameter to make the pagination optional could cover some additional use-cases. In this case the PaginationParameters-object cou... | open | 2021-08-18T12:51:29Z | 2021-09-27T21:27:02Z | https://github.com/marshmallow-code/flask-smorest/issues/273 | [
"enhancement"
] | der-joel | 2 |
pytest-dev/pytest-xdist | pytest | 630 | GitHub shows very out of date release as latest | FYI GitHub's view of the latest release is almost five years old, when it was actually less than two weeks ago:
<img width="228" alt="image" src="https://user-images.githubusercontent.com/5635139/108638199-e004b300-7442-11eb-9c3c-22c9ff40d6ed.png">
| closed | 2021-02-21T20:48:02Z | 2024-04-07T16:12:03Z | https://github.com/pytest-dev/pytest-xdist/issues/630 | [] | max-sixty | 2 |
babysor/MockingBird | pytorch | 744 | 数据集要解压到gz还是wav格式,我解压到gz说识别不了,大家有这个问题吗? | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
**Screenshots[截图(如有)]**
If applicable, add screenshots to help
| open | 2022-09-19T01:21:00Z | 2022-09-29T03:57:32Z | https://github.com/babysor/MockingBird/issues/744 | [] | Nicksooooo | 2 |
pandas-dev/pandas | python | 60,895 | Support for Storing and Retrieving Complex Data Types (e.g., Embeddings) in Pandas DataFrames | ### Feature Type
- [x] Adding new functionality to pandas
- [x] Changing existing functionality in pandas
- [x] Removing existing functionality in pandas
### Problem Description
Currently, Pandas does not provide a native way to store and retrieve complex data types like NumPy arrays (e.g., embeddings) in formats... | open | 2025-02-09T07:23:23Z | 2025-02-22T15:27:53Z | https://github.com/pandas-dev/pandas/issues/60895 | [
"Enhancement",
"IO CSV",
"Complex"
] | ashishjaimongeorge | 3 |
marimo-team/marimo | data-visualization | 4,158 | Gemini 2.0 Flash result is capped in AI ChatBot | ### Description
The result of a Gemini 2.0 prompt is capped without any further notice.
<img width="475" alt="Image" src="https://github.com/user-attachments/assets/5974cb59-effe-4cd3-b851-ec3b18132b1f" />
### Suggested solution
Please give a hint on how to increase the limit.
### Alternative
_No response_
### A... | closed | 2025-03-18T21:37:59Z | 2025-03-18T23:26:59Z | https://github.com/marimo-team/marimo/issues/4158 | [
"enhancement"
] | tobiolo | 3 |
zappa/Zappa | flask | 1,170 | Cache installed deps? | [Zappa downloads dependencies from manywheels and stores them... somewhere](https://github.com/zappa/Zappa/blob/19f61daacf01cce27929e9912e2066bbe5f81681/zappa/core.py#L909). How do we cache these dependencies on environments like CodeBuild to speed up deployment? I noticed that Zappa caches this locally, but since I'm ... | closed | 2022-09-02T10:49:10Z | 2022-09-10T23:42:58Z | https://github.com/zappa/Zappa/issues/1170 | [] | maramizo | 1 |
geex-arts/django-jet | django | 294 | Custom get_app_list() with Django JET | Hey! I'm looking for a way to show two list of apps installed in my django project SaaS, but with django-jet only shows me the apps that I registered before, so can I modify this with my custom admin site and a get_app_list() method that I wrote?
Thanks for your help! | closed | 2018-02-13T20:36:16Z | 2018-02-27T17:29:14Z | https://github.com/geex-arts/django-jet/issues/294 | [] | Jromero97 | 7 |
zihangdai/xlnet | tensorflow | 279 | How are the positional encodings derived | After reading the paper, it seems as though the content stream consists of its own word embedding and positional encoding, along with the word embeddings and positional encodings associated with its respective permutation vector, and the query stream consist of its positional encoding and a random W embedding, along wi... | open | 2021-02-05T04:45:23Z | 2021-02-05T04:45:23Z | https://github.com/zihangdai/xlnet/issues/279 | [] | bnicholl | 0 |
taverntesting/tavern | pytest | 525 | Problem with mqtt plugin, "Key 'aws-mqtt' was not defined". | Hello,
I'm trying to write a replacement mqtt plugin to use a different mqtt client instead of paho-mqtt.
I followed the documentation for plugins and have spent time reading through the existing paho-mqtt plugin etc. My plugin is structured exactly the same as the paho-mqtt package except the schema is trimmed d... | closed | 2020-02-13T04:07:39Z | 2020-02-13T18:28:20Z | https://github.com/taverntesting/tavern/issues/525 | [] | erichaus | 1 |
Miserlou/Zappa | flask | 1,323 | Parameter validation failed when using @task_sns. | ## Context
I want to invoke a task which use @task_sns.
E.g. code:
```
@task_sns
def my_async_task(data):
a = data.get('a')
b = data.get('b')
return a + b
def my_endpoint():
my_async_task({
'a': 4,
'b': 10
})
return jsonify({
'success': True
})... | open | 2018-01-01T18:07:26Z | 2021-12-13T05:05:47Z | https://github.com/Miserlou/Zappa/issues/1323 | [
"bug",
"aws"
] | Debetux | 13 |
pywinauto/pywinauto | automation | 1,030 | Pywinauto failing with too many element trees | Hi all,
First of all, happy new year. It's my first GitHub ticket, so apologies if it's a copy/same issue. I did go through some tickets, but the formulation is different and not always the same problem (but likely the same cause).
Simple question:
- Is the issue solvable through additional filters or is pywina... | open | 2020-12-30T09:49:26Z | 2021-03-15T17:33:43Z | https://github.com/pywinauto/pywinauto/issues/1030 | [
"question"
] | ghost | 3 |
explosion/spaCy | nlp | 12,954 | Lemmatization issues [Italian][Spanish][French] | Hello,
As a follow up on #11298 #11347, I would like to report some lemmatization problems with the spaCy 3.6 models for Italian, Spanish and French. We did not have these issues with the 3.2 version.
## How to reproduce the behaviour
Here are some examples:
| Language | Text ... | open | 2023-09-04T12:53:05Z | 2023-11-13T10:02:19Z | https://github.com/explosion/spaCy/issues/12954 | [
"lang / it",
"lang / fr",
"lang / es",
"feat / lemmatizer",
"perf / accuracy"
] | databill86 | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.