my1e5
my1e5
Related to https://github.com/Nuitka/Nuitka/issues/2958. Using the `tsdownsample` library gives ```bash thread '' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/numpy-0.20.0/src/npyffi/array.rs:52:14: Failed to access NumPy array API capsule: PyErr { type: , value: ModuleNotFoundError("No module named 'numpy.core.multiarray'"),...
The `tsdownsample` (https://pypi.org/project/tsdownsample/) library gives a fatal error on MacOS. I've tried the exact same example code on Windows 10 and it doesn't give any errors. ## Minimal example on...
## Description When running a subprocess through `run` in `cmd.py`, if the OS is Windows set `shell=False`. Closes https://github.com/commitizen-tools/commitizen/issues/1118 and https://github.com/commitizen-tools/commitizen/issues/1117 ## Checklist - [ ] Add test cases to...
I'm using a DIND approach. My understanding was that `GITEA_RUNNER_VALID_VOLUME_N` would allow me to specify volumes in the parent docker container that the runner docker containers could use. For example,...
For those of us migrating over from Rye, one of its nice features is the built-in task runner using `rye run` and `[tool.rye.scripts]`. For example: ``` [tool.rye.scripts] hello = "echo...
Closes https://github.com/astral-sh/uv/issues/6808
uv version 0.4.0 creates a `hello.py` file by default when running ``` $ uv init my_project ``` The contents of `hello.py` are ``` $ cat hello.py def main(): print("Hello from...
From the TOML specification on arrays - https://toml.io/en/v1.0.0#array ``` contributors = [ "Foo Bar ", { name = "Baz Qux", email = "[email protected]", url = "https://example.com/bazqux" } ] ``` Note...