Sebastian

Results 9 comments of Sebastian

@astrojuanlu I can help with this. Got a preference which part of the codebase should I focus on first? Are we still sticking to typing as it was on Python...

Does using `uv` not take into account `sources` listed in pyproject.toml? I have the following on my `pyproject.toml` file: ```toml [[tool.rye.sources]] name = "pytorch" type = "index" url = "https://download.pytorch.org/whl/nightly/cu121"...

@mitsuhiko, I'm assuming that a fix would involve setting the default source in `config.toml` for rye (usually PyPi) as `--index-url`, with any additional `index` sources as `--extra-index-url`. However, based on...

I just tried reproducing this issue, but I was able to install it without any issues. ```toml [project] name = "pytorch-test" version = "0.1.0" description = "" authors = [{...

On MacOS 14.0 copying and pasting the text to a document named `man.1` did not reproduced the error but creating the document using `man man > man.1` did. Using vim,...

no lock files ```bash $ l Permissions Size User Date Modified Name drwxr-xr-x - seba 25 Apr 12:08 .venv .rw-r--r-- 93 seba 25 Apr 12:08 .gitignore .rw-r--r-- 358 seba 25...

Forget that. It generated the lockfiles now: `requirements.lock` ```lock # generated by rye # use `rye lock` or `rye sync` to update this lockfile -e file:../../../Spring%202023/pm/hw6 ``` `requirements-dev.lock` ```lock #...

Unfortunately, this is still happening (not sure if the changes were pushed @danny-avila )

Hey, thanks for the detailed response and for going through my message. I understand there are some limitations and I'd be more than happy to help with PR's if you...