text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: CI test linux://python/ray/data:test_numpy_support is flaky
Body: CI test **linux://python/ray/data:test_numpy_support** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8496#01952c44-0d09-482f-a6f3-aa6493261d16
- https://buildkite.com/ray-project/postmerge/builds... | 1medium |
Title: `edit_polygons` unable to transform CRS correctly
Body: <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.38.8
- Python version: 3.10.12
- Operating System: Ubuntu 20.04.6 LTS
### Description
This issue is similar to #920. ... | 1medium |
Title: 反应个问题
Body: 语言云的在线演示功能,经常性的崩溃,想看个例子都不行,好几天了都是这样,这两个月不知道碰到多少种这种情况了。希望及时处理!

| 1medium |
Title: [Nodriver] Features
Body: Consider adding to nodriver some features:
1. For `Element` implement same methods like for tab (`select`, `select_all`, if possible also `find`)
2. For `send_keys` add cdp commands like `keyDown`, `keyUp`. It will mimic events from real keyboard as they are not fired when simply send... | 1medium |
Title: Move themes out to separate files
Body: All current themes are defined inside a `theme.py` module. It looks like the next:
```
elif theme == "midnight":
# {{{ midnight
# Based on XCode's midnight theme
# Looks best in a console with green text against black background
pale... | 1medium |
Title: Unexpected Output Channel Reduction in skimage.transform.rescale without Explicit channel_axis
Body: ### Description:
When using the `skimage.transform.rescale` function to downscale an RGB image without explicitly specifying the `channel_axis`, the output image unexpectedly has two channels instead of the st... | 2hard |
Title: Missing dependencies between tasks if Airflow Task Group is empty
Body: ### Apache Airflow version
2.10.5
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Airflow is not honouring the task dependecies for a task if the parent is empty task group
### What you think shou... | 1medium |
Title: Add zip join to combine fixtures
Body: Consider this issue as a feature request please. I suggest to add more flexibility to how parameters for tests are combined. In pytest tests are executed for each combination (cartesian product) of all parameters. I was glad to find fixture_union in pytest cases that introd... | 1medium |
Title: Try using orjson, or adding support for orjson, to the base JSONContent
Body: https://github.com/ijl/orjson | 1medium |
Title: GRADIO_SSR_MODE is not documented
Body: ### Describe the bug
The environment variable `GRADIO_SSR_MODE` is **not** documented in https://www.gradio.app/guides/environment-variables but referenced on these two lines: https://github.com/gradio-app/gradio/blob/3a6151e9422cc3b02b6e815cb5c72f59bebc60c7/gradio/blocks... | 0easy |
Title: AI Studio import paddlehub报错
Body: 欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleHub和PaddlePaddle版本:请提供您的PaddleHub和PaddlePaddle版本号,例如PaddleHub1.4.1,PaddlePaddle1.6.2
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本
- 复现信息:如为报错,请给出复现环境、复现步骤
PaddlePaddle 1.8.4
paddlehub 2.2.0... | 1medium |
Title: Pandas Integer Type Doesn't Convert in Dataset
Body: ### What happened?
Converted a Pandas `DataFrame` containing a column of type `pandas.Int64Dtype()` into an Xarray `Dataset`. The data variable doesn't get converted to an Xarray compatible type:
```
Data variables:
0 (dim_0) Int64 27B <class ... | 2hard |
Title: Plugin: 用户
Body: ### PyPI 项目名
nonebot-plugin-user
### 插件 import 包名
nonebot_plugin_user
### 标签
[]
### 插件配置项
_No response_ | 1medium |
Title: Option to disable magic surrounding __init__ and __new__?
Body: #### Problem Description
I'm trying out pdoc for the first time, and was getting frustrated and confused by all the magic handling around the `__init__` and `__new__` methods, so I spent a lot of time playing with the code to figure out how it wo... | 1medium |
Title: Which hyperparameters are suitable for me?
Body: ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
Hello. I've a... | 2hard |
Title: here I have error when I run your project in my Mac machine
Body: Last Error Received:
Process: VR Architecture
If this error persists, please contact the developers with the error details.
Raw Error Details:
ValueError: "zero-size array to reduction operation maximum which has no identity"
Traceba... | 2hard |
Title: [BUG] No module named 'reco_utils'
Body: ### Description
Error `No module named 'reco_utils'` in docker test
https://github.com/microsoft/recommenders/tree/main/tools/docker
```
$ docker run -it recommenders:cpu pytest tests/unit -m "not spark and not gpu and not notebooks"
ImportError while loading c... | 1medium |
Title: In Oct 2023 - drop support for k8s 1.23
Body: This is an issue to help us remember the policy (see #2591, #2979, #3040) to allow ourselves to drop support for k8s versions as long as major cloud providers has stopped supporting them.
k8s | [GKE EOL](https://endoflife.date/google-kubernetes-engine) | [EKS EOL]... | 1medium |
Title: SA kernel missing model attribute
Body: Trying to load an MCMC run using an SA kernel into `arviz`, I ran into this issue:
```
def test_model(...)
...
kernel = SA(test_model)
mcmc_test = MCMC(kernel, ...)
mcmc_test.run(...)
data_test = az.from_numpyro(mcmc_test)
```
which raises...
```------... | 1medium |
Title: [FEATURE] Upgrade nni and scikit-learn
Body: ### Description
<!--- Describe your expected feature in detail -->
- Upgrade nni from current version (1.5) so that we can use scikit-learn>=0.22.1
- Add nni back to the core option of the pypi package
| 1medium |
Title: Why is first so slow for default SQLAlchemyConnectionField
Body: ```
requests_monitor = SQLAlchemyConnectionField(
RequestConnection,
request_name=String(),
...
)
def resolve_requests_monitor(self, info, **args):
query = RequestNode.get_query(info)
query = query.jo... | 1medium |
Title: Additional open AI configuation options for editor AI chat and code completion
Body: ### Description
Adding gitlab issue as per discord conversation at https://discord.com/channels/1059888774789730424/1349354519284289536
Setup config `.toml` to add additional optional keywords for httpx session that the openai... | 1medium |
Title: Image Mask is not working since update
Body: ### Describe the bug
When using stroke in the image mask to mask an area, it stops and not making any mask. this is a issue since gradio 5.12.0
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```pytho... | 1medium |
Title: LightningCLI, WandbLogger and save_hyperparameters() inconsistencies
Body: ### Bug description
There are issues when using WandbLogger from a LightningCLI configuration. First, full configuration is not automatically forwarded to the kwargs of the WandbLogger, so configuration is not automatically saved.
T... | 1medium |
Title: Default to first cell or prefix a new cell for parameters
Body: When a user doesn't specify a parameter tag cell it would be nice if papermill defaulted to some sane logical setting. Nominally parameterizing the beginning of the notebook seems reasonable and would make adoption of existing notebooks quicker when... | 1medium |
Title: Unable to load transformer.wmt18.en-de
Body: ## 🐛 Bug
Loading transformer.wmt18.en-de` from the hub fails despite working in #1287.
The checkpoint has to be specified manually (otherwise a different error appears because `model.pt` does not exist in the archive) but that errors as well.
### To Reproduce
... | 2hard |
Title: Type annotation `def f(a: List[int])` not working in codon.jit decorated function
Body: The code
```
import codon
@codon.jit
def f(a: List[int]):
return len(a)
```
raises a `NameError: name 'List' is not defined`, while the same function definition works fine in a pure codon program. Also, other type ... | 1medium |
Title: CI test linux://doc:doc_code_cgraph_profiling is consistently_failing
Body: CI test **linux://doc:doc_code_cgraph_profiling** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/8711#01956a36-520a-4bea-a351-c4b739770614
- https://buildkite.com/ray-project/postmerge/b... | 1medium |
Title: Change features_only to feature_defs_only
Body: When looking at the [DFS](https://featuretools.alteryx.com/en/stable/generated/featuretools.dfs.html#featuretools-dfs) call, I feel that the `features_only` option is misleading. Setting this to `True` only returns definitions and not the feature matrix. So I belie... | 0easy |
Title: Only display observed categories in legend
Body: Hi,
This is a feature request
**Current behaviour**
When plotting with a `pd.CategoricalDtype(categories=categories)` column as `hue` or `style`, all the elements in `categories` are displayed in the legend, even the categories that don't appear in the data.
... | 1medium |
Title: The drop table operation does not trigger the before_drop and after_drop events
Body: **Describe the bug**
The `table.drop` and `op.drop_table` operation does not trigger the `before_drop` and `after_drop` events.
**To Reproduce**
Create function as follow:
```
@event.listens_for(Table, "before_drop")
de... | 1medium |
Title: Remove ultralytics dependency
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
I am using python 3.6.9 version a... | 1medium |
Title: Trade Updates
Body: Question on this part of the algorithm:
```python
if event == 'fill':
if data.order['side'] == 'buy':
position.update_total_shares(
int(data.order['filled_qty'])
)
else:
position.upda... | 1medium |
Title: Support bybit candles -> is closed
Body: **Is your feature request related to a problem? Please describe.**
NO
**Describe the solution you'd like**
I would like to store only confirmed data from bybit.
**Describe alternatives you've considered**
Add following to bybit.py
def __init__(self, candle... | 1medium |
Title: [Trio] Task groups are marked inactive early
Body: Code:
```py
import anyio
async def second():
print("This never happens")
async def first(tg):
await anyio.sleep(0)
await tg.spawn(second)
async def main():
async with anyio.create_task_group() as tg:
await tg.spawn(f... | 1medium |
Title: Weibull distribution
Body: I got ValueError: Expected parameter scale (Tensor of shape (32, 96, 1)) of distribution Weibull(scale: torch.Size([32, 96, 1]), concentration: torch.Size([32, 96, 1])) to satisfy the constraint GreaterThan(lower_bound=0.0), but found invalid values:tensor([[[ 3.9661e-30],[ 1.2568e+01]... | 2hard |
Title: [Question] Seed variable in analyze function
Body: Hi, I am using the sobol analyze (https://salib.readthedocs.io/en/latest/_modules/SALib/analyze/sobol.html#analyze) I would like to know, what is the purpose of variable seed in the sobol analyze?
Thank you! | 3misc |
Title: TFLearn model not predicting when using gunicorn
Body: I have the following class as part of my project:
class LSTMSentimentClassifier(SentimentClassifier):
def __init__(self, model_name: str, model_location: str, wordvec_model_location: str, lexicon_location: str):
super(LSTMSentimentClassi... | 2hard |
Title: [BUG] - Exception: Invalid Response
Body: I am trying to use with Django, it was working last week, but now it is showing an error with ``` Exception: Invalid Response ```.
I upgrade the API too. via ``` pip install TikTokApi --upgrade ```. but still showing exception.
Here's the code
```
API = TikTokAp... | 2hard |
Title: Warning in EDA
Body: During the analysis of `robert` dataset from OpenML:
```py
Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an e... | 0easy |
Title: Manaphy evolution trigger
Body: There is no evolution trigger for Manaphy, evolution-chain/250 and pokemon/490
(It should be, being grown up with a ditto with him)
| 1medium |
Title: Lost remote browser access
Body: Not sure what happened but cannot access mycodo through the browser anymore and get this error message:
Version: 8.12.9
Database: 0187ea22dc4b
Model: Raspberry Pi 3 Model B Rev 1.2
Release:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release... | 2hard |
Title: Support "ls" command and endpoint definitions
Body: I've been using this program for a few days now and overall I love it. I'm using it to test endpoints while developing my API.
One issue I have however is that whenever I type `cd`, my muscle memory kicks in and I immediately follow with an `ls` out of habit. ... | 1medium |
Title: `ImportError: Module "drf_yasg.generators" does not define a "OpenAPISchemaGenerator" attribute/class` after upgrading DRF==3.14.0
Body: # Bug Report
## Description
After update Django Rest Framework to 3.14.0, Django did not start, because drf-yasg raise exception `ImportError: Could not import 'drf_yasg.... | 2hard |
Title: DataFrame's column names display Unicode
Body: # DataFrame's column names display Unicode
I am using JupyterLab. I encountered an encoding problem when importing a data set. The column names of the DataFrame contain Chinese, but the Chinese is displayed as Unicode. The strange thing is that the value of the fie... | 1medium |
Title: There are two instances of different models. If one instance executes db.session.commit (), the other instance immediately print (obj .__ dict__) will be empty.
Body: ---
### Expected behavior
model .__ dict__ Fields where data can be obtained
```sh
root@c57f84919524:/webroot# python manage.py shell
>>>... | 2hard |
Title: dash_table.DataTable. When fixed_rows={'headers': True, 'data': 0}, the table gets distorted
Body: When fixed_rows is set to headers = True the page does not resize and is by default distorted (see image on the right with False value compared with the image on the left with True). I use latest version of dash, ... | 1medium |
Title: training using own data [
Body: <!-- Please respect the title [Discussion] tag. -->
Hi, if i want to use another my own dataset of songs instead of musdb18, whats the steps i should do in using spleeter? | 1medium |
Title: Insert / Update Hive Query failing.
Body: I am facing this issue with pyHive. I have connected to Hive on EMR as follows
```from pyhive import hive
config = {'hive.txn.manager':'org.apache.hadoop.hive.ql.lockmgr.DbTxnManager',
'hive.support.concurrency': 'true',
'hive.enforce.bucketing': '... | 2hard |
Title: [BUG] `use_arrow_dtype` doesn't work when read a directory path for `read_parquet`
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
`use_arrow_dtype` doesn't work when read a dire... | 1medium |
Title: Where is 28x28 mask to binary mask conversion
Body: I am a beginner in Mask-RCNN. The model predicts a 28x28 segmentation mask then converted to a binary mask of coordinates of the original image to superimpose on it. I cannot understand what code does that job? Kindly guide. | 1medium |
Title: Addon error: Flow is not killable
Body: #### Problem Description
~~~
> mitmproxy -r sky-phone-login.txt
Errors logged during startup:
Addon error: Flow is not killable.
Traceback (most recent call last):
File "mitmproxy\addons\disable_h2c.py", line 41, in request
File "mitmproxy\addons\disable_h2c.py", line... | 1medium |
Title: AttributeError: 'str' object has no attribute 'decode'
Body: When I ran 'saving.load_weights_from_hdf5_group_by_name(f, layers)',which is the line 2135 of mrcnn/model.py,the AttributeError raised as: 'str' object has no attribute 'decode' | 1medium |
Title: Memory accumulation on the GPU - and a Fix!
Body: I experienced OOM with very big datasets and realised the images were accumulating on the GPU. After a lot of digging I found that here:
https://github.com/nerfstudio-project/nerfstudio/blob/702886b213a5942b64250b3c4dc632e62237a511/nerfstudio/data/datamanagers... | 1medium |
Title: basculin is not found
Body: - Provide a clear description of the issue.
There is no entry for basculin - pokemon number 550.
- Provide a clear description of the steps to reproduce.
1. Search for basculin https://pokeapi.co/api/v2/pokemon/basculin
2. Returns undefined
- Provide a clear description of th... | 1medium |
Title: Is there any request quota limit per IP to httpbin.org/status ?
Body: I am writing a small js/html5 app to monitor my internet connection. For this I need to "ping" an external service to check if the device is connected to the internet. Httpbin/status/200 seems to be just what I was looking for, however my app ... | 1medium |
Title: html.Script not rendering the javascript code
Body: Hi,
I'm trying to run a javascript code wrapped in `html.Script`. But it's not rendering the JS code.
```
recharts_js = """
const { BarChart, Bar, XAxis, YAxis, Tooltip, Legend, CartesianGrid, ResponsiveContainer } = Recharts;
const data = [
{ dmu: ... | 2hard |
Title: Change in the Neighbours widget
Body: @BlazZupan started a discussion about the Neighbours widgets. He basically, wanted an output Data with distances to *all* data instance, and overlooked that he can achieve the same effect by unchecking the checkbox that limits the number of neighbours.
Here are some notes... | 1medium |
Title: uint16 SegmentationMapOnImage
Body: I think it is quite common to encode masks using uint16, therefore I would suggest to enable this format for the `SegmentationMapOnImage` class.
It seems like this format is not supported yet: https://github.com/aleju/imgaug/blob/69ac72ef4f2b9d5de62c7813dcf3427ca4a604b5/img... | 1medium |
Title: Support sqlite database urls relative to project path.
Body: When developing it makes sense to have the database file in the local repository directory, to have a `dev.env` which is valid for all developers it needs to be relative..
I have been doing hacks in settings.py to get around it for a few years now ... | 1medium |
Title: [DOCS] Encounter ValueError When Following User Guide Annotation Label Schema
Body: ### URL(s) with the issue
[User Guide: annotation label schema](https://docs.voxel51.com/user_guide/annotation.html#label-schema)
### Description of proposal (what needs changing)
**Description of Error**
I encountered ... | 1medium |
Title: Getting 403 while connecting to websocket
Body: I have used python-socketio with FastAPI & Uvicorn as server, But when I try to connect to socket using the below mentioned URL getting 403 as response
Dependency:
python-engineio 3.14.2
python-socketio 4.6.1
uvicorn 0.22.0
fastapi ... | 1medium |
Title: Network and config issues when starting jupyterhub
Body: I have a working jupyterhub installation (based mostly on Andrea Zonca's instructions [https://zonca.github.io/2016/04/jupyterhub-sdsc-cloud.html] and it worked flawlessly for a machine-learning workshop. However, I now want to upgrade to using jupyterlab ... | 2hard |
Title: create table + reflection for parenthesis around server defaults that contain spaces, all DBs
Body: ### Describe the bug
When using `metadata.reflect` on a sqlite3 table with a "_timestamp_" column defined as:
`timestamp DATETIME NOT NULL DEFAULT (datetime(CURRENT_TIMESTAMP, 'localtime'))`
the resulting metadat... | 1medium |
Title: loftq_utils.py depdends on huggingface_hub.errors, which doesn't appear in some versions of huggingface_hub
Body: ### System Info
loftq_utils.py refers to huggingface_hub.errors
Should the requirements.txt include huggingface_hub?
I have huggingface_hub version 0.19.4 and it does not have huggingface_hu... | 1medium |
Title: ChatterBot
Body: Can I know what all are the advantages and disadvantages of using ChatterBot to build a bot? | 3misc |
Title: cache in nfs error
Body: ### Describe the bug
- When reading dataset, a cache will be generated to the ~/. cache/huggingface/datasets directory
- When using .map and .filter operations, runtime cache will be generated to the /tmp/hf_datasets-* directory
- The default is to use the path of tempfile.tempdir
... | 2hard |
Title: Patch To Embedding correct?
Body: In line 95 of ViT [[self.patch_to_embedding = nn.Linear(patch_dim, dim)]]
Is it supposed to be a nn.Linear layer? I believe its a learnable tensor. The paper says "E is a trainable linear projection that maps each vectorized patch to the model dimension D". Yannic also referred... | 1medium |
Title: Multiple authentication/authorizations
Body: Hi there, wondering how does one auhenticate and authorize a route. I'm doing this way:
```
@router.get('auth/', auth=[AuthBearer(), account_required], response=UserSchema)
def user_detail(request):
return request.user
```
Where `AuthBearer` is a class tha... | 1medium |
Title: Fix Travis / tests
Body: https://travis-ci.org/jakubroztocil/httpie/jobs/385658131#L598-L616 | 1medium |
Title: ci maintenance: queue workflows or jobs with new GitHub workflow `concurrency` option?
Body: I think this GitHub workflow thingy can be really useful. It makes two workflows being triggered not run in parallell if they are within the same group. This will make us queue workflows in sequence.
```yaml
concurre... | 1medium |
Title: Distributed LDA Connection refused - Dispatcher host is always 127.0.0.1
Body: ## Problem description
I am trying to run the distributed LDA on multiple machines. Following this tutorial: https://radimrehurek.com/gensim/models/lda_worker.html
Setup is working but once I run the distributed lda I get the fo... | 2hard |
Title: searching metod
Body: ### 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/)
### Is your feature request related to a problem? Please describe.
https://docs.cvat.ai/docs/manual/advanced/search/
... | 1medium |
Title: Dependabot can't resolve your Python dependency files
Body: Dependabot can't resolve your Python dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
```
ERROR: ERROR: Could not find a version that matches mplfinance>=0.12
Skipped pre-versions: 0.1... | 1medium |
Title: Create & Add another IP address on interfaces is not working correctly
Body: ### Deployment Type
Self-hosted
### Triage priority
N/A
### NetBox Version
V4.1.7
### Python Version
3.12
### Steps to Reproduce
1.add IP address to a interface..
2. click create & add another.
3. add ip address details and ... | 1medium |
Title: DoesNotExist at /en/software/features - Language matching query does not exist.
Body: ## Steps to Reproduce
I did a clean install, following the docker guide for setting up a docker production instance (used the default docker-compose).
**Expected results:**
enter ip:port and access the WebUI with default... | 2hard |
Title: pro_bar获取不到50ETF数据
Body: Hi Jimmy,
在尝试用pro_bar获取50ETF数据(华夏基金的:510050.SH)时,返回为None
代码如下:
pro = ts.pro_api('my token')
df = ts.pro_bar(pro_api=pro, ts_code='510050.SH', adj='qfq', start_date='20180101', end_date='20181011',asset='fd')
print(df)
返回为None (注意,asset='i','e','fd'都分别试过,都返回是None)
问题:
1、pro_bar是... | 1medium |
Title: Crashes when executing model quantification on Deeplabv3
Body: # Bug Report
### Is the issue related to model conversion?
No
### Describe the bug
I want to perform INT8 precision inference on the Deeplabv3 model on the CPU. I first quantified the model, but during execution, I threw NotImplemented: [ONNXRuntim... | 2hard |
Title: History of executed notebooks
Body: Get history of last executed notebooks | 1medium |
Title: Route order problem.
Body: At present, we define route as follows:
```python
route = {'/movies/?page=1': '/html/gndy/dyzz/',
'/movies/?page=:page': '/html/gndy/dyzz/index_:page.html',
'/movies/': '/html/gndy/dyzz/'}
```
The problem is the ordering.
Use tuple... | 0easy |
Title: faa 命令行初始化项目时有点版本依赖的问题
Body: fastapi-user-auth 0.5.0 requires fastapi-amis-admin<0.6.0,>=0.5.0, but you have fastapi-amis-admin 0.6.1 which is incompatible. | 2hard |
Title: How to use jwt tokens in django-oauth-toolkit without adding to the database?
Body: I have been working on separating the authorization server and the resource server using django-oauth-toolkit. Also I wrote my jwt token generator:
```
from rest_framework_simplejwt.tokens import RefreshToken
def my_acces_... | 1medium |
Title: AttributeError: 'WorkerController' object has no attribute 'slaveinput'
Body: I recently upgraded from pytest-xdist 1.34.0 to 2.0.0 and found that tests always fail with the new version. I pinned the previous version as a workaround.
I've tested on Ubuntu 18.04 and the circle [CI docker image for python 3.7.6... | 2hard |
Title: New st.query_params doesn't persist state in URL after page refresh while deprecated st.experimental_set_query_params does
Body: ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x... | 2hard |
Title: Unable to build from PyPi source file due to missing `build_hook.py`
Body: ### Describe the bug
Building with [source](https://pypi.org/project/marimo/#marimo-0.11.0.tar.gz) distributed by PyPi will result in an error in the `0.11.0` release:
<details>
```
❯ python -m build --wheel --no-isolation
* Getting bu... | 1medium |
Title: Create infinite stream from image
Body: Hello! can someone tell me how i can make an endless stream from one picture? this picture may change over time
there is my code:
```
def loop_image():
img = cv2.imread('./images/1.jpg')
img = cv2.resize(img, (640, 480))
new_frame = VideoFrame... | 1medium |
Title: Arguments and vertical Japanese text
Body: I have used EasyOCR successfully a few times now, however I'm running into issues. Firstly, a guide recommended using a "paragraph" argument. Putting "--paragraph=1" into my script caused an error called "Unrecognized arguments" and that error persisted on every variati... | 1medium |
Title: Comprehensive Documentation of Supported Input Formats
Body: ## Goal
To provide clear and comprehensive documentation detailing the support status for various input formats like JsonSchema and OpenAPI, including different drafts like Draft 7 and Draft 2019-09, to help users understand the extent to which they c... | 1medium |
Title: receiving error with face_encoding of face_recognition library after cuda setup
Body: * face_recognition version: 1.2.3
* Python version: 3.6.5
* Operating System: windows 10
### What I Did
I have just setup my CUDA with dlib and after that I am receiving this error when running the encoding of face usin... | 2hard |
Title: Document that failing test setup stops execution even if continue-on-failure mode is active
Body: When support for controlling the continue-on-failure mode was added (#2285), we didn't think how tests setups should behave when the mode is activated. Currently if you have a test like
```robotframework
*** Test ... | 1medium |
Title: d2l.Seq2SeqEncoder(vocab_size=10, embed_size=8, num_hiddens=16, 2 num_layers=2)
Body: ---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[21], [line 4](vscode-notebook-... | 1medium |
Title: Feature Request: SRT (Subtitle) Support
Body: (I can't do this as a pull request, I'm not a Python programmer.)
I would like to request that the translate file mode support SRT (Subtitle) files.
The format of these is pretty simple, they are text files with an incrementing number, the next line has a time ra... | 1medium |
Title: BP008: Not Handling conint(ge= , lt=) Correctly
Body: Python version: 3.10.12
bump-pydantic version: 0.6.1
Pydantic version: 2.3.0
I installed and ran `bump-pydantic` per the project's README.md file instructions against my FastAPI project[*](https://github.com/questionlp/api.wwdt.me_v2). The resulting diff... | 1medium |
Title: Having a hard time getting set up on Ubuntu 24.04
Body: The output of `thefuck --version` (something like `The Fuck 3.1 using Python
3.5.0 and Bash 4.4.12(1)-release`):
```
pblanton@ThreadRipper:~$ thefuck --version
Traceback (most recent call last):
File "/home/pblanton/.local/bin/thefuck", line 5, in ... | 1medium |
Title: Brush labels to YOLO format
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
Hello! Recenty I have used SAM mode... | 1medium |
Title: Add unit test for crypto.SecureTLSConfig to double check on go version bumps
Body: SecureTLSConfig specifies preferred ciphers for serving. When we switch go versions, a unit test should inform us when more secure suites are available, so we remember to add them if desired
| 1medium |
Title: New Example, Porting a simple two-tier app to containers and Kubernetes
Body: This example starts with a simple two-tier guestbook app using MySQL. It
then shows the steps taken to first port the app to run in Docker
containers, and then port to Kubernetes. Lastly it covers setting the
MySQL password using the K... | 1medium |
Title: ObjectType resolving fields from dicts or objects
Body: Hi! There is an example code:
```
class Photo(graphene.ObjectTypet):
id = graphene.ID()
url = graphene.String()
fileName = graphene.String()
extension = graphene.String()
class User(graphene.ObjectTypet):
... | 1medium |
Title: How to use python-gitlab library to search a string in every commits?
Body: I noticed `commits = project.commits.list(all=True)` can list every commits, but I don't know how to perform a search against each commits, can it be done? :) | 1medium |
Title: Downloading Linux Agent without Code Signing
Body: **Server Info (please complete the following information):**
- OS: Ubuntu Server 20.04
- Browser: vivaldi (chromium)
- RMM Version 0.13.3
**Installation Method:**
- [x] Standard
- [ ] Docker
**Agent Info (please complete the following informati... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.