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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
supabase/supabase-py | flask | 548 | [FEATURE] Add Logical OR operator to match at least one filter | **Is your feature request related to a problem? Please describe.**
When performing a select operation It is currently not possible to match only rows which satisfy at least one of several filters.
**Describe the solution you'd like**
Would be nice to implement the same operator than in the javascript client: http... | closed | 2023-09-11T14:09:22Z | 2024-03-20T21:56:12Z | https://github.com/supabase/supabase-py/issues/548 | [] | fquellec | 2 |
kizniche/Mycodo | automation | 900 | Multiple SPI devices sharing same pins | ### Describe the problem/bug
Unable to share MISO, MOSI, and Clock pins between different SPI sensors.
### Versions:
- Mycodo Version: 8.8.8
- Raspberry Pi Version: 3B+
- Raspbian OS Version: Buster Desktop
### Reproducibility
Use multiple SPI sensors with same MISO, MOSI, and Clock Pin, but differe... | closed | 2020-12-10T18:38:27Z | 2020-12-15T13:29:20Z | https://github.com/kizniche/Mycodo/issues/900 | [] | not5 | 15 |
jupyter-incubator/sparkmagic | jupyter | 630 | Configure livy session start up time | I need to pass few jars while creating spark session.
Configure command used:
```
%%configure -f
{
"name": "test-xgboost",
"conf":{
"spark.jars.packages": "ml.dmlc:xgboost4j-spark:0.90,com.esotericsoftware.reflectasm:reflectasm:1.08"
}
}
```
This is taking more than 60 seconds but curren... | closed | 2020-02-12T10:48:14Z | 2020-02-12T16:00:50Z | https://github.com/jupyter-incubator/sparkmagic/issues/630 | [] | devender-yadav | 2 |
plotly/dash-table | plotly | 691 | dash-table Quickstart example (verbatim) fails to run on current Python, pandas, Jupyter | I followed the Dash QuickStart demonstration example verbatim from this dash github repo main page. The Dash QuickStart demonstration as provided does not run with current versions of supporting software.
I am bummed because I really needed this to work. The videos were so promising. The non-trivial example... | closed | 2020-02-17T04:59:01Z | 2020-02-17T14:19:17Z | https://github.com/plotly/dash-table/issues/691 | [] | richlysakowski | 1 |
datadvance/DjangoChannelsGraphqlWs | graphql | 109 | Support Python 3.11 | **`@asyncio.coroutine` was [removed in Python 3.11](https://bugs.python.org/issue43216).**
Using DjangoChannelsGraphqlWs leads to errors such as:
```
TypeError: Passing coroutines is forbidden, use tasks explicitly.
```
Are there any plans to upgrade to 3.11? | open | 2023-08-03T21:33:23Z | 2024-04-02T07:53:13Z | https://github.com/datadvance/DjangoChannelsGraphqlWs/issues/109 | [] | adrienhongcs | 1 |
inventree/InvenTree | django | 9,263 | Can not upload an image in bare metal install | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
Just installed bare metal inventree and after configuring '~/data/media' directory settimg / updaloading pictures to parts dont work.
I've got this set in "~/src/config.yml" along with e... | closed | 2025-03-08T21:19:37Z | 2025-03-12T10:12:26Z | https://github.com/inventree/InvenTree/issues/9263 | [
"question",
"not enough info"
] | mikelemo | 6 |
lepture/authlib | flask | 537 | TypeError: cannot convert 'URL' object to bytes with oauth.google.authorize_redirect() | Same issue as [this SO user](https://stackoverflow.com/questions/75883174/typeerror-cannot-convert-url-object-to-bytes-following-authlib-google-auth-ex). I'm following the [official tutorial](https://docs.authlib.org/en/latest/client/fastapi.html) / blog post, but I get the following error when it gets to `oauth.google... | open | 2023-04-02T17:59:34Z | 2023-06-26T07:01:48Z | https://github.com/lepture/authlib/issues/537 | [
"documentation"
] | Jsalaz1989 | 3 |
CanopyTax/asyncpgsa | sqlalchemy | 51 | QueryContextManager and query method isolation level is hardcoded | Here:
https://github.com/CanopyTax/asyncpgsa/blob/master/asyncpgsa/pgsingleton.py#L126
Could it be just a `kwarg` argument in `query` and in `QueryContextManager.__init__` methods? `serializable` is not always the desired behavior and in fact overrides `asyncpg` default level (READ COMMITED) silently. | closed | 2017-09-16T20:22:34Z | 2018-02-13T00:18:45Z | https://github.com/CanopyTax/asyncpgsa/issues/51 | [] | danigosa | 2 |
pytest-dev/pytest-xdist | pytest | 886 | Allow other plugins to use xdist's channels for communication | [rerunfailures plugin](https://github.com/pytest-dev/pytest-rerunfailures) uses [its own sockets](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/pytest_rerunfailures.py#L433-L505) for communication between master and worker nodes. Because of hardcoded `localhost` I assume it won't work in an actual dist... | open | 2023-03-09T15:22:15Z | 2023-03-09T16:09:23Z | https://github.com/pytest-dev/pytest-xdist/issues/886 | [] | amezin | 1 |
aiortc/aioquic | asyncio | 295 | Self-signed certs with trustme and mkcert | I am working on integrating this into Sanic. I have no problem running Sanic using a TLS cert from [mkcert](https://github.com/FiloSottile/mkcert) either with or without aioquic. Furthermore, I can also generate a cert with [trustme](https://github.com/python-trio/trustme), but it will only run properly on the HTTP/1.1... | closed | 2022-05-25T07:40:35Z | 2022-10-30T03:35:10Z | https://github.com/aiortc/aioquic/issues/295 | [
"invalid",
"stale"
] | ahopkins | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,900 | how do i get style attribute of a div element? | `is_invalid = await tab.select('#login-step1 > div > div.login-form__content > form > div.form-note-auth.topform-error.hide')
print(is_invalid.attrs)`
prints {'class_': 'form-note-auth topform-error hide'}
:
pass
class M(B):
__tablename__ = "foo"
id: orm.Mapped[int] = orm.mapped_column(primary_key=True)
xid: orm.Mapped[int] = orm.mapped_column(sa.ForeignKey("x.id"))
class X(B):
__tablen... | closed | 2023-11-09T14:59:27Z | 2024-03-22T13:31:05Z | https://github.com/sqlalchemy/sqlalchemy/issues/10611 | [
"bug",
"orm",
"orm - annotated declarative"
] | CaselIT | 8 |
deepfakes/faceswap | deep-learning | 437 | convert.py doesn't work with OriginalHighRes trainer | ## Expected behavior
Training with OriginalHighRes plugin module works like other trainer plugins
## Actual behavior
Training with OriginalHighRes plugin module throws the error:
`TypeError: join() argument must be str or bytes, not 'PosixPath'` with the following
stack trace:
````
Using TensorFlow backend.
... | closed | 2018-06-21T14:05:26Z | 2018-06-26T12:18:13Z | https://github.com/deepfakes/faceswap/issues/437 | [
"bug"
] | agilebean | 6 |
pydata/bottleneck | numpy | 182 | RuntimeError with numpy==1.13 and pandas==0.21.1 | Wasn't super sure as to whether to post this here or on the downstream pandas repository since I'm not sure where the issue originates, but I think it might be here. Basically, I updated all my packages and found that pandas was spitting out errors (but continues). After a bunch of installing / uninstalling and binary... | closed | 2017-12-15T22:35:46Z | 2019-11-13T05:24:23Z | https://github.com/pydata/bottleneck/issues/182 | [] | makmanalp | 14 |
huggingface/datasets | deep-learning | 6,568 | keep_in_memory=True does not seem to work | UPD: [Fixed](https://github.com/huggingface/datasets/issues/6568#issuecomment-1880817794) . But a new issue came up :( | open | 2024-01-08T08:03:58Z | 2024-01-13T04:53:04Z | https://github.com/huggingface/datasets/issues/6568 | [] | kopyl | 6 |
BeanieODM/beanie | asyncio | 357 | [BUG] Issue with $lookup in aggregation | **Describe the bug**
First off, I love this framework. I'm looking to move from MongoEngine to Beanie since I use FastApi, AsyncIO and Pydantic for all my projects. I use a lot of aggregations and ran into an issue with $lookup in the pipeline within an aggregate call. It fails to find the linked document. Thanks in a... | closed | 2022-09-27T04:55:36Z | 2022-09-27T22:39:43Z | https://github.com/BeanieODM/beanie/issues/357 | [] | nemrok | 2 |
ivy-llc/ivy | pytorch | 28,516 | Fix Frontend Failing Test: numpy - math.paddle.heaviside | To-do List: https://github.com/unifyai/ivy/issues/27497 | closed | 2024-03-09T14:57:04Z | 2024-03-14T21:29:10Z | https://github.com/ivy-llc/ivy/issues/28516 | [
"Sub Task"
] | ZJay07 | 0 |
prkumar/uplink | rest-api | 240 | Investigate PEP 563 impact on library | In Python 3.11, PEP 563 (postponed evaluation of annotations) will become the default. We need to investigate how the library's use of annotations will be impacted by this change. | open | 2021-12-30T22:14:44Z | 2023-01-21T07:48:47Z | https://github.com/prkumar/uplink/issues/240 | [] | prkumar | 2 |
airtai/faststream | asyncio | 1,703 | Skip docs building in pre-commit CI | closed | 2024-08-21T04:36:14Z | 2024-08-21T04:57:38Z | https://github.com/airtai/faststream/issues/1703 | [] | kumaranvpl | 0 | |
amdegroot/ssd.pytorch | computer-vision | 406 | 这个地方是不是有问题? | label_idx = self.class_to_ind[name]
bndbox.append(label_idx)
self.class_to_ind是一个字典,键name的每个字符,值是数字。
这里直接传入name,name是一个整体的字符,作为键,找不到对应的值,不就报错了吗? | closed | 2019-09-13T06:32:03Z | 2019-09-19T02:55:02Z | https://github.com/amdegroot/ssd.pytorch/issues/406 | [] | Y132om | 0 |
tfranzel/drf-spectacular | rest-api | 1,260 | The docs won't display `Available values` while using function choices in django-filter | **Describe the bug**
While using `choice_callable` to set `choices` for `ChoiceFilter`, the `Available values` won't display.
Only using `filters.ChoiceFilter(choices=[('A', 'a'), ('b', 'b')])`, the `Available values` will display.
:
File "weixin_bot.py", line 5, in <module>
from wechat import WeChat
File "/home/yann/Projects/WeixinBot/wxbot_project_py2.7/wechat/__init__.py", line 4, in <module>
from wechat import WeChat
... | open | 2017-08-09T05:56:52Z | 2018-11-07T02:31:46Z | https://github.com/Urinx/WeixinBot/issues/220 | [] | yangezheng | 1 |
jupyter/docker-stacks | jupyter | 1,502 | No more way to customize some parts of the generation of images | Hello,
**What docker image you are using?**
We are creating custom images based on base-notebook with build like:
```bash
$ BASE_CONTAINER=ubuntu:focal-20211006@sha256:26c3bd3ae441c873a210200bcbb975ffd2bbf0c0841a4584f4476c8a5b8f3d99
$ NB_UID=1234
$ make build/base-notebook \
ARGS="--build-arg BASE_CONTAI... | closed | 2021-10-28T07:22:28Z | 2021-11-01T09:18:47Z | https://github.com/jupyter/docker-stacks/issues/1502 | [
"type:Bug"
] | PuckCh | 1 |
OpenInterpreter/open-interpreter | python | 1,153 | Crashes when using -lsv with LLaVA | ### Describe the bug
Crashes when using -m ollama/LLaVA -lsv, works fine without -lsv parameter
### Reproduce
Run interpreter -m ollama/llava -lsv
Ask for a visual description
### Expected behavior
Not a crash
### Screenshots
PS C:\Windows\system32> interpreter -lsv -y -m ollama/LLaVA
▌ A new version of Op... | open | 2024-03-29T15:08:14Z | 2024-06-02T21:12:47Z | https://github.com/OpenInterpreter/open-interpreter/issues/1153 | [] | crslim | 7 |
ufoym/deepo | jupyter | 11 | Add Kaldi support | Another one popular framework, specialized for ASR (audio speech recognition) is Kaldi
https://github.com/kaldi-asr/kaldi | closed | 2017-11-06T13:49:30Z | 2022-01-29T01:45:42Z | https://github.com/ufoym/deepo/issues/11 | [
"stale"
] | synergiator | 3 |
slackapi/bolt-python | fastapi | 830 | how to set output of function as a trigger | Hi,
i build small slack bot to interact with "atlalsian"
i let the user to enter parameter in order to get open incident based on his input.
and now i need to send to the slack channel some new massage based on the output.
after i pull the value "tenant" i use in the function "get_unresolved_incidents"
you can see... | closed | 2023-02-20T11:23:58Z | 2023-02-20T13:15:19Z | https://github.com/slackapi/bolt-python/issues/830 | [
"question"
] | nir750 | 4 |
waditu/tushare | pandas | 1,571 | pro.stock_basic(exchange='SSE', list_status='D') 股票数1943跟上交所官方网站1948上不匹配。 | 2021/07/25
通过运行以下代码:
stocknumber = pro.stock_basic(exchange='SSE', list_status='L', fields='ts_code,symbol,name,area,industry,list_date,delist_date')
print(stocknumber.count())
得出结果:ts_code 1943 即上交所一共有1943只股票。
然后我去上交所官方上查看截止到 2021-07-23, 一共有1948个股票。上交所的数据反而更多了。
需要一个解释,谢谢!
http://www.sse.com.cn/market/st... | open | 2021-07-25T03:51:47Z | 2022-04-30T01:22:20Z | https://github.com/waditu/tushare/issues/1571 | [] | HarryUlysses | 4 |
MaartenGr/BERTopic | nlp | 1,614 | Returning fewer topics than specified in nr_topics despite ample data | Hi @MaartenGr,
I must admit that this is a fairly new issue for me as previously our pipeline seemed to be producing outputs as expected. However, recently when I fit a topic model to my data and embeddings it only returns a small number of topics, with the vast majority of records being assigned to topic 1.
In ... | open | 2023-11-02T13:18:40Z | 2023-11-02T13:29:42Z | https://github.com/MaartenGr/BERTopic/issues/1614 | [] | hwrightson | 1 |
microsoft/MMdnn | tensorflow | 244 | IR to caffe has an 'axis' problem (Keras to caffe) | I have got the trained model from keras which is a h5 file. And i use command ' mmtoir' to get .jason .npy &.pb . That's ok and visualized. But when I use command 'mmtocode' it goes wrong.
************************
"File "/home/cuishi/.anaconda2/lib/python2.7/site-packages/mmdnn/conversion/caffe/caffe_emitter.py", ... | closed | 2018-06-11T06:36:50Z | 2018-10-25T10:03:38Z | https://github.com/microsoft/MMdnn/issues/244 | [] | colacool | 2 |
allenai/allennlp | data-science | 4,714 | Make the predictions more flexible | **Is your feature request related to a problem? Please describe.**
I implemented a `DatasetReader` to handle the ConLL format file, trained the model, now it's time for inference on the external dataset. I run predictions on RIS files where one entity / object spans for a multiple lines.
In the current implementat... | closed | 2020-10-07T11:29:07Z | 2020-10-21T16:34:25Z | https://github.com/allenai/allennlp/issues/4714 | [
"Feature request"
] | elkotito | 4 |
d2l-ai/d2l-en | tensorflow | 2,026 | [PyTorch] [NEW API] No plot in weight decay | We need better plots to match our text discussions:
"We now run this code with lambd = 0, disabling weight decay. Note that we overfit badly, decreasing the training error but not the test error—a textbook case of overfitting."
`train_scratch(0)`
"Below, we run with substantial weight decay. Note that the tr... | closed | 2022-01-27T01:03:33Z | 2022-01-27T08:03:35Z | https://github.com/d2l-ai/d2l-en/issues/2026 | [] | astonzhang | 1 |
Asabeneh/30-Days-Of-Python | python | 111 | how to change .py to .apk on windows | I don't know but may be using online translator maybe | closed | 2020-12-20T14:47:54Z | 2021-07-08T01:53:39Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/111 | [] | Naol-bm | 1 |
apache/airflow | data-science | 47,576 | AIP-38 | Merge Backfill and Trigger Dag Run modals | ### Body
Problem:
- Create backfill is too hidden away, missing dag run conf and ultimately, is just a version of triggering a run
Solution:
- Add an option to toggle between a regular dag run trigger or a backfill trigger in the same modal. Kind of like how we have materialize asset and create asset event in the sam... | open | 2025-03-10T15:40:03Z | 2025-03-10T15:40:14Z | https://github.com/apache/airflow/issues/47576 | [
"area:UI",
"area:backfill"
] | bbovenzi | 0 |
kizniche/Mycodo | automation | 1,168 | Failed Update from 8.13.2 to 8.13.4 - Mycodo not working | Pi: Raspberry PI 4 B 8GB
OS: Bullseye
Initial Mycodo version: 8.13.2
Target Mycodo version. 8.13.4
Initiated update via frontend. After several minutes i tried to reload page but get "Error 502: Bad Gateway Error"
Last lines in mycodo.log:
`2022-04-04 12:32:06,732 - ERROR - mycodo.modules - Could not load mod... | closed | 2022-04-04T10:52:12Z | 2022-04-04T11:51:31Z | https://github.com/kizniche/Mycodo/issues/1168 | [
"bug",
"Fixed and Committed"
] | donplumpos | 6 |
recommenders-team/recommenders | deep-learning | 1,275 | [FEATURE] move images to ADLSv2 | ### Description
<!--- Describe your expected feature in detail -->
move images and other data to ADLSv2 for security
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Adding algorithm xxx will help people understand more about xxx use case scenarios. -->
### Other Comments
| closed | 2021-01-07T14:28:50Z | 2021-01-18T12:28:34Z | https://github.com/recommenders-team/recommenders/issues/1275 | [
"enhancement"
] | miguelgfierro | 0 |
taverntesting/tavern | pytest | 306 | Where do I store my API KEY | I amm trying to figure out where I need to store my API-key.
This doesn't go for security reasons:
`headers:
content-type: application/json
api-key: apikey1230`
I am reading that you can do this:
`Authorization: "Basic {tavern.env_vars.SECRET_CI_COMMIT_AUTH}"`
But where does it point to? Where is ... | closed | 2019-03-11T13:36:16Z | 2019-03-11T15:29:41Z | https://github.com/taverntesting/tavern/issues/306 | [] | francisr8 | 0 |
wiseodd/generative-models | tensorflow | 65 | Will you have a plan to implement beta-vae , s-vae, and factor-vae? | closed | 2018-11-23T00:14:36Z | 2018-11-23T12:06:23Z | https://github.com/wiseodd/generative-models/issues/65 | [] | xuzhang5788 | 1 | |
nvbn/thefuck | python | 1,172 | Commands with variable definition are not matched by most rules | I have tried using Kitty Terminal Emulator and Termite Terminal Emulator. Both of these modify the terminfo significantly, and therefore SSH necessitates creating an alias to maintain full terminal functionality when ssh'ing into servers that don't have these terminal emulators installed. For both terminal emulators, a... | open | 2021-03-09T19:36:08Z | 2021-07-27T10:17:45Z | https://github.com/nvbn/thefuck/issues/1172 | [
"enhancement",
"help wanted",
"hacktoberfest",
"HackIllinois"
] | FrederikNJS | 3 |
chatanywhere/GPT_API_free | api | 192 | 如何接入Unity | 我之前按照一个github的教程的方法是在c盘建立一个JSON文件
里面的格式是这样
{
"api_key": "xxxx",
"organization": "xxxxx"
}
想请问这个api是能接入到unity吗?谢谢
教程
https://github.com/srcnalt/OpenAI-Unity.git | closed | 2024-02-26T18:19:31Z | 2024-05-23T07:25:31Z | https://github.com/chatanywhere/GPT_API_free/issues/192 | [] | noiz321 | 1 |
Guovin/iptv-api | api | 72 | 本地执行报错 | 大佬你好,本地运行有些问题
ubuntu 22.04
开始缺少模块
pip install async_timeout 安装后好了

