text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: generate random ports for multiple protocols in gateway
Body: generate random ports for multiple protocols in gateway.
This will entail the following changes:
parser ports default to None
in flow constructor, and gateway config, we generate ports up to the number of protocols
in jina gateway cli, when displa... | 1medium |
Title: Can not add patch in every axes
Body: <!-- Thanks for helping us make proplot a better package! If this is a bug report, please use the template provided below. If this is a feature request, you can delete the template text (just try to be descriptive with your request). -->
### Description
I try to draw t... | 1medium |
Title: token streaming to stdout
Body: ### Describe the bug
versions after 0.16 verbose streaming
> hi
```
stream result: {
"id": "chatcmpl-897VdZUcQblQ4J5aHRIPfxQLk7Q0K",
"object": "chat.completion.chunk",
"created": 1697184509,
"model": "gpt-4-0613",
"choices": [
{
"index": 0,
... | 1medium |
Title: upgrade to gradio 5.0
Body: gradio 5.0 is out, see: https://huggingface.co/blog/gradio-5 | 1medium |
Title: context_length_exceeded error
Body: I think the message history keeps building up when running the agent over a large loop like:
```
for keyword in keywords:
result = lead_generation_agent.run_sync(user_promt, deps=keyword)
```
because the first iteration runs just fine but after dozen I get this error, wh... | 1medium |
Title: Gemma3
Body: ### System Info
After installing the latest Transformers and reasoning about Gemma 3 video understanding, this error is reported
pip install -q git+https://github.com/huggingface/transformers@v4.49.0-Gemma-3
# -*- coding: utf-8 -*-
"""Let's load the model."""
import torch
from transformers impo... | 2hard |
Title: The provided `peft_type` 'PROMPT_TUNING' is not compatible with the `PeftMixedModel`.
Body: ### Feature request
PROMPT_TUNING is an useful adapter and it would be great if we can combine it with LORA.
### Motivation
Lots of finetunes on consumer grade hardware leverage lora. It would be great we can mix... | 1medium |
Title: GitHub Action fails when loading arcgis package on subprocess
Body: **Describe the bug**
I am getting a subprocess error when trying to run arcgis 2.1.0
Most likely I am doing something wrong within my set-up, any suggestions? It looks to be locked up on gssapi or krb5
error:
```python
error: subprocess... | 1medium |
Title: Warnings about wrong grpc options
Body: **Describe the bug**
<!-- A clear and concise description of what the bug is. -->
```python
Client(host="grpcs://someflow-somens-grpc.wolf.jina.ai").post(on='/', inputs=...)
```
```
E0308 16:59:23.961063922 551261 channel_args.cc:374] grpc.max_send_messag... | 1medium |
Title: Private code to generate test data for geoarrow/deck.gl-layers
Body: There's so much helper code here to create geoarrow-formatted data and validate other attributes, that it would be nice to have a private method to export for test data for the JS lib | 1medium |
Title: 请问可否出一个相对简单的使用教程?
Body: | 0easy |
Title: Dependencies too strict for numpy and scipy
Body: **Issue**
I have a request regarding the dependencies for `mljar-supervised = "0.10.4"`. In particular, my question is whether it would be possible to allow for older versions of `numpy` and `scipy` (maybe in future releases).
I am currently trying to inst... | 1medium |
Title: Agent support multiple exit conditions
Body: **Is your feature request related to a problem? Please describe.**
I'm testing out the new experimental Agent implementation, which feels great (I'm not sure if I should create these issues here or in the haystack-experimental repository).
In my use case, In addition... | 1medium |
Title: Allow violinplot areas to be scaled by count
Body: Currently there are 3 methods to scale a violinplot:
> scale : _{“area”, “count”, “width”}, optional_
> The method used to scale the width of each violin. If `area`, each violin will have the same area. If `count`, the **width** of the violins will be scaled... | 1medium |
Title: Create a `_process_emscripten.py`
Body: See https://github.com/ipython/ipython/issues/14312#issuecomment-1918742541_
It would be good to have a test that check we don't have regression or prevent importing on emscripten
| 1medium |
Title: [Bug] v4.4.0版本,前端不能滚动问题
Body: ### Product Version
v4.4.0
### Product Edition
- [X] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [ ] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [X] All-in-One
-... | 1medium |
Title: Add support for Earthformer
Body: https://github.com/amazon-science/earth-forecasting-transformer | 1medium |
Title: [Bug] Cannot install, spleeter wants llvmlite 0.36.0 while pulling in numba that wants llvmlite 0.37.0
Body: - [X] I didn't find a similar issue already open.
- [ ] I read the documentation (README AND Wiki)
- [X] I have installed FFMpeg
- [X] My problem is related to Spleeter only, not a derivative product (... | 1medium |
Title: set jwt_cookie on signup
Body: First of all, thank you for the lib.
In my case, I need to set the `jwt_cookie` right after the signup. I've already read the docs and the issues too, so I know about the `get_token` decorator but I need a solution to be able to set the cookie.
is there any way to `authenticate... | 1medium |
Title: [tabular] Add target encoding preprocessing option
Body: Add target encoding preprocessing option. Likely best as a toggle for models, such as `"ag.target_encoding": True`.
Examples of target encoding getting performance improvements:
1. Kaggle Playground Series: https://www.kaggle.com/code/theoviel/explai... | 1medium |
Title: Audio preview in dataset viewer for audio array data without a path/filename
Body: ### Feature request
Huggingface has quite a comprehensive set of guides for [audio datasets](https://huggingface.co/docs/datasets/en/audio_dataset). It seems, however, all these guides assume the audio array data to be decoded/... | 1medium |
Title: Add example notebook that adds semantic search to existing system
Body: Use similarity pipeline to add semantic search to Elasticsearch | 1medium |
Title: 要是有能支持list为参数的_type就好了
Body: <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
**Why is this needed**:比如在多层卷积网络中设计卷积通道数,希望一次设计多层,而不是单个层的通道数设计,因为这样会产生很多冗余的不想要的没有价值的参数组合。这样一来,就需要一系列的list来表达这些设计方案。

Body: ### Description
I was trying to modify chain Smart Instruct.
```
agixt-streamlit-1 | File "/app/components/selectors.py", line 73, in prompt_options
agixt-streamlit-1 | websearch = st.checkbo... | 1medium |
Title: Engine crashes
Body: ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Training
### Bug

... | 1medium |
Title: [Feature request] Can SpaceToDepth also add mode attribute?
Body: ### System information
ONNX 1.17
### What is the problem that this feature solves?
Current SpaceToDepth Op https://github.com/onnx/onnx/blob/main/docs/Operators.md#spacetodepth doesn't have attributes to assign the DCR/CRD, and can only support... | 1medium |
Title: Add Hadolint
Body: ## Description
Adding hadolint to pre-commit
## Rationale
Linting Dockerfile. Current lint warnings:
```
Lint Dockerfiles.........................................................Failed
- hook id: hadolint-docker
- exit code: 1
compose/local/django/Dockerfile:10 DL3008 warning... | 1medium |
Title: GPU not using more than 2
Body: Hi. I am trying to train the model.
Currently, I am training the model with the following configurations :
num_threads = 64
batch_size = 2
load_size = 1024
crop_size = 512
In this setting, it only uses 2 gpus.
If I increase the batch size, the number of GPU usage... | 1medium |
Title: Age Prediction being either 0 or 90+
Body: I am currently working on a school project and I have taken deepface's code and compacted the code to only the stuff I needed to predict Age, Gender and Race.
my current code is working fine for Gender and Race, but my age is either 0 or 90+ most of the time, please ... | 1medium |
Title: `strict = False` does not work when the checkpoint is distributed
Body: ### Bug description
When loading a sharded checkpoint with:
```python
fabric.load(ckpt_path, state, strict = False)
```
the `_distributed_checkpoint_load` function called in the `FSDPStrategy` will raise an error if a checkpoint misses ... | 1medium |
Title: Jupyter>>nbviewer slides Fail, notebook view fine
Body: When using the web based iPython Notebook/Jupyter capability, i created a notebook with markdown cells of text and code cells to display the code and plots for matplotlib and bokeh. I then download that as .ipynb open with sublime, copy and paste to git, th... | 1medium |
Title: question: trendline equation
Body: ### Question
Is it possible to extract trendline equation from chart? | 1medium |
Title: MultiselectField is not working (with xlsx format)
Body: **Describe the bug**
In our Django project, we have a model with Multiselectfield, when we import an export from this model, we see that these fields are not loaded.
https://pypi.org/project/django-multiselectfield/
**To Reproduce**
1. Create a model... | 1medium |
Title: [Bug]
Body: ### Product Version
ssh 秘钥连接windows报错
### Product Edition
- [x] Community Edition
- [ ] Enterprise Edition
- [ ] Enterprise Trial Edition
### Installation Method
- [x] Online Installation (One-click command installation)
- [ ] Offline Package Installation
- [ ] All-in-One
- [ ] 1Panel
- [ ] Kube... | 1medium |
Title: training question
Body: Hello! I trained the code 'train_refine.py' without any revise using my own dataset to get the pth file.However,I find the network structure I have got is different from the pretrained model you have provide:pytorch_mobilenetv2.The following image1 is your pretrained model structure and t... | 1medium |
Title: 【BUG】Video example code is not working...
Body: * face_recognition version: 1.3.0
* Python version: 3.9.16
* Operating System: Rocky Linux 9.2 (Blue Onyx) x86_64
### Description
The example `facerec_from_video_file.py` is not running.
Here's the the terminal output...
```bash
$ /bin/python /home/a... | 1medium |
Title: WebGL backend
Body: How complicated it would be to implement a WebGL backend? Assuming we have a `gloo.js` that implements gloo in JavaScript, we'd at least need to export an entire window to a structure with the list of programs, GLSL, variables, data, etc.
Alternatively, we could have another gloo implementat... | 2hard |
Title: Actual query results and Tortoise results inconsistent with filtering using custom SQL annotations
Body: **Describe the bug**
The following demo model outputs SQL that returns multiple results. However, when actually executing the query, Tortoise for unknown reasons only returns one result.
Here is the model... | 1medium |
Title: torch::jit::load error
Body: ### 🐛 Describe the bug
I have done script my model in python, and want load it in c++. It can be confirmed that torch_scatcher and torch_sparse have been successfully compiled.
I can run the following example and get the correct result.
````
#include <torch/script.h>
#include ... | 1medium |
Title: MixVisionTransformer in combination with PAN fails with "encoder does not support dilated mode"
Body: ```
import segmentation_models_pytorch as smp
smp.PAN(encoder_name="mit_b0")
```
raises the exception:
```
ValueError: MixVisionTransformer encoder does not support dilated mode
```
Since the default... | 1medium |
Title: open_dict_of_datasets function to open any file containing nested groups
Body: ### Is your feature request related to a problem?
In https://github.com/pydata/xarray/issues/9077#issuecomment-2161622347 I suggested the idea of a function which could open any netCDF file with groups as a dictionary mapping group p... | 1medium |
Title: In certain situations, it is impossible to enter the method under @crawler.router.default_handler, and the execution ends directly.
Body: code :
```py
async def crawling(urls: List, output_path: str, unique_filter:set) -> None:
# initialize crawler configuration
concurrency_settings = ConcurrencySettings... | 2hard |
Title: About loss in Tensorboard
Body: Hello everyone,
I run the example of Multi-layer perceptron, and visualize the loss in Tensorboard.
Does "Loss" refer to the training loss on each batch? And "Loss/Validation" refers to the loss on validation set? What does "Loss_var_loss" refer to?
![screenshot from 2017... | 3misc |
Title: I can't user user.save() to update the identifies of user
Body: ## Description of the problem, including code/CLI snippet
I use get user and change the identifies of it,but after use user.save(),it not changes.
when i update user's name,it works. but if i update identifies, it not work.
The identifies correct... | 1medium |
Title: labelme2coco.py crash when just contines __ignore__ label
Body: ### Provide environment information
(DET2) D:\FPCs>python --version
Python 3.9.13
(DET2) D:\FPCs>pip list labelme
Package Version Editable project location
----------------------- ------------------ --------------... | 1medium |
Title: 请问llama2-7b的显存要求是多少
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://github.com/ggerga... | 2hard |
Title: The error was: Failed to connect to localhost port 8988: Connection refused
Body: Hi! Thanks for using Jupyter Notebook Viewer (nbviewer) and taking the time to report a bug you've encountered. Please use the template below to tell us about the problem.
If you've found a bug in a different Jupyter project (e.... | 1medium |
Title: make typecheck failing
Body: ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
I'm trying to commit a change and the pre-commit hook make typecheck is failing on various bits of v1 code. I reverted my changes and ran the check - same result, so not sure how others are managing to c... | 2hard |
Title: Extract features of a word given a text
Body: I am interested in getting the features of only one word in a text, but the current implementation gives the features of all the words in the text. I guess this makes the computations much slower, so I would like to simplify the implementation. Is this possible?
T... | 1medium |
Title: How to use xlnet to guess a word in a sentence
Body: I am wonder how to use the xlnet to guess a word in a sentence. | 1medium |
Title: IUserUpdate should have id of UUID
Body: https://github.com/jonra1993/fastapi-alembic-sqlmodel-async/blob/a11c40077ec0bad51508974704d3343d187557a1/fastapi-alembic-sqlmodel-async/app/schemas/user_schema.py : 37 | 1medium |
Title: Update script to download chromedriver from the newer location (on version 121+)
Body: ## Update script to download chromedriver from the newer location (on version 121+)
The Chromedriver team is starting to switch `chromedriver` storage from `https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/` to `... | 1medium |
Title: Ability to add custom imports
Body: **Is your feature request related to a problem? Please describe.**
Can't customize my template to add new imports
**Describe the solution you'd like**
New argument `additional_imports` in `generate` function which adds additional imports to final rendered template
**De... | 1medium |
Title: The prediction results of the segmentation model are strange
Body: ### 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
##... | 1medium |
Title: Add option to scrub all region tags in Exif information when using "delete face"
Body: **Describe the enhancement you'd like**
I have some pictures that have (wrong) face areas defined from a previous version of digikam - would it be possible to scrub the EXIF info from all face info when using "delete face"? It... | 1medium |
Title: Error while trying to even install numpy
Body: error: subprocess-exited-with-error
× Building wheel for numpy (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [271 lines of output]
Running from numpy source directory. setup.py:67: DeprecationWarning:
`numpy.d... | 2hard |
Title: msg['ActualNickName']乱码
Body: 昨天还好好的,今天就变成了乱码,找不到原因所在,来求助
| 1medium |
Title: Cutter tools create leftovers in plotter
Body: It seems some (all?) cutter tools create some leftovers in the plotters that get picked up by subsequent cutting operations | 1medium |
Title: Filename is an empty string or file not able to be loaded
Body: I get this error with even the simplest csv input file
```
a,b
1,2
3,4
```
providing full path to the filename, using and specifying different separators... nothing seems to work. | 1medium |
Title: Cannot save MQTT input configuration changes
Body: I am using Mycodo 8.9.0. Whenever I add an MQTT input, click the (+) sign and then click "Save" - no changes made at all - I receive the following error :
Error: Modify Input: '<' not supported between instances of 'NoneType' and 'float'
The error happens ... | 1medium |
Title: Mention NVIDIA non-commercial in top LICENSE section
Body: Could you mention NVIDIA license, which is written in encoders/mix_transformer.py, in the top LICENSE section?
This can cause a problem for commercial use including Kaggle, in which the competition rule often requires commercial use. I misunderstood t... | 1medium |
Title: Swagger's preauthorize_apikey feature
Body: Currently there is no "flask_restx" way to use the Swagger ``preauthorize_apikey`` feature. (You can always patch the javascript returned by apidoc using the Api.documentation decorator, but it seems to be the worst way to do it)
We needed this feature, in order to ... | 1medium |
Title: Missing 'url' key raises uncaught KeyError on coveralls.io 503 response
Body: Could not reproduce with `coveralls debug` as coveralls.io had evidently fixed its server-side error by this time. Traceback from original run below:
```
Submitting coverage to coveralls.io...
Coverage submitted!
Failure to submit da... | 1medium |
Title: Change folder strucutre from `src` to module name
Body: [//]: # (
. 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
... | 1medium |
Title: Invalid comparison between dtype=timedelta64[ns] and float64
Body: Traceback (most recent call last):
File "/opt/conda/lib/python3.11/site-packages/pandas/core/arrays/datetimelike.py", line 935, in _cmp_method
other = self._validate_comparison_value(other)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... | 2hard |
Title: Anyone successfully run a US benchmark yet? There seem to be a bug with US version, instrument variable got evaluated to NAN.
Body: ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. take any yaml file under examples... | 1medium |
Title: Add messages support
Body: ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I would like to display feedback to users after a form submission, not just error messages. This would allow for warnings and success messa... | 1medium |
Title: [Discussion] Desktop Application 🖥
Body: I've been looking into different technologies for making Rust desktop applications because that's personally something I want to get into. I think that [Flutter](https://flutter.dev) is one of the most promising GUI frameworks around right now, and I just yesterday disc... | 3misc |
Title: 请求接入公募基金净值数据接口(fund_nav)
Body: 你好管理员,
新近注册Tushare,承蒙照顾,以博士在读身份获得了千余的初始积分。但还是厚颜地想再请求一下。
我在做一些个人投资,想提取场外公募基金的净值数据,稍微做一些均线分析。说来惭愧,我也是2020年底入市的这批韭菜之一。单就这个接口,需要2000积分,想问问有没可能再补个500积分。或者有没有别的解决办法。
ID: 435618. | 0easy |
Title: Problem with save_draw_features
Body: <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.38.5
- Python version: 3.10.13
- Operating System: Ubuntu 22.04
### Description
```
{
"name": "ValueError",
"message": "Assigning CRS ... | 1medium |
Title: Mermaid Crashes If trying to draw a large pipeline
Body: Thanks in advance for your help :)
**Describe the bug**
I was building a huge pipeline, 30 components and 35 connections, and for debugging proposes I wanted to display the diagram, but both .draw() and .show() methods failed. It still works with small... | 1medium |
Title: [Fabric Lightning] Named barriers
Body: ### Description & Motivation
To prevent ranks losing alignment due to user error -- it would be beneficial to have named barriers with lightning allowing nodes to move forward only if same barrier name is met.
### Pitch
For example:
```
if fabric.global_rank... | 2hard |
Title: Payment modul
Body: I have a question about creating a payment module for one of the operators.
The operator I want to integrate requires that POST data to the transaction log after it returns a token for further authorization.
One of these data is OrderId, which can be sent only once to the payment system.
A... | 1medium |
Title: Choices Property Does Not Work For JSON List
Body: When defining choices for a list in the JSON data input, validation does not work. This is true if type is `list` or if type is `str` and action is `"append"`.
### **Code**
```python
import flask
from flask_restx import Api, Namespace, Resource
from flas... | 1medium |
Title: vocoder.pt drive link is not working.
Body: Getting 404 error while trying to download the vocoder model for the drive link: https://drive.google.com/uc?ixd=1cf2NO6FtI0jDuy8AV3Xgn6leO6dHjIgu | 0easy |
Title: transformer2.2.2 加载参数失败
Body: 直接加载会报错
OSError: Model name '/Users/wonbyron/bert/chinese_roberta_wwm_large_ext_pytorch/' was not found in model name list (bert-base-uncased, bert-large-uncased, bert-base-cased, bert-large-cased, bert-base-multilingual-uncased, bert-base-multilingual-cased, bert-base-chinese, ber... | 1medium |
Title: using pytorch training reference script with pytorch-metric-learning
Body: Hi @KevinMusgrave !
I have recently been using the reference scripts pytorch provides to train my models (which is wonderful btw) BUT, I would love to use pytorch-metric-learning with this reference script.
The training script and b... | 1medium |
Title: Feature Request: Expose agent errors in the TRMM console
Body: **Is your feature request related to a problem? Please describe.**
The `agent.log` has some errors that indicate possible problems but you don't know they are problems until you work with that specific agent.
**Describe the solution you'd like**
... | 1medium |
Title: TypeError From ProfileReport in Google Colab
Body: ### Current Behaviour
In Google Colab the `.to_notebook_iframe` method on `ProfileReport` throws an error:
```Python
TypeError: concat() got an unexpected keyword argument 'join_axes'
```
This issue has been spotted in other contexts and there are que... | 1medium |
Title: Outdated documentation
Body: Most of the examples provided in your documentation do not seem to be functioning correctly. Even on your website’s first page, under the “Quick Start” section (https://haystack.deepset.ai/overview/quick-start), there appears to be an error regarding the “PredefinedPipeline.” The lin... | 1medium |
Title: [BUG]image classification doesn't work
Body: Ubuntu 20.04
autogluon 1.0.0
My original train_df had column labels 'img' and 'lbl'. This code failed:
```
from autogluon.multimodal import MultiModalPredictor
predictor = MultiModalPredictor(label='lbl', problem_type='multiclass', presets='medium_quality'... | 1medium |
Title: [BUG] Investigate Azure issue
Body: ### What would you like to share or ask?
From a user feedback:
We’re having some odd issues with Taipy App deployment. The Taipy App uses the Taipy framework and has an external connection (i.e., Azure Cosmos).
1. Create WebApp and Deploy Taipy App using Azure CLI
... | 2hard |
Title: Use correct library versions in requirements.txt
Body: Datastream.io is not working because some of the library dependencies are not set to the correct version (tornado and elasticsearch in my case).
Here is the pip freeze (python3.5) of the fully working datastream.io:
`bokeh==1.3.0
dateparser==0.7.1
-e ... | 1medium |
Title: Internet not detect
Body: ## Mycodo Issue Report:
- Specific Mycodo Version: 7.4.2
#### Problem Description
Please list: Internet is not detected even if internet is accessible.

Eth0 connec... | 1medium |
Title: How to create a tensor variable on the chief worker?
Body: I need a scalar variable to count something. In parameter server mode, I created it on the first ps node and all the workers can run `add_op` to update it. It works fine.
```
with tf.device('/job:ps/task:0/cpu:0'):
var_for_count = tf.get_variable('c... | 1medium |
Title: How to run bot with mutliple users ?
Body: Hello,
I install "Bot" and "Web UI" both and then they work pretty good now. Because I saw the top right corner of the design of [my web page](http://imgur.com/UhKua95) showing "Bots", I wonder if we can run more bots and display on the same page? | 1medium |
Title: sgl-kernel for aarch64
Body: Hello,
Thank you very much for your great work on SGLang!
I was wondering if it would be possible to release wheels for `sgl-kernel` for aarch64 (the one on pypi right now only supports x86_64). Alternatively, it would be very helpful if you could provide instructions on how to bui... | 1medium |
Title: Wrong Type for FileField based fields in POST type bodies
Body: **Describe the bug**
If I have a model with a models.FileField field, the type of this field is 'url' since the GET Request would include a url to the image, which is right. But when doing post requests, you don't have to provide an url but an file... | 1medium |
Title: download language model
Body: ### Is your feature request related to a problem? Please describe.
i need to download language model when use local. but disk space available
How to change the download path ?
Download to `C:\Users\z\AppData\Local\Open Interpreter\Open Interpreter\models`?
[?] (Y/n): y
... | 1medium |
Title: Validation of User Input for Port and URL (Lines 138, 139)
Body: https://github.com/jofpin/trape/blob/6baae245691997742a51979767254d7da580eadd/core/trape.py#L138C4-L138C37
**Potential Issue:** User inputs for the `port` and `URL` fields are currently not validated, which could lead to errors or potential secu... | 1medium |
Title: Building online APIs from pipelines with scripts/notebooks
Body: we only support exporting online APIs from pipelines with Python functions | 1medium |
Title: What is the origin of time for predict function?
Body: Based on the docs:
> If samples are ordered according to their predicted risk score (in ascending order), one obtains the sequence of events, as predicted by the model. This is the return value of the predict() method of all survival models in scikit-surv... | 1medium |
Title: Fritzboxtool: wlan with Fritzbox 5690pro
Body: ### The problem
Some actions doesnt work correctly:
Swiching wifi 5 ghz on or off applies to 6 ghz band
Action for the 5ghz band are missing. This box supports 5, 6 and 2.4 ghz but you can only swich 2 bands.
Furher feature request: I would like to limit the wifi ... | 1medium |
Title: Exception raised in arguments coercer doesn't returns expected error
Body: * **Tartiflette version:** 0.8.3
* **Python version:** 3.7.1
* **Executed in docker:** No
* **Is a regression from a previous versions?** No
SDL example:
```graphql
directive @validateLimit(
limit: Int!
) on ARGUMENT_DEFINITIO... | 1medium |
Title: Dark mode / custom CSS for Sanic's own output
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Sanic currently creates error pages and assuming that PR #2662 is merged will be producing file listings wit... | 1medium |
Title: Bug: order of types in openapi spec is not consistent in json rendering
Body: ### Description
We are seeing the order of types change in openapi generation, which makes comparing golden versions of the openapi spec problematic. I think the specific problem we are seeing comes from https://github.com/litestar-o... | 1medium |
Title: Update project docs to point to Github discussions instead of Spectrum
Body: Starting August 2021 Spectrum will become read-only and its sprit lives on as GitHub Discussions.
Readme, issue template and website should be updated to direct users to discussions page, and announcement should be made on spectrum a... | 1medium |
Title: Center word with negative polarity
Body: Hello,
Why does the word have negative polarity. ? | 1medium |
Title: Server default not matching for `func.now()` with SQLite
Body: My model has
```python
created = Column(DateTime, server_default=func.now())
```
And every time I invoke `autogenerate` with `compare_server_default=True` on sqlite, it generates the same migrations that do nothing:
```python
def upgrade... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.