my1e5

Results 28 issues of my1e5

When I run this minimal example, everything works fine. ```py import sounddevice as sd import numpy as np FS = 44100 sd.default.device = 45 # This is an ASIO device...

When I use multiple callables with the `converter` argument in `field`, I get an error from `mypy`. Here is a simple example of what I'm trying to do. ```py #...

I'm trying to use `rye` (with `uv`) to install a python package which I'm hosting on a local [`gitea`](https://github.com/go-gitea/gitea) server. ``` $ rye add foo --git http://mygiteaserver/org/repo error: Failed to...

compatibility

I'm using this action with a self-hosted runner. I'm using Gitea actions with a Docker-in-Docker approach (https://github.com/vegardit/docker-gitea-act-runner). This is my `.yaml`: ```yaml name: CI/CD run-name: CI/CD on: [push, pull_request] jobs:...

In my project, I already had a `.vscode/` folder and a `settings.json` file. And the `settings.json` file already contained other settings (but not a `"files.exclude"` entry). But then, when I...

Currently `rye` uses 4 spaces for indentation levels when working with `pyproject.toml`. While it is not explicitly stated, the examples in the official TOML specification use two spaces for indentation...

Closes https://github.com/astral-sh/rye/issues/1078

If we look at `rye fmt`, its behaviour is consistent with running `rye run ruff format .`: ``` $ rye fmt 2 files left unchanged $ rye run ruff format...

### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. Running `cz bump` through `rye` gives ``` $ rye run cz bump fatal: not a...

type: bug
issue-status: pr-created

### Description I'm using [`rye`](https://github.com/astral-sh/rye) to manage my python project - it's similar to `poetry`. But during `cz init` the `pre-commit` hook install step fails. ### Steps to reproduce Similar...

type: bug
issue-status: pr-created