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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
piskvorky/gensim | data-science | 3,541 | Installation with Poetry fails on Python 3.12 - `error: ‘PyArray_Descr’ {aka ‘struct _PyArray_Descr’} has no member named ‘subarray’` | #### Problem description
Installation of Gensim version 4.3.2 or current develop branch fails on Python 3.12 when using Poetry - when using pip there is no problem.
Noted this first from a [failed run of our CI/CD pipeline](https://github.com/NatLibFi/Annif/actions/runs/9740136805/job/26882977015), which installs... | closed | 2024-07-02T19:18:03Z | 2024-07-18T12:10:32Z | https://github.com/piskvorky/gensim/issues/3541 | [] | juhoinkinen | 5 |
piskvorky/gensim | machine-learning | 3,539 | gensim on Windows arm64 system probably downloads unsupported NumPy version during building from source | #### Problem description
Looking at the meta package [oldest-supported-numpy](https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg) I see that numpy<1.18.5 will be downloaded for python 3.8 and Windows on arm64 (apart from all non-arm64 and non-aarch64 platforms).
I believe then that the check spec... | open | 2024-06-27T11:55:40Z | 2025-02-07T13:42:55Z | https://github.com/piskvorky/gensim/issues/3539 | [] | filip-komarzyniec | 1 |
localstack/localstack | python | 12,263 | feature request: Support for Snowflake REST API | ### Is there an existing issue for this?
- [x] I have searched the existing issues
### Feature description
As part of managing all of our infrastructure as code, we have developed a framework for managing our Snowflake resources. It uses the python apis which under the covers utilize the REST API.
This was one of ... | open | 2025-02-13T14:48:13Z | 2025-02-17T14:46:55Z | https://github.com/localstack/localstack/issues/12263 | [
"type: feature",
"status: backlog"
] | noah-goodrich | 4 |
vitalik/django-ninja | rest-api | 599 | __modify_schema__() missing 1 required positional argument: 'field' | File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/django/core/handlers/base.py", line 181, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ninja/openap... | closed | 2022-10-28T02:42:06Z | 2022-12-13T10:56:28Z | https://github.com/vitalik/django-ninja/issues/599 | [] | SaluteGF | 10 |
Morizeyao/GPT2-Chinese | nlp | 37 | where can download the trained model | closed | 2019-08-26T11:30:56Z | 2019-08-27T13:31:37Z | https://github.com/Morizeyao/GPT2-Chinese/issues/37 | [] | molsheim | 1 | |
sqlalchemy/alembic | sqlalchemy | 1,117 | Columns and tables comments with MSSQL | **Describe the bug**
When using the **operations.alter_column** to include a comment in a column of a MSSQL table it gets an error. Is it possible with alembic to generate columns and table descriptions with MSSQL using operations or Batchoperations?
**Expected behavior**
It's expected to update the table in the d... | closed | 2022-11-11T17:52:31Z | 2022-11-11T19:10:24Z | https://github.com/sqlalchemy/alembic/issues/1117 | [
"use case"
] | edulauer | 1 |
huggingface/datasets | pandas | 7,142 | Specifying datatype when adding a column to a dataset. | ### Feature request
There should be a way to specify the datatype of a column in `datasets.add_column()`.
### Motivation
To specify a custom datatype, we have to use `datasets.add_column()` followed by `datasets.cast_column()` which is slow for large datasets. Another workaround is to pass a `numpy.array()` of desi... | closed | 2024-09-08T07:34:24Z | 2024-09-17T03:46:32Z | https://github.com/huggingface/datasets/issues/7142 | [
"enhancement"
] | varadhbhatnagar | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,830 | nodriver detect browser closed | Any way to detect when the browser is manually closed by a user?
I have a
```
while True:
time.sleep(5)
if browser.stopped:
return
```
but browser.stopped is always false, even if the browser is closed. I've looked all through the code, and cannot see anything to detect when chrome is c... | open | 2024-04-17T23:00:00Z | 2025-03-19T12:00:44Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1830 | [] | bluemangofunk | 2 |
vi3k6i5/flashtext | nlp | 22 | How can I get the positions of keywords? | Hi, the function "extract_keywords" only returns the keywords found in the sentence, however, sometimes we also care for the positions of keywords, so is there any function can achieve this goal? | closed | 2017-11-17T07:32:11Z | 2017-11-21T19:04:34Z | https://github.com/vi3k6i5/flashtext/issues/22 | [
"duplicate"
] | liu-nlper | 2 |
docarray/docarray | pydantic | 928 | chore: draft release note v0.20.1 | # Release Note
[//]: <> (remove the phrase like "0 new features")
This release contains 2 bug fixes and 1 documentation improvement.
## 🐞 Bug Fixes
### Make Milvus DocumentArray thread safe and suitable for pytest (#904)
This bug was causing connectivity issues when using _multiple DocumentArrays in diffe... | closed | 2022-12-12T09:00:01Z | 2022-12-12T09:44:44Z | https://github.com/docarray/docarray/issues/928 | [] | alexcg1 | 0 |
dask/dask | scikit-learn | 11,180 | Cannot bind async delayed | **Describe the issue**:
[bind()](https://docs.dask.org/en/stable/graph_manipulation.html#dask.graph_manipulation.bind) does not work if the `children` parameter is a Delayed for an async function although it does work if such an argument is passed as `parents`.
**Minimal Complete Verifiable Example**:
```pytho... | open | 2024-06-14T10:57:41Z | 2024-06-14T10:57:52Z | https://github.com/dask/dask/issues/11180 | [
"needs triage"
] | gsakkis | 0 |
amidaware/tacticalrmm | django | 1,123 | GPU load check | It would be very good to have a GPU load check, which can be configured as CPU load as well, having configurable thresholds for warning and error states.
Please do include this,
Thank you | open | 2022-05-11T13:40:05Z | 2023-10-02T22:21:26Z | https://github.com/amidaware/tacticalrmm/issues/1123 | [
"enhancement"
] | rmmpositivens | 1 |
sqlalchemy/alembic | sqlalchemy | 524 | IF (NOT) EXISTS for ALTER TABLE sub-commands like constraints etc | Hello, forgive me if an issue already exists for this, I have seen a related one [here](https://github.com/sqlalchemy/alembic/issues/151) but that is several years old and status is unclear.
There doesn't seem to be an option to add IF (NOT) EXISTS or CASCADE flags to queries generated by e.g. `op.create_unique_con... | open | 2019-01-09T22:14:13Z | 2025-03-19T08:16:59Z | https://github.com/sqlalchemy/alembic/issues/524 | [
"feature",
"op directives",
"external SQLAlchemy issues"
] | EMCain | 7 |
comfyanonymous/ComfyUI | pytorch | 6,433 | Connecting Lines Disappeared | ### Expected Behavior
I expect the lines to be there.
### Actual Behavior

I started ComfyUI again after no update or anything and the lines disappeared.
### Steps to Reproduce
I tried a new work flow... | closed | 2025-01-11T18:43:52Z | 2025-02-10T21:28:39Z | https://github.com/comfyanonymous/ComfyUI/issues/6433 | [
"Potential Bug"
] | RiversKosmos | 2 |
adbar/trafilatura | web-scraping | 621 | trafilatura.fetch_url Timeout is set but does not work | Hello author, I'm in settings. Timeout is set in settings.cfg, but it doesn't work when I use it in asynchronous programs, and I want to know why. Version 1.9.0
`html = trafilatura.fetch_url(url, no_ssl=True, config=config)`
```# Download
DOWNLOAD_TIMEOUT = 3
MAX_FILE_SIZE = 20000000
MIN_FILE_SIZE = 10
# sleep be... | closed | 2024-06-15T06:55:10Z | 2024-06-18T15:38:06Z | https://github.com/adbar/trafilatura/issues/621 | [
"question"
] | Storm0921 | 2 |
apache/airflow | machine-learning | 47,845 | Implement masking for task sdk logs | ### Body
https://github.com/apache/airflow/issues/45438 ported over secrets masker to task sdk, but we should also start masking the task logs.
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | open | 2025-03-17T07:36:21Z | 2025-03-17T07:38:39Z | https://github.com/apache/airflow/issues/47845 | [
"area:logging",
"area:secrets",
"kind:meta",
"area:task-sdk"
] | amoghrajesh | 0 |
scrapy/scrapy | web-scraping | 6,681 | Test async callbacks using Contracts | Is there a way to test an async callback using Scrapy contracts? Based on the error message, it seems like there's no support for that, as with scrapy-playwright most calls to the browser benefit from being async. It would be great to have this feature.
Any thoughts on good testing practices for scrapy-playwright spi... | open | 2025-02-18T02:10:52Z | 2025-02-18T06:52:42Z | https://github.com/scrapy/scrapy/issues/6681 | [
"enhancement",
"contracts",
"asyncio"
] | Ehsan-U | 1 |
pallets-eco/flask-wtf | flask | 441 | update maintainer permissions | @lepture
Can you update my permissions in PyPI to owner instead of maintainer, so I can add other maintainers? @azmeuk is a maintainer of WTForms now and has been putting in a bunch of work here too.
Also, I need maintainer or owner permissions on the repo so I can fix the Read the Docs config, something got mes... | closed | 2021-05-24T17:35:04Z | 2021-06-09T00:40:18Z | https://github.com/pallets-eco/flask-wtf/issues/441 | [] | davidism | 1 |
tflearn/tflearn | data-science | 186 | Feed a pre-trained embedding using a CSV file | I have a pre-trained csv file which contains word embeddings for each word in the vocab.
For example, word vector of dimension 3, vocab size, say 150:
food 0.4 -0.2 0.04
is 0.97 1.23 -2.3
caught 1.45 -2.34 0.23
...
I wish to use a LSTM framework in which I need to feed the word vectors from the csv file at the input... | closed | 2016-07-07T17:44:41Z | 2016-07-30T09:42:35Z | https://github.com/tflearn/tflearn/issues/186 | [] | krayush07 | 6 |
MaartenGr/BERTopic | nlp | 1,150 | BERTopic for sentence similarity | Hi,
I'm new to NLP,
I wanted to ask: is there a way to determain similarity between a query and each sentence in a set of sentences?
I've trained the model on my set of sentences | closed | 2023-04-03T11:02:00Z | 2023-05-23T09:23:46Z | https://github.com/MaartenGr/BERTopic/issues/1150 | [] | leimish | 2 |
charlesq34/pointnet | tensorflow | 155 | Dataset format, object, and data type | Hi, Charles.
Is your dataset based on each frame generated by Lidar? Do you segment each object on a frame & give the object label?
Besides, if I used my own generated lidar frame to test it, which part of your code that I need to modify? | open | 2018-12-16T14:21:44Z | 2018-12-16T14:22:57Z | https://github.com/charlesq34/pointnet/issues/155 | [] | liemwellys | 0 |
tensorflow/tensor2tensor | machine-learning | 1,797 | Dimension mismatch when running img2img transformer on PREDICT mode | ### Description
I've trained a model on the `img2img_celeba` problem using the `img2img_transformer` and my hyper params are `img2img_transformer2d_base` and I'm trying to do inference :
```
import tensorflow as tf
from tensor2tensor import problems
from tensor2tensor.utils import registry, trainer_lib
import ten... | open | 2020-03-10T05:27:00Z | 2020-03-10T05:28:57Z | https://github.com/tensorflow/tensor2tensor/issues/1797 | [] | py4 | 0 |
PokemonGoF/PokemonGo-Bot | automation | 5,965 | Server busy or offline, reconnecting in xxx seconds | Getting 'Server busy error' after login procedure. Facing this all the time. I am attaching config.json
2017-03-15 22:52:59,731 [ cli] [INFO] PokemonGO Bot v1.0
2017-03-15 22:52:59,748 [ cli] [INFO] commit: 26117e6e
2017-03-15 22:52:59,765 [ cli] [INFO] Configuration initialized
2017-03-15 22:52... | closed | 2017-03-15T23:01:42Z | 2017-03-29T05:00:40Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5965 | [] | roxane11 | 18 |
miguelgrinberg/python-socketio | asyncio | 414 | make SIGINT handling optional | Currently adding SIGINT handling makes it impossible to run the Client in a thread. Suggest move signal handling to optional (also in engineIO). This use case is running a different program that does many things in its main thread - and also uses socketIO client to handle some communications with a counterparty in a ba... | closed | 2020-01-20T07:53:16Z | 2020-04-10T14:31:42Z | https://github.com/miguelgrinberg/python-socketio/issues/414 | [
"question"
] | prodipta | 2 |
pyeve/eve | flask | 818 | Allow disabling entry point semantics for HATEOAS | This is to some degree a rehash of #473, but I’d like to raise a new point.
> HATEOAS links are always relative to the API entry point, so if your API home is at `examples.com/api/v1`, the `self` link in the above example would mean that the _people_ endpoint is located at `examples.com/api/v1/people`.
This greatly r... | closed | 2016-02-04T18:46:18Z | 2017-01-03T09:53:06Z | https://github.com/pyeve/eve/issues/818 | [
"enhancement"
] | vfaronov | 5 |
ivy-llc/ivy | numpy | 27,985 | Fix Frontend Failing Test: torch - linalg.torch.linalg.norm | Example of failed tests:
==================================================================================== 20.0% of 5 passed ====================================================================================================================================================================== short test summary inf... | closed | 2024-01-22T04:11:13Z | 2024-02-25T10:30:50Z | https://github.com/ivy-llc/ivy/issues/27985 | [
"Sub Task"
] | shruzki | 0 |
axnsan12/drf-yasg | rest-api | 872 | Wrong Base URL: localhost | # Bug Report
## Description
the base url is evaluated as localhost
[ Base URL: localhost/v1 ]
## Is this a regression?
<!-- Did this behavior use to work in the previous version? -->
Can't say
## Minimal Reproduction
Use drf-yasg 1.27.x with django 4.1.12 and drf ^3.14
## Your Environment
```
... | open | 2023-10-26T07:16:26Z | 2025-03-07T12:09:08Z | https://github.com/axnsan12/drf-yasg/issues/872 | [
"triage"
] | navxio | 2 |
kiwicom/pytest-recording | pytest | 29 | Provide extra config option for shared cassettes dir(s) | It could be a separate fixture that will return a list of paths where to look for cassettes. Currently, we need to use the full path to the cassette in `pytest.mark.vcr` which is tedious. However, shared cassettes could be used via a separate mark to avoid breaking the existing interface - `pytest.mark.vcr_shared("firs... | open | 2020-01-06T22:14:27Z | 2020-01-06T22:14:27Z | https://github.com/kiwicom/pytest-recording/issues/29 | [] | Stranger6667 | 0 |
dpgaspar/Flask-AppBuilder | flask | 1,563 | Flask AppBuilder update from 2.1.5 and 3.1.1 |
### Environment
Flask-Appbuilder version: 3.1.1
pip freeze output:
```
alembic==1.5.4
aniso8601==8.1.1
apispec==3.3.2
attrs==20.3.0
Babel==2.9.0
beautifulsoup4==4.9.3
blinker==1.4
certifi==2020.12.5
cffi==1.14.4
chardet==4.0.0
click==7.1.2
colorama==0.4.4
cryptography==3.4.3
defusedxml==0.6.0
dj... | closed | 2021-02-09T20:07:06Z | 2021-02-10T15:18:36Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1563 | [] | danner26 | 2 |
coqui-ai/TTS | python | 3,454 | [Bug] Docker Image configuration error when running TTS server. | ### Describe the bug
VITS is working fine but a number of other multilingual models are failing to run because of a configuration issue.
A partial list of the models that don't work are:
tts_models/multilingual/multi-dataset/xtts_v2
tts_models/multilingual/multi-dataset/bark
tts_models/en/multi-dataset/torto... | closed | 2023-12-20T18:06:26Z | 2025-01-15T16:58:31Z | https://github.com/coqui-ai/TTS/issues/3454 | [
"bug",
"wontfix"
] | EvarDion | 12 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,176 | l2 regularisation | Hello,
I want to add l2 regularisation .Can you tell me where can I add this line:
optimizer = torch.optim.Adam(model.parameters(), lr=1e-4, weight_decay=1e-5) | open | 2020-11-06T20:03:48Z | 2020-11-25T18:01:54Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1176 | [] | SurbhiKhushu | 1 |
microsoft/nni | tensorflow | 5,342 | nni webportal doesn't show | **Describe the issue**:
webportal doesn't appear after executing nnictl create --config config_detailed.yml
**Environment**: Google Cloud VM
- NNI version: 2.10
- Training service (local|remote|pai|aml|etc):
- Client OS: Ubuntu 20
- Server OS (for remote mode only):
- Python version:
- PyTorch/TensorFlow v... | closed | 2023-02-08T22:07:06Z | 2023-02-17T02:50:52Z | https://github.com/microsoft/nni/issues/5342 | [] | yiqiaoc11 | 5 |
huggingface/transformers | deep-learning | 36,123 | torch._subclasses.fake_tensor.DataDependentOutputException: aten._local_scalar_dense.default with `_prepare_4d_attention_mask_for_sdpa( |
> Hello @fxmarty
>
> When I try using torch.compile by using `_attn_implementation="sdpa"` in `BertConfig`, I get the error coming from `_prepare_4d_attention_mask_for_sdpa()` whichis because of the data dependent flow.
>
> Specifically,
>
>
>
> ```
>
> File "/home/amodab01/anaconda3/envs/ml_training/lib/pyt... | closed | 2025-02-10T19:31:51Z | 2025-03-21T08:04:39Z | https://github.com/huggingface/transformers/issues/36123 | [] | amodab01 | 1 |
mars-project/mars | pandas | 2,720 | [BUG] index out of range when using Mars with XGBOOST | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
IndexError: list assignment index out of range
**To Reproduce**
To help us reproducing this bug, please provide information below:
1. Yo... | closed | 2022-02-16T20:45:14Z | 2022-02-20T11:06:51Z | https://github.com/mars-project/mars/issues/2720 | [
"type: bug",
"mod: tensor",
"prio: high",
"task: medium"
] | jyizheng | 1 |
davidsandberg/facenet | tensorflow | 981 | how can i run compare.py on windows | open | 2019-02-24T19:22:52Z | 2019-04-03T22:16:27Z | https://github.com/davidsandberg/facenet/issues/981 | [] | mohammedSamirMady | 1 | |
sinaptik-ai/pandas-ai | data-science | 1,565 | pandasai-openai source code | Hi Team,
Regarding pandasai-openai library, could you please let me know the git repository location for the same?
Thanks and Regards
Sumeet Lalla | closed | 2025-01-30T17:23:26Z | 2025-01-30T17:42:22Z | https://github.com/sinaptik-ai/pandas-ai/issues/1565 | [] | prasum | 2 |
scikit-learn/scikit-learn | python | 31,020 | ⚠️ CI failed on Check sdist (last failure: Mar 20, 2025) ⚠️ | **CI is still failing on [Check sdist](https://github.com/scikit-learn/scikit-learn/actions/runs/13959330746)** (Mar 20, 2025)
| closed | 2025-03-19T00:27:53Z | 2025-03-20T12:26:52Z | https://github.com/scikit-learn/scikit-learn/issues/31020 | [
"Needs Triage"
] | scikit-learn-bot | 1 |
piskvorky/gensim | machine-learning | 3,017 | Inconsistency within documentation | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2020-12-27T13:07:01Z | 2020-12-27T15:44:47Z | https://github.com/piskvorky/gensim/issues/3017 | [] | JakovGlavac | 1 |
indico/indico | sqlalchemy | 6,601 | Peer-review module: Allow to ask all participants to an event to be in the reviewer team | **Is your feature request related to a problem? Please describe.**
For the IPAC conference series, we use the indico Peer-Review module.
All conference participants except students and industrial can be asked to serve as reviewer.
For IPAC'23 I had to manually import reviewers. As LPR manager I had no access to the ... | open | 2024-11-06T14:18:09Z | 2024-11-06T15:10:53Z | https://github.com/indico/indico/issues/6601 | [
"enhancement"
] | NicolasDelerueLAL | 3 |
deepfakes/faceswap | machine-learning | 683 | ImportError: cannot import name run | ➜ faceswap git:(master) python setup.py
Traceback (most recent call last):
File "setup.py", line 12, in <module>
from subprocess import CalledProcessError, run, PIPE, Popen
ImportError: cannot import name run | closed | 2019-03-24T08:47:42Z | 2019-03-25T09:47:42Z | https://github.com/deepfakes/faceswap/issues/683 | [] | nbhhcty | 2 |
seleniumbase/SeleniumBase | web-scraping | 3,361 | Need help about Profile Chrome | How to run uc_driver with UC mode as specific profile
Like:
```
from seleniumbase import Driver
from seleniumbase import undetected
user_data_dir = "C:\\Users\\ripssas\\AppData\\Local\\Google\\Chrome\\User Data"
option = undetected.ChromeOptions()
option.add_argument(r"--user-data-dir=user_data_dir")
option.... | closed | 2024-12-22T15:54:56Z | 2024-12-24T13:10:41Z | https://github.com/seleniumbase/SeleniumBase/issues/3361 | [
"duplicate",
"invalid usage",
"UC Mode / CDP Mode"
] | thienha1 | 4 |
darrenburns/posting | automation | 80 | Support for encrypting/decrypting passwords for BasicAuth | Hi,
I'd like to propose a feature, which lets the user set a master password via ENV variable, which is then used to encrypt/decrypt the password field in the *.posting.yaml file
Current situation for a *.posting.yaml file
```
name: Get Player
description: Gets a player by id
url: https://localhost:8080/pl... | closed | 2024-08-10T16:02:58Z | 2024-11-18T18:03:06Z | https://github.com/darrenburns/posting/issues/80 | [] | sczsh | 0 |
autokey/autokey | automation | 388 | Dont delete external folders | When the drop-down menu is used to add an external Folder, removing it from the tree view should *never* delete the directory from disk, especially not recursively. This is a dangerous design, thankfully nothing too critical from my devel directory was blown away and that I hadn't added my home directory by mistake. | closed | 2020-03-21T23:24:05Z | 2020-03-22T10:44:18Z | https://github.com/autokey/autokey/issues/388 | [
"enhancement"
] | morganrallen | 4 |
jina-ai/serve | fastapi | 5,587 | relax protobuf dependency up to 3.19 (the version pre-installed on colab) and support it | colab comes with the pre-install protobuf version 3.19.
However, currently jina supports protobuf >= 3.20 which means installing jina will install latest protobuf.
This will break the compatibility with tensorflow on colab | closed | 2023-01-10T09:01:11Z | 2023-01-16T16:39:25Z | https://github.com/jina-ai/serve/issues/5587 | [] | alaeddine-13 | 1 |
httpie/cli | rest-api | 903 | Can order between JSON and files be controlled in multipart form? | I'm wondering if the order between JSON fields and file attachments can be controlled.
I need to test my api by having files come before JSON data in the stream. It seems that httpie always sends JSON first and then files. | closed | 2020-04-24T11:36:08Z | 2020-09-28T12:08:12Z | https://github.com/httpie/cli/issues/903 | [] | msageryd | 5 |
dgtlmoon/changedetection.io | web-scraping | 1,729 | [feature] Non Expiring - Header Requests | Hello,
I have some new addition feature to the "request headers feature" you've already implemented last month for JavaScript Fetchers.
I will be happy to sponsor this new feature as well either in this project or a fork if anyone else wants to do it....
Most "header requests" expire after some time, rangi... | closed | 2023-08-08T00:24:30Z | 2023-10-05T10:40:26Z | https://github.com/dgtlmoon/changedetection.io/issues/1729 | [
"enhancement"
] | bluescreen222 | 1 |
wkentaro/labelme | deep-learning | 1,037 | show coordinate | can labeleme show the mouse coorfinate? (x,y) | closed | 2022-06-15T08:40:47Z | 2022-06-25T04:03:31Z | https://github.com/wkentaro/labelme/issues/1037 | [] | alicera | 0 |
PokeAPI/pokeapi | graphql | 624 | ARM Builds | I've been trying to build PokeAPI for Raspberry Pi, and I finally reached the point where I just decided to use Docker Compose, but I realized that the builds on Docker Hub were all Linux amd64, and there were no ARM builds. Are ARM builds planned any time soon? | closed | 2021-06-05T04:46:37Z | 2021-06-06T14:28:14Z | https://github.com/PokeAPI/pokeapi/issues/624 | [] | MusicDev33 | 6 |
dgtlmoon/changedetection.io | web-scraping | 1,805 | [bug] windows - URLs with extended chars cause backup to not run - 500 Internal Server Error | **Describe the bug**
On the locally hosted Python version the Backup link in the navbar leads to a 500 Internal Server Error page.
Tried updating and restarting the app, same result.
**Version**
v0.45.1
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Backup'
4. See error
**Desktop (please... | open | 2023-09-20T16:38:21Z | 2023-12-11T13:11:38Z | https://github.com/dgtlmoon/changedetection.io/issues/1805 | [
"windows",
"triage"
] | kazerniel | 13 |
tiangolo/uwsgi-nginx-flask-docker | flask | 193 | SSL gives 502. | HI!
I use this template to run the container with a secure SSL connection. - Just a simple app "`return 'hello, vasya' `"
All fine, when I run it on localhost, or on a server when I open it via IP, but when I try to open site via domain name over https, I get an error:
**502 Bad Gateway.**
And in Nginx logs, I se... | closed | 2020-07-03T09:02:58Z | 2020-12-17T00:28:03Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/193 | [
"answered"
] | mohovkm | 2 |
fastapi/sqlmodel | sqlalchemy | 259 | How to convert sub-query SQLModel objects to Strawberry Objects | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-03-01T11:29:40Z | 2022-03-01T11:45:48Z | https://github.com/fastapi/sqlmodel/issues/259 | [
"question"
] | martarho | 0 |
jupyterhub/repo2docker | jupyter | 417 | RStudio Initialization Errors/ Unable to Connect to Service | I've been getting these bugs lately, does anyone know how we would suggest debugging a build ? | closed | 2018-09-26T18:11:54Z | 2019-05-21T18:27:56Z | https://github.com/jupyterhub/repo2docker/issues/417 | [
"bug"
] | jzf2101 | 2 |
mljar/mercury | data-visualization | 438 | Option to hide specific cells/output | Hello,
I am quite new with Mercury but, looking at it at first stage, trying to convert my very long notebooks into something shareable, I noticed that there is no way to hide some specific cells from the resulting webapp.
I mean, usually, in my notebooks I have some intermediate outputs between the ideal input an... | closed | 2024-03-30T10:43:15Z | 2024-04-02T07:15:53Z | https://github.com/mljar/mercury/issues/438 | [] | informatica92 | 1 |
akfamily/akshare | data-science | 4,972 | AKShare 接口问题报告 | 在调用ak.get_futures_daily(start_date=‘20240101’, end_date=‘20240618, market=’INE‘)的时候报错KeyError: 'symbol'
,就是没有找到交易数据
发现只有INE交易所不行,其余的几个交易所都可以
另外,上期所再获取20100309和20100310的时候也报错json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| closed | 2024-06-19T01:45:56Z | 2024-06-19T06:11:22Z | https://github.com/akfamily/akshare/issues/4972 | [
"bug"
] | EdisonYu777 | 1 |
iperov/DeepFaceLab | deep-learning | 5,633 | Can't extract data_src faceset on DeepFaceLab_NVIDIA_RTX3000_series | I have an error message when trying to extract faceset.
Error while processing data: Traceback (most recent call last):
File "C:\Users\ivand\Downloads\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1375, in _do_call
return fn(... | open | 2023-03-01T15:22:29Z | 2023-06-08T23:06:36Z | https://github.com/iperov/DeepFaceLab/issues/5633 | [] | ivand321 | 9 |
TencentARC/GFPGAN | pytorch | 295 | Original trainning model for GFPGANv1.3 | Hi. XinTao
Thanks for your reply!
But I could't find the original bilinear model or the original trainning model for GFPGANv1.3.
I had tried to convert GFPGANv1.3 back to the trainning model, but it didn't work.
Have you ever shared them?
| closed | 2022-10-19T09:45:05Z | 2022-10-19T10:35:48Z | https://github.com/TencentARC/GFPGAN/issues/295 | [] | fyushan | 0 |
rio-labs/rio | data-visualization | 171 | Add Support for Circular Gradients | Rio already ships with linear gradients, but circular gradients are conspicuously missing. | open | 2024-11-18T20:33:25Z | 2024-11-18T20:33:25Z | https://github.com/rio-labs/rio/issues/171 | [
"good first issue",
"new feature"
] | mad-moo | 0 |
graphql-python/graphene-django | django | 758 | merge_querysets breaks annotations with DjangoFilterConnectionField | We recently updated to v2.5 and have found that many of our connections that use `DjangoFilterConnectionField` no longer work as expected (aka the filters aren't applied).
After some digging it looks like any filter that uses annotations are having them stripped off by `DjangoConnectionField.merge_querysets` [here](... | closed | 2019-08-27T17:17:04Z | 2019-12-26T19:59:14Z | https://github.com/graphql-python/graphene-django/issues/758 | [
"🐛bug"
] | jarcoal | 7 |
KaiyangZhou/deep-person-reid | computer-vision | 388 | 提示预训练模型下载不了,怎么解决 | 您好,学校网络原因,这个预训练下载不了,有什么其他链接么,说明书上面的那个model zoo链接也打不开。
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1LaG1EJpHrxdAxKnSCJ_i0u-nbxSAeiFY (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001FC76D8F8C8>: Fa... | closed | 2020-11-13T01:05:59Z | 2020-11-29T06:00:25Z | https://github.com/KaiyangZhou/deep-person-reid/issues/388 | [] | ww5171351 | 2 |
ymcui/Chinese-BERT-wwm | tensorflow | 148 | 请问什么时候可以提供GPT2之类的CLM的预训练语言模型 | 目前中文环境好像一直没有找到一个特别好用的CLM语言模型 | closed | 2020-09-24T06:53:09Z | 2020-10-14T05:04:07Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/148 | [] | piekey1994 | 1 |
snarfed/granary | rest-api | 128 | JSONFeed is including a title when it shouldn't be | My Microformats->JSONFeed conversion is resulting with a title for one of the posts that shouldn't have had a title. The title and content match in the JSONFeed too. Here's the post permalink: https://aaronparecki.com/2018/01/18/20/ | closed | 2018-01-19T13:44:38Z | 2018-01-19T20:03:12Z | https://github.com/snarfed/granary/issues/128 | [] | aaronpk | 2 |
JaidedAI/EasyOCR | deep-learning | 1,024 | Got NNPack Error (MBP M1 Pro) | I encounter this error when I try to use easyocr for the first time:
<img width="1029" alt="image" src="https://github.com/JaidedAI/EasyOCR/assets/6346811/aa6fb3ad-937d-4658-aad1-acad31e72e83">
What should I do to fix this "[W NNPACK.cpp:64] Could not initialize NNPACK! Reason: Unsupported hardware" error?
Not... | open | 2023-05-21T03:07:37Z | 2024-05-08T07:19:57Z | https://github.com/JaidedAI/EasyOCR/issues/1024 | [] | great69 | 3 |
CTFd/CTFd | flask | 2,066 | Add simpler Javascript access to user's handle and email address | We can use this tactic to put in user specific content that we can then access with Javascript. This way we can cache the HTML but also have more user specific content in the UI. | closed | 2022-03-08T20:20:55Z | 2022-04-08T19:14:58Z | https://github.com/CTFd/CTFd/issues/2066 | [] | ColdHeat | 1 |
Buuntu/fastapi-react | sqlalchemy | 207 | Typescript error 'Router' cannot be used as a JSX component. | Failed to compile.
/app/src/index.tsx
TypeScript error in /app/src/index.tsx(8,4):
'Router' cannot be used as a JSX component.
Its instance type 'BrowserRouter' is not a valid JSX element.
The types returned by 'render()' are incompatible between these types.
Type 'React.ReactNode' is not assignable... | open | 2023-08-21T07:26:49Z | 2024-02-04T08:40:05Z | https://github.com/Buuntu/fastapi-react/issues/207 | [] | Blaz-Strusnik | 2 |
mljar/mercury | data-visualization | 333 | Clear output directory between runs | When you run notebook several times and have [`OutputDir`](https://runmercury.com/docs/output-widgets/outputdir/) then files from previous runs will be available in output directory. | open | 2023-07-06T16:03:21Z | 2023-11-17T11:32:31Z | https://github.com/mljar/mercury/issues/333 | [
"bug",
"good first issue",
"help wanted"
] | pplonski | 8 |
huggingface/transformers | pytorch | 36,665 | Cannot load siglip2 processor | ### System Info
`processor = AutoProcessor.from_pretrained("google/siglip2-base-patch16-224")` raises
```
File ~/miniforge3/envs/*/lib/python3.10/site-packages/transformers/models/siglip/tokenization_siglip.py:139, in SiglipTokenizer.get_spm_processor(self)
137 def get_spm_processor(self):
138 tokenizer =... | closed | 2025-03-12T12:31:00Z | 2025-03-16T10:49:06Z | https://github.com/huggingface/transformers/issues/36665 | [
"bug"
] | hello-peiqi | 5 |
dask/dask | pandas | 11,726 | ⚠️ Upstream CI failed ⚠️ | [Workflow Run URL](https://github.com/dask/dask/actions/runs/13200030606)
<details><summary>Python 3.12 Test Summary</summary>
```
dask/dataframe/dask_expr/tests/test_collection.py::test_warn_annotations: Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
```
</det... | closed | 2025-02-07T07:05:31Z | 2025-02-10T12:32:51Z | https://github.com/dask/dask/issues/11726 | [
"upstream"
] | github-actions[bot] | 0 |
3b1b/manim | python | 1,223 | Spacing between letters in Text(), TextMobject() and TexMobject() | Let's say we have
```
a = TextMobject('1', '2', '3', '4')
selpf.play(Write(a))
```
Output:
```
1234
```
If I want to print it like:
```
1 2 3 4
```
How can I do it?
I have thinked to do it with `TextMobject('1', '2', '3', '4',buff=4)`, with no luck.
| closed | 2020-09-05T15:23:41Z | 2020-09-07T23:15:15Z | https://github.com/3b1b/manim/issues/1223 | [] | JimChr-R4GN4R | 2 |
lux-org/lux | pandas | 79 | Unsupported Category dtype as_type | There is a bug when using Lux with [this example](https://datashader.org/getting_started/Pipeline.html) from Datashader.
```python
import pandas as pd
import numpy as np
from collections import OrderedDict as odict
num=10000
np.random.seed(1)
dists = {cat: pd.DataFrame(odict([('x',np.random.normal(x,s,num)... | closed | 2020-08-27T14:14:51Z | 2020-10-03T08:56:11Z | https://github.com/lux-org/lux/issues/79 | [
"bug",
"help wanted"
] | dorisjlee | 3 |
amisadmin/fastapi-amis-admin | fastapi | 123 | how to use behind a proxy with stripped path prefix | 我在服务前面用到了一层nginx正向代理,正向代理中指定了一个path prefix路由到这个项目,并在nginx中用rewrite去掉了这个前缀,例如浏览器请求`domain.com/prefix/admin`,实际请求的就是`/admin`。
但项目生成的前端链接中不包含`/prefix`前缀,例如`domain.com/admin/page`,导致前端无法访问正确的后端地址`domain.com/prefix/admin/page`。
这个问题要如何解决?
我尝试过在admin的fastapi app中添加`root_path`,没有效果。
---
I used an nginx reverse proxy in... | open | 2023-09-19T13:44:46Z | 2023-09-20T02:31:24Z | https://github.com/amisadmin/fastapi-amis-admin/issues/123 | [] | LoadingZhang | 1 |
neuml/txtai | nlp | 446 | Add extractor reference output format | Add a new output format named 'reference'. When this is set, the extractor pipeline will add an additional field to the outputs called reference. The reference is the context record that best matches an answer.
This is makes it possible to cite answer sources.
| closed | 2023-03-02T22:27:06Z | 2023-03-02T22:36:09Z | https://github.com/neuml/txtai/issues/446 | [] | davidmezzetti | 0 |
dfki-ric/pytransform3d | matplotlib | 7 | Publish pytransform on PyPI | There is already a package called pytransform: https://pypi.org/project/pytransform/, so we should rename this package. Possible names:
* pytransform3d
* transform3d
(https://packaging.python.org/tutorials/packaging-projects/) | closed | 2018-08-23T10:10:25Z | 2018-12-07T14:54:05Z | https://github.com/dfki-ric/pytransform3d/issues/7 | [] | AlexanderFabisch | 2 |
microsoft/nni | machine-learning | 5,332 | Will a tuner takes intermediate results into account? | **Describe the issue**:
Recently I am trying early stopping algorithms built in NNI. However, I find ```report_final_result()``` seems not to work when a trial is early stopped, and the best value of intermediate results is not displayed in the web portal (Trial Details→Default metric) where final results of **succeed... | open | 2023-02-03T02:58:17Z | 2023-02-07T08:23:11Z | https://github.com/microsoft/nni/issues/5332 | [
"feature request"
] | zzzzzx-1115 | 2 |
errbotio/errbot | automation | 1,243 | Format output | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [ ] Suggesting a new feature
* [ ] Requesting help with running my bot
* [ ] Requesting help writing plugins
* [ *] Here about something else
### I am running...
* Errbot version... | closed | 2018-07-30T16:14:31Z | 2018-11-09T15:45:08Z | https://github.com/errbotio/errbot/issues/1243 | [] | Stevieag | 2 |
MaartenGr/BERTopic | nlp | 1,231 | python3.11 run quickstart , numba 0.59.0 deprecation decorator warning | NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-b... | closed | 2023-05-04T05:18:48Z | 2023-09-27T09:06:30Z | https://github.com/MaartenGr/BERTopic/issues/1231 | [] | desean | 3 |
plotly/jupyter-dash | jupyter | 73 | Using on SageMaker Studio | I'd like to use this on AWS Sagemaker Studio, but I think Sagemaker Studio is JupyterLab 1.
Has anyone been able to get either the inline or jupyterlab modes working on Sagemaker Studio? | closed | 2022-01-05T03:04:35Z | 2024-05-23T17:18:39Z | https://github.com/plotly/jupyter-dash/issues/73 | [] | tonyreina | 1 |
3b1b/manim | python | 1,318 | For 3d vectors, tip is not getting oriented in proper direction. | I'm having a problem with creating 3D vectors. the tips are not getting oriented in correct direction. so it looks like the tip of the vector is broken. I'm using the above code. I've just started learning manim. so can anybody help me with this. I tried issue#774 but it didn't work for me.
I'm using this code :
```... | open | 2021-01-20T21:13:01Z | 2021-01-20T21:13:01Z | https://github.com/3b1b/manim/issues/1318 | [] | MK137 | 0 |
the0demiurge/ShadowSocksShare | flask | 78 | ubuntu使用ss上网 | 以前是设置好manual- socks host
然后命令 sslocal -s 账号-p 8097 -k "密码" -b 127.0.0.1 -l 1080
就可以翻墙
操作很简单
请问这是怎样操作的呢?忘了。。。。
求教
| closed | 2019-09-06T03:55:26Z | 2019-12-23T06:19:22Z | https://github.com/the0demiurge/ShadowSocksShare/issues/78 | [] | henbucuoshanghai | 6 |
Miserlou/Zappa | django | 1,477 | How can I deploy project with dlib by Zappa? | ## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
I am using Python 2.7 with virtualenv with below requirements.txt.
```
dlib
fla... | open | 2018-04-11T17:05:11Z | 2018-04-11T19:24:49Z | https://github.com/Miserlou/Zappa/issues/1477 | [] | wkentaro | 1 |
suitenumerique/docs | django | 397 | Reorder visibility options in dropdown menu | ## Bug Report
**Problematic behavior**

The ordering of the visibility options is unintuitive as it's not gradual.
**Expected behavior/code**
Ordering options like following would make more... | closed | 2024-10-29T13:17:12Z | 2025-03-10T08:09:15Z | https://github.com/suitenumerique/docs/issues/397 | [
"frontend"
] | virgile-dev | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 739 | create_engine() missing 1 required positional argument: 'engine_opts | I'm trying to use `db.create_engine` to connect to a second database in a view. My app was working yesterday, but after I tried it on a new machine with a fresh virtualenv, it's no longer working. I think this is due to the changes in #684.
```python
x = 'postgres://*****'
engine = db.create_engine(x)
```
```... | closed | 2019-05-19T19:26:53Z | 2020-12-05T20:21:51Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/739 | [] | jjRick | 5 |
man-group/arctic | pandas | 301 | noisy warning message NB treating all values as 'exists' - no longer sparse | #### Arctic Version
```
v1.35.0
```
#### Arctic Store
```
TickStore
```
#### Platform and version
Not related
#### Description of problem and/or code sample that reproduces the issue
```python
logging.basicConfig(level=logging.INFO)
# Import tick by tick
for i in loops:
df = pd.DataFr... | closed | 2016-12-09T09:27:37Z | 2017-04-17T16:35:41Z | https://github.com/man-group/arctic/issues/301 | [] | mckelvin | 8 |
stanfordnlp/stanza | nlp | 801 | Strange differences between stanza demo and script | Hi,
I found some strange difference between stanza demo(http://stanza.run/) and output of my script while comparing both.
1)**_Splitting a single word as Two_**
one example : "37 East, Exit 1A will be closed for bridge work, Tues. night, 9:30 p.m.-5:30 a.m."
Here 1A is splitting as "1" and "A" .Then output is lik... | closed | 2021-09-08T00:06:40Z | 2021-11-14T19:33:56Z | https://github.com/stanfordnlp/stanza/issues/801 | [
"question",
"stale"
] | sangeethsn | 7 |
tflearn/tflearn | data-science | 352 | image_preloader() bug | ######
data_utils.py:501
l = l.strip('\n').split()
if not files_extension or any(flag in l(0) for flag in files_extension):
######
Variable "l" is a list object, so you have to change the l(0) to l[0].
Thank you to provide novel library. :-)
| open | 2016-09-19T08:13:14Z | 2016-09-19T19:55:24Z | https://github.com/tflearn/tflearn/issues/352 | [] | yjn870 | 1 |
PrefectHQ/prefect | data-science | 16,939 | Prefect run runtime not stopped when run is canceled | ### Bug summary
Hey!
We run our tasks on `fargate` in `ecs`.
Every once in a while our tasks silently fail, they are then marked as `Running` in prefect cloud UI, but the run is reporting close to no logs both in `Cloudwatch` or Prefect cloud Ui.
The only logs we see are:
```
EVENTS 1738079190030 15:46:25.912 | DEBU... | open | 2025-02-03T11:45:50Z | 2025-02-03T11:45:50Z | https://github.com/PrefectHQ/prefect/issues/16939 | [
"bug"
] | mch-sb | 0 |
unionai-oss/pandera | pandas | 1,142 | Pandera 0.14+ check_types behavior change? | When upgrading our library to Pandera > 0.14 the `check_types` decorator doesn't seem to be checking DataFrames in the same way. It may be by design for some of the changes in 0.14, but it seems like a bug.
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists o... | open | 2023-03-24T17:36:10Z | 2023-03-24T17:52:10Z | https://github.com/unionai-oss/pandera/issues/1142 | [
"bug"
] | kr-hansen | 1 |
PaddlePaddle/PaddleHub | nlp | 1,610 | Paddlehub加载训练好的模型,对于同一张图片,每次predict的结果都不同 | - 版本、环境信息
1)PaddleHub和PaddlePaddle版本:PaddleHub1.8.2,PaddlePaddle1.8.5
2)系统环境:CentOS 7.6.1810, python 3.7.9
使用如下代码,加载训练好的分类模型,对于同一张图片,每次结果都不同。自动下载的预训练模型与训练时是相同的
# coding:utf-8
import base64
import cv2
import numpy as np
import paddlehub as hub
from paddlehub.dataset.base_cv_dataset import BaseCVDataset
... | open | 2021-09-03T08:26:20Z | 2021-11-02T13:42:01Z | https://github.com/PaddlePaddle/PaddleHub/issues/1610 | [
"cv"
] | MichaelLiu-TJ | 5 |
jina-ai/clip-as-service | pytorch | 951 | Support open-clip-torch 2.24.0 | Currently building module clip-server fails with:
```
> Checking runtime dependencies for clip_server-0.8.3-py3-none-any.whl
> - docarray==0.21.0 not satisfied by version 0.40.0
> - open-clip-torch<2.9.0,>=2.8.0 not satisfied by version 2.24.0
```
Please support latest open-clip-torch v... | open | 2024-06-04T21:49:42Z | 2024-06-10T01:05:46Z | https://github.com/jina-ai/clip-as-service/issues/951 | [] | onny | 1 |
OpenBB-finance/OpenBB | python | 6,860 | [🕹️] Social Media Poster - Meme | ### What side quest or challenge are you solving?
Side Quest: Create a Social Media Post Highlighting OpenBB’s Customizability
### Points
50
### Description
I've shared a Meme on X
### Provide proof that you've completed the task
.first.click()`.
The workaround is... | open | 2022-06-16T09:19:12Z | 2022-06-28T22:05:09Z | https://github.com/cobrateam/splinter/issues/1050 | [
"bug",
"django"
] | blueyed | 1 |
developmentseed/lonboard | data-visualization | 514 | Google Colab crashes for large datasets | Hi,
I would like to use a 'lonboard' in Google Colab to visualize a GeoDataFrame ('gdf'). The code runs without any errors, but no output is displayed, even though it works on my local PC. What could be the issue? | closed | 2024-05-12T18:09:52Z | 2024-09-24T19:33:52Z | https://github.com/developmentseed/lonboard/issues/514 | [] | adamekcerv | 5 |
geopandas/geopandas | pandas | 3,330 | BUG: Buffering a Polygon geometry returns a MultiPolygon | - [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of geopandas.
- [ ] (optional) I have confirmed this bug exists on the main branch of geopandas.
---
#### Code Sample, a copy-pastable example
```python
import geopandas as gpd
... | open | 2024-06-06T17:57:04Z | 2024-06-08T06:10:35Z | https://github.com/geopandas/geopandas/issues/3330 | [
"bug",
"upstream issue"
] | bocalml | 3 |
smarie/python-pytest-cases | pytest | 97 | `lazy_value` : build a nicer id when the function is a partial | See https://stackoverflow.com/a/62348105/7262247 | closed | 2020-06-12T16:05:47Z | 2020-06-23T14:23:50Z | https://github.com/smarie/python-pytest-cases/issues/97 | [
"enhancement"
] | smarie | 0 |
matplotlib/mplfinance | matplotlib | 686 | Bug Report: | Bug when using box_size = 'atr' in pnf charts in mplfinance : FutureWarning: Series.__getitem__ treating keys as positions is deprecated
OS Win 11 Pro 24H2 Desktop
IDE Visual Studio Code 1.96.2
Python 3.12.8
mplfinance 0.12.10b0
When using the 'atr' box_size parameter in creating pnf charts in mplfinance the `... | open | 2024-12-22T02:39:56Z | 2024-12-25T21:49:07Z | https://github.com/matplotlib/mplfinance/issues/686 | [
"bug"
] | zbig01 | 2 |
huggingface/diffusers | deep-learning | 11,145 | Flux FIll lora / dreambooth finetune support | I would like to ask if there are plans to support LoRA fine-tuning for Flux Fill (inpainting)? I see that the community has already supported related code, and I would like to ask if this can be directly integrated? Thank you
https://github.com/huggingface/diffusers/blob/7a350cc8da60ee67f12a5bf5d3b3fcb4c06ffdb0/exampl... | open | 2025-03-24T03:32:35Z | 2025-03-24T03:32:35Z | https://github.com/huggingface/diffusers/issues/11145 | [] | sanbuphy | 0 |
fastapi/sqlmodel | sqlalchemy | 40 | How to add sqlalchemy functional indexes to columns? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2021-08-27T08:04:00Z | 2021-08-28T13:25:00Z | https://github.com/fastapi/sqlmodel/issues/40 | [
"question"
] | gregsifr | 1 |
vllm-project/vllm | pytorch | 15,395 | [Feature]: Add Warning for Chat Template Mismatches similar to SGLang | I'm requesting a feature to add warnings when users supply a chat template that differs from the official template for a particular model. Currently, vLLM simply acknowledges the supplied template without alerting users to potential performance issues.
**Current Behavior:**
When using a wrong chat template with vLLM, ... | open | 2025-03-24T12:30:10Z | 2025-03-24T16:16:04Z | https://github.com/vllm-project/vllm/issues/15395 | [
"good first issue",
"feature request"
] | xihajun | 1 |
MaartenGr/BERTopic | nlp | 2,170 | datamapplot is not defined | ### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
When I try to use
`fig = topic_model.visualize_document_datamap(texts, embeddings=embeddings) fig.savefig("file.png")`
I encounter the following error.
>
> `NameError ... | closed | 2024-10-06T16:42:08Z | 2024-12-09T12:16:43Z | https://github.com/MaartenGr/BERTopic/issues/2170 | [
"bug"
] | LauwXiang | 5 |
matterport/Mask_RCNN | tensorflow | 2,601 | GPU running out of memory on Jetson Xavier NX | Hi, I am running the default coco dataset for my own segmentation use case. I am using a jetson Xavier nx with jetpack 4.5 and TensorFlow 1.15.4. It is taking forever to load the model and TensorFlow is taking too long to process even a single image. I am not sure if it is even using the inbuilt GPU. The jetson has onl... | open | 2021-06-16T10:34:41Z | 2021-06-16T10:34:41Z | https://github.com/matterport/Mask_RCNN/issues/2601 | [] | akshayacharya97 | 0 |
widgetti/solara | jupyter | 861 | A question about theming / styling / etc.. | Hi,
A question about theming in solara.
I have a `assets/theme.js` in the root of my project, a file with which I hope to control the theme(s) of the application. It seems to be picked up correctly by solara, and works well.
My question is, how can I modify the.. (I do not know what i the correct terminology h... | open | 2024-11-14T23:41:01Z | 2024-12-25T12:58:44Z | https://github.com/widgetti/solara/issues/861 | [] | JovanVeljanoski | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.