又提示这个,是说chrome驱动不对吗?
估计要环境正常还得上docker | closed | 2024-04-10T09:00:05Z | 2024-04-12T10:06:11Z | https://github.com/Guovin/iptv-api/issues/72 | [
"bug"
] | vbskycn | 5 |
coqui-ai/TTS | deep-learning | 3,055 | [Bug] Index error in `maximum_path_numpy` with DelighfulTTS | ### Describe the bug
I am running into index issues in the `maximum_path_numpy` function (from `TTS/tts/utils/helpers.py`) when trying to run the LJSpeech Delightful TTS recipe.
### To Reproduce
I am running the following command:
```CUDA_VISIBLE_DEVICES=0 python recipes/ljspeech/delightful_tts/train_delightful_t... | closed | 2023-10-11T11:23:14Z | 2023-10-11T11:35:27Z | https://github.com/coqui-ai/TTS/issues/3055 | [
"bug"
] | rlenain | 0 |
Gozargah/Marzban | api | 1,334 | question about UVICORN_ROOT_PATH | im not a python dev but by looking at .env config file i noticed a config named "UVICORN_ROOT_PATH", i looked at uvicorn docs and they said it just root path
i could not find more details but isnt this the root path supposed to be a prefix to all URLs?
for example default url is localhost:80/dashboard and with root-... | closed | 2024-09-30T16:10:12Z | 2024-10-12T15:15:26Z | https://github.com/Gozargah/Marzban/issues/1334 | [
"Question"
] | IMIEEET | 3 |
scrapy/scrapy | web-scraping | 6,458 | Autothrottle does not increase delay when receiving 503 error | I have a spider that after a certain time begins receiving 503 Service Unavailable errors. If given enough download delay, I can avoid these errors. The autothrottle documentation has led me to believe that it can optimize this process for me. However, it does not increase the download delay after receiving a 503 error... | closed | 2024-08-09T18:23:49Z | 2024-09-11T07:36:59Z | https://github.com/scrapy/scrapy/issues/6458 | [
"needs more info"
] | thepufferfish | 1 |
pandas-dev/pandas | pandas | 60,901 | ENH: Add an iterdicts() function | ### Feature Type
- [x] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wish I could iterate through dictionaries of each row's contents in a DataFrame, the same way I could do so with namedtuples through i... | open | 2025-02-09T18:09:41Z | 2025-02-10T20:12:31Z | https://github.com/pandas-dev/pandas/issues/60901 | [
"Enhancement",
"Needs Triage"
] | narukaze132 | 2 |
christabor/flask_jsondash | plotly | 68 | quickstart instructions don't work -- cant load db_adapters | `
➜ ~ cd flask_jsondash/
`
Create virtualenv:
`
➜ flask_jsondash git:(master) virtualenv env
Using base prefix '/usr'
New python executable in env/bin/python3
Also creating executable in env/bin/python
Installing setuptools, pip, wheel...done.
`
Activate:
➜ flask_jsondash git:(master) source env/bin... | closed | 2016-11-11T05:08:56Z | 2016-11-14T05:01:10Z | https://github.com/christabor/flask_jsondash/issues/68 | [
"bug"
] | dlaflamme | 5 |
ipython/ipython | jupyter | 14,333 | Default ipython_warning_is_error to False to match Sphinx's behavior | Hello,
As Sphinx's [`fail-on-warning`](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-W) flag is an opt-int flag, and the default value if no flag is passed is false, I think it makes sense for the default value in IPython which defined [here](https://github.com/ipython/ipython/blo... | open | 2024-02-13T20:42:23Z | 2024-02-23T01:58:09Z | https://github.com/ipython/ipython/issues/14333 | [] | tqa236 | 1 |
onnx/onnx | machine-learning | 5,960 | propagateElemTypeFromAttributeToOutput does not validate against output type constraints | # Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
onnx/defs/shape_inference.h::propagateElemTypeFromAttributeToOutput forwards the output type from the attribute, without comparing it against the output's type constraints.
I.e. it is possible to define Cast operator with `to=Te... | open | 2024-02-23T20:21:29Z | 2024-02-24T00:15:45Z | https://github.com/onnx/onnx/issues/5960 | [
"bug"
] | galagam | 1 |
babysor/MockingBird | pytorch | 271 | 进行音频和梅尔频谱图预处理报错怎么回事: python encoder_preprocess.py <datasets_root> | The dataset consists of 0 utterances, 0 mel frames, 0 audio timesteps (0.00 hours).
Traceback (most recent call last):
File "pre.py", line 74, in <module>
preprocess_dataset(**vars(args))
File "E:\PythonProject\MockingBird\synthesizer\preprocess.py", line 88, in preprocess_dataset
print("Max input leng... | open | 2021-12-14T16:03:18Z | 2023-06-27T09:03:17Z | https://github.com/babysor/MockingBird/issues/271 | [] | LiangChenStart | 7 |
ageitgey/face_recognition | machine-learning | 1,015 | cudamalloc error | * face_recognition version: 1.2.3
* Python version: 3.7
* Operating System: windows 10
### Description
I am running to train a 128-d model.
### What I Did
```
D:\Downloads\dlibopencvface> python encode_faces.py --dataset dataset --encodings encodings.pickle
[INFO] quantifying faces...
[INFO] processing... | open | 2019-12-25T09:36:12Z | 2020-01-08T18:05:18Z | https://github.com/ageitgey/face_recognition/issues/1015 | [] | flydragon2018 | 1 |
pytorch/pytorch | numpy | 149,292 | [CPU] Fix ARM float32 fmsub | ### 🐛 Describe the bug
In `vec_base.h`, the [fmsub](https://github.com/pytorch/pytorch/blob/916e8979d3e0d651a9091732ce3e59da32e72b0e/aten/src/ATen/cpu/vec/vec_base.h#L987) function implements the functionality of `a * b - c`. However, in `vec128_float_neon.h`, it uses [vfmsq_f32](https://github.com/pytorch/pytorch/bl... | open | 2025-03-17T05:38:08Z | 2025-03-18T11:29:46Z | https://github.com/pytorch/pytorch/issues/149292 | [
"triaged",
"module: vectorization",
"module: arm"
] | zhangfeiv0 | 1 |
jupyterlab/jupyter-ai | jupyter | 669 | Separate providers for inline completion | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | closed | 2024-03-04T22:24:54Z | 2024-05-03T18:32:19Z | https://github.com/jupyterlab/jupyter-ai/issues/669 | [
"enhancement"
] | michaelchia | 4 |
horovod/horovod | deep-learning | 3,807 | TF 2.11.0 (mixed_float16): 'LossScaleOptimizerV3' object has no attribute | **Environment:**
1. Framework: TensorFlow
2. Framework version:2.11.0
3. Horovod version:0.26.1
4. MPI version:4.1.4
5. CUDA version:11.6
6. NCCL version:2.11.4-1
7. Python version:3.8
8. OS and version: Ubuntu 20.04
**Bug report:**
When a run a training in Tensorflow 2.11.0 with mixed_float16 with horovod.... | closed | 2023-01-05T13:50:55Z | 2023-09-22T18:14:06Z | https://github.com/horovod/horovod/issues/3807 | [
"bug"
] | RicoOscar | 6 |
django-import-export/django-import-export | django | 1,902 | Warn for declared fields not in Meta.fields | **Describe the bug**
PR #1702 restricted fields used on a class to those listed in `Meta.fields`. Any other declared fields are silently ignored.
The project I am upgrading from django-import-export v3 to v4 has many resources that previously relied on declared fields being added to `Meta.fields` automatically. T... | closed | 2024-07-10T06:29:38Z | 2024-08-05T10:06:06Z | https://github.com/django-import-export/django-import-export/issues/1902 | [
"bug"
] | adamchainz | 0 |
PeterL1n/RobustVideoMatting | computer-vision | 72 | 请问有转openvino的相关链接吗 | open | 2021-10-11T11:20:54Z | 2022-02-20T13:14:58Z | https://github.com/PeterL1n/RobustVideoMatting/issues/72 | [] | 1234269 | 2 | |
joke2k/django-environ | django | 165 | read_env doesn't parse dictionary properly from lines with quotes/apostrophes | ERROR: type should be string, got "https://github.com/joke2k/django-environ/blob/628ed38e540ec9a6f3aff622953948e54f14a76d/environ/environ.py#L633-L638\r\n\r\nHi, I was using the `Env.read_env()` function to load a file consisting of dictionary pattern:\r\n\r\n```\r\nMY_DICTIONARY=\"Tom\"=\"Jerry\"\r\nMY_OTHER_DICTIONARY='Tom'='Jerry'\r\n```\r\nAfter parsing the lines, what is pulled by the regex matching is:\r\n```\r\nTom\"=\"Jerry\r\nTom'='Jerry\r\n```\r\nwhich gives us:\r\n```\r\n>>> env.dict(MY_DICTIONARY) = {'Tom\"': '\"Jerry'} # notice the extra double quotes\r\n>>> env.dict(MY_OTHER_DICTIONARY) = {\"Tom'\": \"'Jerry\"} # notice the extra single quotes\r\n```\r\n\r\nI just found this out as i debugged for quite a while. It doesn't happen if the variables are already loaded into the shell environment via shell export. It only happens from reading the `.env` file (and overriding the environment variables).\r\n\r\nMaybe the intent is to parse shell string variables and not used that much for dictionary patterns, so this edge case came up.\r\n\r\nThe apostrophes might be needed, as some key or values itself may contain characters like `=`, `'`, `\"`, which are valid in a dictionary key or value.\r\n\r\nLooks like it'll be difficult to cover for dictionary use case with apostrophes via simple regex.\r\n\r\nWrapping the whole string with more quotes will still have a 50% chance to unknowingly hit the regex parsing of `m2` and `m3`." | open | 2018-01-09T12:26:18Z | 2021-09-04T21:24:08Z | https://github.com/joke2k/django-environ/issues/165 | [
"bug"
] | VKen | 1 |
plotly/dash-html-components | dash | 28 | missing the `Style` component | https://www.w3.org/TR/html401/present/styles.html#edef-STYLE | open | 2017-11-30T20:09:02Z | 2017-11-30T20:09:02Z | https://github.com/plotly/dash-html-components/issues/28 | [
"dash-meta-good_first_issue"
] | chriddyp | 0 |
comfyanonymous/ComfyUI | pytorch | 6,381 | lora key not loaded | ### Expected Behavior
Requested to load SD1ClipModel
loaded completely 9.5367431640625e+25 235.84423828125 True
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc2.on_input
lora key not loaded: lora_te_text_model_encoder_layers_0_mlp_fc2.weight
lora key not loaded: lora_te_text_model_encoder_layers_0_... | open | 2025-01-07T13:38:59Z | 2025-01-14T01:52:51Z | https://github.com/comfyanonymous/ComfyUI/issues/6381 | [
"Potential Bug"
] | llm8047 | 27 |
gradio-app/gradio | machine-learning | 10,770 | Plotly library issue | ### Describe the bug
Hey,
when I run a gradio app on local server, everything works with Plotly graphs (screenshot 1).
but when I place it on hugging face, the graphs are displayed incorrectly showing me the same ratios (screenshot 2).
### Have you searched existing issues? 🔎
- [x] I have searched and found no ex... | closed | 2025-03-10T09:14:14Z | 2025-03-12T18:07:06Z | https://github.com/gradio-app/gradio/issues/10770 | [
"bug",
"pending clarification"
] | angelica-ignateva | 5 |
cvat-ai/cvat | computer-vision | 8,375 | How to display images in "original" quality in the annotation view? | Hi,
I'm trying to display images in their original quality in the annotation view. I attempted to modify the code in `server-proxy.ts` as follows, but it didn't work:
```ts
async function getData(jid: number, chunk: number, quality: ChunkQuality, retry = 0): Promise<ArrayBuffer> {
const { backendAPI } = config;... | closed | 2024-08-29T10:30:33Z | 2024-09-02T00:47:17Z | https://github.com/cvat-ai/cvat/issues/8375 | [
"question"
] | wtiandong | 4 |
OpenInterpreter/open-interpreter | python | 613 | Open Interpreter is getting stuck | ### Describe the bug
Open Interpreter is getting stuck when I run task via Python script as well as Interactive environment.
### Reproduce
For Python script -
import interpreter
interpreter.auto_run = True
interpreter.reset()
interpreter.chat("Can you solve this equation? 10x + 14 = 21 / 3")
For Intera... | closed | 2023-10-10T05:07:55Z | 2023-10-27T13:46:15Z | https://github.com/OpenInterpreter/open-interpreter/issues/613 | [
"Bug"
] | SparshMittalAI | 1 |
tatsu-lab/stanford_alpaca | deep-learning | 315 | Tensors of the same index must be on the same device and the same dtype except `step` tensors that can be CPU and float32 notwithstanding |
When I was training, this error occurred | open | 2024-03-18T04:24:17Z | 2025-01-13T12:09:03Z | https://github.com/tatsu-lab/stanford_alpaca/issues/315 | [] | wurevvc | 2 |
pydantic/pydantic-settings | pydantic | 325 | .env file takes precedence over os env with Field setting | I have the following
```python
from pydantic import Field
from pydantic_settings import BaseSettings, SettingsConfigDict
from devtools import debug
class Config(BaseSettings):
# Environment
STAGE: str = Field('prod', validation_alias='STAGE')
OTHER: str
model_config = SettingsConfi... | closed | 2024-06-25T18:06:18Z | 2024-06-27T11:43:28Z | https://github.com/pydantic/pydantic-settings/issues/325 | [
"unconfirmed"
] | palunel | 1 |
tqdm/tqdm | pandas | 1,016 | Metrics Error in categorical_embedder | code
X_train, X_test, y_train, y_test = train_test_split(X_encoded,y)
embeddings = ce.get_embeddings(X_train, y_train, categorical_embedding_info=embedding_info,
is_classification=True, epochs=100,batch_size=256
)
error
KeyError Traceback (most recent call last)
in
3
4 embeddings = ce.get_embeddings(X_... | closed | 2020-07-30T13:06:26Z | 2020-07-30T13:35:28Z | https://github.com/tqdm/tqdm/issues/1016 | [
"invalid ⛔"
] | Dhananjay201 | 1 |
NullArray/AutoSploit | automation | 1,180 | Unhandled Exception (6d8b8278e) | Autosploit version: `4.0`
OS information: `Linux-5.2.0-kali2-686-pae-i686-with-debian-kali-rolling`
Running context: `autosploit.py`
Error mesage: `[Errno 2] No such file or directory: '/root/Desktop/AutoSploit/hosts.txt'`
Error traceback:
```
Traceback (most recent call):
File "/root/Desktop/AutoSploit/lib/term/termi... | closed | 2019-09-26T13:35:20Z | 2019-12-01T03:31:46Z | https://github.com/NullArray/AutoSploit/issues/1180 | [
"bug"
] | AutosploitReporter | 0 |
mage-ai/mage-ai | data-science | 5,355 | [BUG] EventMatcher does not recognize EventBridge S3 prefix/wildcard | ### Mage version
0.9.73
### Describe the bug
When using prefix in an EventBridge rule for S3, the event comes through, but EventMatcher says "Event not matched". I've tried prefix (and tested with and without trailing slash) as well as wildcard, however, none of these trigger a successful run.
I've changed ... | open | 2024-08-21T13:44:01Z | 2024-08-21T13:44:51Z | https://github.com/mage-ai/mage-ai/issues/5355 | [
"bug"
] | alexshively | 0 |
strawberry-graphql/strawberry | fastapi | 2,841 | Refactor: use `__strawberry_definition__` for all `StrawberryType`s | <!--- Provide a general summary of the changes you want in the title above. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
Every type that is decorated by strawberry should have a dunder
`__strawberry_definition__` with instance of a StrawberryType.
ATM this is ... | open | 2023-06-12T09:08:52Z | 2025-03-20T15:56:13Z | https://github.com/strawberry-graphql/strawberry/issues/2841 | [] | nrbnlulu | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 692 | Running demo_cli.py fails on new installation | Hi,
I am getting this error. Summarizing:
**RuntimeError: Error(s) in loading state_dict for Tacotron:**
Missing key(s) in state_dict: "stop_threshold", "encoder.embedding.weight", ................................
Unexpected key(s) in state_dict: "upsample.resnet.conv_in.weight", "upsample.resnet.... | closed | 2021-03-06T21:13:52Z | 2021-03-07T08:32:37Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/692 | [] | frohzinn | 2 |
modelscope/data-juicer | data-visualization | 193 | LLM-based OPs for data quality evaluation, data manipulating, data generation, ... | ### Search before continuing 先搜索,再继续
- [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。
### Description 描述
It would be useful that we have some OPs to leverage LLMs for
- data quality evaluation (calculating loss, gauging a score ... | closed | 2024-01-19T09:51:52Z | 2024-03-04T11:23:34Z | https://github.com/modelscope/data-juicer/issues/193 | [
"enhancement",
"stale-issue"
] | yxdyc | 3 |
charlesq34/pointnet | tensorflow | 52 | The fluctuation of the performance during training | Hi,
Thanks for sharing your amazing work! I have a quick question. I have trained several trails of the point net on the ModelNet 40 dataset with all the default parameters in the code. I saw quite big performance fluctuation during the training, so it's a bit hard to pinpoint when the model converges. So is there any... | closed | 2017-10-22T22:33:29Z | 2017-10-29T16:23:19Z | https://github.com/charlesq34/pointnet/issues/52 | [] | maggie0106 | 2 |
gradio-app/gradio | data-visualization | 9,910 | `allow_preview=False` not working as expected in custom Gallery class | ### Describe the bug
I'm using a custom `Gallery` class that inherits from `gr.Gallery` in my Gradio application. I've set the `allow_preview` parameter to `False` when creating the `Gallery` instance, but the preview functionality is still being triggered when I click on the images.
### Have you searched existing i... | closed | 2024-11-06T14:56:23Z | 2024-11-13T13:19:31Z | https://github.com/gradio-app/gradio/issues/9910 | [
"bug",
"pending clarification"
] | zhristophe | 3 |
numba/numba | numpy | 9,366 | Poor performance with astype on an array | ## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
- [x] I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'python bug.py'.
The exp... | open | 2023-12-14T07:53:20Z | 2024-01-22T19:02:14Z | https://github.com/numba/numba/issues/9366 | [
"performance"
] | bmerry | 2 |
LibrePhotos/librephotos | django | 1,281 | High CPU load all the time, especially from DB | # 🐛 Bug Report
* [ x] 📁 I've Included a ZIP file containing my librephotos `log` files
* [ x] ❌ I have looked for similar issues (including closed ones)
* [ x] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
## 📝 Description of issue:
I have installed LibrePh... | closed | 2024-05-28T06:50:11Z | 2024-07-08T21:18:29Z | https://github.com/LibrePhotos/librephotos/issues/1281 | [
"bug"
] | BorisBrock | 1 |
rio-labs/rio | data-visualization | 107 | Theme Picker Color Change Performance is Slow (DevTools) | The theme picker in our DevTools is experiencing significant delays when changing colors. It affects the user experience by making the theme customization process cumbersome and slow. | closed | 2024-07-12T07:43:32Z | 2024-07-12T07:44:49Z | https://github.com/rio-labs/rio/issues/107 | [
"enhancement"
] | Sn3llius | 1 |
rougier/matplotlib-tutorial | matplotlib | 9 | Hiding Spines | Hi, thank you for your tutorial, it's been really helpful!
In the [Moving Spines](https://github.com/rougier/matplotlib-tutorial#moving-spines) section, you've used `ax.spines['right'].set_color('none')` to hide the axis.
I wonder if `ax.spines['right'].set_visible(False)` would be a more elegant solution? | open | 2018-03-04T19:45:59Z | 2018-03-06T16:46:06Z | https://github.com/rougier/matplotlib-tutorial/issues/9 | [] | joel-e-m-mitchell | 1 |
Neoteroi/BlackSheep | asyncio | 328 | Code API inconsistencies | There are inconsistencies in the code API. Some features can be enabled with a dedicated method in the `Application` class (e.g., `use_sessions`, `use_cors`), while others are not. **Maybe** it is best to remove the methods that were added to the `Application` class, since covering all scenarios cannot scale well. | open | 2023-04-12T19:03:55Z | 2024-03-09T10:38:36Z | https://github.com/Neoteroi/BlackSheep/issues/328 | [] | RobertoPrevato | 3 |
2noise/ChatTTS | python | 236 | ChatTTS交流2群,一群满了,二群的二维码,与大佬一起交流研究 | 
| closed | 2024-06-03T15:50:12Z | 2024-06-18T08:46:00Z | https://github.com/2noise/ChatTTS/issues/236 | [
"invalid"
] | lphkxd | 0 |
scikit-multilearn/scikit-multilearn | scikit-learn | 81 | Solid example codes and performance of skmultilearn | Hi,
I have begun to experiment with skmultilearn and following the guide in http://scikit.ml/api/loading.html. But I'm not sure if the document is updated or not since some code portion such as "from skmultilearn.dataset import Dataset" and
"X_train, y_train = Dataset.load_arff_to_numpy("path_to_data/dataset-tr... | closed | 2017-10-05T14:40:24Z | 2018-06-06T16:46:27Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/81 | [] | bundit786 | 2 |
sgl-project/sglang | pytorch | 3,932 | [Bug] sglang crashes with multi node | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | closed | 2025-02-27T16:49:03Z | 2025-03-06T02:24:12Z | https://github.com/sgl-project/sglang/issues/3932 | [] | tchaton | 6 |
CorentinJ/Real-Time-Voice-Cloning | python | 873 | Can't seem to install torch, displays "errored out with exit status 1" | I used pip install torch, and got this:
ERROR: Command errored out with exit status 1:
command: 'c:\users\admin\appdata\local\programs\python\python37-32\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-jm6frbtm\\torch_2fdde634... | closed | 2021-10-15T18:23:57Z | 2021-10-16T08:43:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/873 | [] | ControlAlternateDelete | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 886 | Training and test images size | I want to translate dataset A to dataset B. Images in A are 1280x1024 and images in B are 128x128. During training i just resize and crop the first dataset but I'm wondering if then I can generate new images using full size (1024x1080) or if it can be a problem as the network has been trained on much smaller images. | closed | 2019-12-21T16:38:10Z | 2019-12-31T14:17:21Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/886 | [] | domef | 1 |
aimhubio/aim | tensorflow | 2,369 | Integration with Ray Tune | ## 🚀 Feature
Ray (tune) is a popular hyperparameter tuning library with strong focus on parallelization and multi-gpu training.
### Motivation
Adding a powerful metric tracker next to the (default) tensorboard tracker to ray would be very valuable.
As far as I can tell adding a Callback for logging shou... | closed | 2022-11-20T21:33:04Z | 2024-02-17T18:03:24Z | https://github.com/aimhubio/aim/issues/2369 | [
"type / enhancement",
"area / integrations"
] | ju2ez | 8 |
autogluon/autogluon | computer-vision | 4,421 | [BUG] !mim install "mmcv==2.1.0" not working/installing #Multimodal | 

| closed | 2024-08-23T10:47:47Z | 2024-08-30T22:03:49Z | https://github.com/autogluon/autogluon/issues/4421 | [
"bug: unconfirmed",
"Needs Triage"
] | allandclive | 4 |
PeterL1n/RobustVideoMatting | computer-vision | 92 | evaluation_xx.py问题 | 问题描述:用evaluation_lr.py跑出来的videomatte_512x288.xlsx文件数据全是0;
数据:videomatte_512x288.tar
命令:python evaluate_lr.py --pred-dir ../../../dataset/RobustVideo Matting/matting-data/Evaluation/videomatte_512x288 --true-dir ../../../dataset/RobustVideoMatting/matting-data/Evaluation/videomatte_512x288
跑出来的文件如下:
[videomatte_512x... | closed | 2021-10-21T03:26:27Z | 2021-10-21T05:49:48Z | https://github.com/PeterL1n/RobustVideoMatting/issues/92 | [] | pxEkin | 0 |
nalepae/pandarallel | pandas | 108 | parallel_apply | Hi,
I have relatively big pandas df , trying to run 'parallel_apply' sometimes it take huge timse to start and sometimes it is just stuck.
Example :
pandarallel.initialize(nb_workers= min(int( os.cpu_count() - 1 ),40), use_memory_fs = False )
my_df.parallel_apply( my_fun, arg1,arg2,....,argn)
Any tips ?
... | closed | 2020-09-13T15:10:13Z | 2022-09-07T09:48:56Z | https://github.com/nalepae/pandarallel/issues/108 | [] | borisRa | 3 |
aleju/imgaug | machine-learning | 260 | using imgaug not in main thread | Hi,
I tried to use imgaug in a secondary thread of my program but then i got this error :
RuntimeError: main thread is not in main loop Tcl_AsyncDelete: async handler deleted by the wrong thread
From what i found, it seem that imgaug use matplotlib that use tkinter and tkinter want to be on the main thread. Bu... | open | 2019-02-15T17:06:46Z | 2019-02-16T20:58:40Z | https://github.com/aleju/imgaug/issues/260 | [] | robert405 | 1 |
maxhumber/gif | matplotlib | 7 | Compatibility with plotly | Good day. Very useful this library!
I do not know how it works internally, however I would like to know if there is a way to use it (and if possible, in what way) with the plotly.py library
Thank you, have a nice day. | closed | 2020-07-25T13:53:44Z | 2020-09-10T20:11:08Z | https://github.com/maxhumber/gif/issues/7 | [] | alanrivetta | 2 |
google-research/bert | nlp | 891 | Vocabulary Token Frequencies | Would it be possible to release the token counts along with the tokens in the provided vocabulary files?
I assume BERT was trained using SentencePiece originally and so I'm wondering if it wouold make sense to tokenize by accounting for the frequency of each token instead of the greedy longest susbtring match. | open | 2019-10-29T23:15:17Z | 2019-10-30T00:53:08Z | https://github.com/google-research/bert/issues/891 | [] | eaplatanios | 1 |
jacobgil/pytorch-grad-cam | computer-vision | 46 | Using 'input_img' or 'input_tensor' instead of 'input'. | ```input``` is not a keyword in python, rather a function ```input()```.
But using ```input``` instead of some other variable name does spur confusion. Most code editors syntax-highlight ```input```, being associated to a function.
A better way would be to use variable name like ```input_tensor```, ```input_img``` o... | closed | 2020-09-19T08:00:52Z | 2021-04-02T10:56:26Z | https://github.com/jacobgil/pytorch-grad-cam/issues/46 | [] | MasterSkepticista | 0 |
dask/dask | scikit-learn | 10,958 | Sphinx API documentation for `dask.config` shows the whole config | https://docs.dask.org/en/stable/configuration.html#api
The rendered signature for `get`, `set`, `refresh` contains a snapshot of the whole dask config, which makes it hard and confusing to read. | closed | 2024-02-27T10:18:15Z | 2024-02-27T18:57:31Z | https://github.com/dask/dask/issues/10958 | [
"good first issue",
"documentation",
"p3"
] | crusaderky | 0 |
graphql-python/graphene-sqlalchemy | graphql | 409 | A way to add custom filters not specific to fields | In graphene-sqlalchemy-filters. One of the benefits was that when adding custom filters, they didn't have to be associated to fields. It seems the new filter setup covers 90% of the use cases which is great! But, having custom filters unassociated to fields would be amazing. Are there any plans to support this?
I ... | open | 2024-03-20T00:47:41Z | 2024-03-20T00:47:41Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/409 | [] | adiberk | 0 |
iperov/DeepFaceLab | deep-learning | 640 | Preview window shows only 2 columns | with the version 27.02.2020 the preview window shows only 2 columns (src)
Tested Res: 400 and 512.
with 256 it works fine :) (shows all 5 columns) | closed | 2020-02-28T03:36:27Z | 2022-05-21T13:21:55Z | https://github.com/iperov/DeepFaceLab/issues/640 | [] | blanuk | 4 |
aminalaee/sqladmin | sqlalchemy | 361 | Two relations on model (foreign key), but one field on model | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
There are two correlations per table (seller, buyer), but a table is generated where there is only one users field.
```python
class DealModel(... | closed | 2022-10-19T13:53:22Z | 2022-11-08T10:59:28Z | https://github.com/aminalaee/sqladmin/issues/361 | [] | Egnod | 2 |
davidteather/TikTok-Api | api | 903 | playwright._impl._api_types.Error: Browser closed. | Fill Out the template :)
**Describe the bug**
I used this code a few days ago and it worked fine, but when I used it today, I got this exception. Running this code, the browser opens a blank page and does not close it, but the code throws an exception
**The buggy code**
def bom():
__USER_DATE_DIR_PATH_... | closed | 2022-06-23T06:07:31Z | 2023-08-08T22:12:33Z | https://github.com/davidteather/TikTok-Api/issues/903 | [
"bug"
] | niuhongbin1 | 1 |
ResidentMario/missingno | pandas | 67 | External labels raise error if DataFrame has non-string columns | First of all thanks for this great package!
I just noticed a small bug when using a DataFrame with integer column-labels when using external labels. In this case calling ``.lower()`` on the columns raises an error.
#### Code Sample
```python
import pandas as pd
import numpy as np
import missingno as msno
d... | closed | 2018-03-06T16:03:03Z | 2018-06-29T16:25:40Z | https://github.com/ResidentMario/missingno/issues/67 | [] | c-thiel | 2 |
piskvorky/gensim | machine-learning | 3,549 | Update Windows and Ubuntu runners to -latest | #### Problem description
The MacOS `macos-11` runners were removed and builds suddenly started failing. With #3538 they were changed to use the `-latest` tags which is generally recommended. This uses the latest stable runners provided by GitHub.
The ubuntu-20.04 runners are the oldest Ubuntu version to be suppor... | open | 2024-07-18T11:08:10Z | 2024-07-18T12:04:18Z | https://github.com/piskvorky/gensim/issues/3549 | [] | Crosswind | 1 |
mljar/mljar-supervised | scikit-learn | 450 | Error with golden_features | I can't predict target, because the number of features in data(train, test) is not same. Although the number of features in X_train and X_test is same.
The fit method used:
```python
from supervised.automl import AutoML
automl_co = AutoML(mode="Compete",
total_time_limit = 12600,
... | closed | 2021-08-06T08:08:15Z | 2021-09-02T11:25:59Z | https://github.com/mljar/mljar-supervised/issues/450 | [] | toan01-uet | 2 |
polakowo/vectorbt | data-visualization | 116 | Documentation Minor issues | A few minor errors in docs.
| closed | 2021-03-28T16:57:39Z | 2024-03-16T09:24:15Z | https://github.com/polakowo/vectorbt/issues/116 | [] | dougransom | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,575 | implement bulk_insert render_nulls for new-style bulk ORM insert | ### Describe the bug
In cases where some elements of rows are `NULL`, bulk inserts with `Session.execute(insert(...), ...)` will emit multiple INSERT statements, where rows are grouped together according to which columns are `NULL`. See the attached example:
- `rows_a` does not have null elements, and when insertin... | closed | 2023-11-01T18:04:03Z | 2023-11-02T01:29:10Z | https://github.com/sqlalchemy/sqlalchemy/issues/10575 | [
"orm",
"use case",
"near-term release"
] | tpgillam | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.