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
inducer/pudb
pytest
166
Ctrl-x not function to leave console
When attempting to make local calls in the console, pressing ctrl-x merely prints `^x` rather than leaving the console. At this point, the only way out is to kill pudb. An interesting behavior is that this only happens after issuing a command in the console; ctrl-x works fine until then. Details: pudb version: 2015....
closed
2016-01-06T18:36:04Z
2025-01-12T09:52:39Z
https://github.com/inducer/pudb/issues/166
[]
ghost
65
davidsandberg/facenet
tensorflow
357
C++ and the phase_train node
I've been trying to see if I can convert the classifier.py program into a c++ equivalent. As far as I can tell I've been able to accurately simulate everything to get the graph outputs, but I've been getting strange values. If I set the phase_train node to false, as is done in the python code, my output tensor is made ...
closed
2017-06-26T05:46:40Z
2018-12-12T08:33:47Z
https://github.com/davidsandberg/facenet/issues/357
[]
jamesFerris
31
mwouts/itables
jupyter
207
Immobilizing columns
Hello, I was wondering if there is any way to immobilize certain columns or the header from the rendered itable, just as you can do in Excel. It would be really useful to visualize a large dataframe. Thank you!
closed
2023-11-27T10:45:01Z
2024-03-16T16:35:03Z
https://github.com/mwouts/itables/issues/207
[]
CarlaFernandez
2
microsoft/nni
deep-learning
5,727
Dispatcher terminiated reporting cuda unavailable issue
**Describe the issue**: When I start an experiment, it stops after one trail and gives the error below. But my code can run on GPU on its own without error, and GPU is available at the time. **Environment**: - NNI version: 2.7 - Training service (local|remote|pai|aml|etc): local - Client OS: - Server OS (for ...
closed
2023-12-28T06:28:35Z
2023-12-28T07:57:54Z
https://github.com/microsoft/nni/issues/5727
[]
Rxannro
1
piskvorky/gensim
machine-learning
3,094
IndexError related to self.vectors_lockf in KeyedVectors.intersect_word2vec_format() in 4.0+
Both lines containing `vectors_lockf` variable should be: ```python self.vectors_lockf = lockf ``` Current (4.0.0) version is: ```python self.vectors_lockf[self.get_index(word)] = lockf ``` And this gives us IndexError trying to make `intersect_word2vec_format()`
open
2021-03-29T05:05:38Z
2022-06-08T11:33:09Z
https://github.com/piskvorky/gensim/issues/3094
[ "bug" ]
notonlyvandalzzz
7
deepspeedai/DeepSpeed
pytorch
6,752
Some Demos on How to config to offload tensors to nvme device
Dear authors: I am wondering if I could get some demos on config which is used to train a Language Model with ZeRO-Infinity? It confused me a lot that how to config the "offload_param" and "offload_optimizer" Thanks!
open
2024-11-15T08:23:57Z
2024-12-06T22:14:10Z
https://github.com/deepspeedai/DeepSpeed/issues/6752
[]
niebowen666
3
dynaconf/dynaconf
django
880
Add docs for PyCharm IDE Run Test Issue
### Discussed in https://github.com/dynaconf/dynaconf/discussions/878 <div type='discussions-op-text'> <sup>Originally posted by **darktempla** March 3, 2023</sup> First and foremost I have been using Dynaconf for over a year now and really liking it so kudos to it's creator and the community for making it ...
closed
2023-03-08T16:37:31Z
2023-03-09T18:32:17Z
https://github.com/dynaconf/dynaconf/issues/880
[ "Docs" ]
rochacbruno
3
huggingface/peft
pytorch
1,639
GPU memory degradation despite offloading to CPU (on 50+ LoRAs for Stable Diffusion)
### System Info accelerate==0.28.0 diffusers==0.27.0 peft==0.9.0 transformers==4.38.2 Amazon EC2 instance (g5.2xlarge) Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.0.1 (Amazon Linux 2) ### Who can help? @pacman100 @younesbelkada ### Information - [ ] The official example scripts - [X] My o...
closed
2024-04-11T00:05:35Z
2024-06-24T15:03:51Z
https://github.com/huggingface/peft/issues/1639
[]
iuliaturc
23
robotframework/robotframework
automation
4,500
Deprecate `robot.utils.TRUE/FALSE_STRINGS`
We only use `FALSE_STRINGS` in the first place and it is used in `robottypes` module where it is defined. No need to expose these via `robot.utils`. To preserve backwards compatibility, we probably should preserver them now in RF 6.0 and only document that they are deprecated. We can then later more loudly deprecate th...
closed
2022-10-08T11:31:25Z
2022-10-11T14:40:54Z
https://github.com/robotframework/robotframework/issues/4500
[ "enhancement", "priority: low", "deprecation", "rc 2" ]
pekkaklarck
0
gradio-app/gradio
python
10,347
[ImageEditor] - tracking issue
The current ImageEditor work is being tackled in the following. way: - [x] **Sizing redesign** A number of bugs and features actually relate to sizing. We have several different ideas of what sizing means that is causing both confusion and bugs. We think of sizing in terms of container size, natural image/canvas si...
open
2025-01-13T18:08:16Z
2025-01-24T01:26:45Z
https://github.com/gradio-app/gradio/issues/10347
[ "tracking", "🖼️ ImageEditor" ]
pngwn
5
nerfstudio-project/nerfstudio
computer-vision
3,480
Export pointcloud from splatfacto
When I export pointcloud from splatfacto I get this error: ``` "/nerfstudio/scripts/exporter.py", line 149, in main AttributeError: 'FullImageDatamanager' object has no attribute 'train_pixel_sampler' ``` what I see is: splatfacto uses `FullImageDatamanager` which has no `train_pixel_sampler`. I would love to...
closed
2024-10-15T08:34:57Z
2024-12-10T12:30:19Z
https://github.com/nerfstudio-project/nerfstudio/issues/3480
[]
synaldoh
2
HIT-SCIR/ltp
nlp
9
mac下面的一个兼容性问题,请作者更正
请把 _svmtagger/weight.cpp里面的相应处改为如下,否则mac编译会报 can not delete char[100] ``` cpp class weight_struct_t { public: char *key = new char[100]; hash_t *hash; ```
closed
2013-05-10T18:48:23Z
2013-08-18T05:25:38Z
https://github.com/HIT-SCIR/ltp/issues/9
[]
HuangFJ
2
seleniumbase/SeleniumBase
web-scraping
3,470
SessionNotCreatedException in SeleniumBase
I am currently using SeleniumBase for web automation in Python, however, occasionally I am receiving a 'session not created' error, for example: ``` test16.py - selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot connect to chrome at 12... ``` This error will sometimes occur a...
closed
2025-02-02T12:44:06Z
2025-02-08T19:06:56Z
https://github.com/seleniumbase/SeleniumBase/issues/3470
[ "not enough info", "can't reproduce", "UC Mode / CDP Mode" ]
ZcodeZ777
8
iterative/dvc
data-science
10,556
dvc push not updating Push %
# Bug Report ## Issue name dvc push -v -j 4: Doesn't update Pushing %, B/s transferred, or transfer times. ## Description When I run dvc push to an S3 bucket the % always reports 0%. I think it's pushing because I can see my outbound network traffic spike, but the percentage never changes. dvc push -v ...
open
2024-09-13T17:27:28Z
2024-09-13T22:25:47Z
https://github.com/iterative/dvc/issues/10556
[ "p2-medium", "ui", "triage", "A: data-sync" ]
danshome
4
deepfakes/faceswap
machine-learning
1,098
Which algorithm is using ?
Hi: Thanks for you awsome work,I'm wondering which algorithm is currently used by the latest version. Is there any related literature or paper for reference?
closed
2020-12-17T08:21:14Z
2021-01-09T19:04:09Z
https://github.com/deepfakes/faceswap/issues/1098
[]
superxi
2
deepspeedai/DeepSpeed
deep-learning
7,134
[REQUEST] Are There Plans to Support (IA)^3 Fine-Tuning Method?
I'm so sorry, this issue was opened by mistake.
closed
2025-03-13T10:27:24Z
2025-03-13T10:30:08Z
https://github.com/deepspeedai/DeepSpeed/issues/7134
[ "enhancement" ]
PGZXB
0
PaddlePaddle/ERNIE
nlp
775
ernie-layout开源计划
ernie-layout有开源计划吗
closed
2021-12-07T07:04:42Z
2022-02-12T23:17:17Z
https://github.com/PaddlePaddle/ERNIE/issues/775
[ "wontfix" ]
ZTurboX
1
nonebot/nonebot2
fastapi
3,032
Plugin: 恶魔轮盘赌
### PyPI 项目名 nonebot_plugin_BR ### 插件 import 包名 nonebot_plugin_BR ### 标签 [{"label":"游戏","color":"#fa0404"}] ### 插件配置项 _No response_
closed
2024-10-18T08:26:07Z
2024-10-19T08:48:10Z
https://github.com/nonebot/nonebot2/issues/3032
[ "Plugin" ]
Agnes4m
3
hack4impact/flask-base
flask
145
403 with default login
I am able to launch the app no issues but after creating an account or using the default I get a 403 error.
closed
2018-01-18T06:20:51Z
2018-01-19T04:30:02Z
https://github.com/hack4impact/flask-base/issues/145
[]
chppppp
4
agronholm/anyio
asyncio
529
Implicit parent task group
When we want to launch a task not directly in the asynchronous context manager of the task group, but lower in the call stack, we need to [pass around the task group](https://trio.readthedocs.io/en/stable/reference-core.html#spawning-tasks-without-becoming-a-parent). I was wondering if we could imagine an automatic wa...
closed
2023-02-14T17:07:05Z
2023-05-02T21:55:40Z
https://github.com/agronholm/anyio/issues/529
[]
davidbrochart
2
Anjok07/ultimatevocalremovergui
pytorch
1,151
...
closed
2024-02-05T19:48:10Z
2024-02-05T19:54:31Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1151
[]
2TDaSerra
0
ansible/ansible
python
84,347
restart / reload systemd service based on comparision of start time and config files
### Summary After editing config files you typically have to restart the corresponding service. But if the file did not change, the service should not be restarted, but it still should be ensured that it is running. In my case I ended up in a construct like this: ``` - name: copy config template: s...
closed
2024-11-20T12:26:02Z
2024-12-17T14:00:04Z
https://github.com/ansible/ansible/issues/84347
[ "module", "feature" ]
redeye86
4
allure-framework/allure-python
pytest
224
allure-behave misreporting suite results
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of any problems with Allure Jenkins plugin** please use the following repository . to create an issue: https://github.com/jenkinsci/allure-plugi...
closed
2018-05-15T12:10:01Z
2020-11-17T19:04:33Z
https://github.com/allure-framework/allure-python/issues/224
[]
KotieSmit
2
scikit-image/scikit-image
computer-vision
7,419
`morphology.skel` modifies input image
### Description: Run `skel` on a boolean mask. The mask is modified. ### Way to reproduce: _No response_ ### Version information: _No response_
open
2024-05-14T07:23:07Z
2024-11-11T02:39:23Z
https://github.com/scikit-image/scikit-image/issues/7419
[ ":sleeping: Dormant", ":bug: Bug" ]
stefanv
2
strawberry-graphql/strawberry
asyncio
3,265
strawberry.asdict doesn't recognize strawberry.UNSET
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug When a type has field with ...
open
2023-11-30T16:05:10Z
2025-03-20T15:56:29Z
https://github.com/strawberry-graphql/strawberry/issues/3265
[ "bug" ]
sanfilippopablo
0
BeanieODM/beanie
asyncio
672
[BUG] BaseFindComparisonOperator is untyped
**Describe the bug** Using any operator that subclasses `BaseFindComparisonOperator` results in a type error when `no-untyped-call` is enabled. **To Reproduce** ```python class Foo(Document): foo: str | None = None Foo.find(NE(Foo.foo, None)) # this raises a type error ``` **Expected behavior** `B...
open
2023-08-22T18:51:44Z
2024-10-03T11:41:38Z
https://github.com/BeanieODM/beanie/issues/672
[ "typing bug" ]
markedwards
3
numba/numba
numpy
9,852
Searching for CUDA libs: lib vs lib64?
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
closed
2024-12-16T20:16:44Z
2024-12-17T14:35:05Z
https://github.com/numba/numba/issues/9852
[ "more info needed" ]
arunoruto
5
hayabhay/frogbase
streamlit
4
Feature request.
Hey thanks for creating this… I have a question … do you have any plans for implementing speaker diarization as well. thank!
closed
2022-10-19T11:34:10Z
2023-02-05T23:49:14Z
https://github.com/hayabhay/frogbase/issues/4
[ "enhancement" ]
alan-ai-learner
2
desec-io/desec-stack
rest-api
362
Add Roadmap
- think about how to do it - think about what's on it - publish on web site
closed
2020-04-27T17:44:58Z
2024-10-07T17:06:38Z
https://github.com/desec-io/desec-stack/issues/362
[ "enhancement", "prio: high" ]
peterthomassen
1
KaiyangZhou/deep-person-reid
computer-vision
171
Doubt on the large performance improvement of appending FC after ResNet50
First, we would thank you for this awesome work. In the model zoo, resnet50 obtains Top1 87.9% and mAP 70.4% on Market1501. After appending FC after resnet50, resnet50_fc512 achieves Top1 90.8% and mAP 75.3%, which significantly outperforms resnet50. In my implementations, the two settings have similar performance. ...
closed
2019-05-08T02:29:04Z
2019-05-09T22:55:29Z
https://github.com/KaiyangZhou/deep-person-reid/issues/171
[]
WeilamChung
3
allure-framework/allure-python
pytest
248
Connect subprocess to allure adapter
#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at the top of this template. #### What is the current behavior? Now it is not possible to create allure steps from subprocess. #### What is the expected behavi...
closed
2018-06-11T14:36:19Z
2024-01-12T19:01:59Z
https://github.com/allure-framework/allure-python/issues/248
[ "theme:core", "type:enhancement" ]
maratori
1
STVIR/pysot
computer-vision
75
INSTALL.md的最后一步,找不到vcvarsall.bat
python setup.py build_ext --inplace运行部不了 报错如下: running build_ext building 'toolkit.utils.region' extension error: Unable to find vcvarsall.bat
closed
2019-06-26T06:43:35Z
2019-06-30T04:39:41Z
https://github.com/STVIR/pysot/issues/75
[]
StormArcher
1
tensorly/tensorly
numpy
86
question: how can I use tensorly for a vectorized input?
My input is a 30-dimensional variable. How can use tensorly to perform dimension reduction and reconstruct my input again? e.g., similar to PCA. thanks
closed
2018-12-06T21:23:24Z
2018-12-23T23:40:28Z
https://github.com/tensorly/tensorly/issues/86
[]
salimoha
3
miguelgrinberg/python-socketio
asyncio
176
Is it possible to subscribe to ANY event?
Hello! Is it possible to subscribe to ANY event? ```py sio = socketio.AsyncServer() sio.on("*", on_event) # subscribe to any event sio.on_any(on_event) # or something like that # handler for any events async def on_event(self, event, sid, data): # event - to distinguish event print("{} event wi...
closed
2018-04-04T07:59:50Z
2018-04-04T17:24:32Z
https://github.com/miguelgrinberg/python-socketio/issues/176
[]
akdasa
3
DistrictDataLabs/yellowbrick
matplotlib
906
User cannot set color for FrequencyVisualizer
**Describe the bug** The `FrequencyVisualizer` [takes a `color` parameter](https://github.com/DistrictDataLabs/yellowbrick/blob/develop/yellowbrick/text/freqdist.py#L129), but it doesn't actually know what to do with it! **To Reproduce** ```python from yellowbrick.text import FreqDistVisualizer from yellowbric...
closed
2019-07-02T22:22:48Z
2019-07-19T20:56:36Z
https://github.com/DistrictDataLabs/yellowbrick/issues/906
[ "type: bug" ]
rebeccabilbro
1
jmcnamara/XlsxWriter
pandas
880
Bug: insert image floats above the cell rather than being inserted into the cell
### Current behavior When I insert image with code similar to that above, no mater what object position method I use (1,2,3,4), the image resides atop the desired cell rather than within the desired cell. I can manually force the image to go within the desired cell by selecting the cell, clicking on the image and choo...
closed
2022-06-25T17:46:28Z
2023-04-16T20:45:10Z
https://github.com/jmcnamara/XlsxWriter/issues/880
[ "bug", "awaiting user feedback" ]
migai
4
seleniumbase/SeleniumBase
web-scraping
3,457
rosetta error: failed to open elf at /lib64/ld-linux-x86-64.so.2
I created a docker container for my selenium crawler and I am using x86 linux machine. There is no official chromedriver for x86 so I downloaded the one from electron. After running the basic selenium script i get this error, but the script still continues and works properly. I wanted to ask what is this error? ``` r...
closed
2025-01-27T20:31:17Z
2025-01-27T20:43:40Z
https://github.com/seleniumbase/SeleniumBase/issues/3457
[ "question", "external" ]
MaazBinMusa
1
python-visualization/folium
data-visualization
1,112
Feature request: dynamic style functions
If you have multiple features on a geojson file, it would be handy to keep the features as 'abstract' layers to select which style to be used. By 'abstract' here I mean that they're working on the same data. An example could be to highlight a set of polygons reflecting feature A in abstract layer 1, while it would h...
open
2019-03-25T01:23:37Z
2019-03-31T19:30:39Z
https://github.com/python-visualization/folium/issues/1112
[ "enhancement" ]
Trollgeir
3
Esri/arcgis-python-api
jupyter
1,743
FeatureLayerCollection.manager.create_view() does not correctly handle the view_layers parameter(?)
I am developing scripts to manage views in Online Portal. I use the create_view() method and give it a value for the view_layers parameter. ![image](https://github.com/Esri/arcgis-python-api/assets/24692437/98f33b5d-89aa-4241-8e3a-ef727e5d723c) It creates the view, but hits an error when I try to open the view in...
closed
2024-01-17T19:31:59Z
2024-05-13T10:13:25Z
https://github.com/Esri/arcgis-python-api/issues/1743
[ "bug" ]
avstjohn
3
fastapi-users/fastapi-users
asyncio
361
Pytest fails on Postgres and works on SQLite – AssertionError: DatabaseBackend is not running
I'm running into an issue with pytest. My test functions work on SQLite but fail on Postgres. Working pytest function, tested via SQLite: ```python def test_register(): response = client.post( "/auth/register", data=json.dumps({ "email": EMAIL_ADDRESS, ...
closed
2020-10-09T20:17:35Z
2020-10-13T06:30:07Z
https://github.com/fastapi-users/fastapi-users/issues/361
[ "question" ]
visini
3
JaidedAI/EasyOCR
pytorch
1,362
EasyOCR is not giving output and exiting before printing anything and also no error on console!!!!
When i run the code it just exiting halfway there not even giving output, please help me my system config: - Python 3.12.8 - windows 10 - i5 3gen - 8gb ram - 730 NVidia gpu - 256 SSD project structure: ![image](https://github.com/user-attachments/assets/3d104e51-f964-4f45-9917-0e7ebb5a0be1) input i...
open
2025-01-09T16:16:33Z
2025-02-28T01:42:55Z
https://github.com/JaidedAI/EasyOCR/issues/1362
[]
Ctmax-ui
10
vitalik/django-ninja
rest-api
908
403 Forbidden (CSRF token missing) when trying to use Django Auth
I'm trying to use Django Ninja with Django Authentication with a Vue frontend. I can log in, but I'm having issues with the CSRF token when I try to make a post request. I get a 403 Forbidden (CSRF token missing) error in the console. I'm not a very experienced programmer, so it's possible I'm doing something comple...
closed
2023-11-07T15:15:36Z
2023-11-08T15:16:51Z
https://github.com/vitalik/django-ninja/issues/908
[]
pzantoniak
5
indico/indico
flask
6,072
[A11Y] Semantic UI combo boxes are announced as alerts
**Describe the bug** When using a screen reader, the combo boxes are announced as alerts. **To Reproduce** Steps to reproduce the behavior: 1. Create a registration form that includes a country list and some other non-combo-box field (e.g., text field) 2. With a screen reader, select the combo box 3. Focus th...
open
2023-11-30T07:23:41Z
2023-11-30T07:23:41Z
https://github.com/indico/indico/issues/6072
[ "bug" ]
foxbunny
0
plotly/dash
data-science
2,368
[BUG] Pattern-Matching Callbacks `ALL` inconsistent order in dash 2.7.1
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.7.1 dash-core-components 2.0.0 dash-html-components 2.0.0 ``` **Describe the bug** In `Dash` 2.7.1, the...
closed
2022-12-18T11:40:54Z
2024-11-06T15:19:32Z
https://github.com/plotly/dash/issues/2368
[]
CNFeffery
1
alteryx/featuretools
data-science
1,851
Equal primitive evaluates incompatible input types
While calculating the feature matrix, the `Equal` primitive raises an error as a result of evaluating incompatible input types. I think the configured input types currently allow for any combination -- `[ColumnSchema(), ColumnSchema()]`. ### Example ```python import featuretools as ft import pandas as pd dat...
open
2022-01-19T21:37:18Z
2023-06-26T18:52:52Z
https://github.com/alteryx/featuretools/issues/1851
[]
jeff-hernandez
10
aws/aws-sdk-pandas
pandas
2,394
`s3.read_parquet` with `chunked=True` fails if one of the parquet files in the dataset is empty
### Describe the bug Using `s3.read_parquet(s3_path, dataset=True, chunked=True)` fails if one of the files in the dataset contains no rows: ``` Traceback (most recent call last): File "<snip>.py", line 395, in bar for chunk_df in wr.s3.read_parquet(s3_path, dataset=True, chunked=True): File "<snip>/lib/p...
closed
2023-07-15T16:42:44Z
2023-07-21T15:27:36Z
https://github.com/aws/aws-sdk-pandas/issues/2394
[ "bug" ]
markopy
3
PaddlePaddle/models
nlp
5,290
复现度量学习时,做微调再训练时,导入预训练模型报错
报错信息: ![SharedScreenshot](https://user-images.githubusercontent.com/44991938/111423061-aade3e80-872a-11eb-851c-114805e9312e.jpg) 没有微调时,训练生成的模型格式如下: ![SharedScreenshot1](https://user-images.githubusercontent.com/44991938/111423817-c9910500-872b-11eb-94e1-cb141d59af8c.jpg) 没有微调时,模型保存部分代码: ![t](https://user-images....
open
2021-03-17T06:22:35Z
2024-02-26T05:09:06Z
https://github.com/PaddlePaddle/models/issues/5290
[]
Hsoms
4
biolab/orange3
pandas
6,969
Data Table modifications
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> I think some of the phrasing and behaviour of Data Table could be improved. Since it is a very heavily used widget I think it...
open
2024-12-24T21:08:51Z
2025-01-10T16:52:55Z
https://github.com/biolab/orange3/issues/6969
[]
borondics
1
FujiwaraChoki/MoneyPrinter
automation
217
[BUG]
**Describe the bug** When running pip install requirements.txt in a new environment, I run into an issue with playsound, i tried installing it specifically running pip install git+https://github.com/[username]/playsound.git didnt work, and its saying that its not compatible with 3.11 **To Reproduce** Steps to re...
closed
2024-02-13T00:21:36Z
2024-02-13T09:36:09Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/217
[]
Drabs171
1
ageitgey/face_recognition
python
1,298
Use of "truncated" large model for face encoding
* face_recognition version: 1.3.0 * Python version: 3.92 * Operating System: Windows 10 64 ### Description I've tried to solve "masked" face recognition and identification. An idea was to compare only some parts of faces (eyes, brows, part of nose) using a truncated face landmarks set.. So, I defined a new dlib-c...
closed
2021-03-31T16:17:12Z
2021-05-04T19:32:42Z
https://github.com/ageitgey/face_recognition/issues/1298
[]
bohdansok
1
521xueweihan/HelloGitHub
python
2,273
【开源自荐】secretflow ,开放、通用的隐私计算框架
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/secretflow/ <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别:Python、C++等 ...
closed
2022-07-06T13:58:41Z
2022-07-20T11:44:06Z
https://github.com/521xueweihan/HelloGitHub/issues/2273
[]
yeshuchen323
1
dynaconf/dynaconf
flask
979
[bug] when using a validator with a default for nested data it parses value via toml twice
**Describe the bug** ```py from __future__ import annotations from dynaconf import Dynaconf from dynaconf import Validator settings = Dynaconf() settings.validators.register( Validator("group.something_new", default=5), ) settings.validators.validate() assert settings.group.test_list == ["1", "2"]...
closed
2023-08-16T17:05:12Z
2024-07-08T18:09:40Z
https://github.com/dynaconf/dynaconf/issues/979
[ "bug", "4.0-breaking-change" ]
rochacbruno
1
ahmedfgad/GeneticAlgorithmPython
numpy
24
fitness_func performance issue
The `fitness_func` method is called more then ones for each generation. This can be avoided using the previous calculated fitness instead calling again `fitness_func` or `cal_pop_fitness`. This issue is relevant if the fitness calculation is high demanding (like the final score of a videogame match).
closed
2021-01-03T13:23:45Z
2021-01-08T15:13:27Z
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/24
[ "enhancement" ]
NH-VII
3
public-apis/public-apis
api
3,920
crash in 1cbet
<iframe src="https://www.behance.net/embed/project/196427021?ilo0=1" height="316" width="404" allowfullscreen lazyload frameborder="0" allow="clipboard-write" refererPolicy="strict-origin-when-cross-origin"></iframe>
closed
2024-07-09T09:34:23Z
2024-07-09T14:19:08Z
https://github.com/public-apis/public-apis/issues/3920
[]
sarafifi96
0
deepfakes/faceswap
machine-learning
1,364
There are model on project?
Hello! Is there a pretrained model in project if then, Can I use it for commercial purpose? Thanks!
closed
2023-12-22T11:45:04Z
2023-12-23T05:24:25Z
https://github.com/deepfakes/faceswap/issues/1364
[]
DaeseungLee
2
ageitgey/face_recognition
python
1,564
ModuleNotFoundError: No module named 'face_recognition'
* face_recognition version:f ace-recognition 1.3.0 * Python version:python 3.8 * Operating System: MacOS M1 ### Description Traceback (most recent call last): File "/Users/chukwuebuka/web/project2/backend/my_flask.py", line 3, in <module> from face import recognize_faces File "/Users/chukwuebuka/w...
open
2024-05-10T10:01:10Z
2024-06-25T08:08:54Z
https://github.com/ageitgey/face_recognition/issues/1564
[]
Victorvikson1996
4
strawberry-graphql/strawberry-django
graphql
252
self referencing Parent relation has pagination if type has it
<!-- Provide a general summary of the bug in the title above. --> I have a category type: ```python @strawberry.django.type(models.Category, pagination=True) class Category: id: auto name: auto slug: auto parent: "Category" children: List["Category"] ``` The graphql then adds pagi...
closed
2023-05-02T09:58:51Z
2025-03-20T15:57:10Z
https://github.com/strawberry-graphql/strawberry-django/issues/252
[ "bug" ]
hvdklauw
8
AntonOsika/gpt-engineer
python
261
API key
I am receiving incorrect api key when i am certain its the right one. <img width="682" alt="Screenshot 2023-06-20 at 4 29 13 PM" src="https://github.com/AntonOsika/gpt-engineer/assets/59161624/321ae123-376f-469e-94fc-02eeb67b62f0">
closed
2023-06-20T20:31:06Z
2023-06-20T22:06:41Z
https://github.com/AntonOsika/gpt-engineer/issues/261
[]
kido321
2
wandb/wandb
data-science
8,806
[Bug-App]: Charts, media not showing on web
### Describe the bug I'm using `WANDB_MODE=ONLINE` but the project page is empty. No error messages from console. I'm using wandb version 0.18.1 and viewing from Chrome 130.0.6723.116. ![Image](https://github.com/user-attachments/assets/8dae7a8d-b836-475d-a63a-b5d6e4df59ad)
open
2024-11-07T22:25:40Z
2024-11-12T20:08:08Z
https://github.com/wandb/wandb/issues/8806
[ "ty:bug", "a:app" ]
ericchen321
4
miguelgrinberg/Flask-SocketIO
flask
1,542
Cannot access session[] from function with @socketio.on decorator.
I am trying to access session['user_id'] which i have defined in a function bypass() with @app.route decorator. When I call a different function that utilizes session['user_id'] from the function bypass(), everything works fine. But when attempt to call it from a function new_player_joined() with @socketio.on decorator...
closed
2021-05-06T15:58:14Z
2021-05-06T17:43:05Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1542
[ "question" ]
viktorstrand
1
automl/auto-sklearn
scikit-learn
1,215
_pickle.UnpicklingError: pickle data was truncated
## Describe the bug ## I was running autosklearn for a hour on the dataframe kin8nm with id: 189 downloaded from OpenML and then autosklearn stops with this exception **_pickle.UnpicklingError: pickle data was truncated** ## To Reproduce ## Steps to reproduce the behavior: 1. Download the dataframe 189 with the O...
closed
2021-08-10T16:04:48Z
2021-08-26T07:24:34Z
https://github.com/automl/auto-sklearn/issues/1215
[]
zuliani99
15
flairNLP/flair
pytorch
3,494
[Question]: ColumnCorpus taking forever to load large dataset
### Question I am building a sequence tagger that tags each character in the sentence. I have training data of a few million sentences resulting into ~1 billion training examples. Here one training example is one character with the corresponding label. I am instantiating ColumnCorpus like this: ``` corpus = Col...
closed
2024-07-07T22:43:04Z
2024-07-07T23:02:28Z
https://github.com/flairNLP/flair/issues/3494
[ "question" ]
pxb5080
0
matterport/Mask_RCNN
tensorflow
2,525
Urgent !! how to detect the edges
As seen in the images below, he can hardly detect the edges of the pictures. Since I turned all sides of the image while I was training, the accuracy is pretty low. how can i fix this. Do you have any advice for improving accuracy? Very important for my thesis please help thanks in advance <img width="353" alt=...
open
2021-04-05T17:12:34Z
2021-06-10T21:53:00Z
https://github.com/matterport/Mask_RCNN/issues/2525
[]
geomaticsbetul
1
LAION-AI/Open-Assistant
machine-learning
3,331
Both options pertaining to chat management are very nonfunctional
Not only are these functions, opt-out of training data and delete the chat completely, hidden behind other elements (not clickable at all) but they don't actually perform the functionality they depict if you delete the elements in front so that you can get to them - to click them. ![image](https://github.com/LAION-A...
closed
2023-06-08T22:23:54Z
2023-06-11T02:41:33Z
https://github.com/LAION-AI/Open-Assistant/issues/3331
[ "bug", "website", "inference" ]
Maxuvious
3
igorbenav/fastcrud
pydantic
50
Annotate related_object_count
**Is your feature request related to a problem? Please describe.** I can't find a way to annotate number of related objects using the fastcrud.get_multi(). This is a raw sqlalchemy query I have instead: [note m2m relationship in this specific case] ``` searches = await db.execute( select(Search, func.co...
open
2024-04-10T09:56:01Z
2024-05-06T13:25:56Z
https://github.com/igorbenav/fastcrud/issues/50
[ "enhancement", "FastCRUD Methods" ]
JakNowy
5
pyg-team/pytorch_geometric
deep-learning
8,882
Cannot load torchscript model in C++
Hi, I tried to use C++ to load a torchscript geometric model with the code "pytorch_geometric/examples/cpp", and have followed the provided instructions to install pytorch_scatter and pytorch_sparse. The program has been successfully compiled, but I encountered an issue when attempting to run ./hello-world using the...
closed
2024-02-08T04:11:29Z
2024-04-12T11:40:58Z
https://github.com/pyg-team/pytorch_geometric/issues/8882
[ "installation" ]
bybeye
4
modin-project/modin
data-science
7,287
Update Modin on Dask documentation.
closed
2024-05-24T16:41:21Z
2024-05-27T11:32:46Z
https://github.com/modin-project/modin/issues/7287
[]
Retribution98
0
Evil0ctal/Douyin_TikTok_Download_API
api
151
下载视频会被定向到douyin.wtf上
使用docker将项目部署到自己服务器后使用下载功能会被定向到douyin.wtf而不是部署服务器本身,如果手动将douyin.wtf替换为部署服务器地址则可正常下载 ***发生错误的平台?*** TikTok 如:抖音/TikTok ***发生错误的端点?*** Web APP 如:API-V1/API-V2/Web APP ***提交的输入值?*** https://www.douyin.com/discover?modal_id=7069543727328398622 如:短视频链接 ***是否有再次尝试?*** 是 如:是,发生错误后X时间后错误依旧存在。 ***你有查看本项目的...
closed
2023-02-08T13:45:27Z
2023-02-08T17:38:10Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/151
[ "BUG" ]
c-or
1
pydata/pandas-datareader
pandas
248
CLN: Enigma DataReader
Following https://github.com/pydata/pandas-datareader/pull/245 Some code cleanup is required see https://travis-ci.org/pydata/pandas-datareader/jobs/166965935 Pinging @trevorprater @gregorykremler @m1teyssier ``` $ flake8 --ignore E501 pandas_datareader pandas_datareader/base.py:4:1: F401 'datetime as dt' imported b...
closed
2016-10-12T07:13:45Z
2016-10-18T09:31:15Z
https://github.com/pydata/pandas-datareader/issues/248
[]
femtotrader
2
jadore801120/attention-is-all-you-need-pytorch
nlp
60
accuracy reduce during the training
Hi. I just follow the tutorial to train the model with the dataset given here. However, the accuracy is relatively high at epoch 0 and has a sharp decline after that. Does anybody meet the similar problem? Here is the record: [ Epoch 0 ] - (Training) ppl: 69.89619, accuracy: 48.127 %, elapse: 9.800 min ...
open
2018-08-30T06:23:38Z
2020-02-18T03:31:03Z
https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/60
[]
Sxx1995
9
getsentry/sentry
django
87,005
[User Feedback] When a screenshot is dropped due to attachment quota being consumed, add note on Feedback Details
Customer report where this could have saved them time troubleshooting: https://github.com/getsentry/sentry/discussions/60134#discussioncomment-12391006 The note should only appear when we know a screenshot was dropped due to attachment quota being consumed.
open
2025-03-13T17:15:38Z
2025-03-13T17:16:39Z
https://github.com/getsentry/sentry/issues/87005
[]
jas-kas
0
betodealmeida/shillelagh
sqlalchemy
144
Add `[obsoletes]` to setup
See https://github.com/googleapis/python-bigquery-sqlalchemy/blob/ac25c4c70767ca85ce5934136b4d074e8ae2ed89/setup.py#L99 We should add a line saying that this replaces `gsheetsdb` (https://pypi.org/project/gsheetsdb/).
closed
2021-10-06T00:17:19Z
2022-07-21T22:11:38Z
https://github.com/betodealmeida/shillelagh/issues/144
[ "help wanted", "good first issue" ]
betodealmeida
0
miguelgrinberg/microblog
flask
245
Cannot import name 'flask' from 'flask' SOLVED
``` File "C:\Users\Username\JustPys\flask\application.py", line 1, in <module> from flask import flask ImportError: cannot import name 'flask' from 'flask' (c:\users\Username\appdata\local\programs\python\python38\lib\site-packages\flask\__init__.py) `` Problem solved with editing my python file. In the Flas...
closed
2020-06-28T20:51:47Z
2023-02-05T12:42:43Z
https://github.com/miguelgrinberg/microblog/issues/245
[ "question" ]
boarity
5
lorien/grab
web-scraping
103
UploadFile/UploadContent does not working in 0.6
1) Process UploadFile/UploadContent objects before passing data to the normalize_http_values function 2) Write integration tests that check that file uploading feature is working
closed
2015-04-08T04:58:43Z
2015-04-10T12:18:41Z
https://github.com/lorien/grab/issues/103
[]
lorien
1
donnemartin/system-design-primer
python
134
Request: Adding average time-to-read with each topic/task will help in planing
Mentioning a rough / average time-to-read a particular topic may help future readers plan their progress in a little better way, especially when they have an upcoming interview.
open
2018-02-19T21:53:35Z
2018-09-18T02:42:34Z
https://github.com/donnemartin/system-design-primer/issues/134
[ "feature-request" ]
usmanajmal
2
sktime/sktime
data-science
7,617
[ENH] rework `ForecastingHorizon`
For 1.0, we should aim to rework `ForecastingHorizon`. The too strong coupling to `pandas.Index`, and especially to `freq` of the index, has repeatedly led to problems and bugs around breaking changes in `pandas` and their handling of frequencies. The redesign will likely require a STEP, as the `ForecastingHorizo...
open
2025-01-07T09:26:28Z
2025-01-08T12:22:14Z
https://github.com/sktime/sktime/issues/7617
[ "API design", "module:forecasting", "enhancement" ]
fkiraly
4
kynan/nbstripout
jupyter
4
Add tests
Some simple unit tests to make sure we don't accidentally break stuff.
closed
2016-01-24T20:59:47Z
2017-01-25T21:52:42Z
https://github.com/kynan/nbstripout/issues/4
[ "type:enhancement", "type:tests", "resolution:fixed" ]
kynan
9
ydataai/ydata-profiling
data-science
1,591
request for consistent tag formatting
### Current Behaviour When you publish new versions or create new tags for this repository, could you please adhere to a consistent format? something like vx.y.z is fine. This would help me a lot. Thank you. ### Expected Behaviour tag looks like vx.y.z, eg. v4.8.3 ### Data Description none ### Code that reproduce...
closed
2024-05-09T00:42:33Z
2024-06-07T17:34:02Z
https://github.com/ydataai/ydata-profiling/issues/1591
[ "information requested ❔" ]
hubutui
3
pydantic/pydantic
pydantic
10,504
pydantic.validate_call has different behavior when type hint union has typing.Iterable
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description In the below code, both functions should return the same value. The only difference is where in the union the typing.Iterable type hint resides. The code works when it's the first type in the union but fails when it's the last. My wild ...
open
2024-09-27T14:20:33Z
2024-09-30T13:56:35Z
https://github.com/pydantic/pydantic/issues/10504
[ "bug V2", "pending" ]
hb2638
4
onnx/onnxmltools
scikit-learn
300
Unsupported shape calculation for operator nonMaximumSuppression
Hi everyone, I'm trying to convert a mlmodel, which was created with turicreate Object Detection, to onnx. Unfortunately, I get the below issue: `Unsupported shape calculation for operator nonMaximumSuppression`
open
2019-05-22T16:27:46Z
2020-04-06T22:09:10Z
https://github.com/onnx/onnxmltools/issues/300
[]
kesslerd
4
MaartenGr/BERTopic
nlp
2,274
Set up pre-commit hook(s)
### Feature request This is not a feature request for BERTopic itself, but for the build and CI setup. I would like to propose to add a `.pre-commit-config.yaml` and use `ruff` via the pre-commit hook. We did this for `KeyBERT` already last year, see: - https://github.com/MaartenGr/KeyBERT/blob/master/.pre-commit-c...
closed
2025-01-26T10:24:52Z
2025-03-10T12:45:49Z
https://github.com/MaartenGr/BERTopic/issues/2274
[]
afuetterer
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
737
synthesizer Training
if I would like to train the synthesizer from scratch can i train the model with both the datasets libritts and librispeech or can i fine tune the pretrained model on librispeech with libritts dataset and if i can not and i should pick up one of them , which one is better to use so that i can avoid gap problem and get ...
closed
2021-04-15T05:26:01Z
2021-04-20T02:41:57Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/737
[]
mennatallah644
1
pallets/flask
python
5,174
Seemingly Flask "cached" HTML page never loads updated version -- not using Flask Cache (or any cache)
I've got an HTML file being served from Flask as an iframe that is set to reload every 3 seconds. This is because I modify the file externally to Flask, but from the same python file that initiates Flask. I had what I thought was a great working program. I've finally squashed every bug and undesired function in my code...
closed
2023-06-27T02:27:28Z
2023-07-12T00:06:30Z
https://github.com/pallets/flask/issues/5174
[]
ghost
0
nolar/kopf
asyncio
1,022
on.validate not triggered when updating a CR
### Keywords Admission control validate ### Problem I'm looking to implement a validation on the spec for a custom CR, when I run the operator locally on startup the validate handler is hit, but it doesn't look like it goes in to the defined function, but also once the operator loops through all of the specified obj...
closed
2023-04-05T14:55:50Z
2023-04-13T12:49:08Z
https://github.com/nolar/kopf/issues/1022
[ "question" ]
cannibalisticcow
1
qwj/python-proxy
asyncio
85
Any plan to support wireguard?
🥇
closed
2020-08-05T09:06:18Z
2021-02-14T10:10:27Z
https://github.com/qwj/python-proxy/issues/85
[]
txdywy
1
deezer/spleeter
tensorflow
844
[Discussion] FileNotFoundError during training, I cannot track it down. What am I doing wrong
I am retraining spleeter on a different dataset, structured like the MusDB dataset. Below you can find my json config file, a screenshot of the first couple of rows of the train.csv (similar in content to the val.csv and test.csv) and a screenshot of the terminal output. I have looked though __main__ and dataset, but c...
closed
2023-05-01T11:49:15Z
2023-05-03T18:52:57Z
https://github.com/deezer/spleeter/issues/844
[ "question" ]
rikdijkstra
1
dsdanielpark/Bard-API
nlp
63
Error when trying to execute the C# translation code
There are so many errors, when you try to execute the translated code in c#. It will display Many errors, once you run the code as it is. From the missing variables to the regex expression and the bad request error.
closed
2023-06-17T13:39:12Z
2023-06-20T03:37:11Z
https://github.com/dsdanielpark/Bard-API/issues/63
[]
SalimLouDev
0
microsoft/nni
deep-learning
4,905
aten::upsample_nearest2d is not Supported!
**Describe the issue**: [2022-06-01 15:25:48] INFO (FixMaskConflict/MainThread) dim0 sparsity: 0.794792 [2022-06-01 15:25:48] INFO (FixMaskConflict/MainThread) dim1 sparsity: 0.000000 [2022-06-01 15:25:48] INFO (FixMaskConflict/MainThread) Dectected conv prune dim" 0 [2022-06-01 15:25:49] INFO (nni.compression.pyto...
closed
2022-06-01T07:30:43Z
2022-06-10T09:24:59Z
https://github.com/microsoft/nni/issues/4905
[]
TomatoBoy90
2
sqlalchemy/sqlalchemy
sqlalchemy
11,557
Table reflection on old oracle 10.2 (best_effort) errors due to missing check
### Describe the bug On an old Oracle 10.2 database I was trying to use reflection using the code below and I got an error due to a missing check on the oracle dialect. Since it's a best effort support, I hope I can submit and get the PR #11558 reviewed and merged for this issue. In summary: The oracle dial...
closed
2024-07-02T05:14:00Z
2024-07-05T14:24:21Z
https://github.com/sqlalchemy/sqlalchemy/issues/11557
[ "bug", "oracle", "reflection" ]
zeehio
5
mage-ai/mage-ai
data-science
5,605
CVE-2024-45189
https://nvd.nist.gov/vuln/detail/CVE-2024-45189 From NVD: "Mage AI allows remote users with the "Viewer" role to leak arbitrary files from the Mage server due to a path traversal in the "Git Content" request"
open
2024-12-04T19:00:58Z
2025-01-08T06:01:31Z
https://github.com/mage-ai/mage-ai/issues/5605
[]
ajcasarez
2
tflearn/tflearn
tensorflow
282
How to cite TFLearn?
Hi TFlearn Team, Could you tell me how to cite TFlern library with bibtex or just mention using it in the literature? Best, Rui
closed
2016-08-15T16:58:20Z
2016-08-16T09:25:29Z
https://github.com/tflearn/tflearn/issues/282
[]
ruizhaogit
2
KevinMusgrave/pytorch-metric-learning
computer-vision
18
NUMPY_RANDOM_STATE breaks reproducibility
Hi! This line... https://github.com/KevinMusgrave/pytorch-metric-learning/blob/28d640ffc080044c76e736a1d8836a8ccb55fd65/pytorch_metric_learning/utils/common_functions.py#L9 breaks the effect of the following conventional approach... ```python np.random.seed(my_seed) ``` ... and forces users to do the following i...
closed
2020-02-27T12:14:26Z
2020-03-01T00:50:28Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/18
[ "enhancement" ]
Yura52
4
nltk/nltk
nlp
3,212
Dispersion Plot was not populating in correct order on Y axis. I have corrected that order. Please use the below code in dispersion.py file.
# Natural Language Toolkit: Dispersion Plots # # Copyright (C) 2001-2023 NLTK Project # Author: Steven Bird <stevenbird1@gmail.com> # URL: <https://www.nltk.org/> # For license information, see LICENSE.TXT """ A utility for displaying lexical dispersion. """ def dispersion_plot(text, words, ignore_case=F...
closed
2023-12-10T09:57:27Z
2024-03-05T23:19:20Z
https://github.com/nltk/nltk/issues/3212
[]
DS3006
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
904
[FEATURE]: Top Applicant filter
### Feature summary Add "Top Applicant" filter for automatic applications. ### Feature description AIHawk is an amazing tool that greatly simplifies the job application process. A suggested enhancement would be the addition of a "Top Applicant" filter, allowing users to focus on job postings where they are marked as...
closed
2024-11-21T18:03:31Z
2025-01-22T22:47:30Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/904
[ "enhancement" ]
leonardoeng13
0
Anjok07/ultimatevocalremovergui
pytorch
716
error
Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: AssertionError: "" Traceback Error: " File "UVR.py", line 4716, in process_start File "separate.py", line 475, in seperate File "separate.py", line 619, in d...
open
2023-08-03T16:51:08Z
2023-08-03T16:51:08Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/716
[]
qwer111124
0
yihong0618/running_page
data-visualization
60
调研,mapbox修改开源协议,是否对项目有影响。
closed
2020-12-12T00:30:43Z
2020-12-18T00:23:54Z
https://github.com/yihong0618/running_page/issues/60
[]
yihong0618
1
collerek/ormar
sqlalchemy
1,294
Allow tables without primary key
Primary keys are not required for Relational Table definition and are especially useless for join tables. Currently if you try to define a model without a primary key you get: ``` /lib/python3.10/site-packages/ormar/models/helpers/sqlalchemy.py", line 250, in populate_config_tablename_columns_and_pk raise orma...
open
2024-04-27T13:25:54Z
2024-04-27T13:25:54Z
https://github.com/collerek/ormar/issues/1294
[ "enhancement" ]
slavovthinks
0
albumentations-team/albumentations
deep-learning
1,569
[tech debt] Move in website to the repo
We need to be sure that the docs are compiled when we update the repo. Doing it in separate repositories is a pain. In this case, a mono repo could be better.
closed
2024-03-08T01:18:23Z
2024-10-31T02:24:05Z
https://github.com/albumentations-team/albumentations/issues/1569
[ "Tech debt" ]
ternaus
4
faif/python-patterns
python
399
Issue with the specification pattern
Inside the `patterns/behavior/specification.py` file, the class `CompositeSpecification` has a missing attribute in the function `not_specification` named `candidate`
closed
2022-08-05T08:52:11Z
2022-10-21T18:51:46Z
https://github.com/faif/python-patterns/issues/399
[ "enhancement" ]
LuMiSxh
0
graphql-python/graphene-django
django
1,389
InputObjectType causing encoding issues with JSONField
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** I have an `InputObjectType` with multiple fields and receive it in my `mutation` as a param. But it throws [Object of type proxy is not JSON seri...
open
2023-02-15T08:54:39Z
2023-02-15T08:54:39Z
https://github.com/graphql-python/graphene-django/issues/1389
[ "🐛bug" ]
adilhussain540
0