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
BeanieODM/beanie
pydantic
3
Can we specifiy indexes?
Nice project, looks promising. Is there (or will there) be a way to specify indexes? Something like what MongoEngine is doing would totally suffice if you want inspiration :) https://docs.mongoengine.org/guide/defining-documents.html?highlight=index#indexes
closed
2021-03-16T22:02:37Z
2021-03-19T21:01:10Z
https://github.com/BeanieODM/beanie/issues/3
[ "enhancement" ]
mikeckennedy
4
sanic-org/sanic
asyncio
2,988
Typehints in docstrings
### Link to code https://github.com/sanic-org/sanic/blob/main/sanic/handlers/error.py#L60 ### Proposal There are incorrect type hints in the code at the link above in the docstring. Instead of `sanic.exceptions.SanicException or Exception` it is necessary to specify `type[BaseException]`, but I don't know how to ...
open
2024-07-19T13:49:46Z
2024-07-19T13:49:46Z
https://github.com/sanic-org/sanic/issues/2988
[ "RFC" ]
ilya-nikolaev
0
mars-project/mars
scikit-learn
2,464
[BUG] Hang when creating mars worker
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Error was found in worker log as below, however, the main process is still alive which led to hang. ``` Python Process MarsActorPool112742891...
closed
2021-09-17T08:33:13Z
2021-09-18T13:33:22Z
https://github.com/mars-project/mars/issues/2464
[ "type: bug", "mod: deploy" ]
hekaisheng
0
tensorflow/tensor2tensor
deep-learning
1,029
Question: Can I use additional inputs?
### Description In https://github.com/tensorflow/tensor2tensor/blob/master/docs/new_problem.md , we can use new problem and then datas will be assigned 'inputs' and 'targets' key of features. I wanna use additional inputs to features, i.e. ``` def generate_samples(self, data_dir, tmp_dir, dataset_split): ...
open
2018-08-30T01:39:24Z
2018-09-05T03:30:37Z
https://github.com/tensorflow/tensor2tensor/issues/1029
[]
siida36
1
deepfakes/faceswap
deep-learning
1,188
Run it
*Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum) or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions are liable to be closed without response.* **Crash reports MUST be included when reporting bugs.** **Describe the bug** A c...
closed
2021-10-27T22:52:49Z
2021-11-09T12:39:18Z
https://github.com/deepfakes/faceswap/issues/1188
[]
BoBoWalker
0
biolab/orange3
numpy
6,785
Add-on download Orange
I have this issue ![image](https://github.com/biolab/orange3/assets/167063575/53109743-85be-49ae-8305-7de05fc434e3) and here are the details "Traceback (most recent call last): File "C:\Users\Fatima\AppData\Local\Programs\Orange\lib\concurrent\futures\thread.py", line 58, in run result = self.fn(*self.args, ...
closed
2024-04-22T09:26:35Z
2024-05-10T07:30:41Z
https://github.com/biolab/orange3/issues/6785
[]
FatimaAlKhatib
3
ipython/ipython
jupyter
14,532
Ruff as formatter
Hello, I am just wondering if it is possible to use `ruff` as a formatter? I could not find any issues or documentation on it. I saw there is the possibility for `black` but I would prefer `ruff` if it is possible.
closed
2024-10-03T12:25:36Z
2024-10-09T09:26:05Z
https://github.com/ipython/ipython/issues/14532
[]
joellidin
2
litestar-org/litestar
asyncio
3,397
Bug: Using asyncio.create_subprocess_shell / _exec in lifespan raises NotImplementedError
### Description Not a whole lot more to say. I want to have a long running process that updates some data periodically in the background. With FastAPI I could use the lifespan-function as presented below, but with Litestar the following exception is raised: ``` | Traceback (most recent call last): | ...
closed
2024-04-16T20:48:33Z
2025-03-20T15:54:36Z
https://github.com/litestar-org/litestar/issues/3397
[ "Question", "Compatibility", "Needs MCVE", "Needs Response :warning:" ]
tim-hilt
3
tflearn/tflearn
tensorflow
1,004
Installing TFLearn from sources - how to do it?
The docs make reference to installing TFLearn from sources (http://tflearn.org/installation/#tensorflow-installation) but I could not find any info on how to do this. I want to install TFLearn on 64-bit Linux (Ubuntu) running CuDNN v6 and Tensorflow 1.4.1 - is this possible?
open
2018-01-21T21:20:48Z
2018-01-21T21:20:48Z
https://github.com/tflearn/tflearn/issues/1004
[]
sandman
0
streamlit/streamlit
machine-learning
10,371
Allow auto-focus for first widget for dialog & popover
### 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 In https://github.com/streamlit/streamlit/pull/10370, we deactivated auto-focus on dialog & popover since the...
closed
2025-02-10T15:31:53Z
2025-02-11T20:24:35Z
https://github.com/streamlit/streamlit/issues/10371
[ "type:enhancement", "feature:st.popover", "feature:st.dialog" ]
lukasmasuch
1
wandb/wandb
tensorflow
8,619
[Q]: Error Failed in Two Process
### Ask your question <!--- Ask your question here ---> - Linux 22.04 - python 3.10.15 ---- - I have two process, `frontend_process` and `backend_process` - then I init wandb by `run = wandb.init` in `frontend_process`, and transfer this `run` to `backend_process`, such as ```py backend_process = mp.Process(ta...
closed
2024-10-15T12:47:44Z
2024-10-16T06:40:23Z
https://github.com/wandb/wandb/issues/8619
[ "ty:question" ]
jujimeizuo
5
vitalik/django-ninja
pydantic
905
[BUG] Literal True query filter gives unexpected value error
**Describe the bug** Using `Optional[Literal[True]]` Schema type gives `HTTP 422 unexpected value`, se stripped example below. api ``` python @router.get("/", response=...) def get_many(request: WSGIRequest, filters: PlayersFilters = Query(...)) -> ...: # ... ``` model ``` python class PlayersFilter...
open
2023-11-06T00:36:43Z
2023-11-06T09:49:39Z
https://github.com/vitalik/django-ninja/issues/905
[]
Andrioden
5
pytorch/vision
machine-learning
8,457
mean/variance naming consistency
https://github.com/pytorch/vision/pull/8381#discussion_r1620941790 https://pytorch.org/docs/stable/distributions.html#torch.distributions.normal.Normal
open
2024-05-30T15:21:59Z
2024-05-30T15:21:59Z
https://github.com/pytorch/vision/issues/8457
[]
Richienb
0
biolab/orange3
data-visualization
7,028
Scikit Learn warning for Logistic Regression
**What's wrong?** When using a Logistic Regression classifier with a simple dataset (built-in "Zoo" in this case) in a "Test and Score" widget, the following warnings about "multi_class" option are displayed: ``` ❯ python -m Orange.canvas /home/bartoli/miniconda3/envs/orange3/lib/python3.10/site-packages/orangewidget/...
closed
2025-02-14T09:32:08Z
2025-02-14T10:14:29Z
https://github.com/biolab/orange3/issues/7028
[ "bug report" ]
gbartoli-zcs
3
numpy/numpy
numpy
28,078
BUG: Change in random number sequence when np.random.RandomState.choice is used
### Describe the issue: I create a random number generator (rng) with a seed to get a reproducible list of random numbers. The first two numbers in this list are num1 and num2. Before generating these numbers, I use the choice() to pick a value in a list. When I generate two numbers again, I get num3 and num4. I exp...
closed
2024-12-30T17:30:16Z
2024-12-30T17:38:08Z
https://github.com/numpy/numpy/issues/28078
[ "33 - Question" ]
SelinBayramoglu
1
vaexio/vaex
data-science
2,415
[FEATURE-REQUEST] read hdf5 file in C++
Hi there, I am reading vaex hdf5 file with C++, I have mapped the data from indices, but with the null_bitmap dataset I don't know how to map, please help me. ![image](https://github.com/vaexio/vaex/assets/48525996/5a83bdc7-be43-4b39-ad91-a5dce0ea3f8c) [hdf5_file](https://1drv.ms/u/s!ApalNo2OoMxecYKkq2cT2nbD30U?e=Q...
closed
2024-02-26T06:40:35Z
2024-02-26T08:04:06Z
https://github.com/vaexio/vaex/issues/2415
[]
ngoquanglinh
0
OpenInterpreter/open-interpreter
python
877
Can not run open-interpreter
### Describe the bug Can not run open-interpreter ### Reproduce i don't know where is wrong ### Expected behavior can't run ### Screenshots ![111](https://github.com/KillianLucas/open-interpreter/assets/12340211/903c6962-9d27-408e-849e-c853433c9531) ![222](https://github.com/KillianLucas/open-interpreter/as...
closed
2024-01-06T16:15:38Z
2024-03-19T19:04:33Z
https://github.com/OpenInterpreter/open-interpreter/issues/877
[ "Bug" ]
ximalayashanjiao
1
davidsandberg/facenet
tensorflow
982
Error while trying to train vggface2
Hi, I am fairly new to this, i was hoping you could help me with an error I encounter whenever I try to run train_softmax.py as instructed in the wiki. here is a copy of the whole process: D:\Daniele Appetito\facenet-master> python src/train_softmax.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/fa...
open
2019-02-25T18:42:43Z
2022-02-14T07:59:15Z
https://github.com/davidsandberg/facenet/issues/982
[]
cantonioupao
1
xonsh/xonsh
data-science
5,254
A `cmd.bat` in current directory could trick xonsh to run arbitrary code on Windows
<!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html If you don't find an answer there, please do open an issue! --> #...
closed
2023-12-23T17:58:35Z
2024-01-16T13:56:10Z
https://github.com/xonsh/xonsh/issues/5254
[ "windows" ]
y0umu
7
profusion/sgqlc
graphql
236
Operation codegen does not find variables with DataHub graphql code
<!--- Provide a general summary of the issue in the Title above --> ## 🐜 Bug Report I get the following errors related to GraphQL variables: ```console (datahub) georvic@georvic-IdeaPad-3-15ITL6:~/repos/datahub-metadata$ sgqlc-codegen operation my_schema ./operations/search.py /home/georvic/repos/datahub/datah...
open
2023-06-21T21:03:50Z
2023-06-22T21:58:34Z
https://github.com/profusion/sgqlc/issues/236
[]
J0hnG4lt
3
521xueweihan/HelloGitHub
python
2,266
【开源自荐】入演算:中文lambda演算
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/ProjectDimlight/RuCalculus <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:...
closed
2022-07-04T01:56:43Z
2022-07-20T11:48:08Z
https://github.com/521xueweihan/HelloGitHub/issues/2266
[]
ProjectDimlight
1
assafelovic/gpt-researcher
automation
1,190
deep research docker install error
**Describe the bug** docker install error **To Reproduce** gpt-researcher-1 | File "/usr/src/app/multi_agents/agents/researcher.py", line 1, in <module> gpt-researcher-1 | from gpt_researcher import GPTResearcher gpt-researcher-1 | File "/usr/src/app/gpt_researcher/__init__.py", line 1, in <module> gpt-rese...
closed
2025-02-24T09:44:50Z
2025-02-25T11:31:41Z
https://github.com/assafelovic/gpt-researcher/issues/1190
[]
Fangziyang0910
10
ymcui/Chinese-LLaMA-Alpaca
nlp
344
模型合并的代码倒数第二行需要加一个反斜杠
感谢你们的工作!有个小小的地方需要改一下,手动模型合并与转换这一页的单LoRA权重合并与多LoRA权重合并的代码示范,在output_type的参数后面需要加一个反斜杠,否则最后一行输出文件地址的参数会无效,例如: python scripts/merge_llama_with_chinese_lora.py \ --base_model path_to_original_llama_hf_dir \ --lora_model path_to_chinese_llama_plus_lora,path_to_chinese_alpaca_plus_lora \ --output_type [pth|hu...
closed
2023-05-16T05:59:04Z
2023-05-17T11:33:40Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/344
[]
Sowhat007
1
modin-project/modin
pandas
7,135
BUG: ValueError: Length of values (256) does not match length of index (65537)
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2024-03-28T13:10:28Z
2024-04-11T11:42:05Z
https://github.com/modin-project/modin/issues/7135
[ "bug 🦗", "pandas concordance 🐼" ]
YarShev
0
zihangdai/xlnet
nlp
194
Why the pos_emb starts with `klen` and not `klen -1`?
Hi, I've noticed that `klen -1` is commented out, but `klen` is used instead. https://github.com/zihangdai/xlnet/blob/b4e33739b7df17af6f37a89af9a769a987711587/modeling.py#L205-L250 However, the original transformer-xl actually uses `klen -1`: https://github.com/kimiyoung/transformer-xl/blob/44781ed21dbaec88b280...
closed
2019-07-28T00:39:19Z
2019-07-28T01:09:17Z
https://github.com/zihangdai/xlnet/issues/194
[]
shaform
0
ultrafunkamsterdam/undetected-chromedriver
automation
1,946
[nodriver] Find an element in an element
Thx for nodriver. I really appreciate the project. I have such code: ``` <div class="Home_editor__DEHWl"><h1 class="Home_editor__header__uckv3">Some header</h1> <h2 class="Home_editor__subheader__VkFTs">Some header 2</h2> <p class="Home_editor__description__B_ijd">Some paragraph</p> <textarea class="...
open
2024-07-13T00:13:48Z
2024-07-13T00:15:28Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1946
[]
Allamaris0
0
matterport/Mask_RCNN
tensorflow
2,279
Incompatible Shapes Error sometimes occurs when running Mask RCNN with one channel images
I followed the [guide](https://github.com/matterport/Mask_RCNN/wiki#training-with-rgb-d-or-grayscale-images) in the wiki in order to make Mask RCNN work with 1 channel images (instead of 3 channel images). I uploaded the code in this [repo](https://github.com/DanielMagro97/mrcnn). While the program works about 4 out ...
open
2020-07-11T14:18:28Z
2020-08-31T17:18:37Z
https://github.com/matterport/Mask_RCNN/issues/2279
[]
DanielMagro97
2
torchbox/wagtail-grapple
graphql
149
Exception when a pagechooser page has been removed
Ran into this issue when a page linked to another via pagechooser. However, the target page had since been deleted. In admin view, it appears as if no page is selected, however the db record still associates the field with the removed id. When this occurs, the following graphQL error comes up when querying for data ...
open
2021-01-08T17:51:48Z
2021-01-24T19:37:45Z
https://github.com/torchbox/wagtail-grapple/issues/149
[ "bug" ]
stephiescastle
1
sinaptik-ai/pandas-ai
pandas
1,146
Clarification question and explain to support replying in the same language as query.
### 🚀 The feature Clarification question and explain to support replying in the same language as query. ### Motivation, pitch Motivation, pitch: Now we can query in any language and the PandasAI understands and works (only tried OpenAI, Google Gemini). But the response of clarification and explain only in Engli...
closed
2024-05-05T04:12:17Z
2024-09-18T09:47:13Z
https://github.com/sinaptik-ai/pandas-ai/issues/1146
[]
gDanzel
1
graphql-python/graphene
graphql
750
Incorrectly formatted error message.
The error message generated here is incorrect. It should be `only_type._meta.name` instead of `graphene_type._meta.name`. This way the expected value will be reported, which is what the message says it is. https://github.com/graphql-python/graphene/blob/7bd77a0817677656e2ed8e8ac235ab5e8d557487/graphene/relay/node.py...
closed
2018-05-30T22:33:35Z
2018-05-31T01:08:21Z
https://github.com/graphql-python/graphene/issues/750
[]
nxtman123
0
skypilot-org/skypilot
data-science
4,810
[Question]: Usage of Graph Algorithms and Any Slowdowns?
Hi there, I'm interested in understanding if `skypilot` depends on any graph algorithms from its usage of NetworkX? If so, - What algorithms are used for what purpose? - What graph sizes are they being used with? - Have users experienced any slowdowns or issues with algorithms provided by NetworkX? (Speed, algorithm ...
open
2025-02-24T17:18:44Z
2025-02-24T17:18:44Z
https://github.com/skypilot-org/skypilot/issues/4810
[]
nv-rliu
0
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
504
Tiktok中的fetch_user_post 功能中,有时候能够获取数据,有时候不能获取到数据,但是状态是200
***发生错误的平台?*** TikTok ***发生错误的端点?*** https://www.tiktok.com/api/post/item_list/ ***提交的输入值?*** secUid = 'MS4wLjABAAAAX9QD5_AkAYZ4WwefGF2cdE-p11prGCb-jY8QTBH8gctpm37fqYWE0qjp4OkzLP1c' ***是否有再次尝试?*** 是,发生错误后1小时后错误依旧存在。 ***你有查看本项目的自述文件或接口文档吗?*** 有,并且很确定该问题是程序或者端口的改动导致的。 数据获取状态码为200,但是返回...
open
2024-11-18T07:09:18Z
2024-11-28T05:27:08Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/504
[ "BUG", "enhancement" ]
SwallowData
7
replicate/cog
tensorflow
1,812
Error during `cog build`, `"/.cog/openapi_schema.json": not found`
When running `cog build`, encounter error while `naming to docker.io/...`. The error appears to originate from a file `/.cog/openapi_schema.json` not found, yet this file _is_ present in the local directory at that location. ```console => CACHED [stage-0 18/19] WORKDIR /src ...
open
2024-07-18T03:55:57Z
2024-10-11T22:00:01Z
https://github.com/replicate/cog/issues/1812
[]
javanasse
3
Avaiga/taipy
data-visualization
1,619
[🐛 BUG] Creating a new scenario in the scenario selector with *on_creation* should select it
**Problem**: When I create a new scenario with the *on_creation* callback, I start editing its properties. Since the new scenario was not selected when I created it, I edited the properties of a previously selected scenario. **Expected behavior:** Creating a new scenario through the scenario selector and with *on_...
closed
2024-07-31T09:52:50Z
2024-08-08T16:28:20Z
https://github.com/Avaiga/taipy/issues/1619
[ "📈 Improvement", "🖰 GUI", "🟩 Priority: Low" ]
FlorianJacta
0
flairNLP/flair
pytorch
3,294
[Bug]: corpus.make_label_dictionary generate too many tags
### Describe the bug I have only 38 tags in my POS corpus but corpus.make_label_dictionary return a dictionary of 400 tags. ### To Reproduce ```python columns = {0: 'text', 1: 'pos'} corpus: Corpus = ColumnCorpus('dataset/flair/', columns,train_file='train.txt',test_file='test.txt',dev_file='dev.txt') label_dict...
closed
2023-08-07T14:11:50Z
2025-03-11T05:16:02Z
https://github.com/flairNLP/flair/issues/3294
[ "bug", "Awaiting Response" ]
ijazul-haq
2
LibrePhotos/librephotos
django
1,126
Faces: Create option to Tag and filter faces -i.e. "Family" "Work" etc
**Describe the enhancement you'd like** I want to be able to add tags to people to allow filtering to support labeling and sorting tasks. **Describe why this will benefit the LibrePhotos** This would allow the addition of filters to the labeling tasks - allowing faster workflow and better overview
open
2024-01-16T10:22:57Z
2024-01-16T10:22:57Z
https://github.com/LibrePhotos/librephotos/issues/1126
[ "enhancement" ]
ChrisFab16
0
amdegroot/ssd.pytorch
computer-vision
338
Do you know how to put the dataset? thanks
closed
2019-05-06T09:06:47Z
2019-05-06T12:17:15Z
https://github.com/amdegroot/ssd.pytorch/issues/338
[]
sxyxf66
1
zappa/Zappa
flask
634
[Migrated] dead_letter_arn setting does not get applied
Originally from: https://github.com/Miserlou/Zappa/issues/1606 by [nrowland](https://github.com/nrowland) <!--- Provide a general summary of the issue in the Title above --> ## Context I am trying to update an existing zappa configuration to include a dead letter queue that has already been created elsewhere. ## ...
closed
2021-02-20T12:26:56Z
2024-04-13T17:36:05Z
https://github.com/zappa/Zappa/issues/634
[ "no-activity", "auto-closed" ]
jneves
2
pallets/flask
python
4,553
asserts with `pytest.raises` should be outside the `with` block
I've been using Flask's test suite to evaluate our [Slipcover](https://github.com/plasma-umass/slipcover) coverage tool and noticed likely bugs in the Flask tests. For example, in `tests/test_basic.py`, you have ```python def test_response_type_errors(): [...] with pytest.raises(TypeError) as e: ...
closed
2022-04-27T15:30:57Z
2022-05-14T00:07:22Z
https://github.com/pallets/flask/issues/4553
[ "testing" ]
jaltmayerpizzorno
2
phalt/django-api-domains
graphql
11
[FEEDBACK] Further clarify the role of interfaces.py
Hi. Thanks for your hard work on this documentation. Even as a sole-developer wanting to refactor a fairly small Django application (12-15k LOC), I find value at least in the concepts offered by the approach presented here. It has set me on a path to better understand DDD, so I've also watched [this talk](https://ww...
open
2019-08-13T15:27:02Z
2021-03-08T17:14:15Z
https://github.com/phalt/django-api-domains/issues/11
[]
SHxKM
10
CorentinJ/Real-Time-Voice-Cloning
deep-learning
729
Having an error when executing vocoder_preprocess.py
I'm trying to train vocoder after training synthesizer. But I have this error when executing vocoder_preprocess.py. ![error](https://user-images.githubusercontent.com/63226383/113960047-cf779300-985e-11eb-991c-b36f6a010fb7.PNG) So I checked tacotron.py and I realized that the model returns 4 outputs. ![22](htt...
closed
2021-04-08T02:50:23Z
2021-04-13T02:32:10Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/729
[ "bug" ]
JH-lee95
2
automl/auto-sklearn
scikit-learn
1,146
Give a warning if the final ensemble contains only the dummy model
As this might be interesting to the user. In addition, we could also print warning while running Auto-sklearn if all models so far didn't succeed.
closed
2021-05-23T15:06:46Z
2021-11-17T10:09:11Z
https://github.com/automl/auto-sklearn/issues/1146
[ "enhancement" ]
mfeurer
3
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,535
Install Globaleaks ubuntu 20.4.3 and fail service by "globaleaks[117921]: Failed to load application: cannot import name 'exceptions' from partially initialized module 'urllib3' (most likely due to a circular import) (/usr/local/lib/python3.8/dist-packages/urllib3/__init__.py)"
### What version of GlobaLeaks are you using? 4.11.5 ### What browser(s) are you seeing the problem on? All ### What operating system(s) are you seeing the problem on? Linux ### Describe the issue Hello, Install globaleaks by script "https://deb.globaleaks.org/install-globaleaks.sh", and the services gloable...
closed
2023-07-19T20:23:38Z
2023-07-21T17:36:14Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3535
[]
aapian
2
pyppeteer/pyppeteer
automation
6
Websocket patch
Apply the following patrch or Find either better solution to the timeout issue. ``` def disable_timeout_pyppeteer(): import pyppeteer.connection original_method = pyppeteer.connection.websockets.client.connect def new_method(*args, **kwargs): kwargs['ping_interval'] = None kwargs['pin...
closed
2020-02-15T06:01:58Z
2020-02-15T15:26:19Z
https://github.com/pyppeteer/pyppeteer/issues/6
[]
DanEdens
1
Lightning-AI/pytorch-lightning
data-science
19,681
CLI trainer_defaults logger leads to error in config.yaml
### Bug description The LightningCLI allows to specify `trainer_defaults`. If you specify a logger there, e.g. the `TensorBoardLogger`, the logged `config.yaml` file includes this: ```yaml trainer: ... logger: - Unable to serialize instance <lightning.pytorch.loggers.tensorboard.TensorBoardLogger o...
closed
2024-03-20T17:15:41Z
2024-03-27T12:12:08Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19681
[ "bug", "needs triage" ]
jonasreiher
6
ultralytics/ultralytics
computer-vision
18,782
cv2.resize Threading error when saving predictions val per image (NO MOSAIC)
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug Hello, I'm working with YOLOv8 and I'm trying to modify the plot_predictions function to save pred...
open
2025-01-20T17:55:43Z
2025-01-21T16:13:31Z
https://github.com/ultralytics/ultralytics/issues/18782
[ "detect" ]
adriengoleb
11
tartiflette/tartiflette
graphql
2
Try and evaluate fossa.io for license stuff.
closed
2018-01-30T15:30:34Z
2019-01-11T06:18:31Z
https://github.com/tartiflette/tartiflette/issues/2
[ "Legal" ]
abusi
1
voxel51/fiftyone
data-science
4,792
[BUG] Upload Annotations to LabelStudio Results in Key Error and Misaligned Boxes
### Describe the problem Exporting annotations to Label Studio resulted in a key error on line 345 of labelstudio.py uploading file_ids ```python # create tasks out of the uploaded files payload = json.dumps( { "file_upload_ids": upload_resp.json()["...
open
2024-09-11T19:35:02Z
2024-09-11T19:35:02Z
https://github.com/voxel51/fiftyone/issues/4792
[ "bug" ]
aaugie
0
Evil0ctal/Douyin_TikTok_Download_API
api
194
[BUG] 在linux平台运行,发现报js错误
感谢作者开源代码!!! 我在按正常部署完成之后, 输入网址可以正常访问,但是不能解析,报如下错误 Use http://192.168.0.4:8110/ to access the application 当前链接平台为:douyin 正在获取视频ID... 正在通过抖音分享链接获取原始链接... 获取原始链接成功, 原始链接为: https://www.iesdouyin.com/share/video/7218525164365991183/ 获取到的抖音视频ID为: 7218525164365991183 获取视频ID成功,视频ID为:7218525164365991183 正在获取视频数据... 正...
closed
2023-04-07T13:21:05Z
2023-04-23T21:02:14Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/194
[ "BUG" ]
liandyao
2
ymcui/Chinese-LLaMA-Alpaca
nlp
739
Chinese-Alpaca-Plus-7B 预训练后回答效果不理想
### 提交前必须检查以下项目 - [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/ll...
closed
2023-07-12T03:19:00Z
2023-07-24T22:02:17Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/739
[ "stale" ]
zhaomeng0113
7
pyeve/eve
flask
636
Projection allowing mixing inclusion and exclusion fields
Mongo does not allow mixing inclusion and exclusion in projection [[1](http://docs.mongodb.org/manual/tutorial/project-fields-from-query-results/)] However, develop branch in [eve/flaskapp.py](https://github.com/nicolaiarocci/eve/blob/develop/eve/flaskapp.py#L574) projections are allowing a mix of inclusions and exclu...
closed
2015-05-27T04:09:47Z
2015-06-03T18:29:14Z
https://github.com/pyeve/eve/issues/636
[ "bug" ]
slamuu
5
Lightning-AI/LitServe
rest-api
237
Create Makefile to run common development tasks locally
## 🚀 Feature Hi! I just found this project. Really cool! I wanted to propose a feature to create a `Makefile` in the repo. The objective is to simplify local development and contribution by creating a `Makefile` that encapsulates and standardizes common development tasks such as running tests, building docs, ...
closed
2024-08-28T06:43:39Z
2024-08-28T23:30:21Z
https://github.com/Lightning-AI/LitServe/issues/237
[ "enhancement", "help wanted" ]
AdolfoVillalobos
2
wkentaro/labelme
deep-learning
1,442
no focus when lauched from wsl / win10
### Provide environment information /home/sancelot/labelme/.venv/bin/python Python 3.10.12 ### What OS are you using? ubuntu 22.04 ### Describe the Bug when launched from wsl, the application launches , but no focus is available sometimes focus is gained I noticed these messages in dmesg output, w...
open
2024-05-17T10:32:26Z
2024-05-17T10:34:12Z
https://github.com/wkentaro/labelme/issues/1442
[ "issue::bug" ]
sancelot
0
LibrePhotos/librephotos
django
910
Wrong thumbnails for people in faces
# 🐛 Bug Report ## 📝 Description of issue: It seems that in the faces section the thumbnails for persons are not always correct. If I select a cover picture for a person, instead of having the correct thumbnail, another person from that cover picture is set as the thumbnail. This is specially important for users who...
closed
2023-07-04T04:44:10Z
2023-07-06T09:49:53Z
https://github.com/LibrePhotos/librephotos/issues/910
[ "bug" ]
nagarrido
2
OpenInterpreter/open-interpreter
python
919
'Unrecognized request argument supplied: functions' when using azure-openai
### Describe the bug I'm able to set up `AZURE_API_BASE`, `AZURE_API_KEY`, `AZURE_API_VERSION` but using interpreter still has trouble using azure openai: ``` Traceback (most recent call last): File "/Users/zhh210/installs/anaconda3/bin/interpreter", line 8, in <module> sys.exit(interpreter.start_terminal_...
closed
2024-01-15T04:12:48Z
2024-03-20T22:32:30Z
https://github.com/OpenInterpreter/open-interpreter/issues/919
[ "Bug" ]
zhh210
2
dot-agent/nextpy
streamlit
127
Whether it's possible to add "6em" in xt.spacer("6em")
closed
2024-01-17T11:38:21Z
2024-01-17T12:58:17Z
https://github.com/dot-agent/nextpy/issues/127
[]
anirudh-hegde
2
saleor/saleor
graphql
16,884
Bug: Invalid or expired token.
### What are you trying to achieve? I'm using the setPassword mutation and unable to reset the password for an account. ![image](https://github.com/user-attachments/assets/a3ac2f47-7152-4923-8d3b-a3370f73dd5d) ![image](https://github.com/user-attachments/assets/44b177db-9bf7-4430-a231-60039a1d2236) ### ...
closed
2024-10-14T01:10:19Z
2024-11-29T13:33:33Z
https://github.com/saleor/saleor/issues/16884
[ "bug", "triage" ]
linhkiubo98
2
collerek/ormar
sqlalchemy
507
Bug: Can't chain filters. AND operation doesn't work for ManyToMany field.
**Describe the bug** We're trying to make logical AND operation using `filter` query on a ManyToMany field. We're facing issue when we try to filter based on two same field parameters. We want to make a logical AND operation. Relevent ormar docs that I have been refering https://collerek.github.io/ormar/queries/fi...
closed
2022-01-06T07:35:19Z
2022-01-06T09:09:13Z
https://github.com/collerek/ormar/issues/507
[ "bug" ]
anshulxyz
1
amdegroot/ssd.pytorch
computer-vision
355
in multibox_loss.py ,if num_pos=0,the cross_entropy function will error,how can slove it ?
in multibox_loss.py ,if num_pos=0,the cross_entropy function will error,how can slove it ?
open
2019-05-26T15:00:42Z
2019-08-01T03:25:12Z
https://github.com/amdegroot/ssd.pytorch/issues/355
[]
xieqingxing
3
microsoft/MMdnn
tensorflow
924
load higher version pytorch model error
Hi, there are some errors when I transfer my pytorch model to caffe model. I run it in docker. ![image](https://user-images.githubusercontent.com/7835792/122756307-d55f0b00-d2c8-11eb-896f-0eca03a7a5c6.png) I guess the reason is that the versions of torch are not matched. docker's torch version is 0.4.0 and mine ...
open
2021-06-22T00:32:40Z
2021-06-22T00:35:28Z
https://github.com/microsoft/MMdnn/issues/924
[]
RiceZ
0
Avaiga/taipy
automation
2,408
Allow for text wrapping in table cells.
### Description When a cell contains a long text, it is entirely displayed in the cell, consuming lots of vertical space. The point of this issue is to provide a mechanism that would limit the (displayed) content of a cell, and a way to display it all. ### Solution Proposed A way to deal with that could be to add ...
open
2025-01-17T13:33:30Z
2025-01-17T13:34:09Z
https://github.com/Avaiga/taipy/issues/2408
[ "🖰 GUI", "🟧 Priority: High", "✨New feature", "🔒 Staff only" ]
FabienLelaquais
0
ultralytics/ultralytics
python
19,503
How to replace the YOLOv11backbone with SwinTransformer?
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Could some senior colleagues tell me the specific process? This includes the...
open
2025-03-03T13:11:07Z
2025-03-04T06:51:38Z
https://github.com/ultralytics/ultralytics/issues/19503
[ "enhancement", "question" ]
Neutrin1
6
piskvorky/gensim
data-science
2,587
Is it possible to transform a negative weight given by LSI in to positive value weight respectively
<!-- **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
2019-09-02T08:33:28Z
2019-09-02T11:03:03Z
https://github.com/piskvorky/gensim/issues/2587
[]
gauravkoradiya
1
quokkaproject/quokka
flask
275
Menu is always highlighting "home" category
![blog quokka website](https://cloud.githubusercontent.com/assets/458654/8838810/0635b0ce-30a6-11e5-9a4c-cdc1a725f199.png) Even selecting another category "home" item keeps highlighted.
closed
2015-07-22T22:16:04Z
2015-07-23T21:08:41Z
https://github.com/quokkaproject/quokka/issues/275
[ "bug", "EASY", "theme" ]
rochacbruno
1
axnsan12/drf-yasg
rest-api
208
Add QueryParams while Fetching the YAML/JSON
Use-Case:- I Fetch my serializer on the basis of query-parameter provided. However, docs are fetched from `GET /docs/?format=openapi`. It should rather be `GET /docs/?format=openapi&query_param=someparam`. Also, DRF-Swagger handles this.
closed
2018-09-12T06:58:50Z
2018-10-14T18:25:46Z
https://github.com/axnsan12/drf-yasg/issues/208
[]
prafulbagai
3
aimhubio/aim
data-visualization
2,469
`performance_tests` dir is installed
I spotted this while inspecting the content of the conda forge package at https://github.com/conda-forge/aim-feedstock/pull/14 The fix is probably as simple as replacing `packages = find_packages(exclude=('tests', 'aim.web.ui'))` by `packages = find_packages(exclude=('tests', 'performance_tests', 'aim.web.ui'))` in ...
closed
2023-01-10T19:26:05Z
2023-02-06T12:59:14Z
https://github.com/aimhubio/aim/issues/2469
[ "type / bug", "help wanted", "phase / shipped", "area / packaging" ]
hadim
2
littlecodersh/ItChat
api
303
Ubuntu环境下后台运行,输出重定义到log文件,仍有部分输出没有重定义
在提交前,请确保您已经检查了以下内容! - [x] 您可以在浏览器中登陆微信账号,但不能使用`itchat`登陆 - [x] 我已经阅读并按[文档][document] 中的指引进行了操作 - [x] 您的问题没有在[issues][issues]报告,否则请在原有issue下报告 - [x] 本问题确实关于`itchat`, 而不是其他项目. - [x] 如果你的问题关于稳定性,建议尝试对网络稳定性要求极低的[itchatmp][itchatmp]项目 请使用`itchat.run(debug=True)`运行,并将输出粘贴在下面: ``` python3 itchat_learn.py >> itc...
closed
2017-03-26T13:20:29Z
2017-03-29T02:07:04Z
https://github.com/littlecodersh/ItChat/issues/303
[ "question" ]
chixinmu
2
Miserlou/Zappa
flask
2,235
zappa deploy issue using python 3.8 instead of python 3.7
my virtualenv is using python3.7 and my zappa config also declares 3.7, but everytime i run `zappa deploy` its using python 3.8 instead of 3.7? really annoying any ideas? FileNotFoundError: [Errno 2] No such file or directory: '/Users/ubuntu/myproject/venv/lib/python3.8/site-packages'
open
2022-01-11T01:45:29Z
2023-04-26T04:47:29Z
https://github.com/Miserlou/Zappa/issues/2235
[]
valeriozhang
2
voxel51/fiftyone
computer-vision
5,083
solved
### Instructions Thank you for submitting an issue. Please refer to our [issue policy](https://www.github.com/voxel51/fiftyone/blob/develop/ISSUE_POLICY.md) for information on what types of issues we address. 1. Please fill in this template to ensure a timely and thorough response 2. Place an "x" between the brackets...
closed
2024-11-09T14:31:05Z
2024-11-20T03:03:53Z
https://github.com/voxel51/fiftyone/issues/5083
[ "bug", "installation" ]
jimmyfry
1
babysor/MockingBird
deep-learning
873
Exception: Model folder data\ckpt\synthesizer doesn't exist. 请将模型文件位置移动到上述位置中进行重试!
看了好几个教程, 都没提到这个,
closed
2023-04-06T12:48:24Z
2024-03-13T02:19:02Z
https://github.com/babysor/MockingBird/issues/873
[]
netjune
3
sqlalchemy/sqlalchemy
sqlalchemy
10,006
contains eager with many levels illustrated not pathing correctly
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10003 test cases should includ single inh as well as joined inh, use assorted_eager ```py from sqlalchemy import and_ from sqlalchemy import Column from sqlalchemy import create_engine from sqlalchemy import ForeignKey from sqlalchemy im...
closed
2023-06-22T21:38:36Z
2023-06-23T13:59:30Z
https://github.com/sqlalchemy/sqlalchemy/issues/10006
[ "bug", "orm", "loader options", "inheritance", "hard orm", "near-term release" ]
zzzeek
3
ultralytics/ultralytics
computer-vision
19,628
Training YOLO11 model with custom video dataset
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question Hello @glenn-jocher, I am trying to train a custom video dataset using yolo...
open
2025-03-10T16:47:54Z
2025-03-10T21:04:11Z
https://github.com/ultralytics/ultralytics/issues/19628
[ "question", "detect" ]
anushka-kore
4
adamerose/PandasGUI
pandas
236
Opacity for Scatter-Plot Markers?
Hi, great project, thanks! Maybe I'm missing something, but is there any (easy) way to reduce the marker's opacity in a scatter plot? there is a box for size, but I'd like to have the dots half-transparent as I have many dots overlaying each other... Thanks!
open
2023-08-23T09:34:07Z
2023-08-23T09:34:07Z
https://github.com/adamerose/PandasGUI/issues/236
[]
brainbytes42
0
pydantic/pydantic
pydantic
11,250
Certain recursive type references are not resolved
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Under certain conditions, Pydantic v2 will fail to resolve recursive type references and raise an error like this: ``` pydantic.errors.PydanticUndefinedAnnotation: name 'LegalEntity' is not defined For further information visit ...
closed
2025-01-10T12:45:31Z
2025-01-10T17:21:50Z
https://github.com/pydantic/pydantic/issues/11250
[ "bug V2", "pending" ]
RobertCraigie
1
iterative/dvc
data-science
10,449
DVC push hangs for a long time due to run-cache = True
# Bug Report ## Issue name push: hangs forever since 3.51.1 : https://github.com/iterative/dvc/pull/10433 ## Description The issue happens with Ubuntu, it's fixed when I run dvc push with the run_cache option at False or with dvc 3.50.2. The remote is S3. We often run heavy DVC pipelines which lead to man...
closed
2024-06-05T16:14:57Z
2024-07-30T18:23:25Z
https://github.com/iterative/dvc/issues/10449
[ "p1-important", "performance", "A: run-cache" ]
michaelromagne
18
Neoteroi/BlackSheep
asyncio
378
Google oidc on my https server
I dont understand why, but google oidc work differently on https server, he changed request with POST on GET. Normal oidc my localhost: https server: ![image](https://github.com/Neoteroi/BlackSheep/assets/43730314/1dd40794-f293-459e-9a14-7be3b057b2ad) on my localhost ![image](https://github.com/Neoteroi/BlackShe...
closed
2023-06-17T08:21:00Z
2023-06-19T16:33:44Z
https://github.com/Neoteroi/BlackSheep/issues/378
[]
Nicialy
2
OpenVisualCloud/CDN-Transcode-Sample
dash
131
[Feature][Q2'20] OpenNESS investigation and implement
open
2020-01-10T07:09:40Z
2020-01-17T02:42:39Z
https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/131
[ "enhancement" ]
wenquan-mao
0
vi3k6i5/flashtext
nlp
99
Feature request
hi i am from belong we have one use case that is we need to store additional meta data along with sibling. {"java": [{ "name": "xyz", "meta": { "count":10, "score":0.24 } }, { "...
closed
2019-12-03T06:30:38Z
2020-02-24T20:11:55Z
https://github.com/vi3k6i5/flashtext/issues/99
[]
KrishnaSindhur
1
HumanSignal/labelImg
deep-learning
732
Problem when installing it with docker
I have tried the docker version of your software I did 1. git clone your repo 2. docker pull tzutalin/py2qt4 3. run thee docker run instruction you got in the readme 4. inside the container `make all` I got ``` pyrcc5 -o libs/resources.py resources.qrc make: pyrcc5: Command not found make: *** [qt5py...
closed
2021-04-10T02:53:42Z
2021-04-10T15:20:15Z
https://github.com/HumanSignal/labelImg/issues/732
[]
KansaiUser
1
PablocFonseca/streamlit-aggrid
streamlit
219
Aggrid rendering bug with st.tab
I'm using: ``` python3.10.9 streamlit 1.21.0 streamlit-aggrid 0.3.4.post3 ``` Here is my code to reproduce the bug, After streamlit run the code, the Aggrid table in tab2 is not rendered in the right way. BTW, using `fit_columns_on_grid_load=True` also not works for me. ```python import pan...
closed
2023-05-11T10:45:12Z
2023-05-24T06:35:01Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/219
[]
FateScript
3
WZMIAOMIAO/deep-learning-for-image-processing
deep-learning
740
RetinaNet/train.py (100) 是不是少了一个+1
训练RetinaNet的时候报越界错误,检查对比了一下RetinaNet和Faster rcnn发现train文件里createmodel的时候numclasses没有+1,而输入时要求相同(不考虑背景类)修改如下后顺利运行。 ` model = create_model(num_classes=args.num_classes+1)`
closed
2023-05-23T14:23:46Z
2023-11-26T08:14:06Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/740
[]
Afools
2
psf/black
python
4,043
Newlines after code block open, once and for all?
Background: - https://github.com/psf/black/issues/902 Original issue, with some follow-up comments post merge - https://github.com/psf/black/pull/3035 Original implementation - https://github.com/psf/black/issues/3551 Follow-up issue - https://github.com/psf/black/pull/3967 Recent preview change partia...
closed
2023-11-13T07:52:46Z
2023-12-28T07:38:55Z
https://github.com/psf/black/issues/4043
[]
hauntsaninja
8
SYSTRAN/faster-whisper
deep-learning
926
highest precision level on cpu?
If I use a CPU for speech conversion, what is the highest precision that can be supported?
closed
2024-07-23T02:07:20Z
2024-07-26T09:29:23Z
https://github.com/SYSTRAN/faster-whisper/issues/926
[]
lllllliuji
2
pennersr/django-allauth
django
3,306
Parameterized/configurable reverse URLs?
So, my use case is that I'm customizing all the URLs and their associated `reverse` names. There are a bunch of places in `views.py`, `helpers.py`, and `adapter.py` that reference the `reverse` names statically. I would like to propose moving those to a SETTINGS dict, similarly to how was done for form overrides. If...
closed
2023-04-29T00:58:27Z
2023-06-20T20:06:10Z
https://github.com/pennersr/django-allauth/issues/3306
[]
wgordon17
4
modelscope/modelscope
nlp
976
支持大文件断点续传
有的模型文件非常大,例如 flux.1-dev,单个文件 22G,网络波动时就会下载中断。用 modelscope 再下载时,这个文件又从头开始下载,但是网络一直波动,导致这个文件始终很难一次性下载完。希望能够像 huggingface_cli 一样,下载不完整的文件,下次启动时,断点续传,从未下完的地方开始,而不是从头开始。
closed
2024-09-04T14:20:29Z
2024-10-01T05:46:04Z
https://github.com/modelscope/modelscope/issues/976
[]
thesby
1
tiangolo/uvicorn-gunicorn-fastapi-docker
fastapi
11
The server refused to connect
I am running the image in a container. It runs successfully. The terminal output is: `[2019-06-18 15:17:00 +0000] [1] [INFO] Starting gunicorn 19.9.0` `[2019-06-18 15:17:00 +0000] [1] [INFO] Listening at: http://0.0.0.0:80 (1)` `[2019-06-18 15:17:00 +0000] [1] [INFO] Using worker: uvicorn.workers.UvicornWorker` `[2...
closed
2019-06-18T15:20:19Z
2022-09-07T06:10:32Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/11
[]
coderwassananmol
6
httpie/cli
api
1,463
cookie is not being set
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps see httpie debug output below from WSL. also repro'd on Ubuntu 22.10 ## Current result `sid` cookie is not being set ## Expected result `sid` cookie shou...
open
2022-12-30T14:59:05Z
2022-12-31T00:23:28Z
https://github.com/httpie/cli/issues/1463
[ "bug", "new" ]
gabrielsroka
0
PrefectHQ/prefect
data-science
16,571
`my_flow.serve` deployment crashes with `ModuleNotFoundError` when importing local relative packages / modules
### Bug summary Running a self-hosting prefect server, trying to deploy my flow with `serve`. In my main.py: ```python from lib.process import deploy if __name__ == "__main__": deploy() ``` And in lib.process.py: ```python import rules @flow() def my_flow() -> None: rules.run_some_rule() ...
closed
2025-01-02T13:00:56Z
2025-01-03T03:26:38Z
https://github.com/PrefectHQ/prefect/issues/16571
[ "bug" ]
EdgarDegas
2
vprusso/youtube_tutorials
web-scraping
31
YouTube
closed
2020-12-04T08:18:48Z
2020-12-04T13:08:15Z
https://github.com/vprusso/youtube_tutorials/issues/31
[]
a7madooo
0
awesto/django-shop
django
613
¿Can in Near future can do django-shop: Only one administrator can modify only hisself products (created by he)?
Only have a question or a sugges, for example I want to do a project in django-shop that permit a someone people, publish his products, for example ebay for USA, alibaba.com from ASIA, mercadolibre.com to South America, and others startup have implement his system with this model. I choose Django-shop to modify and ...
open
2017-07-06T22:32:02Z
2017-08-25T11:07:10Z
https://github.com/awesto/django-shop/issues/613
[ "feature request" ]
fabiancastano
2
pinry/pinry
django
95
Create new way to upload images, old system was broken.
http://html5demos.com/dnd-upload
closed
2016-02-04T19:31:18Z
2016-02-25T02:28:05Z
https://github.com/pinry/pinry/issues/95
[]
overshard
1
pytest-dev/pytest-cov
pytest
229
embed: combine for eager setup?
When using the eager setup there will likely be a left-over file with a suffix, which pytest-cov has not combined itself. I wonder if combining also in embed.py could help with that? https://github.com/pytest-dev/pytest-cov/blob/7205428bfb9ab9f8dbcaeefe23ce5fe426bb06b9/src/pytest_cov/embed.py#L74-L77 tox.ini: ...
open
2018-09-21T08:13:44Z
2019-01-07T12:37:23Z
https://github.com/pytest-dev/pytest-cov/issues/229
[]
blueyed
1
paulbrodersen/netgraph
matplotlib
78
How can I change the direction of a dot graph?
https://netgraph.readthedocs.io/en/latest/sphinx_gallery_output/plot_08_dot_layout.html#sphx-glr-sphinx-gallery-output-plot-08-dot-layout-py I'm using the `dot` node_layout and this starts from top to bottom creating a tree like structure - is it possible to have this be left to right instead?
closed
2023-11-24T10:25:37Z
2023-11-24T12:47:23Z
https://github.com/paulbrodersen/netgraph/issues/78
[]
evan54
1
matterport/Mask_RCNN
tensorflow
2,205
Deploying Mask RCNN in a web application
- Can anybody help me with how to deploy the Mask-RCNN model in a web application? - I want to upload an image and display the segmented image back on the web page. But I'm not sure of how to deploy the neural network in the web application. Please help.
open
2020-05-26T05:59:58Z
2020-06-13T14:13:24Z
https://github.com/matterport/Mask_RCNN/issues/2205
[]
Roy-Tuhin
1
ultralytics/yolov5
machine-learning
12,758
common.py cannot import export_formats from export.py
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug I have been trying to create a ros2 node for yolov5. Using yolov5.7, I have fully created the driver but in runnin...
closed
2024-02-22T21:57:16Z
2024-10-20T19:40:09Z
https://github.com/ultralytics/yolov5/issues/12758
[ "bug" ]
jacobbreen25
6
tflearn/tflearn
data-science
803
Error in tflearn.DNN()
[https://gist.github.com/Wermarter/9e0e29ee80adaa0f7af17b72d8e58a67](url) I'm trying to code my own version of VAE based on your example [https://github.com/tflearn/tflearn/blob/master/examples/images/variational_autoencoder.py](url) But my terminal said: > Traceback (most recent call last): File "/home/wermart...
closed
2017-06-21T08:42:52Z
2017-09-08T11:31:30Z
https://github.com/tflearn/tflearn/issues/803
[]
wermarter
6
biolab/orange3
scikit-learn
6,665
Stacking Widget: "Stack failed with an error" when using Time Slice as Data source
**What's wrong?** When using the Stacking widget with Time Slice as Data source and Test and Score widget on the other side, a "Stack failed with an error" message appears (on the Test and Score widget). There is no error if Data Sampler (or no widget) is used to slice the data instead the Time Slice widget. The l...
closed
2023-12-05T08:21:44Z
2024-02-23T10:54:22Z
https://github.com/biolab/orange3/issues/6665
[ "bug report" ]
ereztison
6
sourcery-ai/python-best-practices-cookiecutter
pytest
5
Move Quickstart instructions to `post_gen_project.py`
For example: ```python def main(): set_python_version() # Initialise git repo os.system('git init') # Install dependencies os.system('pipenv install --dev') # Setup pre-commit and pre-push hooks os.system('pipenv run pre-commit install -t pre-commit') os.system('pipenv run pre-...
open
2020-03-29T17:57:13Z
2023-08-25T04:34:14Z
https://github.com/sourcery-ai/python-best-practices-cookiecutter/issues/5
[]
sobrinojulian
1
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,729
[Feature Request]: Is it possible to queue batch img2img with a new prompt for each image?
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? For batch img2img, it currently takes the first image and goes through every prompt for that image and then goes to next image. What I want is the second ima...
open
2024-05-07T11:33:47Z
2024-05-07T11:34:31Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15729
[ "enhancement" ]
Mayaworldai
0
microsoft/qlib
deep-learning
1,755
About the setting of trunc_days
In the document, the function of the parameter trunc_days is to avoid future information leakage: "The trading days to be truncated the data in this segment may need ‘days’ data days are based on the test_start. For example, if the label contains the information of 2 days in the near future, the prediction horizon 1 d...
open
2024-03-06T03:31:33Z
2024-03-06T03:32:51Z
https://github.com/microsoft/qlib/issues/1755
[ "question" ]
Shuqi-li
1