text
stringlengths
20
57.3k
labels
class label
4 classes
Title: error of processing all videos in upload folder Body: when running `!python inference_realesrgan_video.py --input upload -n RealESRGANv2-animevideo-xsx2 -s 4 -v -a --half --suffix outx2 ` I'm getting : ``` Traceback (most recent call last): File "inference_realesrgan_video.py", line 199, in <module> ...
1medium
Title: Instance Segmentation Body: Are there any plans to add support for instance segmentation in the future? From what I understand it is currently not supported, correct?
1medium
Title: Decimating a mesh with islands results in missing cells Body: `mesh.ncells` > `mesh.cells.shape[0]` after `mesh.decimate_pro().clean()` This causes issues as `mesh.cell_centers()` matches the number of cells returned by `mesh.ncells`. Trying to use `mesh.cell_centers()` and `mesh.cells`. So it looks like `mes...
2hard
Title: Unable to run docker container (missing ipython_genutils package) Body: @pplonski With a clone of the repo, I am unable to run a docker container containing the `mercury_demo` . The message **Problem while loading notebooks. Please try again later or contact Mercury administrator.** displays Steps to repro...
1medium
Title: Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code. Body: <!--- Provide a general summary of the issue in the Title above --> ## Context When im trying to deploy using _zappa update dev_ im getting this error: Error: Warning! Status check on the depl...
1medium
Title: Remove shadow Body: Please, how can I remove the shadow? ![2022-12-02-083654_hyprshot](https://user-images.githubusercontent.com/118444583/205241689-93402e8e-dfe6-4e4e-a864-2f6726ec1c6e.png)
0easy
Title: Allow early commiting transaction from inside the context manager before raising an exception Body: ## Problem Use case: ```python async def get_transaction(): async with db.tx() as tx: yield tx @router.post("/") async def endpoint(tx: Annotated[Prisma, Depends(get_transaction)]): await tx.enti...
1medium
Title: Multithreading race condition when lazy loading NUMPY_TYPES Body: The following code crashes randomly with "Illegal instruction" (tested with orjson 3.8.7 and 3.8.8): ``` import orjson import multiprocessing.pool class X: pass def mydump(i): orjson.dumps({'abc': X()}, option=orjson.OPT_SERI...
2hard
Title: Labelling while plotting time-series data over a network Body: Hi @marcomusy , This is related to the question that was posted [here](https://github.com/marcomusy/vedo/issues/183). When I run the code below, ``` import networkx as nx from vedo import * G = nx.gnm_random_graph(n=10, m=15, seed=1) n...
1medium
Title: Enabling data ingestion pipelines Body: For now, the ingestion of new data is managed in `backend/worker/quivr_worker/process/process_file.py` or in `backend/core/quivr_core/brain/brain.py` using the `get_processor_class` in `backend/core/quivr_core/processor/registry.py`. This approach prevents the constructi...
2hard
Title: Add the ability to specify custom feature column names and save/recreate them during serialization Body: - As a user, I wish I could use Featuretools to specify custom column names for the feature columns that are generated when a feature matrix is calculated. Column names are automatically generated based on a ...
1medium
Title: Sub folders are not indexed in Nextcloud watch folder Body: ## 📝 Description of issue: My nextcloud watch folder contains many sub folders (organized by date, occasion, etc) and LibrePhotos are only importing a few of those folders. So if `/nextcloud` containers `/nextcloud/photoset1` `nextcloud/photoset2` `...
1medium
Title: [AZURE] Job and cluster terminated due to a Runtime error after 2 days running Body: **Versions:** skypilot==0.7.0 skypilot-nightly==1.0.0.dev20250107 **Description:** Job and cluster was terminated by Skypilot without any retry due to this runtime error. The controller free disk space, memory and CPU resourc...
2hard
Title: Allow setting of alias along with version, for use with rollback Body: ## Context AWS lambdas allow you to set an `alias` along with `versions`, per the [documentation](https://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html). Although this may not be useful within the zappa_settings, having a switch li...
1medium
Title: Colorbar is not showing last tick Body: Hi, I have added a horizontal colorbar to a heatmap figure and can't get the last tick to show. Here are some of things I tried and thought are the most logical: ``` colorbar= dict( orientation='h', y=1.01, tickformat=".0%", ...
1medium
Title: Demonstrate how to use the trained model with new data in examples Body: This is more of a feature request around examples. It'd be very useful to extend the examples to demonstrate how one might use the trained models on new data. This is already done for the generative models such as the NLP City Name Gene...
1medium
Title: Punycode support Body: I wanted to use https://twitter.com/rfreebern/status/1214560971185778693 with httpie, alas, ``` » http 👻:6677 http: error: InvalidURL: Failed to parse: http://👻:6677 ``` Should resolve to `http://xn--9q8h:6677`
1medium
Title: How to extract multiple faces in align_dataset_mtcnn.py Body: I execute: python src/align/align_dataset_mtcnn.py input output --image_size 160 --margin 32 --random_order And there are multiple faces in one of those images,but the result only shows one face in each image,how can i modify this code? Please give...
1medium
Title: Unhandled Exception (534dde169) Body: Autosploit version: `3.0` OS information: `Linux-4.15.0-kali2-amd64-x86_64-with-Kali-kali-rolling-kali-rolling` Running context: `autosploit.py -a -q ****** -C WORKSPACE LHOST 192.168.19.128 -e` Error meesage: `'access_token'` Error traceback: ``` Traceback (most recent call...
1medium
Title: Решение вопроса 5.11 не стабильно Body: Даже при выставленных random_state параметрах, best_score лучшей модели отличается от вариантов в ответах. Подтверждено запуском несколькими участниками. Возможно влияют конкретные версии пакетов на расчеты. Могу приложить ipynb, на котором воспроизводится.
1medium
Title: Duplicate sentences and missing sentences in large-v3 Body: Duplicate sentences and missing sentences in large-v3
1medium
Title: deprecated `def embed_kernel` whcih should use directly ipykernel Body:
1medium
Title: Table triggers render on mouse move Body: Since the tooltip feature addition, the table is re-rendering on each mouse move. While it's mostly cached an unexpensive vs. an actual full re-render, this still takes ~15ms and happens extremely often. - there's no need to re-render the table when moving inside a c...
1medium
Title: Retrieve object primary keys with Relay Body: Hello, Using Relay, the `id` field is not the primary key of the ingredients objects in the database. Is there a way to get it back ? ``` query { allIngredients { edges { node { id, name } } } } ``` Thanks,
1medium
Title: Unexpected keyword arguments with textual entailment Body: Following the code sample at https://demo.allennlp.org/textual-entailment, I stumbled across an issue (discussed in #4192 ), but has not been solved: ```python pip install allennlp==1.0.0 allennlp-models==1.0.0 from allennlp.predictors.predictor impor...
1medium
Title: Type-safe "optional-nullable" fields Body: ### Preface it is a common practice in strawberry that when your data layer have an optional field i.e ```py class Person: name: str phone: str | None = None ``` and you want to update it you would use `UNSET` in the mutation input in order to check whether thi...
2hard
Title: SelfAttributes Fail When Called Through PostGeneration functions Body: I have a simplified set of factory definitions below. If i try to create a WorkOrderKit object, via WorkOrderKitFactory(), it successfully generates a workorderkit with factory_boy 2.6.1 but fails with 2.9.2. I'm wondering if this is a bug or...
2hard
Title: 高版本的torch报错未发现torch._six Body: **System information** * Have I writtenTraceback (most recent call last): File "C:\Work\Pycharm\faster_rcnn\train_mobilenetv2.py", line 11, in <module> from train_utils import GroupedBatchSampler, create_aspect_ratio_groups File "C:\Work\Pycharm\faster_rcnn\train_utils\...
1medium
Title: window上用BERT在XNLI任务上Fine-tuning报错 Body: 在LARK/BERT目录中,执行python -u run_classifier.py --task_name XNLI --use_cuda true --do_train true --do_val true --do_test true --batch_size 8192 --in_tokens true --init_pretraining_params chinese_L-12_H-768_A-12/params --data_dir ./XNLI --checkpoints ./XNLI_checkpoints --sav...
1medium
Title: Support for PySpark Body: **Is your feature request related to a problem? Please describe.** Hello, I see that this package supports Pandas, but does it support pyspark? I'd like to use this on large datasets and pandas is insufficient for my use case. **Describe the outcome you'd like:** I'd like to be ...
1medium
Title: 指令精调之后,除了指令里面的问题能回答,其他回答全是none Body: ### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。 - [X] 第三方插件问题:例如[llama.cpp](https://githu...
1medium
Title: How do I subscribe to block_action using bolt? Body: How do I subscribe to `block_action` using bolt? I've found the decorator in the source code, but there are no comprehensive examples and the docs omit it. The decorator takes constrains argument, what do I pass there? I tried "button" and the value that I...
1medium
Title: [BUG]ValueError: Model Dlinear is not supported yet. Body: **Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [ ...
1medium
Title: Building Horovod 0.23.0 w HOROVOD_GPU=CUDA on a system with ROCM also installed-- Build tries to use ROCM too Body: **Environment:** 1. Framework: TensorFlow, PyTorch 2. Framework version: 2.7.0, 1.9.1 3. Horovod version: 0.23.0 4. MPI version: MPICH 3.4.2 5. CUDA version: 11.4.2 6. NCCL version: 2.11.4 7...
2hard
Title: [Migrated] When no aws_environment_variables are defined in settings, a zappa update will delete any vars defined in the console Body: Originally from: https://github.com/Miserlou/Zappa/issues/1010 by [seanpaley](https://github.com/seanpaley) <!--- Provide a general summary of the issue in the Title above --> ...
1medium
Title: Cannot import OptimizerLRSchedulerConfig or OptimizerLRSchedulerConfigDict Body: ### Bug description Since I bumped up `lightning` to `2.5.0`, the `configure_optimizers` has been failing the type checker. I saw that `OptimizerLRSchedulerConfig` had been replaced with `OptimizerLRSchedulerConfigDict`, but I c...
1medium
Title: get_portfolio_history TypeError:: Cannot convert Float64Index to dtype datetime64[ns] Body: I've used this for months to check my account's current profit/loss % for the day: ``` # Connect to the Alpaca API alpaca = tradeapi.REST(API_KEY, API_SECRET, APCA_API_BASE_URL, 'v2') # Define our destinatio...
1medium
Title: How to add request.user to serializer? Body: The codes seems not passing context to serializer when it's called. `serializer = cls._meta.serializer_class(data=new_obj)` I would like to add `request.user` when it tries to save, I couldn't find a way to do it. Anyone has done this before?
1medium
Title: micro:bit disconnected after pairing (In JustWorks setting) and cannot connect to micro:bit again Body: * bleak version: 0.18.1 * Python version: 3.10.7 * Operating System: Windows10 ### Description I want to connect to micro:bit using bleak's api in windows 10 OS. And use the > BleakClient.write_gat...
2hard
Title: [BUG] No dialog box for dcc.Download component in Edge browser Body: Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environme...
1medium
Title: ModuleNotFoundError: No module named 'PIL' Body: Traceback (most recent call last): File "G:\HivisionIDPhotos\app.py", line 3, in <module> from demo.processor import IDPhotoProcessor File "G:\HivisionIDPhotos\demo\processor.py", line 2, in <module> from hivision import IDCreator File "G:\Hivis...
0easy
Title: website broken: Create a new dataset repository, doesn't create a new repo in Firefox Body: ### Describe the bug This issue is also reported here: https://discuss.huggingface.co/t/create-a-new-dataset-repository-broken-page/102644 This page is broken. https://huggingface.co/new-dataset I fill in the f...
1medium
Title: [BUG]: Custom loss function not working in multiprocessing-mode Body: ### What happened? I'm having issues running PySR in multiprocessing mode when I use a custom loss function. My loss function looks like: ``` function eval_loss(tree, dataset::Dataset{T, L}, options::Options, idx)::L where {T, L} ...
2hard
Title: add jupyter notebook examples for the SklearnTransformerWrapper Body: At the moment there is only 1 notebook showing how to wrap the one hot encoder, simple imputer and standard scaler from sklearn. I would like to separate each one of these in an individual notebook. In addition, I would like to add notebook...
1medium
Title: Hi community Body: Hi community This message is to clarify and make transparent the current situation of Public APIs, in addition to demonstrating the frustration of us maintainers. So read this if you find it interesting, please. Well, I keep the Public APIs project together with other 3 developers (@pawe...
3misc
Title: 无法创建管理员账户 Body: 参考了 #75,但依然无法新建。是否可以提供详细的例子?以下是代码 ```python # main.py from fastapi import FastAPI, Request from adminsite import site, async_database from sqlmodel import SQLModel from starlette.middleware.base import BaseHTTPMiddleware app = FastAPI() auth = site.auth auth.backend.attach_middlewa...
1medium
Title: punkt model for Arabic needed Body: Is arabic model not supported any more? the latest punkt packages do not include arabic. Is there anyway to get arabic back?
1medium
Title: Convert all fields to optional Body: ### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the SQLModel documentation, with the integrated search. - [X] I already searched in Google "How to X in SQLModel"...
1medium
Title: api.inherit() not working as intended Swagger allOf Feature Body: It seems like the api.inherit() / model.inherit() function does not seem perform the same affect on the Rest API as the Swagger allOf feature, which I believe is the intended functionality of the inherit function. Specifically, I don't think the...
1medium
Title: relationship + search Body: ### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug I have a model in which there is a relationship to another model, if I just open the page, then everything is f...
1medium
Title: RFC: Temporary config value overrides Body: Often times you may need to change a config value for a particular duration, or perhaps for a single route handler. There should be a simple API to manage that. ```python with app.config.override(RESPONSE_TIMEOUT=99999): do_something() # or app.route("/"...
1medium
Title: MEXC wrong signature for broker endpoints Body: ### Operating System _No response_ ### Programming Languages JavaScript ### CCXT Version latest ### Description There is some mistake in `sign` function for MEXC POST/PUT/DELETE private **broker** endpoints (https://mexcdevelop.github.io/apidocs/broker_en/#c...
1medium
Title: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead Body: I'm getting the exception below on Python 3.8: ``` ...lib/python3.8/site-packages/aiofiles/os.py:10: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead d...
1medium
Title: Empty coarse-grained POS tags for number in the large Romanian model Body: Hi, I noticed that the coarse-grained POS tags for numbers in the large Romanian model (`ro_core_news_lg`) is empty rather than `X`. Is this the expected behavior? ## How to reproduce the behaviour ``` import spacy nlp = spacy.load('ro_c...
1medium
Title: Unsupported gzip encoding for NRRD reader Body: I would like to open a volume and slice it with vedo using code example provided by Marco: ``` from vedo import load, show from vedo.applications import Slicer file_path = './average_template_100.nrrd' vol = load(file_path) plt = Slicer(vol, bg='white', b...
1medium
Title: User can delete other users' access tokens Body: ### Steps to reproduce ### - Log in as two different users and take note of the access tokens - Execute `curl -X POST -H 'Authorization: Bearer <access_token_of_user_1>' -H 'Content-Type: application/x-www-form-urlencoded' --data 'token=<access_token_of_user_2>&...
2hard
Title: Sherlock Body: <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE. ###################################################################### --> ## Checklist <!-- Put x into all boxes (like...
3misc
Title: app.create_server fails after version 21.6.2 Body: **Describe the bug** Every version after 21.6.2 fails when running app with app.create_server. The error is ``` venv/lib/python3.9/site-packages/sanic/signals.py", line 73, in get group, param_basket = self.find_route( TypeError: 'NoneType' object i...
1medium
Title: Add six dependency to allure-pytest Body:
1medium
Title: 我的页面有几个相同图像,能否指定区域进行touch呢 Body: 我是ui结合图像进行识别的,我的页面有几个相同图像,我能否根据ui进行指定一个区域范围,airtest就在我指定的区域寻找这个图像,进行touch呢 很多地方都需要指定区域进行touch,不然会错误点击其他的。 谢谢哈
1medium
Title: Don't spit env vars if env_nested_delimiter=None Body: By default `env_nested_delimiter=None` but this value is not special-cased, leading to surprising (if not ourtight buggy) behavior with `case_sensitive=True`: ```python class Subsettings(BaseSettings): foo: str class Settings(BaseSettings):...
1medium
Title: How and where to add add_unk = True Body: Hello, I am training a ner model, apparently I have a wrong tag in my training corpus because during the training process I get this error. ![errorner](https://user-images.githubusercontent.com/50722626/168899243-e104d09c-a177-4a81-8a70-7f90938c9426.png) I already...
1medium
Title: Reduce gensim surface area Body: Are there subpackages/submodules that we're not maintaining anymore, and could remove? - [x] summarization - [x] HDP - [x] wordrank - [x] dependency on pattern - [x] various wrappers (incl. sklearn) and others. - [x] simserver documentation - [x] viz The goal is to re...
1medium
Title: FileNotFoundError: [Errno 2] No such file or directory: 'xxx/vqa.train.jsonl' Body: **Describe** I am using Beit-3 but I have faced one problem I don't know how to create vqa.train.jsonl.
1medium
Title: My first use of this application got this error. Body: I tried to remove the vocals from dragonforce through the fire and flames music mp3. Last Error Received: Process: MDX-Net If this error persists, please contact the developers with the error details. Raw Error Details: Fail: "[ONNXRuntimeError]...
1medium
Title: Compatibility of flash-admin url = / " Body: The relevant codes are as follows https://github.com/jackadam1981/test_flask_admin.git If flash-adimn is used, the user-defined URL address is url = '/', It works well under windows and Linux. The static file of flash-admin cannot be accessed normally in the con...
1medium
Title: sh: gmm-boost-silence: command not found when running gmm-aligner.py Body: pykaldi was installed and `python setup.py test` shows that it either skipped or passed all the tests. When I ran the example script examples/alignment/gmm-aligner.py I get the error below. ``` sh: gmm-boost-silence: command not found...
1medium
Title: out of vocab words results in neutral sentiment Body: ![image](https://user-images.githubusercontent.com/13018526/84043012-c8989f00-a973-11ea-8bcb-46099955c6d9.png) - death is definitely not positive, at least most of the cases the word death implies sad/ negative emotion - Empathy is strong positive word,...
1medium
Title: 多次合成音色不稳定 Body: 使用了固定的音色,也固定了seed,但多次合成音色很不问题。 一句话按标点分割后,分段流式合成,合成完之后听起来音色不够稳定。 ``` random.seed(seed) np.random.seed(seed) torch.manual_seed(seed) spk = torch.load('****.pt', map_location=select_device()).detach() params_infer_code = ChatTTS.Chat.InferCodeParams( spk_emb=spk, tem...
1medium
Title: docs: hnswlib cosine distance Body: Specify in the documentation of the `HnswLibDocIndex` that 'cosine' refers to cosine distance, not cosine similarity. In the hnswlib documentation they claim it to be similarity, but it actually is distance. I opened an [issue](https://github.com/nmslib/hnswlib/issues/456#issu...
0easy
Title: How to get the hive server error msg? Body: I have a bad sql like `select * from log where concat_ws('-',year,month,day) between 2017-09-13 and 2017-09-19` which should has _2017-09-13_ and _2017-09-19_ surrounded by ''. In beeline, it will result the error msg like > Error: Error while compiling stat...
1medium
Title: Fatal error starting Autokey. 'utf-8' codec can't decode byte 0xd2 in position 0: invalid continuation byte Body: Classification: Bug Reproducibility: Always ## Summary Since this morning, starting autokey-py shows an error dialog and exits: ``` Fatal error starting AutoKey. 'utf-8' codec can't dec...
1medium
Title: 动漫视频 提取帧和合并帧时使用cpu Body: 您好,我在用 real 进行动漫视频画质修复的时候,在提取帧和合并帧的时候,电脑一直使用cpu(有核显)进行编码. 我也在网上进行了一下搜索看时候可以在这个时候不适用cpu来进行提取帧和合并帧指令. 我找到了-hwaccel cuvid -c:v h264_nvenc 网上说ffmpeg可以这样可以使用显卡来进行编码,但是这样使用后就会报错. ![4_$PW1(UK0F8FC)0C$CXCQS](https://github.com/user-attachments/assets/9f3cd5e0-b072-43f7-ba9c-a6e6618e3b45) 我...
1medium
Title: POSTing to the /redirect-to results in 500 internal server error Body: Reproduce either using httpbin's own UI or run `curl -X POST "http://httpbin.org/redirect-to" -H "accept: text/html" -H "Content-Type: application/x-www-form-urlencoded" -d "url=http%3A%2F%2Ffoo.bar&status_code=308"` httpbin responds wit...
1medium
Title: 当注册群组为自己所发出的消息时,无法特定群id Body: 下面这段代码在消息为自己发送的时候无法正常工作。 原因是 msg['FromUserName']为自己的id。 不知道能否在msg增加专门的群id。 在其他一些场景中也遇到如果是自己发送的消息,msg会与别人发的msg信息有很大差别。不好区分的情况。 格式问题sorry。稍微美化了一下。。。。 ``` @itchat.msg_register(itchat.content.TEXT,` isGroupChat=True) def text_replys(msg): taget_chatroom = itchat.search_c...
1medium
Title: Automatically sort query/mutations for introspection and in exported GraphQL schema Body: <!--- 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. --> ## Feature Request T...
1medium
Title: Remove `allow_reuse` Body: ``` PydanticDeprecatedSince20: `allow_reuse` is deprecated and will be ignored; it should no longer be necessary. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.4/migration/ ```
0easy
Title: Nodriver: memory leak on Chromium 122.0.6261.128 Body: The memory consumption increases over time through each URL until all memory (8GB) runs out, initially, my application only consumes around 500MB. My machine: Raspberry Pi 4 with 8GB ram OS: Ubuntu Chromium version: 122.0.6261.128
2hard
Title: [Feature]: Class-dependent label noise simulation Body: ### Problem statement Currently Flair allows to generate only uniform label noise, which does not account for any similarities between the data points in the dataset. Generating class-dependent label noise would allow for a more realistic scenario, in whic...
1medium
Title: Errors occurred when using Naive Bayes for sentiment classification Body: 1. As the question, when I use the Bayesian classifier for emotion classification, due to the excessive amount of data, when the amount of data exceeds 10,000, it will be automatically killed by the system, and there is no problem when the...
1medium
Title: Support `__arrow_c_array__` in viz() Body: It would be nice to be able to visualize any array. Note that this should be before `__geo_interface__` in the conversion steps. You might want to do something like the following to ensure the field metadata isn't lost if extension types aren't installed. ```py i...
1medium
Title: [BUG] bilibili 获取指定用户的信息 一直返回风控校验失败 Body: 平台: bilibili 使用接口:api/bilibili/web/fetch_user_profile 获取指定用户的信息 接口返回: { "code": -352, "message": "风控校验失败", "ttl": 1, "data": { "v_voucher": "voucher_f7a432cb-91fb-467e-a9a3-3e861aac9478" } } 错误描述: 已经更新过config.yaml内的cookie,使用 【获取用户发布的...
1medium
Title: /srv/conda/envs/notebook/bin/python: No module named pip Body: <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description Opening a new issue as a follow-up to the comment posted in https://github....
1medium
Title: Internal shell height should be saved in the settings Body: I think the default height of internal shell is too small. Thx~
0easy
Title: add "email notebook" to GUI Body:
1medium
Title: Setting `ids` in `@parametrize` leads to "ValueError: Only one of ids and idgen should be provided" Body: Using `ids` without setting `idgen` to None explicitly leads to this error. ```python from pytest_cases import parametrize, parametrize_with_cases class Person: def __init__(self, name): ...
1medium
Title: Failed in downloading one of the facial analysis model Body: RuntimeError: Failed downloading url http://insightface.cn-sh2.ufileos.com/models/buffalo_l.zip Reproduce: model = FaceAnalysis(name='buffalo_l')
1medium
Title: [Gradio 5] - Gallery with two "X" close button Body: ### Describe the bug I have noticed that the gallery in the latest version of Gradio is showing 2 buttons to close the gallery image, and the button on top is interfering with the selection of the buttons below. This happens when I am in preview mode, either ...
1medium
Title: gradio canvas won't accept images bigger then 600 x 600 on forgewebui Body: ### Describe the bug I think it's a gradio problem since the problem started today and forge hasn't updated anything ### Have you searched existing issues? 🔎 - [x] I have searched and found no existing issues ### Reproduction ```p...
1medium
Title: How to avoid black padding pixels? Body: Thanks for the great work! I have a question about the face detector module. The README.md mentions that > To avoid deformation, deepface adds black padding pixels according to the target size argument after detection and alignment. If I don't want any padding pix...
1medium
Title: Auto annotation for sectors in chord diagram Body: > Annotation plotting is a feature added in v1.9.0 (python>=3.9). It is not available in v1.8.0. _Originally posted by @moshi4 in [#83](https://github.com/moshi4/pyCirclize/issues/83#issuecomment-2658729865)_ upgraded to v1.9.0 still it is not changing. ...
1medium
Title: Key capture seems broken on Ubuntu 22.04 Body: ### Has this issue already been reported? - [X] I have searched through the existing issues. ### Is this a question rather than an issue? - [X] This is not a question. ### What type of issue is this? Bug ### Which Linux distribution did you use? I've been usi...
1medium
Title: Sweep: add test coverage badge to github project Body: <details open> <summary>Checklist</summary> - [X] `.github/workflows/python-app.yml` > • Add a new step to run tests with coverage using pytest-cov. This step should be added after the step where the tests are currently being run. > • In the new step, us...
0easy
Title: xmlsec==1.3.15 update on March 11/2025 breaks apache-airflow-providers-amazon builds in Ubuntu running Python 3.11+ Body: ### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers Looks like a return of https://github.com/apache/airflow/issues/39437 ``` uname -a Linux airflow-worker-qg8n...
1medium
Title: Error:Tuple from_py overload match problem Body: The following code snippet will result in a compilation error ```python @python def t3() -> tuple[pyobj, pyobj, pyobj]: return (1, 2, 3) @python def t2() -> tuple[pyobj, pyobj]: return (1, 2) @python def t33() -> tuple[pyobj, pyobj, pyobj]: ...
1medium
Title: Trouble Loading a Gated Dataset For User with Granted Permission Body: ### Describe the bug I have granted permissions to several users to access a gated huggingface dataset. The users accepted the invite and when trying to load the dataset using their access token they get `FileNotFoundError: Couldn't find a...
1medium
Title: python-socketio bridge with ws4py Body: what i need. client-machine (python-socketio-client) -> server-1 (python-socketio-server also ws4py-client) -> server-2(ws4py-server) currently 2 websocket connections exists from client to server-1 (socketio) from server-1 to server-2(ws4py) what i hold is server...
1medium
Title: Suggestions for building semantic search engine Body: Hello! I'm looking for suggestions of using BERT (and BERT-as-service) in my case. Sorry if such is off-topic here. I'm building kind of information retrieval system and trying to use BERT as semantic search engine. In my DB I have objects with descriptions l...
1medium
Title: Remove cached-property dependency Body: I think we should remove our dependency on `cached-property`, for a few reasons: - We use a very minimal piece of functionality we can easily replicate and improve upon ourselves. - It isn't type-hinted, and the open issue for it is over a year old with no activity: http...
1medium
Title: gql-cli pagination Body: Looks like https://gql.readthedocs.io/en/latest/gql-cli/intro.html doesn't support pagination, which is necessary to get all results from API calls like GitLab https://docs.gitlab.com/ee/api/graphql/getting_started.html#pagination in one go. Are there any plans to add it?
1medium