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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
apache/airflow | machine-learning | 47,201 | AttributeError: 'SFTPHook' object has no attribute 'close_conn' | ### Apache Airflow Provider(s)
sftp
### Versions of Apache Airflow Providers
The latest version of apache-airflow-providers-sftp (5.1.0) has encountered an issue due to the removal of the close_conn() function in a recent commit.(https://github.com/apache/airflow/commit/fbd19da9208a282a9d208bb3be2294b61fe11449#diff-... | closed | 2025-02-28T08:14:04Z | 2025-02-28T20:41:57Z | https://github.com/apache/airflow/issues/47201 | [
"kind:bug",
"area:providers",
"provider:sftp"
] | shubham4315 | 10 |
keras-team/keras | tensorflow | 20,323 | EarlyStopping() does not return the model weights corresponding to the epoch with the best value of the monitored quantity | When using `early_stopping = keras.callbacks.EarlyStopping(monitor="loss", mode="auto", patience=50, verbose=1, restore_best_weights=True)` with `restore_best_weights=True` the restored weights do not correspond to the epoch that produced the best value of the monitored quantity but rather to the epoch after the best e... | closed | 2024-10-04T18:38:23Z | 2024-11-11T04:07:50Z | https://github.com/keras-team/keras/issues/20323 | [
"keras-team-review-pending",
"type:Bug"
] | GeorgeOrfanidis | 11 |
pyro-ppl/numpyro | numpy | 1,881 | Autoregressive or normalizing flow for density estimation | Hi there,
I have question about the implementation of density estimation in numpyro.
* Context
I am working on a problem where I would like to calibrate uncertain parameters of a model. One thing I'd like to do is to construct a data-based prior distribution for these parameters, instead of using a more arbitrary p... | closed | 2024-10-07T17:55:11Z | 2024-10-16T16:36:23Z | https://github.com/pyro-ppl/numpyro/issues/1881 | [
"question"
] | malihass | 1 |
JaidedAI/EasyOCR | machine-learning | 822 | [Minor] The colab link seems to be failing | Thanks for the providing this repo!
When I click the colab icon on the README.md, it links to https://colab.to/easyocr, which is not found. | open | 2022-08-16T17:38:46Z | 2022-08-24T07:27:35Z | https://github.com/JaidedAI/EasyOCR/issues/822 | [] | liuyinglao | 1 |
coqui-ai/TTS | python | 3,557 | AttributeError: 'NoneType' object has no attribute 'name_to_id' | ### Describe the bug
Getting missing attribute error when trying to use a vocoder. Things work fine when just using a TTS model
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[2], [line 34](vscode-noteb... | closed | 2024-02-02T04:35:28Z | 2024-07-18T23:46:55Z | https://github.com/coqui-ai/TTS/issues/3557 | [
"bug",
"wontfix"
] | byjlw | 4 |
pytest-dev/pytest-randomly | pytest | 531 | Random seed appears to also seed other random() calls | ### Python Version
3.9.0
### pytest Version
7.2.2
### Package Version
3.12.0
### Description
In our tests, we regularly create mocked AWS S3 buckets with random 16 character names. e.g.
`bucket_name = ''.join(random.choice(string.ascii_letters) for i in range(16))`
Those buckets are created via a fixture t... | closed | 2023-03-09T19:55:26Z | 2024-01-11T23:30:14Z | https://github.com/pytest-dev/pytest-randomly/issues/531 | [] | medley56 | 10 |
statsmodels/statsmodels | data-science | 8,912 | Design/ENH: seaborn as optional dependency ? | seaborn has some nice graphics.
The last time that I looked at the seaborn code it looks like it's too nested and structured to copy just individual parts for our use.
(I'm not sure it's worth it. I write only simple statistics plot, e.g. diagnostic plots, without fancy plot elements.)
example pair plot grids
htt... | open | 2023-06-13T17:18:49Z | 2023-06-13T17:18:49Z | https://github.com/statsmodels/statsmodels/issues/8912 | [
"type-enh",
"comp-graphics"
] | josef-pkt | 0 |
OpenInterpreter/open-interpreter | python | 989 | Making the cost of interaction available as part of the core component. | ### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
When using open-interpreter as part of my python project, I'd like to have access to the cost of each interaction of the llm.
So, after each call to `interpreter.chat` there should be a way to ex... | open | 2024-02-02T13:51:20Z | 2024-02-12T15:12:50Z | https://github.com/OpenInterpreter/open-interpreter/issues/989 | [
"Enhancement"
] | guiramos | 6 |
twopirllc/pandas-ta | pandas | 347 | JSONDecoderError | Hi,
I'm trying to run with the vectorbt example with the following packages
```sh
Package Versions:
Numpy v1.20.1
Pandas v1.2.3
vectorbt >= v0.18.1
```
Pandas TA v0.2.75b0
To install the Latest Version:
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
```
When I tried
```python... | closed | 2021-07-17T19:28:27Z | 2021-07-18T13:37:35Z | https://github.com/twopirllc/pandas-ta/issues/347 | [] | ben1628 | 2 |
bonzanini/Book-SocialMediaMiningPython | data-visualization | 4 | twitter_get_user_timeline code example , encode problem with Araic tweets | hello sir @bonzanini , in all of your scripts , when i deal with arabic tweets i get it encoded, for example, twitter_get_user_timeline to get an arabin user tweets , all arab words , in any entity include ,text or user name , etc .. ,
encoded like this : \u0627\u0644\u0646\u0627\u0633 \u062f\u064a \u0639\u0627\u064a... | closed | 2017-05-12T21:57:38Z | 2017-05-13T16:07:34Z | https://github.com/bonzanini/Book-SocialMediaMiningPython/issues/4 | [] | abdolrhman | 2 |
jowilf/starlette-admin | sqlalchemy | 119 | Enhancement: input data in custom action | Thank you very much for the great framework!
I want to ask is there any way to send some input data for the custom action. For example, when you need to do some bulk edits: replace some specified field for all selected rows with some text/int/etc. And other operations that might require data for the execution.
With... | closed | 2023-03-12T16:41:41Z | 2023-03-21T02:47:33Z | https://github.com/jowilf/starlette-admin/issues/119 | [
"enhancement"
] | Ilya-Green | 1 |
vitalik/django-ninja | django | 1,323 | default 422 validation schema in swagger [fastapi] |
I would like to see the default error diagram as fastapi
<img width="1345" alt="Screenshot 2024-10-21 at 12 36 07" src="https://github.com/user-attachments/assets/53caafaa-4ea0-485c-98fd-66d677ff4b7a">
| open | 2024-10-21T07:36:26Z | 2025-01-22T20:11:55Z | https://github.com/vitalik/django-ninja/issues/1323 | [] | begyy | 2 |
yeongpin/cursor-free-vip | automation | 370 | [Bug]: Cannot reset machine ID on appimahe cursor | ### Commit before submitting
- [x] I understand that Issues are used to provide feedback and solve problems, not to complain in the comments section, and will provide more information to help solve the problem.
- [x] I have checked the top Issue and searched for existing [open issues](https://github.com/yeongpin/curso... | open | 2025-03-24T13:07:31Z | 2025-03-24T18:57:38Z | https://github.com/yeongpin/cursor-free-vip/issues/370 | [
"bug"
] | Juxoola | 2 |
wkentaro/labelme | deep-learning | 812 | Export labels as image | Is there any functionality to export the final image as **mask image** having different classes. Like we are using the labels to be exported as json file. Instead of json file, it should be exported as a single image having different labels. Kindly guide. | closed | 2020-12-16T08:12:43Z | 2022-06-25T04:49:52Z | https://github.com/wkentaro/labelme/issues/812 | [] | shubham-scisar | 2 |
matterport/Mask_RCNN | tensorflow | 2,958 | Detections are extremely wrong. | Hello everyone,
I was enthusiastic about applying this project to a new dataset, but I have been facing challenges in obtaining promising results. Despite encountering impressive examples of successful outcomes, I suspect that I may have overlooked a fundamental aspect in my setup.
My aim to detect all axis and l... | open | 2023-06-06T21:54:09Z | 2023-07-29T11:57:53Z | https://github.com/matterport/Mask_RCNN/issues/2958 | [] | devacharan | 2 |
deepset-ai/haystack | machine-learning | 8,761 | Chunk Positioning After Cleaning and Recursive Splitting – Need to Retain Original Document Position for PDF Navigation / Highlight | Hey @brandenchan . I’m splitting the content by 200 words or 1200 characters using recursive splitting. After that, I retrieve the top 5 chunks from the retrieval pipeline. It’s critical for our use case that we display these 5 chunks, and be able to navigate and highlight them in a PDF.
To address this, I was thinkin... | closed | 2025-01-22T11:35:41Z | 2025-01-28T11:19:46Z | https://github.com/deepset-ai/haystack/issues/8761 | [
"P2"
] | alexanderkhivrych | 8 |
NullArray/AutoSploit | automation | 985 | Ekultek, you are correct. | Kek | closed | 2019-04-19T16:46:34Z | 2019-04-19T16:57:59Z | https://github.com/NullArray/AutoSploit/issues/985 | [] | AutosploitReporter | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 697 | Help making Italian Vocoder/Synthesizer | Let's suppose I got the Italian dataset from here (ASR one, flac) http://www.openslr.org/94/
How am I supposed to create all the pretrained models from it (the .pt files, for vocoder, synthesizer and encoder)? | closed | 2021-03-08T09:14:06Z | 2022-12-17T16:41:34Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/697 | [] | xzVice | 11 |
ymcui/Chinese-BERT-wwm | tensorflow | 236 | 请问可否使用wwm系列的模型做词级别的fill-mask预测? | 我按照说明样例进行了尝试,将目标词的每个字替换为[MASK],例如:
`text = '今天[MASK][MASK]很好,我们去散步吧。'`
模型的输出是每个[MASK]结果相独立的。请问有没有进行词级别预测的实践或可能性?
使用transformers的pipeline,输出结果如下:
`
[[{'score': 0.8543989062309265,
'token': 1921,
'token_str': '天',
'sequence': '[CLS] 今 天 天 [MASK] 很 好 , 我 们 去 散 步 吧 。 [SEP]'},
{'score': 0.0411196276545... | closed | 2023-08-25T02:12:15Z | 2023-10-15T10:29:59Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/236 | [
"stale"
] | LiShaoyu5 | 2 |
aminalaee/sqladmin | asyncio | 213 | the online demo application error | ### 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
<img width="526" alt="image" src="https://user-images.githubusercontent.com/12986082/175764199-57e4b9b2-5272-4d67-b10c-dc0dc09d3a33.png">
### S... | closed | 2022-06-25T07:54:03Z | 2022-06-25T08:01:34Z | https://github.com/aminalaee/sqladmin/issues/213 | [] | ischaojie | 1 |
harry0703/MoneyPrinterTurbo | automation | 578 | combine_videos doesn't work at all | ### 是否已存在类似问题?
- [x] 我已搜索现有问题
### 当前行为
There are many logs like below:
`webui | ## combining video: 1 => ./storage/tasks/37ba57c7-5a5f-450e-a959-a745410c4f6c/combined-1.mp4
webui | 2025-01-25 14:28:40 | INFO | "./app/services/video.py:61": combine_videos - max duration of audio: 43.44 seconds
webui | 2025-01-25 ... | open | 2025-01-25T14:33:07Z | 2025-02-22T12:38:52Z | https://github.com/harry0703/MoneyPrinterTurbo/issues/578 | [
"bug"
] | umutbozdag | 16 |
jmcnamara/XlsxWriter | pandas | 252 | Errors when re-saving xlsm workbook in Excel 2010 | I have a python script that generates an xlsm file, If I open it in Excel 2007 , I have no problems. Macros run upon opening the file and I can save or save as the file.
When I open the file with Excel 2010 macros run ok, but when I try to save the file as xlsx I get this warning:
"Errors were detected while saving...... | closed | 2015-05-13T16:40:27Z | 2016-03-30T15:40:53Z | https://github.com/jmcnamara/XlsxWriter/issues/252 | [
"question"
] | fitsoft | 8 |
xinntao/Real-ESRGAN | pytorch | 453 | Bottleneck when Upscaling Video | When trying to run the the video upscaling using the realesr-animevideov3 (1080p -> 4k using -s 2) the speed is very slow at around 8 seconds per frame. However, if I start another instance of the program and upscale another video at the same time, I get around 8 second per frame on both. So,
1. Is this slowness nor... | open | 2022-09-29T00:43:49Z | 2022-12-16T21:12:07Z | https://github.com/xinntao/Real-ESRGAN/issues/453 | [] | therealkingoftheuniverse | 1 |
ageitgey/face_recognition | machine-learning | 1,566 | Not working correctly, not too sure whats wrong | * face_recognition version:
* Python version:
* Operating System:
### Description
I ran the command, making all the adjustments need for it to work for me, but in some instances the command would run once with a frozen image of my face and then would just quit with no error. Other instances, the terminal has gi... | closed | 2024-05-26T06:56:29Z | 2024-06-13T02:10:14Z | https://github.com/ageitgey/face_recognition/issues/1566 | [] | Jack123135 | 1 |
dask/dask | pandas | 11,041 | Weird behavior of `rename` | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-04-09T15:06:39Z | 2024-04-10T06:52:56Z | https://github.com/dask/dask/issues/11041 | [
"needs triage"
] | dualtob | 3 |
allenai/allennlp | data-science | 5,228 | Add option to set `find_unused_parameters` (if necessary?) | Hello! Thanks for the fantastic work on this project.
## Problem
In the `Trainer` class, the `find_unused_parameters` flag for DDP is set to `True`, which causes the following warning when running distributed code.
```
Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unu... | closed | 2021-05-27T01:04:09Z | 2021-07-19T23:39:12Z | https://github.com/allenai/allennlp/issues/5228 | [
"Feature request"
] | offendo | 8 |
pydata/xarray | pandas | 9,984 | DataTree + Zarr-Python 3 | ### What is your issue?
In order to limit the scope of https://github.com/pydata/xarray/pull/9552, we opted to delay complete DataTree compatibility zarr-python 3. It would be nice to get this working now that zarr 3.0 is out. This issue tracks what is left to do to make this integration work:
- [x] Go through the da... | closed | 2025-01-25T17:11:34Z | 2025-03-20T06:05:11Z | https://github.com/pydata/xarray/issues/9984 | [
"bug",
"topic-zarr",
"topic-DataTree"
] | jhamman | 3 |
tensorflow/tensor2tensor | machine-learning | 1,188 | Unable to utilize 8 gpus on a high performance cluster | ### Description
I'm an undergraduate student fairly new to natural language processing and machine translation and I want to train the transformer model on 8 gpus. I tried to follow the solution for Issue #124 but the GPU's are still unresponsive.
...
### Environment information
tensor2tensor==1.9.0
tensorboard=... | closed | 2018-10-31T17:33:07Z | 2018-11-11T21:36:28Z | https://github.com/tensorflow/tensor2tensor/issues/1188 | [] | zx1301 | 5 |
python-gino/gino | asyncio | 368 | TypeError: modelloader_do_load() got an unexpected keyword argument 'none_as_none' | * GINO version: 0.8
* Python version: 3.7
* asyncpg version: 0.17.0
* aiocontextvars version: 0.2.0
* PostgreSQL version: 10.3
### Description
After update on 0.8 version i got this error, did you ever seen this error or could you suggest me how to fix it please?
```
def do_load(self, row, context):
... | closed | 2018-10-22T07:57:36Z | 2018-10-28T10:44:53Z | https://github.com/python-gino/gino/issues/368 | [
"question"
] | patriczek | 2 |
pydata/pandas-datareader | pandas | 431 | Yahoo finance stock pull missing days | I'm getting a dataframe with missing days scattered somewhat randomly in between. So if I run the following code, I get the output attached file (zipped for upload). In this file, there are dates that are missing in no particular order.
Am I doing something wrong? Or is there a limit to the amount of data I can pul... | closed | 2017-12-21T05:20:13Z | 2017-12-22T20:24:29Z | https://github.com/pydata/pandas-datareader/issues/431 | [] | ritviknv | 0 |
trevismd/statannotations | seaborn | 143 | v0.60 not compatible with seaborn v0.13 | When using statannotations v0.60 with seaborn v0.13, it would fail with this error:
AttributeError: module 'seaborn.categorical' has no attribute '_Violin(Box...)Plotter'
It only works with seaborn v0.11.
Any fix for this would be very much appreciated! | open | 2024-01-19T01:34:28Z | 2024-11-05T05:25:26Z | https://github.com/trevismd/statannotations/issues/143 | [] | xinwei-sher | 11 |
jupyterhub/repo2docker | jupyter | 926 | config dir confusion | <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Bug description
repo2docker doesn't allow having `binder` and `.binder` folders together:
https://github.com/jupyter/repo2docker/blob/8bbced7ded5a21b581f1f3... | closed | 2020-07-07T17:11:04Z | 2020-10-06T14:06:34Z | https://github.com/jupyterhub/repo2docker/issues/926 | [] | bitnik | 6 |
plotly/dash-bio | dash | 522 | Data formatting instructions | Wondering if there are any instructions/guidelines around how to go about constructing the json required as inputs for the various dash-bio plots?
Even documentation with a specification around what should be in then respective input files would be useful.
Thanks
Ben. | closed | 2020-10-23T04:34:08Z | 2020-10-24T09:51:22Z | https://github.com/plotly/dash-bio/issues/522 | [] | tirohia | 0 |
QuivrHQ/quivr | api | 3,037 | Test week | * ALL current tests should pass in CI and local
* ALL unit tests should be fast
## Knowledge
* Test **knowledge service** using rollback transaction
* Check CRUD operations
* check delete/update/modify impact on other table (for example delete knowledge deletes vectors)
* Check integrity based on sha1
* Ch... | closed | 2024-08-21T09:19:55Z | 2024-08-30T07:24:27Z | https://github.com/QuivrHQ/quivr/issues/3037 | [] | linear[bot] | 1 |
influxdata/influxdb-client-python | jupyter | 386 | 'BucketsApi' object has no attribute 'update_bucket'` | __Steps to reproduce:__
1. Launch InfluxDB and generate read-write access token
2. In a Jupyter-lab ipynb
3. pip install 'influxdb-client[ciso]'
4. restart python kernel
5. paste the code of influxdb-client-python/examples/buckets_management.py
__Expected behavior:__
Create and update a bucket. Print out the ... | closed | 2021-12-17T14:29:33Z | 2022-01-07T05:31:31Z | https://github.com/influxdata/influxdb-client-python/issues/386 | [
"wontfix"
] | NH89 | 1 |
JoeanAmier/XHS-Downloader | api | 124 | 源码运行昨天开始报错 | ```
╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ C:\Users\exzds\miniconda3\envs\dev\Lib\site-packages\textual\worker.py:365 in _run │
│ ... | closed | 2024-07-26T00:48:43Z | 2024-07-28T14:24:38Z | https://github.com/JoeanAmier/XHS-Downloader/issues/124 | [
"功能异常(bug)",
"确认问题(confirm)"
] | CHANShu0508 | 3 |
fohrloop/dash-uploader | dash | 11 | resumable... not found after setting requests_pathname_prefix for app | Hi @np-8,
So I want to deploy a Dash app and I need to set the `requests_pathname_prefix ` for the server's app name. So code is below:
```python
app = dash.Dash(
__name__,
server=server,
external_stylesheets=[dbc.themes.BOOTSTRAP],
# requests_pathname_prefix='/swatviewer/... | closed | 2020-09-14T20:18:13Z | 2020-10-19T19:08:05Z | https://github.com/fohrloop/dash-uploader/issues/11 | [] | ougx | 3 |
ResidentMario/missingno | data-visualization | 60 | geoplot function imports packages every time it is called | The `geoplot` function imports a handful of packages every time it's called. I don't recommend doing this. I suggest you place all imports at the top of the code file.
Alternatively, place the `geoplot` function in a separate file/subdirectory of the package with the imports at the top such that the imports are invo... | closed | 2018-01-31T03:18:11Z | 2018-02-04T01:35:13Z | https://github.com/ResidentMario/missingno/issues/60 | [] | rhiever | 1 |
hindupuravinash/the-gan-zoo | machine-learning | 14 | Automate timeline image creation | The script `timeline.py` is really useful in updating the cumulative distribution of GAN papers over time. However, I prefer not to launch it when adding new GANs because the size of the generated image differs from the original one whether I keep the original plot size or I put it in full screen.
Setting explicitly ... | closed | 2017-05-27T19:04:02Z | 2017-08-21T18:56:39Z | https://github.com/hindupuravinash/the-gan-zoo/issues/14 | [] | Banus | 1 |
AntonOsika/gpt-engineer | python | 368 | TypeError: 'type' object is not subscriptable | I've tried it with both dev and stable release. Running on a virtualenv. It doesn't matter if I use my own prompt or the example prompt. I get this error:
```
paul$ gpt-engineer projects/example
Traceback (most recent call last):
File "/Users/paul/Documents/Development/gpt-engineer-0.0.5/gpteng/bin/gpt-engineer... | closed | 2023-06-23T17:22:23Z | 2023-06-24T16:11:01Z | https://github.com/AntonOsika/gpt-engineer/issues/368 | [] | pshapiro | 1 |
miguelgrinberg/Flask-SocketIO | flask | 1,582 | sqlalchemy.orm.exc.DetachedInstanceError in unit test with socketio.test_client | **Describe the bug**
I just included `Flask-SocketIO` in my project which is based on `Flask-SQLAlchemy` and wrote some tests. But I in a simple test I get the following error:
```
sqlalchemy.orm.exc.DetachedInstanceError: Instance <User at 0x2812f970> is not bound to a Session; attribute refresh operation cannot pr... | closed | 2021-06-27T15:02:05Z | 2021-06-27T19:38:37Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1582 | [
"question"
] | LostInDarkMath | 1 |
modin-project/modin | data-science | 7,254 | Support right merge/join | closed | 2024-05-13T00:32:16Z | 2024-05-13T23:39:23Z | https://github.com/modin-project/modin/issues/7254 | [
"new feature/request 💬"
] | anmyachev | 0 | |
encode/apistar | api | 556 | Is enabling `unique_items=True` useful for non-primitive types? | If `unique_items=True` is set on a validator.Array() whose `items` are a non-primitive type, a http request to the handler under inspection crashes the server with an assertion error. I am wondering if something along the lines of
`validators.py`
```python
def make_hashable(self, element):
assert (element is No... | closed | 2018-05-22T05:45:25Z | 2019-03-14T14:39:54Z | https://github.com/encode/apistar/issues/556 | [] | freakabcd | 1 |
huggingface/transformers | python | 36,865 | Multiple processor classes have input side-effects | Multiple processor classes mutate their `text` input when it's a list.
Example:
https://github.com/huggingface/transformers/blob/42c489f2ae738a3b690bb90aab274f02ff024795/src/transformers/models/qwen2_5_vl/processing_qwen2_5_vl.py#L156C21-L156C25
This results in unwanted downstream behaviour. For example, see [this c... | open | 2025-03-20T17:54:12Z | 2025-03-20T17:58:53Z | https://github.com/huggingface/transformers/issues/36865 | [
"bug"
] | nph4rd | 1 |
openapi-generators/openapi-python-client | fastapi | 613 | black posthook throws `ImportError: cannot import name 'izip_longest' from 'pathspec.compat'` | **Describe the bug**
During the `black .` post hook, openapi-python-client throws :
```
openapi-python-client update --url someurl.com/openapi.json
Updating my_project
Error(s) encountered while generating, client was not created
black failed
Traceback (most recent call last):
File "C:\Users\x\AppData\Loc... | open | 2022-05-11T18:28:11Z | 2022-05-11T18:32:12Z | https://github.com/openapi-generators/openapi-python-client/issues/613 | [
"🐞bug"
] | LaurentBergeron | 0 |
Johnserf-Seed/TikTokDownload | api | 284 | [BUG] [ 警告 ]: Expecting value: line 1 column 1 (char 0) 可以复制此报错内容发issues | - 作者大大,抖音批量下载出现如下问题.
- 命令
```python
python TikTokMulti.py -u https://v.douyin.com/jqwLHjF/ -d video_test/
```
- 报错
```shell
[ 提示 ]:读取命令完成!
[ 提示 ]:为您下载多个视频!
[ 提示 ]:用户的sec_id=MS4wLjABAAAAo0hDbJvN_-xEvV3BP6mQJ7azqbhmErfLoPcQES5Lkq4
[ 警告 ]: Expecting value: line 1 column 1 (char 0) 可以复制此报错内容发issues
[ ... | closed | 2023-01-15T10:26:42Z | 2023-02-06T14:32:50Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/284 | [
"故障(bug)",
"额外求助(help wanted)",
"无效(invalid)"
] | Linux2010 | 5 |
iMerica/dj-rest-auth | rest-api | 458 | Google OAuth Redirect Uri Missmatch error, but urls seem to be configured correctly | 1) On my frontend (ReactJs) I'm login using Google and getting the "code" using the Auth Code Flow which looks something like this:
```
{
"code": "4/0AfteXvtM-2XB5q-cTe-l-oYTkkRg-3QZf8V44cEvrRvCpPR9gSXhn76dF-oU2SPxDNvSpw",
"scope": "email profile openid https://www.googleapis.com/auth/userinfo.profile https... | closed | 2022-11-30T18:39:08Z | 2023-11-13T22:33:48Z | https://github.com/iMerica/dj-rest-auth/issues/458 | [] | adrenaline681 | 3 |
cvat-ai/cvat | tensorflow | 8,455 | cvat-vector deployment crashing on a fresh Kubernetes deployment | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. git clone the latest develop branch of cvat
2. follow the instruction on https://docs.cvat.ai/docs/administration/advan... | closed | 2024-09-18T19:17:02Z | 2024-09-19T13:51:16Z | https://github.com/cvat-ai/cvat/issues/8455 | [
"bug",
"need info"
] | RedrumSherlock | 2 |
explosion/spaCy | deep-learning | 13,628 | ValueError while importing spacy module related to thinc (?) |
This is the description of the error: "ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject"

## Your Environment
* Operating System: Windows
* Python ... | closed | 2024-09-19T18:12:57Z | 2024-10-31T00:02:56Z | https://github.com/explosion/spaCy/issues/13628 | [] | alexcorral | 2 |
gradio-app/gradio | deep-learning | 10,438 | XML tag support for copy button | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
I want to create or edit an xml with llm but tags are not displayed in gradio. I tried to escape the text with `html.escape(text)` so tags are displayed in gradio but copy button of cha... | open | 2025-01-27T09:21:32Z | 2025-03-03T14:15:40Z | https://github.com/gradio-app/gradio/issues/10438 | [
"enhancement"
] | ZiyaCu | 11 |
christabor/flask_jsondash | plotly | 106 | Allow linking of singlenum type | Should optionally be able to link either the number, or the title, or even perhaps an icon next to it, if specified. This needs to be thought through a bit more.
Originally requested by @techfreek | open | 2017-05-11T17:56:17Z | 2017-05-11T17:56:17Z | https://github.com/christabor/flask_jsondash/issues/106 | [] | christabor | 0 |
streamlit/streamlit | streamlit | 10,570 | For consistency, let `st.page_link` and `st.switch_page` accept callable | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
`st.navigation` was recently updated to accept anything you can pass to `st.Page`, in addition to fully initi... | open | 2025-02-28T23:39:23Z | 2025-03-01T04:14:36Z | https://github.com/streamlit/streamlit/issues/10570 | [
"type:enhancement"
] | sfc-gh-dmatthews | 2 |
netbox-community/netbox | django | 18,866 | Allow LinkStatusChoices to be customised via FIELD_CHOICES | ### NetBox version
v4.2.5
### Feature type
New functionality
### Proposed functionality
Many NetBox choices are permitted to be modified via FIELD_CHOICES config parameters, however Link Status is not, adding a key (eg: Link.status) to this would allow users to add or change values.
### Use case
Examples I've s... | closed | 2025-03-11T13:05:54Z | 2025-03-20T19:27:47Z | https://github.com/netbox-community/netbox/issues/18866 | [
"type: feature"
] | cruse1977 | 3 |
activeloopai/deeplake | tensorflow | 2,874 | The process of loading the dataset via deeplake.load('hub://crossvivit/SunLake') is experiencing significant delays. |
Hello, during the execution of the CrossViT project, I am importing data through the use of `deeplake.load('hub://crossvivit/SunLake')`, but this process takes up to an hour, which is exceedingly slow. I would like to know if there is a way to expedite the dataset import? Alternatively, is it possible to download the... | closed | 2024-06-15T01:49:57Z | 2024-06-29T21:10:46Z | https://github.com/activeloopai/deeplake/issues/2874 | [] | liujian123223 | 2 |
TheKevJames/coveralls-python | pytest | 345 | Add python-coveralls entrypoint | Hey @TheKevJames -- what do you think about adding another entrypoint `python-coveralls`? We're using `cpp-coveralls` in one of our projects and that library has both the `coveralls` entrypoint as well as the `cpp-coveralls` entrypoint. If both `coveralls-python` and `cpp-coveralls` are installed together then the `cov... | closed | 2022-04-20T16:01:48Z | 2024-04-26T15:04:28Z | https://github.com/TheKevJames/coveralls-python/issues/345 | [
"task",
"low-priority"
] | ericdill | 1 |
biolab/orange3 | data-visualization | 6,937 | Hide settings panel differently | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
This might belong to `orange-canvas-core` or `orange-widget-base`. Sorry if I am adding the issue in the wrong place.
**... | closed | 2024-11-26T09:16:25Z | 2024-11-29T11:16:46Z | https://github.com/biolab/orange3/issues/6937 | [] | borondics | 4 |
streamlit/streamlit | data-visualization | 9,971 | Unable to drag to copy a value from one cell to a range of cells in the rightmost column of st.data_editor | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
Unable to drag to copy a value from one cell ... | open | 2024-12-05T21:45:02Z | 2024-12-12T10:37:55Z | https://github.com/streamlit/streamlit/issues/9971 | [
"type:bug",
"status:confirmed",
"priority:P3",
"feature:st.data_editor"
] | JayBigGuy10 | 4 |
rasbt/watermark | jupyter | 24 | Cannot retrieve the version information of OpenCV | I can import cv2 package in my jupyter notebook, but watermark cannot find the proper information for this package:
`DistributionNotFound: The 'cv2' distribution was not found and is required by the application` | closed | 2017-01-23T19:23:39Z | 2017-02-20T22:48:17Z | https://github.com/rasbt/watermark/issues/24 | [] | vmirly | 8 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 404 | split unit testing from src | following lines should be moved to a unit testing file or be wrapped with main guards:
https://github.com/VinciGit00/Scrapegraph-ai/blob/62fdbcca52012c34d714232b1f6987c83e841c62/scrapegraphai/utils/parse_state_keys.py#L106
I haven't checked the rest, but there might be other similar instances throughout the code ... | closed | 2024-06-22T13:48:21Z | 2024-07-10T10:35:54Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/404 | [] | DiTo97 | 1 |
encode/httpx | asyncio | 3,348 | Intermittent `httpx.ReadError` with high concurrency | ### Issue Description
I've encountered intermittent httpx.ReadError exceptions when using high concurrency values with httpx.AsyncClient. This issue does not occur when using aiohttp with similar concurrency levels.
### Reproduction Steps
1. Set up a simple FastAPI server with a 3-second delay (code provided bel... | open | 2024-10-15T17:39:38Z | 2025-03-14T04:44:10Z | https://github.com/encode/httpx/issues/3348 | [] | mmeendez8 | 5 |
ClimbsRocks/auto_ml | scikit-learn | 159 | deep learning training speed up- only perform feature scaling once | right now the whole pipeline runs for each fold of the cv. this is incredibly inefficient. for deep learning in particular, where we need to try many different architectures, the training of the net itself isn't too computationally expensive, but running the feature scaling part a billion times is.
sure, we can def... | closed | 2017-02-24T21:05:59Z | 2017-03-12T01:24:41Z | https://github.com/ClimbsRocks/auto_ml/issues/159 | [] | ClimbsRocks | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 319 | Short Phrase Workaround? location of specific words in seconds | So as other people have mentioned here, the spectrogram synthesis struggles with short phrases. One workaround is that if you lengthen your text to something that takes 6 seconds or so to say, you can do much better, then manually crop out the filler text. However, has anyone had luck doing that in an automated way? (... | closed | 2020-04-12T14:37:56Z | 2020-06-01T18:24:53Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/319 | [] | sunnybala | 3 |
vipstone/faceai | tensorflow | 61 | colorize图片着色功能示例代码运行异常 | 运行colorize.py是在 imsave(colorizePath, lab2rgb(tmp))报错Cannot handle this data type: (1, 1, 3), <f8
出错的代码在PIL\Image.py line 3098
请问这是什么原因? | open | 2024-09-09T03:36:04Z | 2025-01-03T09:03:57Z | https://github.com/vipstone/faceai/issues/61 | [] | Kanjianximie | 2 |
pytorch/pytorch | machine-learning | 149,005 | flex_attention without CUDA | ### 🚀 The feature, motivation and pitch
Flex attention is great. But if a model is implement with flex attention it can only run on a CUDA device.
This (baby step) proposal is to implement a pure python function
flex_attention.create_full_mask()
which will accept the same parameters as create_block_mask but return a... | closed | 2025-03-11T22:50:17Z | 2025-03-11T23:16:01Z | https://github.com/pytorch/pytorch/issues/149005 | [] | jjh42 | 1 |
Kav-K/GPTDiscord | asyncio | 132 | Unable to send requests in a converse thread. | # Issue
I'm having an issue with GPT converse command - it is not responding to subsequent requests after the initial response is received. Instead, it returns an error "You are already waiting for a response, please wait and speak afterwards." to the user.
Steps to reproduce:
1. Invoke GPT converse command with a... | closed | 2023-02-02T23:59:30Z | 2023-02-03T21:27:26Z | https://github.com/Kav-K/GPTDiscord/issues/132 | [
"bug"
] | jfaithedu | 3 |
postmanlabs/httpbin | api | 432 | Reported "Connection" header is always "close" | When Connection:keep-alive is used, the JSON response body always contains Connection:close.
See communication log (copied from Wireshark):
GET /get HTTP/1.1
Connection: keep-alive
Host: httpbin.org
Accept-Encoding: gzip, deflate
HTTP/1.1 200 OK
Connection: keep-alive
Server: meinheld/0.6.1
Date: Wed, 07... | closed | 2018-03-07T16:13:47Z | 2018-04-26T17:51:17Z | https://github.com/postmanlabs/httpbin/issues/432 | [] | lukas-m | 3 |
onnx/onnx | machine-learning | 6,389 | [Feature request] FlexAttention alike in ONNX | Large language models (LLMs) have been popular for many years, yet there is still no dedicated attention operator/function in the standard ONNX specification.
Previous attempts to include an attention operator have been hindered by concerns over the numerous variants, as discussed in #5449. Recently, PyTorch introdu... | open | 2024-09-25T01:41:12Z | 2025-03-05T16:34:31Z | https://github.com/onnx/onnx/issues/6389 | [
"module: spec"
] | BowenBao | 2 |
tensorflow/tensor2tensor | deep-learning | 1,334 | Multiple beams in exported model | How can I get multiple beams (outputs and scores) in an **exported** model? | closed | 2018-12-31T08:24:20Z | 2019-02-18T07:58:33Z | https://github.com/tensorflow/tensor2tensor/issues/1334 | [] | Stercator | 2 |
Yorko/mlcourse.ai | seaborn | 613 | Missing explanation for B^T in RF variable importance calculation | in formula for VI^T https://mlcourse.ai/articles/topic5-part3-feature-importance/
B^T is not defined. Probably taken form [these slides](https://bigdata.unl.edu/documents/ASA_Workshop_Materials/Why%20and%20how%20to%20use%20random%20forest%20variable%20importance%20measures.pdf) where B^T is not defined as well :) | closed | 2019-09-11T12:49:30Z | 2019-09-27T15:32:20Z | https://github.com/Yorko/mlcourse.ai/issues/613 | [] | Yorko | 2 |
home-assistant/core | python | 141,024 | Some cameras and thermostat unavailable after a restart | ### The problem
Hello,
After a restart, multiple cameras and all the thermostats became unavailable. The Weather Stations are ok, and one camera is ok. I tried to remove and reinstall, reload, redo the Netatmo authorizations. Same result. I join the debug logs of the integration if it can be any help.
Any tip is welc... | open | 2025-03-20T21:43:43Z | 2025-03-24T07:48:28Z | https://github.com/home-assistant/core/issues/141024 | [
"integration: netatmo"
] | adriengendre | 3 |
keras-team/keras | data-science | 20,072 | Rescaling Layer Issue when Loading .keras Model | Hello, I have an issue with saving and reloading a .keras model when I use a rescaling layer. [I opened an issue in the tensorflow repo](https://github.com/tensorflow/tensorflow/issues/69719) but they pointed me here! Here's the reproduced issue I put on my original issue submission:
## Issue type
Bug
## Hav... | closed | 2024-07-31T18:35:45Z | 2024-08-02T01:58:39Z | https://github.com/keras-team/keras/issues/20072 | [
"type:Bug"
] | marcobornstein | 2 |
NullArray/AutoSploit | automation | 348 | Unhandled Exception (906bf79b4) | Autosploit version: `3.0`
OS information: `Linux-4.18.0-kali3-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `argument of type 'NoneType' is not iterable`
Error traceback:
```
Traceback (most recent call):
File "/root/AutoSploit/autosploit/main.py", line 117, in main
... | closed | 2019-01-08T23:01:17Z | 2019-01-14T18:05:32Z | https://github.com/NullArray/AutoSploit/issues/348 | [] | AutosploitReporter | 0 |
horovod/horovod | pytorch | 2,975 | Unknown: Horovod has been shut down? | **Environment:**
1. Framework: Tensorflow
2. Framework version: 1.15.0
3. Horovod version: 0.21.3
4. MPI version: 4.0.0
5. CUDA version: V10.0.130
6. NCCL version:2408
7. Python version: 3.7
8. Spark / PySpark version:
9. Ray version:
10. OS and version: debian buster/sid / ubuntu
11. GCC version: 7.5.0
... | closed | 2021-06-11T09:27:30Z | 2021-08-04T09:52:06Z | https://github.com/horovod/horovod/issues/2975 | [] | Jiancong | 1 |
horovod/horovod | deep-learning | 3,765 | spark (master yarn fail) PMIX ERROR: OUT-OF-RESOURCE in file dstore/pmix_esh.c at line 831 An error occurred while calling z:org.apache.spark.api.python.PythonRDD.collectAndServe. : org.apache.spark.SparkException: Job 4 cancelled part of cancelled job group horovod.spark.run.0 RuntimeError: mpirun failed with exit cod... | I am using horovod docker provided environment not any custom made.
**Environment:**
1. Framework: (pytorch, tensorflow, Keras)
2. Framework version: 2.6
3. Horovod version: 0.25.0
4. MPI version: 3.0.0
5. CUDA version: 11.7
6. NCCL version:
7. Python version: 3.8
8. Spark / PySpark version: 3.1.1
9. Ray ve... | open | 2022-11-12T09:22:43Z | 2023-02-13T11:04:26Z | https://github.com/horovod/horovod/issues/3765 | [
"bug",
"spark"
] | mtsol | 0 |
pandas-dev/pandas | python | 60,678 | BUG: boolean series .isin([pd.NA])] inconsistent for series length | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-01-08T14:42:55Z | 2025-01-22T21:28:30Z | https://github.com/pandas-dev/pandas/issues/60678 | [
"Bug",
"Missing-data",
"isin"
] | yoavrv | 5 |
modelscope/data-juicer | streamlit | 353 | video_ocr_area_ratio_filter may cause cuda out of memory | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2024-07-15T02:02:45Z | 2024-07-17T10:19:37Z | https://github.com/modelscope/data-juicer/issues/353 | [
"question"
] | ycwfs | 2 |
drivendataorg/cookiecutter-data-science | data-science | 324 | Add option to include nbautoexport | Add an option that automatically creates and configures nbautoexport for the project. | open | 2023-10-09T20:31:04Z | 2025-03-07T18:18:43Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/324 | [] | chrisjkuch | 0 |
hanwenlu2016/web-ui | pytest | 6 | 平台化可以说下思路吗感谢 | 不知道怎么通过平台去修改或新增自动化代码,难道是写一个公用的方法,去读取测试步骤和关键字方法? | closed | 2021-08-09T07:10:59Z | 2021-08-18T02:29:42Z | https://github.com/hanwenlu2016/web-ui/issues/6 | [] | haifengzuishuai | 1 |
piskvorky/gensim | machine-learning | 2,825 | sklearn_api `transform()` methods not compatible with generators | Example (from [TfidfTransformer](https://github.com/RaRe-Technologies/gensim/blob/b3b844e32cf03c28e58586cbd8b66d288d41758d/gensim/sklearn_api/tfidf.py#L157))
```python
if isinstance(docs[0], tuple):
docs = [docs]
return [self.gensim_model[doc] for doc in docs]
```
This method expects a list of tuples, ins... | open | 2020-05-04T16:50:16Z | 2020-05-14T18:45:41Z | https://github.com/piskvorky/gensim/issues/2825 | [
"bug",
"difficulty easy",
"impact LOW",
"reach LOW"
] | straygar | 6 |
keras-team/autokeras | tensorflow | 1,656 | Initial network generation seems not try different architectures to fit max_model_size | ### Bug Description
I need to impose a limit on the size of the network. However, if I set `max_model_size` I cannot start any training. The library creates 5 networks that are all equal (5 is the value set for `_max_fail_streak`). Thus, if the first network created is larger than the limit set with `max_model_size`, ... | open | 2021-12-17T09:50:42Z | 2023-02-28T17:28:07Z | https://github.com/keras-team/autokeras/issues/1656 | [] | rzese | 5 |
awesto/django-shop | django | 137 | Validate POST data in CartItemDetail view | item_quantity does not get validated allowing to post negative or non-numeric quantity
https://github.com/divio/django-shop/blob/master/shop/views/cart.py#L51
| closed | 2012-01-27T09:29:44Z | 2016-02-02T14:07:18Z | https://github.com/awesto/django-shop/issues/137 | [] | alesdotio | 12 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,112 | How can I load the model using pickle? | open | 2022-09-13T18:55:18Z | 2022-09-13T18:55:18Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1112 | [] | clonedSemicolon | 0 | |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 674 | 关于retinanet anchor refine的问题 | 博主,想问问retinanet中每次如何生成新anchor的?
| closed | 2022-11-01T09:03:55Z | 2022-12-03T05:24:50Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/674 | [] | Bobby-youngking | 1 |
netbox-community/netbox | django | 18,762 | Upgrade from v3.7.3 failing | ### Deployment Type
Self-hosted
### NetBox Version
v3.7.3
### Python Version
3.12
### Steps to Reproduce
I have a properly working version of Netbox v3.7.3. Postgres version 13.20, Oracle Linux 8.10, Python 3.12.
```
[root@ro-netbox-srv01 netbox]# git checkout v4.2.4
Note: switching to 'v4.2.4'.
HEAD is now at... | closed | 2025-02-27T21:29:42Z | 2025-02-27T21:47:31Z | https://github.com/netbox-community/netbox/issues/18762 | [] | xonacs | 1 |
HIT-SCIR/ltp | nlp | 402 | 示例分词结果不正确 | **运行环境:** Windows 10, Anaconda (conda 4.8.4), Python 3.8, PyTorch 1.6.0 + CUDA 10.2, LTP 4.0.8, transformers 3.0.2
刚建立了一个新conda环境试用LTP,具体步骤如下
(1)建立新环境:`conda create --name <conda_env_name> python=3.8`
(2)从conda安装部分依赖包:
```
conda activate <conda_env_name>
conda config --append channels conda-forge --env
conda i... | closed | 2020-08-26T02:46:16Z | 2020-08-29T06:45:09Z | https://github.com/HIT-SCIR/ltp/issues/402 | [] | ZOUG | 7 |
onnx/onnx | tensorflow | 6,811 | failed to convert opset to 17 | # Bug report
```python
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from torch.export import export
import onnx
model_name = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name)
cl... | open | 2025-03-13T08:27:02Z | 2025-03-14T14:50:31Z | https://github.com/onnx/onnx/issues/6811 | [
"bug",
"module: version converter"
] | FlintWangacc | 3 |
ets-labs/python-dependency-injector | asyncio | 761 | How to use dependency injector in a module (to facilitate unit-testing) | Can you please point me to the place in documentation explaining how to use this in a Python module, i.e. in a file I use as an import?
So far I could easily find the if __name__ == "__main__": stuff which is for standalone applications.
What about supporting injection in an 'importable' module?
The use-case: I'... | closed | 2023-11-02T19:39:28Z | 2023-11-27T17:06:38Z | https://github.com/ets-labs/python-dependency-injector/issues/761 | [] | nskmda | 4 |
open-mmlab/mmdetection | pytorch | 11,692 | BUG in DAB-DETR when with_random_refpoints=True | Hi there, when I set with_random_refpoints=True in DAB-DETR, I observe that there are still grad for xy, I print the value of xy in the iteration 0 and iteration 50 and the xy value is different, but in the paper the xy should be fixed after random init
<img width="490" alt="image" src="https://github.com/open-mmlab/m... | open | 2024-05-08T16:01:31Z | 2024-05-08T16:01:47Z | https://github.com/open-mmlab/mmdetection/issues/11692 | [] | YangHan-Morningstar | 0 |
strawberry-graphql/strawberry | graphql | 3,079 | Mypy crashes after updating pydantic to > 2.0 ver | Hello. I have updated pydantic to version > 2.0. After found problems with mypy
```
.\common\graphql\pagination.py:29: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
If this issue continues with mypy master, ... | closed | 2023-09-07T06:02:29Z | 2025-03-20T15:56:21Z | https://github.com/strawberry-graphql/strawberry/issues/3079 | [
"bug"
] | barbarrista | 2 |
huggingface/transformers | tensorflow | 36,210 | Token healing throws error with "Qwen/Qwen2.5-Coder-7B-Instruct" | ### System Info
OS type: Sequoia 15.2 Apple M2 Pro.
I tried to reproduce using 🤗 [Inference Endpoints](https://endpoints.huggingface.co/AI-MO/endpoints/dedicated) when deploying https://huggingface.co/desaxce/Qwen2.5-Coder-7B-Instruct. It's a fork of `Qwen/Qwen2.5-Coder-7B-Instruct` with `token_healing=True` and a `... | open | 2025-02-15T09:01:46Z | 2025-03-18T08:04:00Z | https://github.com/huggingface/transformers/issues/36210 | [
"bug"
] | desaxce | 1 |
PablocFonseca/streamlit-aggrid | streamlit | 21 | [FEATURE REQUEST] datePicker Implementation | Dear @PablocFonseca ,
May dataPicker cellEditor be enabled from streamlit-aggrid?
```{python}
MyGridOptions\
.configure_column(
field = "ColumnName",
cellEditor = "datePicker"
)
```
Have been trying to make it work without success.
Thank ... | closed | 2021-06-28T12:54:43Z | 2024-04-04T17:52:25Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/21 | [
"enhancement"
] | jtelleriar | 0 |
fastapi/sqlmodel | fastapi | 330 | How create a ModelMixin? | ### 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-05-05T02:36:13Z | 2022-05-05T21:14:44Z | https://github.com/fastapi/sqlmodel/issues/330 | [
"question"
] | yurihartmann | 5 |
pyg-team/pytorch_geometric | deep-learning | 8,794 | `RandomLinkSplit` needs a `Data` , which is a single graph, object as input. | `RandomLinkSplit` needs a `Data` , which is a single graph, object as input.
```
dataset = MyOwnDataset(root = 'data/MeshData/')
dataset = dataset.shuffle()
from torch_geometric.data import Batch
# Convert from n graphs to one large graph with n disconnected components
data = Batch.from_data_list(dataset[:])
tr... | open | 2024-01-19T18:08:25Z | 2024-01-21T10:26:01Z | https://github.com/pyg-team/pytorch_geometric/issues/8794 | [] | Isabellajhon | 2 |
piskvorky/gensim | data-science | 2,839 | Fix newline weirdness on Azure | Some of our tests were failing on Azure because of LF/CRLF weirdness once the .gitattributes file was deleted. In the interest of moving things along, I've disabled those tests (look for AZURE in gensim/test/test_*.py).
Ideally, we should make these tests run and pass.
---
I have 2 ideas
- apply `.gitattribut... | open | 2020-05-14T06:18:48Z | 2020-06-10T08:13:49Z | https://github.com/piskvorky/gensim/issues/2839 | [
"housekeeping"
] | mpenkov | 0 |
s3rius/FastAPI-template | graphql | 30 | Add AWS cloud deployment. | We need to create an AWS configuration for cloud deploy.
I guess, that terraform is a really good way to create infrastructure.
In this thread we must choose the best way to deploy a cloud app. Currently I'm thinking about creating REST Gateway. But maybe someone would like to choose something else.
This fea... | open | 2021-10-04T06:37:37Z | 2023-11-21T01:18:18Z | https://github.com/s3rius/FastAPI-template/issues/30 | [
"help wanted"
] | s3rius | 11 |
schemathesis/schemathesis | pytest | 2,011 | [BUG] JSON parsing of responses containing goofy Unicode characters fails | ### Checklist
- [X] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [X] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [X] I am using the latest version of Schemathesis
... | closed | 2024-02-01T19:45:17Z | 2024-07-20T13:39:00Z | https://github.com/schemathesis/schemathesis/issues/2011 | [
"Type: Bug",
"Status: Needs more info"
] | strangelydim | 4 |
cobrateam/splinter | automation | 624 | How can I make splinter visit a file:/// url? | I have the contents of the page saved. I am trying to create a reproducible bug scenario in splinter.
Something like browser.load() will be ideal. | closed | 2018-08-13T06:39:52Z | 2018-08-26T02:06:38Z | https://github.com/cobrateam/splinter/issues/624 | [
"question"
] | sureshvv | 2 |
labmlai/annotated_deep_learning_paper_implementations | deep-learning | 43 | Vision Transformer | Paper: [An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale](https://arxiv.org/abs/2010.11929) | closed | 2021-04-19T12:03:23Z | 2021-07-17T09:56:19Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/43 | [
"paper implementation"
] | vpj | 4 |
postmanlabs/httpbin | api | 584 | Use importlib.resources instead of __file__ | It looks like the use of `__file__` here is easily replaced with `importlib.resources` or `pkgutil.get_data`. See https://github.com/indygreg/PyOxidizer/issues/69
| open | 2019-11-02T10:53:17Z | 2019-11-02T10:53:17Z | https://github.com/postmanlabs/httpbin/issues/584 | [] | jayvdb | 0 |
gradio-app/gradio | machine-learning | 10,230 | [Image] - Download button missing | ### Describe the bug
Guys, I noticed that the download button is not available in the image component, even when the "show_download_button" property is set to True. I don't know if the purpose of the download is to be available only in the gallery component, but since this property is in this component, I imagine it c... | closed | 2024-12-20T03:39:58Z | 2024-12-21T00:32:51Z | https://github.com/gradio-app/gradio/issues/10230 | [
"docs/website"
] | elismasilva | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.