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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
paulbrodersen/netgraph | matplotlib | 94 | edge start marker | Hi :)
Is it possible to draw an edge with a start marker? E.g., o--> or x--> ? | open | 2024-07-04T16:12:11Z | 2024-07-05T08:07:59Z | https://github.com/paulbrodersen/netgraph/issues/94 | [
"enhancement"
] | lcastri | 1 |
coqui-ai/TTS | python | 3,844 | [Bug] Can not install the library inside Docker container | ### Describe the bug
I have an issue on installing TTS library in my dockerfile , I add TTS in my requirements.txt , i use python 3:9 and trying to install the latest version .
When i remove TTS the requirements are installed fine
### To Reproduce
try putting TTS in requirements.txt and pip install inside a ... | closed | 2024-07-31T14:13:18Z | 2024-09-24T08:34:22Z | https://github.com/coqui-ai/TTS/issues/3844 | [
"bug",
"wontfix"
] | kostas2370 | 3 |
coqui-ai/TTS | python | 2,645 | [Bug] loading a self trained multi-speaker vits model with server.py doesnt seems to work | ### Describe the bug
After training a model using `recipes/multilingual/vits_tts/train_vits_tts.py`
i tried starting a server wit the following command:
```
--model_path .../vits_vctk-May-30-2023_11+17PM-23a7a9a3/checkpoint_130000.pth --config_path .../vits_tts/test.json --speakers_file_path .../vits_vctk-May-30-20... | closed | 2023-05-31T16:28:35Z | 2023-09-06T06:04:28Z | https://github.com/coqui-ai/TTS/issues/2645 | [
"bug",
"help wanted",
"wontfix"
] | KukumavMozolo | 6 |
unit8co/darts | data-science | 1,798 | Using Val_series for RNN or N-beats for multiple univariate time series takes forever to compute whereas when val_series isnt used it takes the usual time | So I have been using RNN on multiple univarate data where I convert multiple columns to single univaraite and try to run different models, the models which don't need val_series work fine but when I use it the code its forever to compute I have end it. To put things in context I have used N-beats and Rnn without the va... | closed | 2023-05-25T11:31:01Z | 2024-01-21T15:41:48Z | https://github.com/unit8co/darts/issues/1798 | [] | Kennethfargose | 4 |
walissonsilva/web-scraping-python | web-scraping | 1 | O site que eu quero procurar informação não mostra o html | O site que eu quero prourar informação não aparece o html desse jeito, é só um monte de link script para redirecionamento. Quando clica em inspecionar até aparece as divs e tal, mas se clicar no código fonte não. Daí quando eu eu coloco o comando "site.find('div',..." e dou print a resposta é none. Sou muito leigo, não... | open | 2021-11-20T19:25:35Z | 2023-06-03T12:56:43Z | https://github.com/walissonsilva/web-scraping-python/issues/1 | [] | gabrielpaivabrito | 2 |
biolab/orange3 | scikit-learn | 6,724 | Installation via Miniconda fails on Ubuntu 23.10 | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-02-05T19:49:13Z | 2024-02-16T16:16:10Z | https://github.com/biolab/orange3/issues/6724 | [
"snack",
"bug report"
] | sm8ps | 7 |
ansible/ansible | python | 84,663 | Git module clean untracked and ignored files | ### Summary
> Thanks for the PR, but we're going to pass on it at this time. There doesn't seem to be a real benefit to doing this through an Ansible module, as it's not really a trackable/idempotent operation- the module is already pretty heavy, and we're thinking this is just as easily done with a standalone git com... | closed | 2025-02-04T15:29:42Z | 2025-02-25T14:00:05Z | https://github.com/ansible/ansible/issues/84663 | [
"module",
"feature"
] | MPStudyly | 8 |
vanna-ai/vanna | data-visualization | 27 | Sample of what `vn.ask()` returns | Not an issue, but a reminder that sample notebooks for vn.ask() need to show that four objects are returned with `vn.ask`

| closed | 2023-07-24T00:35:19Z | 2023-10-05T21:25:42Z | https://github.com/vanna-ai/vanna/issues/27 | [
"documentation"
] | westerleyy | 1 |
xuebinqin/U-2-Net | computer-vision | 106 | Human portrait drawing is amazing! | I want to say that the result is amazing and inspiring. The guys from the Disney laboratory have been struggling for years over the tasks of non-photo-realistic render and line art stylization, they write heaps of articles about non-solvable problems in this direction.
The main problem is that this style contains a ... | open | 2020-11-29T00:55:27Z | 2020-12-30T03:07:15Z | https://github.com/xuebinqin/U-2-Net/issues/106 | [] | peko | 5 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 494 | 实验室只有一块3090,有什么方式可以将中文llama学习到垂直领域的知识 | 实验室学生,现在实验室里只有一块3090 24G显卡,手上有一些垂直领域的问答数据,想用中文llama大模型结合领域数据做一个毕设问答系统,不过重新做全量预训练的话一块3090估计资源也不够,请问下有什么方式可以在现有环境下实现这个功能吗?谢谢 | closed | 2023-06-02T02:15:46Z | 2023-06-13T02:59:29Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/494 | [
"stale"
] | xiaosayes | 4 |
allenai/allennlp | data-science | 5,735 | Incomplete model_state_epoch files | Hi,
I am using `AllenNLP-2.4.0`.
I trained my model for 11 epochs. When I tried to compare different checkpoints of my model, I found that some checkpoints are missing:
<img width="1206" alt="image" src="https://user-images.githubusercontent.com/15921425/204122924-8f25961d-1117-4597-a749-e64be7b38a45.png">
You ca... | closed | 2022-11-27T06:48:49Z | 2022-12-12T16:09:55Z | https://github.com/allenai/allennlp/issues/5735 | [
"question",
"stale"
] | entslscheia | 1 |
piskvorky/gensim | machine-learning | 2,802 | gensim installed with pip on Mac with python 3.7 not finding C extension | <!--
**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-04-21T23:55:21Z | 2020-05-02T11:24:56Z | https://github.com/piskvorky/gensim/issues/2802 | [
"bug",
"testing",
"impact HIGH",
"reach MEDIUM"
] | hsimpson22 | 23 |
psf/requests | python | 6,807 | what is the point of this line? | https://github.com/psf/requests/blame/7335bbf480adc8e6aa88feb2022797a549a00aa3/src/requests/sessions.py#L746 | closed | 2024-10-10T12:51:29Z | 2024-10-10T14:31:55Z | https://github.com/psf/requests/issues/6807 | [] | davit555 | 1 |
ageitgey/face_recognition | python | 1,517 | GPU & multiprocessing | I am leaving this here in case it helps others who might have the same issue. I tried to look through the issue queue for others who might have solved this but did not come across anything that was germane to my implementation. Don't know if there is maybe a place in the docs or wiki that would be better for this.
*... | open | 2023-07-04T21:16:43Z | 2023-07-04T21:16:43Z | https://github.com/ageitgey/face_recognition/issues/1517 | [] | mineshaftgap | 0 |
zappa/Zappa | django | 657 | [Migrated] async is a reserved word in Python 3.7 | Originally from: https://github.com/Miserlou/Zappa/issues/1666 by [kappa90](https://github.com/kappa90)
## Context
In Python 3.7 async is a reserved word. This means that the zappa.async module cannot be imported anywhere, as it triggers a syntax error. I thought it was a pylint error at the beginning, but it's actua... | closed | 2021-02-20T12:32:32Z | 2022-08-16T05:56:02Z | https://github.com/zappa/Zappa/issues/657 | [] | jneves | 1 |
huggingface/transformers | nlp | 36,045 | Optimization -OO crashes docstring handling | ### System Info
transformers = 4.48.1
Python = 3.12
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [x] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
#... | closed | 2025-02-05T11:31:43Z | 2025-02-06T15:31:24Z | https://github.com/huggingface/transformers/issues/36045 | [
"bug"
] | donthomasitos | 3 |
voxel51/fiftyone | data-science | 5,473 | [BUG] OS error when extracing image dataset | ### Instructions
### Describe the problem
when using fiftyone to download coco dataset on my mac. After runing on jupyter notebook with python3.12 ,there were errors reported which I did not find same issues online
### Code to reproduce issue
import PIL
from PIL import Image
import torch
import torchvision
import cv2... | open | 2025-02-05T09:09:02Z | 2025-02-07T17:40:03Z | https://github.com/voxel51/fiftyone/issues/5473 | [
"bug"
] | TheMatrixNeo | 2 |
voxel51/fiftyone | computer-vision | 5,222 | [BUG] apply_model: "Ignoring `num_workers` parameter; only supported for Torch models" despite using torch models | ### Describe the problem
While running a set of torch models with `apply_model` from https://docs.voxel51.com/model_zoo/models.html#torch-models, I noticed that none support the num_workers parameters. This seems odd, since all are torch models. Either the warning message is off or there is something else going on.
... | open | 2024-12-05T15:26:05Z | 2024-12-05T15:40:45Z | https://github.com/voxel51/fiftyone/issues/5222 | [
"bug"
] | daniel-bogdoll | 0 |
mars-project/mars | scikit-learn | 2,860 | [BUG]xgb train exception in py 3.9.7 | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
raise exception when train model use xgb
my code like this
```
(ray) [ray@ml-test ~]$ cat test_mars_xgb.py
import ray
ray.init(address="ra... | closed | 2022-03-24T03:00:29Z | 2022-03-24T07:48:45Z | https://github.com/mars-project/mars/issues/2860 | [
"type: bug",
"mod: learn",
"prio: high"
] | wuyeguo | 1 |
randyzwitch/streamlit-folium | streamlit | 88 | How to feed click-data from Python back to map | Hi!
Thanks for creating this plugin, you rock! :)
I'm new to both Streamlit and Folium and may be missing something fundamental here, but I can't seem to feed the data returned from click events back to the map! My use case is simple: center the map on the coordinate where the user clicked!
Creating the map a... | closed | 2022-11-03T14:12:21Z | 2022-11-09T14:36:17Z | https://github.com/randyzwitch/streamlit-folium/issues/88 | [] | lurifaxel | 3 |
NullArray/AutoSploit | automation | 542 | Unhandled Exception (4799cddf4) | Autosploit version: `3.0`
OS information: `Linux-4.15.0-42-generic-x86_64-with-Ubuntu-18.04-bionic`
Running context: `autosploit.py -a -q ******`
Error meesage: `'access_token'`
Error traceback:
```
Traceback (most recent call):
File "/dev/shm/AutoSploit-3.0/autosploit/main.py", line 110, in main
AutoSploitParser(... | closed | 2019-03-05T20:05:47Z | 2019-04-02T20:25:34Z | https://github.com/NullArray/AutoSploit/issues/542 | [] | AutosploitReporter | 0 |
FlareSolverr/FlareSolverr | api | 1,186 | Cloudflare challenge now uses CHIPS for cf_clearance cookie | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I hav... | closed | 2024-05-09T21:55:16Z | 2024-05-11T12:30:34Z | https://github.com/FlareSolverr/FlareSolverr/issues/1186 | [] | andtoliom | 2 |
allenai/allennlp | nlp | 4,803 | SRL model produces wrong outputs on the same examples taken from the official demo | - [x] I have verified that the issue exists against the `master` branch of AllenNLP.
- [x] I have checked the [issues list](https://github.com/allenai/allennlp/issues) for similar or identical bug reports.
- [x] I have checked the [pull requests list](https://github.com/allenai/allennlp/pulls) for existing proposed f... | closed | 2020-11-18T16:24:00Z | 2022-02-22T21:57:52Z | https://github.com/allenai/allennlp/issues/4803 | [
"bug"
] | plroit | 6 |
PeterL1n/RobustVideoMatting | computer-vision | 149 | FP16 is slower than FP32 | I use pre-trained ONNX model parameters for inference tests (in Python not C++), only onnxruntime, cv2 and numpy libraries, nothing extra. Parameters downloaded from [https://github.com/PeterL1n/RobustVideoMatting/releases/](https://github.com/PeterL1n/RobustVideoMatting/releases/): `rvm_mobilenetv3_fp32.onnx` and `rvm... | closed | 2022-03-20T06:13:06Z | 2022-03-25T07:26:45Z | https://github.com/PeterL1n/RobustVideoMatting/issues/149 | [] | ZachL1 | 3 |
allure-framework/allure-python | pytest | 486 | allure-pytest-bdd encounters ValueError: option names {'--alluredir'} already added | I'm writing test cases with pytest-bdd and need allure reports with gherkin steps, but the report can't be generated properly.
**Version info**
> allure-pytest 2.8.13
allure-pytest-bdd 2.8.13
allure-python-commons 2.8.13
pytest 5.4.1
pytest-bdd 3.3.0
**pytest.ini*... | open | 2020-04-28T02:33:34Z | 2025-03-18T19:23:29Z | https://github.com/allure-framework/allure-python/issues/486 | [
"bug",
"theme:pytest-bdd"
] | Moonzoe | 6 |
roboflow/supervision | tensorflow | 1,585 | Detections Metadata | # Detections Metadata
> [!TIP]
> [Hacktoberfest](https://hacktoberfest.com/) is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer vision library out there! 🌱
This is a summarized version of #1226.
See the... | closed | 2024-10-09T13:49:04Z | 2024-11-04T11:22:17Z | https://github.com/roboflow/supervision/issues/1585 | [
"help wanted",
"hacktoberfest"
] | LinasKo | 10 |
keras-team/keras | machine-learning | 20,256 | Early-stopping does not work properly in Keras 3 when used in a for loop | Hello,
I am using Keras 3.5 with TF 2.17. My code is more or less the following (but it is not a grid search as in the real code I also increment some other variables that are not directly linked to the network):
```
def create_conv(nb_cc_value, l1_value):
model = Sequential()
model.add(tensorflow.keras... | open | 2024-09-13T12:47:36Z | 2024-09-19T19:03:12Z | https://github.com/keras-team/keras/issues/20256 | [
"type:Bug"
] | Senantq | 8 |
zalandoresearch/fashion-mnist | computer-vision | 80 | Capsule Network on fashion-mnist, test error 93.55% | **Preprocessing**
- Scale pixel values to [0,1]
- Data augmentation: shift at most 2 pixel and horizontal flip.
**Keras model structure**

__________________________________________________________... | closed | 2017-11-07T05:15:34Z | 2017-11-07T11:25:54Z | https://github.com/zalandoresearch/fashion-mnist/issues/80 | [] | XifengGuo | 1 |
tensorlayer/TensorLayer | tensorflow | 374 | Layers support slicing and iterating | .. | closed | 2018-03-03T09:44:47Z | 2018-03-03T19:56:47Z | https://github.com/tensorlayer/TensorLayer/issues/374 | [] | a258sa258s | 1 |
deepspeedai/DeepSpeed | pytorch | 6,961 | [BUG] deepspeed fails with torch 2.5 due to module._parameters is a dict, no longer a OrderedDict | **Describe the bug**
File "/opt/conda/lib/python3.10/site-packages/deepspeed/runtime/engine.py", line 1904, in forward
module._parameters._in_forward = False
AttributeError: \'dict\' object has no attribute
**To Reproduce**
Steps to reproduce the behavior:
use torch 2.5 with ds.
torch 2.4 uses OrderedDict, which... | closed | 2025-01-20T03:40:43Z | 2025-02-11T17:00:55Z | https://github.com/deepspeedai/DeepSpeed/issues/6961 | [
"bug",
"training"
] | skydoorkai | 8 |
koxudaxi/fastapi-code-generator | fastapi | 424 | Feature request: generate code using openai openapi specification | I tried to generate code using the openai api spec described here:
https://github.com/openai/openai-openapi/blob/master/openapi.yaml
I failed getting some anchor error (that I fixed) and a `RecursionError: maximum recursion depth exceeded`
| open | 2024-06-02T14:15:36Z | 2024-06-02T14:15:36Z | https://github.com/koxudaxi/fastapi-code-generator/issues/424 | [] | pharindoko | 0 |
ipython/ipython | data-science | 14,524 | Support __file__ in IPython jupyter kernel | Hopefully this is the right repo...
In a jupyer notebook `__file__` should really have the notebook filename in it, just like it contains the filename of an ordinary .py if you output it there. | open | 2024-09-26T15:01:55Z | 2024-09-27T20:23:20Z | https://github.com/ipython/ipython/issues/14524 | [] | stuaxo | 3 |
explosion/spaCy | deep-learning | 13,111 | Pre-trained coreference pipeline incompatible with spaCy > 3.4 | Dear spaCy team,
We are currently in the process of upgrading our workflows to spaCy 3.7x, part of which is spacy-experimental.
A few weeks ago you already fixed the hard constraint in spacy-experimental such that it can be installed with 3.7x, thanks a lot 🥂
However, it turns out, the pre-trained model for core... | closed | 2023-11-06T15:34:44Z | 2024-02-25T00:02:42Z | https://github.com/explosion/spaCy/issues/13111 | [
"feat / coref",
"experimental"
] | Fohlen | 5 |
pyeve/eve | flask | 987 | 200 not 204 after DELETION | Is it compliance to answer 204 after successful deletion? I believe 200 would be even easier for generic handlers. | closed | 2017-02-13T21:19:57Z | 2018-03-06T01:40:41Z | https://github.com/pyeve/eve/issues/987 | [] | cerealkill | 3 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 713 | Changes won’t commit to database | I am trying to import rows into my database in bulk, but the changes aren’t saving to the database. Any ideas why?
Here is my code:
```
for row in media:
if row[5] == 'Blend':
blend = Blend.query.filter_by(old_ID=row[4]).first()
if blend:
blend.imagefolder = "... | closed | 2019-04-12T20:58:08Z | 2020-12-05T20:37:19Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/713 | [] | johnroper100 | 1 |
plotly/dash-table | dash | 66 | Discussion Needed: Behavior upon cell selection | When you select a cell populated with values and start typing, it appends new text to the left of the existing value:

