jdx

Results 485 comments of jdx

> Would prefer the environment variable always takes priority, something like: .rtx.toml -> local override -> RTX_ENV. I actually just wanted to match dotenv-flow, but it looks like it [works](https://www.npmjs.com/package/dotenv-flow#variables-overwritingpriority)...

Yeah I’m actually working on this. My original idea was to put extra caching logic but that has become unwieldy. My new idea is to have rust plugins instead of...

I'm having some trouble reproducing this. I wonder if it only gets slow on large apps maybe? Or maybe there is something else going on to make it slow?

1. can't you just use an env var? 2. at least for right now I don't see myself modifying the rtx CLI for python-specific commands like this 3. you might...

venv creation is now optional and behind a setting, defaulting to disabled: https://github.com/jdx/mise/discussions/1357 I also plan to move this configuration from the `[tools]` section to the `[env]` section #1303 I'm...

I believe you should be able to do this today with the following: ``` CONFIGURE_OPTS=--disable-test-modules rtx install ```

I don't like the idea of modifying python-build's defaults.

new precompiled pythons won't have this directory

just for transparency sake: I don't have the bandwidth to look into alternative shells (meaning: not bash, zsh, or fish). I'd happily accept a PR if someone can look into...

yeah I should clarify the support tier and document this