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
modelscope/data-juicer
streamlit
218
3sigma在alphanumeric_filter中是如何计算的?
### Before Asking 在提问之前 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。 - [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分...
closed
2024-02-23T08:05:00Z
2024-03-24T09:32:03Z
https://github.com/modelscope/data-juicer/issues/218
[ "question", "stale-issue" ]
echo-valor
3
sunscrapers/djoser
rest-api
63
Move documentation to Read the Docs
closed
2015-07-19T16:53:36Z
2023-04-15T13:50:42Z
https://github.com/sunscrapers/djoser/issues/63
[ "enhancement" ]
haxoza
4
ploomber/ploomber
jupyter
935
adding interactivity to documentation examples
I came across [thebe](https://github.com/executablebooks/thebe), a project that allows to create runnable code snippets in HTML documents. We can use this to allow visitors to our documentation to run ploomber examples. It isn't clear yet which are good use cases, since ploomber is a framework to build projects (multip...
closed
2022-07-23T03:49:15Z
2022-08-29T19:30:37Z
https://github.com/ploomber/ploomber/issues/935
[ "documentation" ]
edublancas
1
ultralytics/yolov5
pytorch
13,273
Installation on Windows 7 32 bits
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, may I know is yolov5 able to install on windows 7 32 bits? ### Additional _No respo...
open
2024-08-23T03:12:47Z
2024-08-23T18:28:27Z
https://github.com/ultralytics/yolov5/issues/13273
[ "question" ]
KnightInsight
3
ets-labs/python-dependency-injector
flask
797
Package level decoupling with FastAPI
version: 4.41.0 fastapi version: 0.110.2 In the project I developed with Fastapi, I want to use di as decoupled example at the package level. I have OwnerContainer in owner package and i have ApplicationContainer in top level main package. ``` class OwnerContainer(containers.DeclarativeContainer): db_s...
open
2024-05-01T20:03:41Z
2024-09-17T08:33:18Z
https://github.com/ets-labs/python-dependency-injector/issues/797
[]
ilterisYucel
7
sigmavirus24/github3.py
rest-api
376
Switch to using descriptors
See https://www.youtube.com/watch?v=h2-WPwGnHqE We should probably determine if this is worth it based on performance. The descriptor I'm thinking of would be something like ``` py class Repository(...): owner = GitHubDescriptor('owner', convert_to=github3.users.User) name = GitHubDescriptor('name') # ......
closed
2015-04-26T18:25:40Z
2018-03-22T02:49:10Z
https://github.com/sigmavirus24/github3.py/issues/376
[ "Request For Comments", "Needs More Info" ]
sigmavirus24
1
Python3WebSpider/ProxyPool
flask
91
redis.exceptions.RedisError: ZADD requires an equal number of values and scores
redis版本 3.4 是环境问题吗
closed
2020-09-01T03:23:37Z
2021-03-14T18:44:37Z
https://github.com/Python3WebSpider/ProxyPool/issues/91
[]
qqliunian2001
1
iperov/DeepFaceLab
machine-learning
5,564
Effect of learning rate and batch size on training time
@iperov First of all thanks for this amazing repo. I have been working around this project for a while, and running my experiments on A6000 GPU, which supports maximum of 64 batch size. I want to decease the training time for RTM models. I did some experiments but the results are not that good. I had doubts regarding:...
open
2022-09-19T14:41:50Z
2023-06-08T23:19:05Z
https://github.com/iperov/DeepFaceLab/issues/5564
[]
Shivank1006
1
scikit-learn-contrib/metric-learn
scikit-learn
140
Fix some PEP8 errors
PR #139 may introduce some PEP8 erros, that we should fix. The goal here is not to fix all PEP8 errors of the package to avoid overwriting a lot the history, but just PEP8 errors from the merge.
closed
2019-01-02T13:20:19Z
2019-09-03T07:54:55Z
https://github.com/scikit-learn-contrib/metric-learn/issues/140
[]
wdevazelhes
1
blacklanternsecurity/bbot
automation
2,257
Consider using ansible-core instead of ansible to reduce install size significantly
Trying to include `bbot` in my Docker image, I noticed the primal size factor was the Ansible installation, a.k.a the `ansible` package: ![Image](https://github.com/user-attachments/assets/81b91f23-eeb6-4e04-a727-25f17f968f6c) ![Image](https://github.com/user-attachments/assets/c1fc5ca4-2ef7-43b9-9e74-247d65fc0271) I'...
open
2025-02-07T09:52:38Z
2025-02-10T20:21:09Z
https://github.com/blacklanternsecurity/bbot/issues/2257
[ "enhancement" ]
ocervell
0
robotframework/robotframework
automation
4,663
`BuiltIn.Log` documentation contains a defect
This is rather a typo more than a bug, but in the very last line of docstring for `BuiltIn.Log` Keyword, there is an annotation that one can choose between `type` and `log` formatter options. Looking at `_get_formatter` method ( [HERE](https://github.com/robotframework/robotframework/blob/572f1e412a14c125e2098ce79e37...
closed
2023-02-22T07:05:14Z
2023-03-15T12:51:53Z
https://github.com/robotframework/robotframework/issues/4663
[ "bug", "priority: low", "alpha 1", "effort: small" ]
alagierx
1
akanz1/klib
data-visualization
243
switch to UV for venv and dependency management
closed
2024-07-28T13:17:41Z
2024-10-12T12:49:58Z
https://github.com/akanz1/klib/issues/243
[ "enhancement" ]
akanz1
0
microsoft/nni
deep-learning
5,648
no module named nni.algorithms.compression
**Describe the issue**: from nni.algorithms.compression.v2.pytorch import TorchEvaluator gives an import error: no module named nni.algorithms.compression I have nni 999.dev0 version installed on my jetson orin **Environment**: - NNI version: 999.dev0
open
2023-07-20T15:51:02Z
2023-08-11T06:57:02Z
https://github.com/microsoft/nni/issues/5648
[]
ankitknitj
2
seleniumbase/SeleniumBase
web-scraping
2,570
"PermissionError: [Errno 13] Permission denied" while trying to patch uc_driver
``` Downloading chromedriver-win64.zip from: https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.94/win64/chromedriver-win64.zip ... Download Complete! Extracting ['chromedriver.exe'] from chromedriver-win64.zip ... [ERROR] Error al guardar captura de pantalla [ERROR] Error desconocido durante l...
closed
2024-03-06T21:39:30Z
2024-03-06T22:50:14Z
https://github.com/seleniumbase/SeleniumBase/issues/2570
[ "duplicate", "UC Mode / CDP Mode" ]
boludoz
5
NullArray/AutoSploit
automation
374
Unhandled Exception (4557004b7)
Autosploit version: `3.0` OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/root/Zof/Tools/AutoSploit/autosploit/main.py", line 113, in mai...
closed
2019-01-18T10:22:17Z
2019-04-18T17:32:00Z
https://github.com/NullArray/AutoSploit/issues/374
[]
AutosploitReporter
0
OpenGeoscience/geonotebook
jupyter
150
Displaying Vector Data
This isn't really an issue, but how would I display a series of X,Y coordinates of points? Would it be possible to add a pop up window to the display? The docs go into depth about displaying raster data but don't really cover vector data: `from geonotebook.wrappers import RasterData rd = RasterData('file:///pa...
open
2017-10-12T14:29:53Z
2017-11-01T23:47:43Z
https://github.com/OpenGeoscience/geonotebook/issues/150
[]
ghost
11
JaidedAI/EasyOCR
machine-learning
1,106
My_first_lang is only compatible with English???
--------mycode: reader = Reader(['en'],recog_network='my_first_lang',model_storage_directory=basepath+'/model',user_network_directory=basepath+'/user_network'); --------file: ![图片](https://github.com/JaidedAI/EasyOCR/assets/42331506/17b46c19-3f81-45b2-b708-c85a7606caa2)
open
2023-08-07T13:26:50Z
2023-09-25T22:12:50Z
https://github.com/JaidedAI/EasyOCR/issues/1106
[]
xiayuer0114
1
kornia/kornia
computer-vision
2,250
Add calibration from vanishing points
## 🚀 Feature Now, when we have SOLD2 detector, we can play with lines. What would be required to get VP camera calibration? 1) VP-RANSAC. Or we can accept 3rd party input for the beginning 2) estimation of camera intrinsics from 3 vanishing points (straightforward) Example of code: https://github.com/towards...
open
2023-03-02T14:45:34Z
2023-03-02T14:51:22Z
https://github.com/kornia/kornia/issues/2250
[ "help wanted" ]
ducha-aiki
0
errbotio/errbot
automation
1,092
Hipchat backend frequently hits the rate-limit
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [x] Reporting a bug * [ ] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version:...
closed
2017-08-28T22:17:30Z
2019-01-05T16:31:53Z
https://github.com/errbotio/errbot/issues/1092
[]
cryptk
6
flasgger/flasgger
flask
357
Data Validation not taking place with uiversion 3 and openAPI 3.0.1
I'm working on simultaneously refactoring and converting an old project from Swagger 2 to the new openAPI 3. The swagger doc renders fine, but if I attempt to make any requests with intentionally malformed content the validation errors are no longer thrown and all requests seems to successfully go through. It seems wit...
closed
2020-01-22T21:47:37Z
2021-11-23T10:58:05Z
https://github.com/flasgger/flasgger/issues/357
[]
caffeinatedMike
2
microsoft/unilm
nlp
1,157
BEIT-2: why use ViT-B instead of ViT-L
**Describe** Model I am using BEIT-2: I read in the paper that all versions of tokenizer using ViT-B. I'm curious if you have tried training with ViT-L? Is it possible to get a better tokenizer?
closed
2023-06-27T09:43:45Z
2023-06-27T13:25:14Z
https://github.com/microsoft/unilm/issues/1157
[]
yzy-thu
2
kymatio/kymatio
numpy
301
I want to use the wavelet scattering to fusion image, but I don't know how can I inverse transformation after fusion
I want to use the wavelet scattering to fusion image, but I don't know how can I inverse transformation after fusion @
closed
2019-01-16T06:38:02Z
2019-01-22T21:37:34Z
https://github.com/kymatio/kymatio/issues/301
[ "question" ]
strawberry1996
15
JaidedAI/EasyOCR
deep-learning
1,378
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
Filtering the images containing characters which are not in opt.character Filtering the images whose label is longer than opt.batch_max_length -------------------------------------------------------------------------------- dataset_root: all_data opt.select_data: ['all_data'] opt.batch_ratio: ['1'] --------------------...
open
2025-02-19T10:06:04Z
2025-02-19T10:06:04Z
https://github.com/JaidedAI/EasyOCR/issues/1378
[]
MengFoong
0
marshmallow-code/marshmallow-sqlalchemy
sqlalchemy
98
Add ability to disable relationships
The include_fk option is really nice when producing flat serializations (non-nested). However, there's the issue of the foreign keys showing up twice: once as the proper foreign key name, and once as the relationship from the sqlalchemy model. Please add either another option to exclude relationships or to have the ...
closed
2016-11-02T18:30:23Z
2021-06-13T23:43:38Z
https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/98
[]
dusktreader
11
biolab/orange3
data-visualization
6,023
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Orange3.app
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2022-06-14T01:29:10Z
2022-10-05T08:22:11Z
https://github.com/biolab/orange3/issues/6023
[ "bug report" ]
sugizo
4
huggingface/datasets
numpy
6,554
Parquet exports are used even if revision is passed
We should not used Parquet exports if `revision` is passed. I think this is a regression.
closed
2024-01-03T11:32:26Z
2024-02-02T10:35:29Z
https://github.com/huggingface/datasets/issues/6554
[ "bug" ]
albertvillanova
1
tqdm/tqdm
pandas
1,468
When using pdsh, the tqdm progress bar cannot be displayed normally
- [x] I have marked all applicable categories: + [x] exception-raising bug + [x] visual output bug - [x] I have visited the [source website], and in particular read the [known issues] - [x] I have searched through the [issue tracker] for duplicates - [x] I have mentioned version numbers, operating syste...
open
2023-04-16T04:44:45Z
2023-04-16T04:45:30Z
https://github.com/tqdm/tqdm/issues/1468
[]
yrqUni
0
benbusby/whoogle-search
flask
1,188
[QUESTION] Docker problems after recent update.
I am sure that this is likely something that I have caused, but I noticed this problem started happening after the 9.0 update release under docker. I have re-downloaded the docker-compose-traefik.yaml and and env files and added settings to make letsencrypt use dns challenge. It worked flawlessly until 9.0 and now it g...
open
2024-10-17T03:06:43Z
2024-10-17T03:22:31Z
https://github.com/benbusby/whoogle-search/issues/1188
[ "question" ]
MaverickTN
0
serpapi/google-search-results-python
web-scraping
15
{'error':'We couldn't find your API Key.'}
`from serpapi.google_search_results import GoogleSearchResults client = GoogleSearchResults({"q": "coffee", "serp_api_key": "************************"}) result = client.get_dict()` I tried giving my API key from serpstack. Yet I am left with this error. Any help could be much useful.
closed
2020-04-20T18:45:05Z
2020-06-30T13:46:52Z
https://github.com/serpapi/google-search-results-python/issues/15
[]
rokintech
2
sqlalchemy/sqlalchemy
sqlalchemy
10,969
Add type annotation to the Unicode class.
### Ensure stubs packages are not installed - [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2) ### Verify if the api is typed - [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should ...
closed
2024-02-06T02:28:11Z
2024-02-07T06:39:55Z
https://github.com/sqlalchemy/sqlalchemy/issues/10969
[ "PRs (with tests!) welcome", "typing" ]
jenstroeger
2
cvat-ai/cvat
tensorflow
8,400
Attribute-annotation, shortcut key 9 not working anymore
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce Using the Attribute annotation mode with a lot of attributes (e.g. using keys 0-9), updating the attribute works perfectly ...
closed
2024-09-04T19:49:38Z
2024-09-09T08:30:55Z
https://github.com/cvat-ai/cvat/issues/8400
[ "bug" ]
Casper-lu
5
pallets/flask
flask
5,381
Session data is not untagged properly when using other JSON providers
Providers such as `orjson` and `ujson` do not implement `object_hook`. The "tagged JSON" scheme used to encode types for session data currently calls `loads(data, object_hook=...)`, so providers that ignore that option return the data still tagged. Untagging needs to be implemented without using `object_hook`.
closed
2024-01-15T15:38:32Z
2024-01-30T00:05:37Z
https://github.com/pallets/flask/issues/5381
[]
davidism
0
wkentaro/labelme
computer-vision
1,246
无法使用labelme_json_to_dataset
### Provide environment information python3.11 pip list labelme 5.1.1 labelme 5.1.1 lazy_loader 0.1 matplotlib 3.7.1 natsort 8.3.1 networkx 3.0 numpy 1.24.2 opencv-python 4.7.0.72 packaging 23.0 Pillow 9.4.0 pip 23.0.1 pluggy ...
open
2023-03-18T05:33:22Z
2023-03-18T05:33:22Z
https://github.com/wkentaro/labelme/issues/1246
[ "issue::bug" ]
wwmwmwm
0
flairNLP/flair
pytorch
3,513
[Bug]: Can't load older models using Byte-Pair embeddings since flair 0.14
### Describe the bug This commit https://github.com/flairNLP/flair/commit/f1a4d963f8b6851dbfb7397495f015e9363738b6 causes an error when trying to load a model using byte-pair embeddings trained with older flair versions. ### To Reproduce ```python from flair.models import SequenceTagger model = SequenceTagger.load(...
closed
2024-07-26T10:08:41Z
2024-07-30T09:44:10Z
https://github.com/flairNLP/flair/issues/3513
[ "bug" ]
mauryaland
1
python-security/pyt
flask
68
Add pre-commit hooks, whatever you like
closed
2017-11-12T03:42:12Z
2018-03-23T17:38:14Z
https://github.com/python-security/pyt/issues/68
[ "enhancement", "good first issue" ]
KevinHock
8
marcomusy/vedo
numpy
982
how to adjust the font in legend?
I add legend to my window, and the code is: ``` planes = [] for p in ps: planes.append(vedo.Plane(...).legend(...)) lb = vedo.LegendBox(planes, font='Bongas') vedo.show(planes, lb) ``` And the result is: ![image](https://github.com/marcomusy/vedo/assets/29271051/daa525fd-7b09-46f8-b183-efe9c7e1...
open
2023-11-22T03:47:10Z
2023-11-22T13:29:30Z
https://github.com/marcomusy/vedo/issues/982
[]
zhang-qiang-github
1
seleniumbase/SeleniumBase
web-scraping
3,547
Example not working with custom URLs
I am trying to apply the example https://github.com/seleniumbase/SeleniumBase/issues/3535#issuecomment-2667506520 by slightly changing the code to sequentially analyze a list of specific URLs. This works: ``` from seleniumbase import SB urls = { "https://www.repubblica.it/": "h2.entry__title", "https://www.co...
closed
2025-02-20T15:08:40Z
2025-02-20T17:24:52Z
https://github.com/seleniumbase/SeleniumBase/issues/3547
[ "invalid usage", "UC Mode / CDP Mode" ]
matteocacciola
1
jupyter-book/jupyter-book
jupyter
1,715
Remove any sidebar content from the generated PDF
### Describe the bug **context** When I do create a standalone PDF I unfortunately still see the sidebar left. I used some of the in other issues recommended css to get rid of it but had no success. ![image](https://user-images.githubusercontent.com/21954664/165524540-f5fb59be-b602-4a6c-bcf5-3a0057626223.png) ...
open
2022-04-27T13:08:07Z
2022-04-29T03:34:46Z
https://github.com/jupyter-book/jupyter-book/issues/1715
[ "bug", ":label: pdfhtml" ]
Zethson
1
piccolo-orm/piccolo
fastapi
171
Insert & get
Is there any way to do an INSERT and subsequent SELECT of the inserted object w/o a second SELECT query? It look like INSERT returns the PK, but there's no way to add additional columns, change the cardinality, etc.
closed
2021-08-20T05:40:38Z
2022-07-18T22:48:58Z
https://github.com/piccolo-orm/piccolo/issues/171
[ "enhancement" ]
adriangb
2
sqlalchemy/sqlalchemy
sqlalchemy
11,811
Float, Numeric primary key column has autoincrement set to true
### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/11810 <div type='discussions-op-text'> <sup>Originally posted by **bgiebl** August 30, 2024</sup> ## Summary sqlalchemy compiles a primary key FLOAT column to SERIAL by using a postgres database. This behaviour happens only when there are no...
closed
2024-08-30T16:15:14Z
2024-11-12T18:46:18Z
https://github.com/sqlalchemy/sqlalchemy/issues/11811
[ "bug", "schema", "datatypes" ]
CaselIT
7
pallets/quart
asyncio
203
send_file taking bytes to send as-is
Simple enhancement request so one does not need to wrap in `io.Bytes()`... (_as I keep forgetting)_ As per https://quart.palletsprojects.com/en/latest/reference/source/quart.helpers.html#quart.helpers.send_file, the current acceptance of `bytes` as valid type for `filename_io` is misleading as a filename would alway...
closed
2022-10-27T15:44:03Z
2023-10-01T00:20:46Z
https://github.com/pallets/quart/issues/203
[]
yan-hic
1
gradio-app/gradio
deep-learning
10,320
Option "editable" in gr.Chatbot could only work for the first message in a group of consecutive messages.
### Describe the bug Option "editable" in gr.Chatbot could only work for the first message in a group of consecutive messages. ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction ```python import gradio as gr examples = [ {"role": "user", "content...
open
2025-01-09T03:44:13Z
2025-03-22T11:57:33Z
https://github.com/gradio-app/gradio/issues/10320
[ "bug" ]
tankgit
1
aio-libs/aiopg
sqlalchemy
3
Add docstrings to public functions
closed
2014-04-04T19:05:25Z
2014-06-16T16:56:49Z
https://github.com/aio-libs/aiopg/issues/3
[]
asvetlov
1
biolab/orange3
numpy
6,646
Add GESD to outliers
Please add support for Generalized ESD, a robust and powerful unsupervised algorithm for identification of outliers. This algorithm is easy to understand but seemingly underused because few tools make it readily available.
closed
2023-11-20T15:49:56Z
2023-12-12T23:15:25Z
https://github.com/biolab/orange3/issues/6646
[]
belg4mit
2
davidsandberg/facenet
tensorflow
578
Validate_on_lfw result differ from training step validate lfw
Hi, David: as title, I'm interesting to your topic and try to understand it, but I got a problem about validation on lfw, when I run train_softmax.py, and then fit (short name: model X) at validation on lfw stage, the validation result is as below: train_softmax.py Accuracy: 0.963+-0.007 Validation rate:...
open
2017-12-11T02:55:02Z
2018-01-17T03:21:27Z
https://github.com/davidsandberg/facenet/issues/578
[]
akimo12345
1
OpenBB-finance/OpenBB
machine-learning
6,175
[Bug] Cannot login on VPS using Linux Terminal
**Describe the bug** After installing Openbb Terminal in a remote VPS running Linux, I cannot login. **To Reproduce** Installed a fresh copy of openbb and worked properly. Started the terminal and worked properly. Went to accounts/login and at this point I believe the terminal is attempting to open a browser win...
open
2024-03-07T21:47:15Z
2024-03-07T22:17:40Z
https://github.com/OpenBB-finance/OpenBB/issues/6175
[]
HunterXClarke
0
mljar/mercury
data-visualization
248
Network Error when deployed on Hugging Face
I recently factory reset a build using mercury in hugging face, and I am now getting a network error. The original deployment of the build was roughly 2 months ago, and was working fine until I did a factory reset. Network Error Please check if you have internet connection and server is running. In case of problems...
closed
2023-04-12T08:24:03Z
2023-04-21T10:56:46Z
https://github.com/mljar/mercury/issues/248
[ "bug" ]
stametsm
6
serengil/deepface
machine-learning
743
Not An Issue Thread - I made a tutorial for how to install and utilize DeepFace
I can make a pull request as well if you accept to add it as a tutorial to readme file. I would appreciate that very much Thank you so much for this amazing Library [**How To Find Best Stable Diffusion Generated Images By Using DeepFace AI - DreamBooth / LoRA Training**](https://youtu.be/343I11mhnXs) [!![imag...
closed
2023-05-04T23:08:41Z
2023-05-05T07:47:27Z
https://github.com/serengil/deepface/issues/743
[ "question" ]
FurkanGozukara
1
pytorch/pytorch
deep-learning
149,468
torch.library.opcheck doesn't check strides for CPU Tensors
Repro: ```py import torch from torchvision.transforms.functional import to_pil_image, pil_to_tensor import PIL def crop(pic, box): img = to_pil_image(pic.cpu()) cropped_img = img.crop(box) return pil_to_tensor(cropped_img).to(pic.device) / 255. img = torch.ones(3, 64, 64) img *= torch.linspace(0, 1, steps...
open
2025-03-19T01:32:23Z
2025-03-19T01:44:15Z
https://github.com/pytorch/pytorch/issues/149468
[ "high priority", "triage review" ]
zou3519
1
harry0703/MoneyPrinterTurbo
automation
60
报错
<img width="739" alt="企业微信截图_1711366472407" src="https://github.com/harry0703/MoneyPrinterTurbo/assets/88197887/a5d910ee-9828-47a7-a4a6-400da3f94cdd"> 我已经设置好相关参数,但是在AI生成文案,或者文案生成关键词的时候还是报openai的错误: File "C:\Users\MaCheng\.conda\envs\MoneyPrinterTurbo\lib\site-packages\openai\_base_client.py", line 988, in _request ...
closed
2024-03-25T11:40:41Z
2024-03-26T07:35:14Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/60
[]
mmacheng
3
plotly/dash-table
plotly
583
virtualization not working with editing?
Promoting this from the community forum. I haven't tried reproducing, but it looks like a good report: https://community.plot.ly/t/dash-data-table-virtualization-completely-broken-with-an-editable-table/28565
closed
2019-09-12T17:56:02Z
2019-09-13T18:45:51Z
https://github.com/plotly/dash-table/issues/583
[ "dash-type-bug", "regression", "size: 1" ]
chriddyp
0
serpapi/google-search-results-python
web-scraping
78
Sort google news results by date [engine = google_news ]
Could we please have the equivalent of `"tbs":"sbd:1" ` in the `engine = google_news` to show latest news first?
closed
2025-03-15T16:41:25Z
2025-03-16T21:46:13Z
https://github.com/serpapi/google-search-results-python/issues/78
[]
mohamedScikitLearn
1
pyjanitor-devs/pyjanitor
pandas
1,181
[TST] Compat with macos and window, FailedHealthCheck
This PR #1143 is almost done. But it still left one problem. HealthCheck always failed on macos and window system like following. https://github.com/pyjanitor-devs/pyjanitor/actions/runs/3281183133/jobs/5402869041#step:5:2147 ```python _____________________________ test_df_key_hashable ________________________...
closed
2022-10-20T06:34:14Z
2022-10-24T19:00:57Z
https://github.com/pyjanitor-devs/pyjanitor/issues/1181
[]
Zeroto521
3
521xueweihan/HelloGitHub
python
2,592
能否找一些类似阿里Aone的CI/DI(发布流水线)项目
closed
2023-08-14T09:06:12Z
2023-08-20T02:31:03Z
https://github.com/521xueweihan/HelloGitHub/issues/2592
[]
ZhangLe1993
0
InstaPy/InstaPy
automation
6,382
Unexpected Keyword argument "instapyfollowed"
## Expected Behavior Wanted to unfollow the after following ## Current Behavior Traceback (most recent call last): File "/home/cliff/InstaPy/unfollow.py", line 35, in <module> session.unfollow_users(amount=100, InstapyFollowed=(True, "nonfollowers"), TypeError: unfollow_users() **got an unexpected keyword...
open
2021-10-24T19:56:34Z
2021-12-04T00:08:19Z
https://github.com/InstaPy/InstaPy/issues/6382
[]
saintredog
3
RomelTorres/alpha_vantage
pandas
365
PHP Stock Ticker on WP Not Fetching Crypto Data
`<?php $apiKey = 'API Key'; function callStockdataAPI($symbol, $apiKey) { $endpoint = 'https://www.alphavantage.co/query'; $params = [ 'function' => 'TIME_SERIES_DAILY_ADJUSTED', 'symbol' => $symbol, 'apikey' => $apiKey ]; $url = $endpoint . '?' . http_build_query($...
closed
2024-05-18T18:47:43Z
2024-08-14T10:48:26Z
https://github.com/RomelTorres/alpha_vantage/issues/365
[]
f100001e
3
lepture/authlib
django
681
Issue using Python 3.13
**Describe the bug** A clear and concise description of what the bug is. **Error Stacks** ``` ../../../.cache/pypoetry/virtualenvs/rp-python-sdk-V_ZVmfOb-py3.13/lib/python3.13/site-packages/authlib/jose/__init__.py:14: in <module> from .rfc7517 import Key, KeySet, JsonWebKey ../../../.cache/pypoetry/vir...
closed
2024-10-11T05:25:05Z
2024-10-18T05:18:45Z
https://github.com/lepture/authlib/issues/681
[ "bug" ]
erikpragt-connectid
6
nltk/nltk
nlp
3,140
not downloading
pultk and brown nltk not getting downloaded.[nltk_data] Error loading brown: <urlopen error [WinError 10060] A [nltk_data] connection attempt failed because the connected party [nltk_data] did not properly respond after a period of time, or [nltk_data] established connection failed because connected host...
open
2023-04-11T20:03:46Z
2024-04-05T13:21:22Z
https://github.com/nltk/nltk/issues/3140
[]
Riya-1403
9
nikitastupin/clairvoyance
graphql
11
Verify that each word in wordlist conforms to name regex
According to https://spec.graphql.org/June2018/#sec-Names names in GraphQL must match following regex: ``` [_A-Za-z][_0-9A-Za-z]* ``` We can skip non-matching names and add flag to disable this verification.
closed
2020-11-08T13:33:56Z
2023-03-18T12:29:35Z
https://github.com/nikitastupin/clairvoyance/issues/11
[ "enhancement" ]
nikitastupin
0
Miserlou/Zappa
flask
1,283
Unable to import prebuild script module
I'm trying to run a prebuild script but getting an error saying that it can't import it. It only happens if I'm importing my own module ## Context I have the following script: ``` import boto3 from configuration.settings import BUCKET_PREFIX def create_buckets(): s3 = boto3.client('s3') image_up...
closed
2017-12-06T12:20:58Z
2017-12-07T10:47:04Z
https://github.com/Miserlou/Zappa/issues/1283
[]
efimerdlerkravitz
1
pallets-eco/flask-sqlalchemy
flask
578
Model class for make_declarative_base()
I've updated from 2.1 and now this function requires model parameter. I've tried to give it flask_sqlalchemy.model class and recieve this > TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases Tried to give it my defined class with qu...
closed
2017-12-28T15:22:00Z
2020-12-05T20:46:34Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/578
[]
ProstoMaxim
0
microsoft/JARVIS
deep-learning
211
models_server.py error
python models_server.py --config configs/config.gradio.yaml Fetching 27 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 27/27 [00:00<00:00, 223365.30it/s] `text_config_dict` is provided which will be used to initialize `CLIPTextConfig`. The value `t...
open
2023-06-14T04:33:15Z
2024-02-15T12:21:23Z
https://github.com/microsoft/JARVIS/issues/211
[]
lovelucymuch
1
gradio-app/gradio
python
10,288
chatbot.py:242: UserWarning: You have not specified a value for the `type` parameter.
### Describe the bug when I start the f5-tts_infer-gradio I get the following error: E:\miniconda3\envs\f5-tts\lib\site-packages\gradio\components\chatbot.py:242: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and w...
closed
2025-01-05T13:10:33Z
2025-01-06T10:59:43Z
https://github.com/gradio-app/gradio/issues/10288
[ "bug" ]
FreeThinker12
2
apache/airflow
automation
47,488
OpenLineage can silently lose Snowflake query_ids and can't support multiple query_ids
### Apache Airflow Provider(s) openlineage ### Versions of Apache Airflow Providers latest ### Apache Airflow version 2.X ### Operating System macos ### Deployment Virtualenv installation ### Deployment details _No response_ ### What happened When using `SqlExecuteQueryOperator` with Snowflake, and running...
open
2025-03-07T09:43:27Z
2025-03-07T09:51:04Z
https://github.com/apache/airflow/issues/47488
[ "kind:bug", "area:providers", "needs-triage", "provider:openlineage" ]
kacpermuda
0
django-oscar/django-oscar
django
4,162
Code too complex; So much unlogical
Hello i like this product very much but there are soooo much things in code which are not good, unlogical. 1. I have till yet no idea why you map url in apps.py which makes muuuuch more work then to use normal url.py. I see no advantage 2. Why you use not normal models.py and define models normal. Why you use a abs...
closed
2023-09-02T10:28:40Z
2023-09-06T06:02:29Z
https://github.com/django-oscar/django-oscar/issues/4162
[]
Bastilla123
1
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
223
how to create a class ORM relate with postgres table
Usually, create a ORM class as below: ```python from sqlalchemy import Column from clickhouse_sqlalchemy.ext.declarative import declarative_base ChBase = declarative_base() class TbFile(ChBase): __tablename__ = 'tb_file' __table_args__ = {'comment': 'File Info Table V2.0'} created = Column(types.D...
open
2022-12-06T07:28:39Z
2022-12-06T07:28:39Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/223
[]
flyly0755
0
sebp/scikit-survival
scikit-learn
92
Random forest logrank splitting decision rule
Hello! Is there any documentation on this topic? Why to pick logrank to measure the quality of a split? Thanks! Camila F
closed
2020-02-14T15:26:22Z
2020-02-15T12:03:24Z
https://github.com/sebp/scikit-survival/issues/92
[]
camferna
1
ResidentMario/geoplot
matplotlib
24
Backport to Python versions pre-3.5
closed
2017-01-30T23:54:09Z
2018-05-10T16:59:16Z
https://github.com/ResidentMario/geoplot/issues/24
[ "enhancement" ]
ResidentMario
2
pbugnion/gmaps
jupyter
226
Drawing layer should work when exported to HTML
At the moment, the drawing layer only works in the notebook. We should see if it's possible to move more of the interaction client-side, so that the map still works when exported to HTML. The main source of problems will be widget instantiation: when a feature is added to the map, this sends a callback to the Python...
open
2018-03-12T07:22:30Z
2018-03-12T07:22:30Z
https://github.com/pbugnion/gmaps/issues/226
[]
pbugnion
0
vastsa/FileCodeBox
fastapi
60
arm平台docker镜像搭建。
请问是否可以同步创建arm平台的docker镜像呢?
closed
2023-03-08T02:29:56Z
2023-08-15T10:00:27Z
https://github.com/vastsa/FileCodeBox/issues/60
[]
waifei01
9
waditu/tushare
pandas
928
TUSHARE PRO 股票历史数据不全
pro= ts.pro_api() pf=ts.pro_bar(pro_api=pro, ts_code='000544.SZ', adj='qfq', start_date='19900101', end_date='20191231') pf = pro.query('daily', ts_code='000544', start_date='19900101', end_date='20191231') 例如股票代码:000544.SZ 中原环保 | 19931208,000035.SZ 中国天楹 | 19940408。发现000544.SZ遗漏20011031前的股票历史数据;发现000035.SZ遗漏19971223...
closed
2019-02-20T02:06:24Z
2019-02-22T00:48:08Z
https://github.com/waditu/tushare/issues/928
[]
stillpassion
2
yt-dlp/yt-dlp
python
12,121
Unable to Record CBC
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc...
closed
2025-01-18T11:00:41Z
2025-01-18T11:09:31Z
https://github.com/yt-dlp/yt-dlp/issues/12121
[ "duplicate" ]
markwittl
1
microsoft/hummingbird
scikit-learn
240
Add support for Tweedie for LGBM
This will require the addition of a new `post_transform` [here](https://github.com/microsoft/hummingbird/blob/7e5aa66eef94debedb27293dd2c6666946347199/hummingbird/ml/operator_converters/_gbdt_commons.py#L109) and [here](https://github.com/microsoft/hummingbird/blob/master/hummingbird/ml/operator_converters/constants.py...
closed
2020-08-18T06:13:46Z
2020-08-19T16:12:43Z
https://github.com/microsoft/hummingbird/issues/240
[]
interesaaat
0
Neoteroi/BlackSheep
asyncio
113
Contributing documentation
Hi @RobertoPrevato and thank you for a cool framework. Probably for new contributors, would be cool to see **contribution** documentation in place. - how to contribute - what type of style we should follow - how to set up a development environment - how we should name branches - ...etc.. Does this make sen...
closed
2021-04-29T11:16:34Z
2021-05-03T07:47:15Z
https://github.com/Neoteroi/BlackSheep/issues/113
[]
myusko
8
flaskbb/flaskbb
flask
600
Make FlaskBB's settings (JSON) serializable instead of relying on pickle
I kinda like the approach of indico. It seems like they define the settings as WTF Fields.
open
2021-09-10T18:15:41Z
2021-09-10T18:15:41Z
https://github.com/flaskbb/flaskbb/issues/600
[]
sh4nks
0
SYSTRAN/faster-whisper
deep-learning
1,170
sound-effects missing on output for beam-size > 1
If I transcribe with a beam_size of 1 I seem to get tokens like.. [0.00s -> 5.08s] MUSIC [16.08s -> 17.84s] speech as text, [17.84s -> 20.24s] speech as text [20.24s -> 22.96s] speech as text [22.96s -> 25.76s] CHEERING AND APPLAUSE [25.76s -> 28.80s] speech as text but with beam_sizes > 1 I just get the...
closed
2024-11-23T14:20:14Z
2024-12-06T20:03:34Z
https://github.com/SYSTRAN/faster-whisper/issues/1170
[]
rummyr
3
deepset-ai/haystack
machine-learning
9,098
remove `ChatMessage.to_dict` warning
In #9069, we changed the serialization format of `ChatMessage`. We also added a [warning](https://github.com/deepset-ai/haystack/blob/dae8c7babaf28d2ffab4f2a8dedecd63e2394fb4/haystack/dataclasses/chat_message.py#L341) for users who consume directly the output of `ChatMessage.to_dict` (not in Pipeline serialization). ...
open
2025-03-24T09:57:51Z
2025-03-24T09:57:51Z
https://github.com/deepset-ai/haystack/issues/9098
[]
anakin87
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,511
About generate video
This work is so excellent, but i have some question. How can i get the horse2zebra video as the demo shows. Thank you.
open
2022-11-27T11:45:15Z
2022-12-28T05:00:19Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1511
[]
zhangqian001
1
gtalarico/django-vue-template
rest-api
18
Heroku App Server error on /api/model
When trying to view MYHEROKUURL/api I'm getting a bad request / server error, and I've noticed I get it on your live demo as well.
closed
2018-12-23T04:17:16Z
2018-12-26T02:52:45Z
https://github.com/gtalarico/django-vue-template/issues/18
[]
zzzint
3
skypilot-org/skypilot
data-science
4,760
[Roadmap] SkyPilot Roadmap Q1 2025
Here is the development roadmap for 2025 Q1. Contributions and feedback are welcome! Please feel free to join our [Slack](https://slack.skypilot.co). This doc will be updated as we make progress. ## Deployment for Teams - [x] Client-Server rearchitect #4660 - [x] Deployment of fault-tolerant SkyPilot API server for t...
open
2025-02-19T20:33:08Z
2025-03-01T19:23:33Z
https://github.com/skypilot-org/skypilot/issues/4760
[]
Michaelvll
0
serengil/deepface
machine-learning
1,100
KerasTensor Exception when using DeepFace.extract_faces
Hi, I encountered an error while trying to extract faces from an image using the deepface library. ``` faces = DeepFace.extract_faces( img_path=img_path, detector_backend = 'retinaface', enforce_detection=False, align = True ) ``` I got this error: ``` Exception encountered when calling MaxPool...
closed
2024-03-11T11:16:38Z
2024-03-11T12:03:27Z
https://github.com/serengil/deepface/issues/1100
[]
AaronMk44
11
ultralytics/ultralytics
deep-learning
19,427
How to create a costum dataset using the results from an ULTRALYTICS models
### 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 Hi, I am currently working on a dataset, and I am generating labels for obj...
open
2025-02-25T18:07:49Z
2025-02-28T01:38:16Z
https://github.com/ultralytics/ultralytics/issues/19427
[ "question", "segment", "detect" ]
SebastianJanampa
4
scikit-hep/awkward
numpy
2,832
GPU Tests Failed
The GPU tests failed for commit e3e48744d5a0ef09068996c1c590ca9bcb25492d with the following pytest output: ``` packages/cupy/__init__.py'> index = ('awkward_missing_repeat', <class 'numpy.int64'>, <class 'numpy.int64'>) self = <awkward._backends.cupy.CupyBackend object at 0x7f55518a8700> _ _...
closed
2023-11-15T13:55:08Z
2023-11-15T13:57:22Z
https://github.com/scikit-hep/awkward/issues/2832
[]
agoose77
0
ivy-llc/ivy
tensorflow
28,371
Fix Frontend Failing Test: jax - math.tensorflow.math.zero_fraction
To-do List: https://github.com/unifyai/ivy/issues/27496
closed
2024-02-21T15:44:59Z
2024-02-26T11:24:28Z
https://github.com/ivy-llc/ivy/issues/28371
[ "Sub Task" ]
Sai-Suraj-27
0
robotframework/robotframework
automation
5,107
Not using custom library name in warning when library is empty
*Using RF 7.0* Consider following exampe: ``` *** Settings *** Library MyLibrary AS still_empty_yet *** Test Cases *** Demo No Operation ``` When executed I get a warning: > Imported library 'MyLibrary' has no keywords. I would expect instead of "MyLibrary" the custom name `still_em...
open
2024-04-08T13:50:27Z
2024-04-08T13:50:41Z
https://github.com/robotframework/robotframework/issues/5107
[]
Noordsestern
0
influxdata/influxdb-client-python
jupyter
570
Empty string in database becomes None value in Python
### Specifications * Client Version: 1.34.0 * InfluxDB Version: 2.6.1 * Platform: Linux ### Code sample to reproduce problem ```python import influxdb_client with influxdb_client.InfluxDBClient( org = ..., token = ..., url = ..., ) as client: q = f""" from(bucket: ...) ...
open
2023-03-31T09:16:32Z
2023-03-31T09:16:32Z
https://github.com/influxdata/influxdb-client-python/issues/570
[ "bug" ]
hy144328
0
albumentations-team/albumentations
deep-learning
2,100
[Add transform] Add RandomMedianBlur
Add RandomMedianBlur that is an alias of MedianBlur and has the same API as Kornia's https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomMedianBlur
closed
2024-11-08T15:52:57Z
2024-11-17T01:30:23Z
https://github.com/albumentations-team/albumentations/issues/2100
[ "enhancement" ]
ternaus
1
seleniumbase/SeleniumBase
web-scraping
2,356
Multithreading bot using SeleniumBase
Hello, I'm implementing a multithreading python bot to scrape a Twitter account. I implemented scraping using Threads (threading.Thread). In my case I want create about 20 threads that scrape a specific Twitter page account. The logic I implemented works but the CPU goes to 100% after a few threads (about 10). I ...
closed
2023-12-10T22:47:18Z
2023-12-11T00:58:35Z
https://github.com/seleniumbase/SeleniumBase/issues/2356
[ "duplicate", "UC Mode / CDP Mode" ]
fashionprivate
1
chainer/chainer
numpy
8,336
Release Tasks for v7.0.0
Chainer - [x] NHWC Support (#7620) - [x] Python 3.8 - [ ] Force static linking to ChainerX #8426 CuPy - [x] https://github.com/cupy/cupy/pull/2632 - [x] Python 3.8 https://github.com/cupy/cupy/issues/2599
closed
2019-10-29T07:27:03Z
2019-12-06T04:46:54Z
https://github.com/chainer/chainer/issues/8336
[ "issue-checked" ]
beam2d
0
fbdesignpro/sweetviz
pandas
79
Tqdm errors while running sweetviz.compare() or analyze() in Colab
Feature: Item_Outlet_Sales (TARGET) [ 18%] 00:00 -> (00:03 left) TqdmDeprecationWarning: Please use `tqdm.gui.tqdm(...)` instead of `tqdm(..., gui=True)` --------------------------------------------------------------------------- TqdmDeprecationWarning Traceback (most recent call last) <ipytho...
closed
2021-02-24T07:08:09Z
2021-02-24T12:56:55Z
https://github.com/fbdesignpro/sweetviz/issues/79
[]
AdityaKj
3
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,540
[Bug]: Disappeared "DPM++ 2M Karras"
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [ ] The issue exists in the current version of the webui - [ ] The issue has not been reported before...
closed
2024-04-16T17:10:23Z
2024-04-24T17:45:52Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15540
[ "bug-report" ]
milen-prg
3
huggingface/transformers
nlp
36,461
model.generate() produces different outputs with padding for flan-t5-small
### System Info - `transformers` version: 4.49.0 - Platform: Linux-5.15.0-133-generic-x86_64-with-glibc2.39 - Python version: 3.12.3 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version: 1.4.0 - Accelerate config: not found - DeepSpeed version: not installed - PyTorch version (GPU?): ...
closed
2025-02-27T18:44:57Z
2025-02-28T17:24:25Z
https://github.com/huggingface/transformers/issues/36461
[ "bug" ]
achartier
2
google-research/bert
tensorflow
419
Can one expand the vocabulary for fine-tuning by replacing foreign unicode characters?
I am fine-tuning the BERT model but need to add a few thousand words. I know that one can replace the ~1000 [unused#] lines at the top of the vocab.txt, but I also notice there are thousands of single foreign characters (unicode) in the file, which I will never use. For fine-tuning, is it possible to replace those with...
open
2019-02-06T16:51:57Z
2021-09-17T09:14:04Z
https://github.com/google-research/bert/issues/419
[]
bsugerman
6
serengil/deepface
deep-learning
585
Error in finding distance between faces in real-time
I've created the embeddings and now running the script in real-time. Once the process reaches the part where it must find distance for face recognition this is the error i get: distance = dst.findCosineDistance(img1_representation, img2_representation) File "/Users/---/miniforge3/envs/faceitstf/lib/python...
closed
2022-10-30T15:21:58Z
2022-11-01T07:35:37Z
https://github.com/serengil/deepface/issues/585
[ "question" ]
MKJ52
7
ageitgey/face_recognition
machine-learning
1,372
Cant seem to install face_rec
* face_recognition version: None * Python version: 3.9 * Operating System: Windows 10 ### Description I can't download this module because I don't have CMake apparently. But I do have it installed please help! ### What I Did ``` > pip install face-recognition Collecting face-recognition Using cac...
closed
2021-09-20T02:53:18Z
2021-09-25T08:09:17Z
https://github.com/ageitgey/face_recognition/issues/1372
[]
ItsSitanshu
4
sloria/TextBlob
nlp
13
Train classifiers from CSV and JSON files
It would be nice to train classifiers directly from files in CSV, TSV, and JSON format. ``` python from text.classifiers import NaiveBayesClassifier cl = NaiveBayesClassifier("sent_train.csv", format="csv") ```
closed
2013-08-26T02:37:38Z
2013-09-01T22:55:05Z
https://github.com/sloria/TextBlob/issues/13
[ "enhancement" ]
sloria
1
Gozargah/Marzban
api
866
Bug title
**Describe the bug** از فایل script که گذاشته شده برای نصب استفاده کردم. صفحه سفید میمونه و داشبورد کامل بالا نمیاد. pending میشه ![Screenshot from 2024-03-12 14-06-32](https://github.com/Gozargah/Marzban/assets/7768900/b32d4384-849c-48b4-b452-b64f7f78b9d1) **Machine details (please complete the following info...
closed
2024-03-12T10:41:41Z
2024-03-20T22:54:01Z
https://github.com/Gozargah/Marzban/issues/866
[ "Invalid" ]
rastinrastini
2
FactoryBoy/factory_boy
sqlalchemy
305
Option to make Faker return unique values
I see random test failures because e.g. `factory.Faker('company')` returns duplicate values (usually after a few hundred calls, but as low as the second call). To remedy this, I wrote a subclass of `Faker` that keeps track of values returned so it can ensure uniqueness. The code is fairly trivial: ``` from factory.fak...
closed
2016-05-24T08:51:10Z
2024-05-16T16:41:43Z
https://github.com/FactoryBoy/factory_boy/issues/305
[]
beniwohli
12
xlwings/xlwings
automation
2,082
Add-in functions appear as links
#### OS: Windows 10 #### Versions of xlwings, Excel and Python: 0.26.2, Office 365, Python 3.8.10 The add-in `demo.xlam` was developed and deployed to `C:\Users\<username>\AppData\Roaming\Microsoft\Excel\XLSTART` directory. It works well in a new Excel sheet, the deployed UDFs could be used, but only for the firs...
closed
2022-11-01T14:56:59Z
2022-11-02T14:06:49Z
https://github.com/xlwings/xlwings/issues/2082
[]
zhangt58
2
StratoDem/sd-material-ui
dash
40
Port AutoComplete to Dash component
http://www.material-ui.com/#/components/auto-complete
closed
2018-01-25T21:30:58Z
2018-04-21T12:14:19Z
https://github.com/StratoDem/sd-material-ui/issues/40
[ "Tech: JS", "Priority: Low", "Tech: Single Component" ]
mjclawar
0