I'm not sure what the best thing to do here is... Excel and google sheets hav... | closed | 2018-09-10T22:06:45Z | 2018-09-12T16:04:40Z | https://github.com/plotly/dash-table/issues/66 | [] | charleyferrari | 1 |
PaddlePaddle/models | computer-vision | 5,290 | 复现度量学习时,做微调再训练时,导入预训练模型报错 | 报错信息:

没有微调时,训练生成的模型格式如下:

没有微调时,模型保存部分代码:
 | ### The problem
Two devices connected via the Tuya Cloud are detected in Home Assistant but are marked as "unsupported", and no entities are created for either of them.
- Device 1: **SigMesh Gateway**
- Device 2: **Smart Lock (Kucacci Z1)**
The smart lock is connected via the Tuya SigMesh Gateway, and both device... | closed | 2025-03-23T17:49:03Z | 2025-03-23T21:37:12Z | https://github.com/home-assistant/core/issues/141233 | [
"integration: tuya",
"feature-request"
] | eljuankd | 2 |
ContextLab/hypertools | data-visualization | 44 | MATLAB code: what should we do about it? | Should we maintain separate MATLAB and Python codebases? The original MATLAB code is already released here: https://www.mathworks.com/matlabcentral/fileexchange/56623-hyperplot-tools
The current Python toolbox goes way beyond the original MATLAB code, and our lab is no longer using MATLAB anyway. So I'm inclined t... | closed | 2016-12-24T02:05:09Z | 2016-12-27T02:50:31Z | https://github.com/ContextLab/hypertools/issues/44 | [
"question"
] | jeremymanning | 17 |
tox-dev/tox | automation | 3,262 | Section substitution doesn't work in `setenv` | ## Issue
`setenv` variables are not available when running `commands` from a tox test environment, if the variables were defined using [Substitution for values from other sections](https://tox.wiki/en/4.14.2/config.html#substitution-for-values-from-other-sections).
That seems some kind of caching issue, as during... | closed | 2024-04-04T12:18:27Z | 2024-06-05T14:15:12Z | https://github.com/tox-dev/tox/issues/3262 | [
"help:wanted"
] | barthisrael | 2 |
biolab/orange3 | numpy | 6,376 | Help info on Calibration Plot is outdated | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2023-03-30T10:23:59Z | 2023-03-31T07:59:51Z | https://github.com/biolab/orange3/issues/6376 | [
"snack"
] | wvdvegte | 1 |
tflearn/tflearn | data-science | 417 | Error when running examples of tflearn | lukedong@ubuntu:~/tensorflow/tflearn-master/examples/basics$ python logical.py
hdf5 not supported (please install/reinstall h5py)
Traceback (most recent call last):
File "logical.py", line 9, in <module>
import tflearn
File "build/bdist.linux-x86_64/egg/tflearn/**init**.py", line 8, in <module>
File "build/bd... | closed | 2016-10-27T01:29:30Z | 2016-10-27T02:19:36Z | https://github.com/tflearn/tflearn/issues/417 | [] | Lukeeeeee | 2 |
CPJKU/madmom | numpy | 79 | pickling / unpickling of data object | While working on issue #44, I discovered that not all information is recovered after pickling the data class objects. E.g. the `Spectrogram` does not save its `stft` sand `frames` attribute (which is totally ok, since it would require a lot of extra space), but in turn is not able to obtain the `bin_frequencies`, since... | closed | 2016-02-11T08:50:17Z | 2016-02-15T15:00:03Z | https://github.com/CPJKU/madmom/issues/79 | [] | superbock | 2 |
PokeAPI/pokeapi | graphql | 777 | CORS error using apollo client from react | ### Discussed in https://github.com/PokeAPI/pokeapi/discussions/776
<div type='discussions-op-text'>
<sup>Originally posted by **vikramdewangan** November 27, 2022</sup>
The service is blocked by CORS when accessed through @apollo/client with graphql packages from react localhost:3000.
The same setup works wit... | closed | 2022-11-26T19:22:39Z | 2022-12-02T09:06:45Z | https://github.com/PokeAPI/pokeapi/issues/777 | [] | vikramdewangan | 2 |
django-import-export/django-import-export | django | 1,246 | Manytomany widget- M2M fields appear blank in export via Admin export | I have the following models and M2M relationships:
```
class Market(models.Model):
marketname = models.CharField(max_length=500)
market_id = models.CharField(max_length=100, blank=True)
def __str__(self):
return self.marketname
class TeamMember(models.Model):
firstname = models.C... | closed | 2021-02-10T15:13:25Z | 2023-04-12T13:39:01Z | https://github.com/django-import-export/django-import-export/issues/1246 | [
"question"
] | mgugjll | 6 |
quokkaproject/quokka | flask | 676 | XML External Entity (XXE) Vulnerability in Latest Release | Hi, I would like to report XML External Entity (XXE) vulnerability in latest release.
Description:
XML External Entity (XXE) vulnerability in quokka/utils/atom.py 157 line and auokka/core/content/views.py 94 line, Because there is no filter authors, title.
Steps To Reproduce:
1.Create a article, title and authors c... | open | 2019-03-21T08:49:11Z | 2019-07-17T11:15:50Z | https://github.com/quokkaproject/quokka/issues/676 | [] | HatBoy | 1 |
deezer/spleeter | deep-learning | 761 | How can I train spleeter based on pretrained_models | when I run the train command like 'spleeter train --verbose -p configs/musdb_config.json -d musdb18hq' ,and the musdb_config.json content like this :
`{
"train_csv": "configs/musdb_train.csv",
"validation_csv": "configs/musdb_validation.csv",
"model_dir": "pretrained_models/2stems",
"mix_name": "m... | open | 2022-05-05T23:52:39Z | 2022-09-21T07:42:18Z | https://github.com/deezer/spleeter/issues/761 | [
"question"
] | hsduren | 3 |
pennersr/django-allauth | django | 3,700 | what is `by_id()` replaced with? | `by_id` has been removed but how should I access this now?
> The provider registry methods get_list(), by_id() have been removed. The registry now only providers access to the provider classes, not the instances.
source: https://github.com/pennersr/django-allauth/blob/030cae7cf64984b29c137bf314c19bb2b7a9a3bf... | closed | 2024-03-26T04:20:33Z | 2025-01-14T11:02:07Z | https://github.com/pennersr/django-allauth/issues/3700 | [] | naisanzaa | 2 |
hbldh/bleak | asyncio | 1,123 | Failing to get services on Windows in Bleak v0.19.4 |
I have same issue here, when I upgrade to bleak-0.19.4, [WinError -2147024874] start to occur.
In bleak-0.17.0, I got occasionally success, about 3 times out of 10, the other fail will be timeout.
In bleak-0.19.4, fail case **Red mark** ATT command start to different from success case.
I need help
## Error
... | closed | 2022-11-09T21:52:30Z | 2024-04-29T02:45:32Z | https://github.com/hbldh/bleak/issues/1123 | [
"3rd party issue",
"Backend: WinRT"
] | dlech | 10 |
slackapi/python-slack-sdk | asyncio | 950 | RTM client v2 to accept object methods for listeners | I am working on a Slack backend for Errbot. The project is currently using RTMClient v1 but has various problems with shutdown/restart/reconnect which has prompted me to switch to RTMClient v2 for the reasons stated in https://github.com/slackapi/python-slack-sdk/issues/932.
As part of integrating the RTM Client v2... | closed | 2021-02-10T13:15:34Z | 2021-02-10T14:15:29Z | https://github.com/slackapi/python-slack-sdk/issues/950 | [
"question",
"discussion",
"rtm-client",
"Version: 3x"
] | nzlosh | 2 |
SYSTRAN/faster-whisper | deep-learning | 348 | Suggestions for improving real-time performance? | My particular use case requires me to have access to the transcription of a fully uttered sentence as quickly as possible, as it is being uttered.
Are there any optimizations I can make to how I use faster-whisper that will benefit this?
Currently I'm detecting the speech and once it is finished, I give the whol... | closed | 2023-07-11T00:25:55Z | 2024-11-14T14:07:26Z | https://github.com/SYSTRAN/faster-whisper/issues/348 | [] | xoxfaby | 4 |
hankcs/HanLP | nlp | 1,280 | 建议把demo放在外面 ,而不是test里面,方便用户查找 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-09-06T02:20:22Z | 2020-01-01T10:48:41Z | https://github.com/hankcs/HanLP/issues/1280 | [
"ignored"
] | Lapis-Hong | 1 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 333 | DLL load failed: The operating system cannot run %1. | I've been trying to install this on Windows 10, and on a tutorial I found there is a specific .dll I was supposed to delete in the directory `%userprofile%\AppData\Local\Programs\Python\Python37\Lib\site-packages\torch\lib`, and it spits out this error. The full picture is here: https://gyazo.com/831f5bdd9990d88e247798... | closed | 2020-04-30T02:10:16Z | 2020-07-04T22:46:00Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/333 | [] | screechy1 | 3 |
blb-ventures/strawberry-django-plus | graphql | 224 | Headers are not passed to `self.client.post` in `TestClient.request` | The `headers` parameter is not passed further in `TestClient`:
https://github.com/blb-ventures/strawberry-django-plus/blob/6d120d3eb445d16bd24663c05fdf7471d14e38e2/strawberry_django_plus/test/client.py#L20-L32
In `AsyncTestClient` it's fine though. | closed | 2023-06-05T09:56:13Z | 2023-06-05T15:07:16Z | https://github.com/blb-ventures/strawberry-django-plus/issues/224 | [] | pomidoroshev | 1 |
tfranzel/drf-spectacular | rest-api | 987 | Are nested serializers in multipart/form-data supported? | I want to allow file uploads in nested objects. I have 2 nested serializers but the Swagger docs do not reflect that and just show the nested serializer as a JSON object. Is there a way to adjust this?
```
class UserPatchSerializer(serializers.ModelSerializer):
picture = FileUploadSerializer(required=False)
... | closed | 2023-05-15T13:51:33Z | 2023-05-15T15:04:56Z | https://github.com/tfranzel/drf-spectacular/issues/987 | [] | MatejMijoski | 3 |
apify/crawlee-python | automation | 266 | Final doc & readme polishing | These items are currently blocked but should be resolved before the public launch (8. 7.).
### TODO
- [x] Replace all occurrences of `apify.github.io/crawlee-python` with `crawlee.dev/python` in `README.md` once the redirect works.
- [x] Link the API documentation to appropriate sections in `README.md` once API ... | closed | 2024-07-02T15:03:30Z | 2024-08-22T08:58:16Z | https://github.com/apify/crawlee-python/issues/266 | [
"documentation",
"t-tooling"
] | vdusek | 0 |
waditu/tushare | pandas | 1,426 | 港股涡轮行情数据 | 港交所提供了很详细的涡轮和牛熊证数据,而且很方便下载:
https://www.hkex.com.hk/eng/dwrc/download/dnfile.asp
https://www.hkex.com.hk/eng/iwrc/download/dnfile.asp
https://www.hkex.com.hk/eng/cbbc/download/dnfile.asp
每家银行也会提供各家涡轮交易的数据:
https://www1.hkexnews.hk/search/titlesearch.xhtml?lang=en
搜索daily trading report
由于各家涡轮背后都有银行买卖货,可以作为... | open | 2020-09-07T14:54:50Z | 2020-09-07T14:54:50Z | https://github.com/waditu/tushare/issues/1426 | [] | pepsiok | 0 |
mckinsey/vizro | pydantic | 680 | Slider text value is not completely visible | ### Which package?
vizro
### Package version
0.1.21
### Description
When Vizro control selector is a Slider (I didn't test it with other numerical selectors) and when values are `float` numbers, slider values are cut off on the UI.
### How to Reproduce
The following code causes the issue for me:
```py
import... | closed | 2024-09-04T14:59:34Z | 2024-09-04T15:10:37Z | https://github.com/mckinsey/vizro/issues/680 | [
"Bug Report :bug:"
] | petar-qb | 1 |
mwaskom/seaborn | matplotlib | 3,300 | Proposal: Add `Rolling` transformation | Hi!
I'm using seaborn objects to create some visualizations. I had the need to visualize rolling means and I couldn't figure out how to do it. So I inspected how `seaborn.objects.PolyFit` is implemented and used it as a basis to implement a `Rolling` transformation that I attach below.
```python
@dataclass
cla... | open | 2023-03-21T17:45:24Z | 2023-08-27T12:13:37Z | https://github.com/mwaskom/seaborn/issues/3300 | [
"wishlist"
] | tomicapretto | 1 |
MycroftAI/mycroft-core | nlp | 2,640 | Add festival TTS engine | Hi,
I'm working adding Catalan language support to Mycroft.
Google and espeak voices for Catalan are horrible, really bad.
There are good Catalan voice for festival TTS, but they are not converted to flite. So I request to add festival TTS engine to mycroft-core. | closed | 2020-07-21T16:35:51Z | 2020-07-28T06:31:26Z | https://github.com/MycroftAI/mycroft-core/issues/2640 | [] | jmontane | 3 |
holoviz/colorcet | matplotlib | 30 | Users Guide Palettes showing non-continuous artifacts | Several of the images in the users guide are showing strange non-continuous colors within parts of the palette:

, assuming correctly specified model:
If means are 5 and 7.5 than discreteness for upper tail ppf(0.9) is large.
If I use ppf(0.9) from get_distribution on new sample for the upper threshold, then the ... | open | 2023-10-08T20:46:20Z | 2023-10-08T20:46:20Z | https://github.com/statsmodels/statsmodels/issues/9024 | [
"type-enh",
"comp-discrete",
"topic-predict"
] | josef-pkt | 0 |
TencentARC/GFPGAN | pytorch | 133 | [request] better pre-trained model? | I notice that the output is not prefect especially the eyes and mouth with the pre-trained data v0.2.0.
Is there better pre-trained data we can use? Thank you. | open | 2021-12-23T03:32:23Z | 2021-12-23T03:32:23Z | https://github.com/TencentARC/GFPGAN/issues/133 | [] | meokey | 0 |
raphaelvallat/pingouin | pandas | 127 | Unit testing with categorical columns in several functions | We want to make sure that Pingouin gives similar results when the grouping variable (e.g. subject, within, between) is encoded as a Categorical and not as a string / integer. See also https://github.com/raphaelvallat/pingouin/issues/122.
- [ ] pg.remove_rm_na
- [ ] pg.pairwise_ttests
- [ ] pg.normality
- [ ... | closed | 2020-09-07T18:35:08Z | 2021-10-28T22:17:18Z | https://github.com/raphaelvallat/pingouin/issues/127 | [
"docs/testing :book:"
] | raphaelvallat | 1 |
cupy/cupy | numpy | 8,598 | `#include "cutlass/gemm/device/gemm_universal_adapter.h"` is causing the named symbol to not be found | ### Description
Link: https://github.com/NVIDIA/cutlass/issues/1811
Reposting this here for visibility. I don't understand C++ well enough to guess why this is happening. Is there a way to get a list of symbol names from a `RawModule`? My guess is that the extern function is being mangled somehow, but I can't guess... | closed | 2024-09-12T15:16:17Z | 2024-09-26T08:27:09Z | https://github.com/cupy/cupy/issues/8598 | [
"issue-checked"
] | mrakgr | 5 |
sunscrapers/djoser | rest-api | 121 | DjangoUnicodeDecodeError in password reset confirm | TypeError at /auth/password-reset-confirm/
DjangoUnicodeDecodeError('utf-8', b'r\x1a3i\xbb', 4, 5, 'invalid start byte') is not JSON serializable
This is on django 1.9, latest DRF
Is this expectected?
| closed | 2016-02-22T11:07:48Z | 2016-02-22T12:24:40Z | https://github.com/sunscrapers/djoser/issues/121 | [] | chozabu | 2 |
nvbn/thefuck | python | 533 | Issuing warnings on unicode inputs | Everytime I try thefuck after forgetting to change my keyboard language and writing the command in unicode Persian characters by mistake, I get a bunch of these warnings (OS X 10.11.5 & ZSH 5.0.8):
[WARN] Rule composer_not_command:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/thefuck/ty... | closed | 2016-08-09T11:43:43Z | 2016-10-20T10:44:56Z | https://github.com/nvbn/thefuck/issues/533 | [] | theReticent | 3 |
iperov/DeepFaceLab | deep-learning | 661 | Face Jitter when Changing Face Scale | This only started happening in the most recent builds of DFL, but I've noticed that if I try to merge a project with a face scale other than 0, the result will jitter like crazy once merged into a video file. This occurs when adjusting face scale up or down.
This is makes many projects impossible to make realistic ... | closed | 2020-03-18T05:27:53Z | 2020-03-18T09:35:59Z | https://github.com/iperov/DeepFaceLab/issues/661 | [] | Fijitrix | 1 |
vitalik/django-ninja | django | 961 | [BUG] Response generation dramatically slower when using aliases in Ninja v1/Pydantic v2 | **Describe the bug**
I prefer to use camel case in JSON, and so have added an alias generator to my (manually-defined) `Schema`s as described in the [docs](https://django-ninja.dev/guides/response/config-pydantic/#example-camel-case-mode). With Ninja v1/Pydantic v2 though I'm observing response times 2-4x slower (ev... | open | 2023-11-26T22:46:46Z | 2023-12-12T05:01:46Z | https://github.com/vitalik/django-ninja/issues/961 | [] | jmriebold | 10 |
QuivrHQ/quivr | api | 2,631 | [Bug]: Use Ollama model | ### What happened?
I ran the Ollama model on the local server and set my brain to the Ollama model. However, I encountered a problem while chatting with my brain.
Due to the inability to directly connect to huggingface.co on my server, an exception was thrown while chatting:
**Can the program automatically skip th... | closed | 2024-05-31T03:16:25Z | 2024-09-10T04:06:52Z | https://github.com/QuivrHQ/quivr/issues/2631 | [
"bug",
"Stale",
"area: backend"
] | andyzhangwp | 27 |
mwaskom/seaborn | data-science | 3,049 | Seaborn0.12 stripplot() Newly added parameters 'formatter' | Mr Waskom :
The "stripplot()" Newly added parameters 'formatter'
What does this parameters do ?
Can you give me an example ? | closed | 2022-09-27T11:59:44Z | 2022-09-27T12:38:26Z | https://github.com/mwaskom/seaborn/issues/3049 | [] | jianghui1229 | 2 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 855 | 回答出现了大量的百度百科 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c... | closed | 2023-10-18T01:38:15Z | 2023-10-30T02:26:12Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/855 | [
"stale"
] | acekingke | 2 |
jwkvam/bowtie | jupyter | 18 | scheduled tasks are limited to broadcasting messages | One way this could be improved is for scheduled tasks tell each client to create a request to the server to get updates. This way, the server can send individual updates to each client.
On the other hand this feels a little convoluted, but I think it will work until a better solution can be found.
| closed | 2016-08-29T21:06:21Z | 2017-11-20T19:55:49Z | https://github.com/jwkvam/bowtie/issues/18 | [] | jwkvam | 1 |
huggingface/datasets | machine-learning | 6,838 | Remove token arg from CLI examples | As suggested by @Wauplin, see: https://github.com/huggingface/datasets/pull/6831#discussion_r1579492603
> I would not advertise the --token arg in the example as this shouldn't be the recommended way (best to login with env variable or huggingface-cli login) | closed | 2024-04-25T14:00:38Z | 2024-04-26T16:57:41Z | https://github.com/huggingface/datasets/issues/6838 | [] | albertvillanova | 0 |
pydantic/pydantic-settings | pydantic | 549 | 2.8.0 breaks mypy | Our CI pulled in pydantic-settings 2.8.0 and it triggered an internal error in mypy.
We invoke mypy using `--install-types --non-interactive` and are using mypy 1.15.0
```
Traceback (most recent call last):
File "mypy/semanal.py", line 7240, in accept
File "mypy/nodes.py", line 1177, in accept
File "mypy/semana... | closed | 2025-02-21T10:24:49Z | 2025-02-27T10:12:21Z | https://github.com/pydantic/pydantic-settings/issues/549 | [] | sparkiegeek | 6 |
mwouts/itables | jupyter | 281 | Support for the cell range copy to excel | Great project!!
I am wondering is there any plan to support the cell range copy to excel! I believe this might be a compelling function! | open | 2024-05-30T16:29:04Z | 2024-06-21T07:21:47Z | https://github.com/mwouts/itables/issues/281 | [] | YongcaiHuang | 8 |
ivy-llc/ivy | numpy | 28,228 | Fix Frontend Failing Test: paddle - tensor.torch.Tensor.ne | ToDo List: https://github.com/unifyai/ivy/issues/27500 | open | 2024-02-08T22:04:13Z | 2024-02-08T22:04:13Z | https://github.com/ivy-llc/ivy/issues/28228 | [
"Sub Task"
] | aibenStunner | 0 |
serengil/deepface | machine-learning | 1,335 | [FEATURE]: add support for batch size and improve utilization of GPU to maximum | ### Description
currently, the codebase doesn't utilize gpu to maximum and it process images one by one. Add a batch size option .
### Additional Info
. | closed | 2024-09-04T06:20:33Z | 2025-03-17T00:06:28Z | https://github.com/serengil/deepface/issues/1335 | [
"enhancement",
"wontfix"
] | Arslan-Mehmood1 | 3 |
aio-libs-abandoned/aioredis-py | asyncio | 773 | ping function call returns PONG when Redis server is not running (sock connection). | ```
import aioredis
conn = await aioredis.create_redis_pool('unix:///var/run/redis/redis-server.sock?db=0')
await conn.ping()
```
returns **b'PONG'** even though the server is not running.
```
import redis
r = redis.Redis('unix:///var/run/redis/redis-server.sock?db=0')
r.ping()
```
raises the **Connect... | closed | 2020-07-03T09:01:33Z | 2021-03-19T00:06:39Z | https://github.com/aio-libs-abandoned/aioredis-py/issues/773 | [
"bug",
"help wanted",
"easy",
"resolved-via-latest"
] | dstruck | 6 |
ansible/awx | automation | 15,879 | Allow force for inventory source synchronisation | ### Please confirm the following
- [x] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [x] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [x] I understand that AWX is open source software provide... | open | 2025-03-10T13:03:10Z | 2025-03-10T13:03:31Z | https://github.com/ansible/awx/issues/15879 | [
"type:enhancement",
"needs_triage",
"community"
] | simon-ess | 0 |
tableau/server-client-python | rest-api | 636 | user got added to the site , but fails to loop through the list of user 400003:Bad Request | Hi Team,
I have list of user like [a_publisher,b_interactor] i am looping through the list and adding the user but the code got erred with below message :-
```
tableauserverclient.server.endpoint.exceptions.ServerResponseError:
user1 = TSC.UserItem('temp1', 'Viewer')
#add new user
with se... | closed | 2020-06-23T10:50:05Z | 2021-03-17T17:17:27Z | https://github.com/tableau/server-client-python/issues/636 | [] | mohitbhandari37 | 3 |
youfou/wxpy | api | 151 | 报错 | Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/itchat/components/login.py", line 231, in maintain_loop
i = sync_check(self)
File "/usr/local/lib/python2.7/dist-packages/itchat/components/login.py", line 283, in sync_check
r = self.s.get(url, params=params, headers=header... | open | 2017-08-07T05:25:02Z | 2017-08-07T05:25:02Z | https://github.com/youfou/wxpy/issues/151 | [] | qingleer | 0 |
ansible/ansible | python | 84,213 | Support relative `download_url` in API responses for `ansible-galaxy` | ### Summary
There are some technical implications within `galaxy_ng` and the larger ecosystem with continuing to provide a fully quallified `download_url`. With all other galaxy URLs we handle relative URLs, just not with `download_url`.
Extend relative URL building to the `download_url` if the URL provided by t... | open | 2024-10-31T15:32:08Z | 2025-03-03T20:37:29Z | https://github.com/ansible/ansible/issues/84213 | [
"bug",
"has_pr"
] | sivel | 1 |
encode/apistar | api | 118 | .env file | We could consider having the `apistar` command read environment from a `.env` file.
| closed | 2017-04-26T12:24:37Z | 2017-05-23T00:00:13Z | https://github.com/encode/apistar/issues/118 | [
"Enhancement"
] | tomchristie | 12 |
deepset-ai/haystack | nlp | 9,025 | Haystack 2.11.0 cannot deserialize 2.10 Document dictionaries obtained with `flatten=False` | **Describe the bug**
Discovered in https://github.com/deepset-ai/haystack-core-integrations/issues/1528
Potentially affected Document Stores:
- Astra
- Azure AI
- MongoDB
- Pgvector
- Qdrant
- Weaviate
**To Reproduce**
```python
!pip install "haystack-ai==2.10.0"
from haystack import Document
doc = Document(content... | closed | 2025-03-12T10:23:35Z | 2025-03-12T12:01:04Z | https://github.com/deepset-ai/haystack/issues/9025 | [
"P0"
] | anakin87 | 0 |
feature-engine/feature_engine | scikit-learn | 10 | add check for NA in variable transformers | All variable transformers should check if data set contains NA before training or transforming the data | closed | 2019-09-04T08:07:35Z | 2020-09-08T06:03:08Z | https://github.com/feature-engine/feature_engine/issues/10 | [] | solegalli | 2 |
litestar-org/litestar | pydantic | 3,493 | Decoupled, transactional communication of domain events and commands | ### Summary
In applications using a domain driven design (DDD) approach events and commands should be communicated using a **decoupled** mechanism. In most cases this is achieved by using a message broker. If a business transaction relates to different bounded contexts/domains it can span different "domain services"... | open | 2024-05-14T16:58:39Z | 2025-03-20T15:54:42Z | https://github.com/litestar-org/litestar/issues/3493 | [
"Enhancement"
] | fkromer | 0 |
axnsan12/drf-yasg | rest-api | 166 | Set description of response of a list method | How can I set the description of a response that creates a list? My current code looks like
```
from rest_framework import mixins, viewsets
class WidgetViewSet(
mixins.ListModelMixin,
viewsets.GenericViewSet):
serializer_class = WidgetSerializer
@swagger_auto_schema(
respon... | closed | 2018-07-16T10:09:08Z | 2018-07-16T10:57:11Z | https://github.com/axnsan12/drf-yasg/issues/166 | [] | phihag | 3 |
OpenInterpreter/open-interpreter | python | 1,086 | Open Interpreter does not work on ollama and local llm models | ### Describe the bug
I am using open interpreter on a MacOS 12.7.3 notebook.
after installing ollama and downloading tinyllama and phi, I have launched it with the --model. i can converse with the llm but it cannot execute any command
### Reproduce
interpreter -y --model ollama/tinyllama --context_window 3000... | closed | 2024-03-16T18:07:02Z | 2024-03-20T01:18:27Z | https://github.com/OpenInterpreter/open-interpreter/issues/1086 | [
"Bug"
] | robik72 | 10 |
pydata/xarray | pandas | 9,379 | Simplify signature of `xr.open_dataset` using new `decoding_kwargs` dict | ### What is your issue?
The signature of [`xr.open_dataset`](https://docs.xarray.dev/en/stable/generated/xarray.open_dataset.html) is quite complicated, but many of the kwargs are really just immediately passed on to the public [`xr.decode_cf`](https://docs.xarray.dev/en/latest/generated/xarray.decode_cf.html) funct... | closed | 2024-08-18T20:26:01Z | 2024-08-19T16:07:41Z | https://github.com/pydata/xarray/issues/9379 | [
"API design",
"topic-backends",
"topic-CF conventions"
] | TomNicholas | 3 |
huggingface/datasets | computer-vision | 6,545 | `image` column not automatically inferred if image dataset only contains 1 image | ### Describe the bug
By default, the standard Image Dataset maps out `file_name` to `image` when loading an Image Dataset.
However, if the dataset contains only 1 image, this does not take place
### Steps to reproduce the bug
Input
(dataset with one image `multimodalart/repro_1_image`)
```py
from data... | closed | 2023-12-30T16:17:29Z | 2024-01-09T13:06:31Z | https://github.com/huggingface/datasets/issues/6545 | [] | apolinario | 0 |
awesto/django-shop | django | 468 | field.get_internal_type() result DecimalField | I using generic assign values to django model which contain MoneyField
But when I use `get_internal_type()` it do not return `MoneyField`
I notice we have a migrations
https://github.com/awesto/django-shop/pull/344/commits/6a33d48b86aa7a433b8a13e43745b8742fee66ae
where we remove that overridden method.
I'm not su... | open | 2016-11-23T10:12:16Z | 2016-12-01T02:30:50Z | https://github.com/awesto/django-shop/issues/468 | [] | AndyHoang | 5 |
robotframework/robotframework | automation | 4,607 | `robot.running.model.Import` using wrong `directory` if `source` is set to a non-existing file. | When the `source` for a `robot.running.model.Import` is set internally to a non existing file, the `directory` considered is returning the `source` unchanged, which isn't correct.
It should always use the dirname.
The background is that the interactive console creates in-memory structure (so that the proper cwd w... | closed | 2023-01-16T12:42:29Z | 2023-03-01T18:57:04Z | https://github.com/robotframework/robotframework/issues/4607 | [
"bug",
"priority: low"
] | fabioz | 4 |
wkentaro/labelme | deep-learning | 643 | When i label two objects for example, in an image, a json file is saved , but only one json and not two.Why is this happening? Are the two labels in 1 json file, or better, does jsson file represent the objects which i labeled???[BUG] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If app... | closed | 2020-04-13T20:25:39Z | 2020-04-15T11:19:06Z | https://github.com/wkentaro/labelme/issues/643 | [] | geokalom | 2 |
litestar-org/litestar | asyncio | 3,191 | Hooks like Fastapi dependencies | ### Summary
Through Hook, the work of middleware such as authentication, authorization and flow restriction can be simplified, and the `Dependency` `Parameter` can be reused
### Basic Example
```python
from __future__ import annotations
from dataclasses import dataclass
import uvicorn
from litestar i... | closed | 2024-03-12T10:26:23Z | 2024-04-04T06:42:44Z | https://github.com/litestar-org/litestar/issues/3191 | [
"Duplicate",
"Enhancement",
"3.x"
] | lmzwk | 2 |
Evil0ctal/Douyin_TikTok_Download_API | api | 139 | [BUG] API DOUYIN | KeyError: 'nwm_video_url'
can't download videos using python
mycode
```python
import requests
import json
url = requests.get(f'https://api.douyin.wtf/api?url=link').json()
video = url['nwm_video_url']
``` | closed | 2023-01-09T13:49:01Z | 2023-01-19T21:24:51Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/139 | [
"help wanted"
] | xtsea | 1 |
tensorflow/tensor2tensor | machine-learning | 1,630 | Transformer quantization | Hello guys,
help needed much. Most issues here are about mixed precision training and it looks to work well but what I want is to optimize model for inference specifically (for V100 for example) and have no real idea how to do it - I can't quantize model graph because of `NotFoundError: Op type not registered 'conv... | open | 2019-07-12T12:46:20Z | 2019-07-12T12:46:53Z | https://github.com/tensorflow/tensor2tensor/issues/1630 | [] | oleg-yaroshevskiy | 0 |
long2ice/fastapi-cache | fastapi | 211 | RedisJSON Support | If I'm not mistaken, I found out that this library does not support RedisJSON, can I work to add it? | closed | 2023-06-19T14:42:47Z | 2024-01-25T20:04:13Z | https://github.com/long2ice/fastapi-cache/issues/211 | [] | heysaeid | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.