jdx
jdx
Now that we're moving to precompiled python this should no longer be an issue, see #1388
I'm open to this, I'll have to think about it a bit but at first glance I think it makes sense. It's similar to the default npm packages but I...
> I had also an idea how to go around of defining the dependencies and that is to declare a state in .tool-versions a flag that would tell that installation...
One thing I was thinking is this might be sort of possible today—though it's not a use-case I've designed for or have tested myself. But what if you just did...
I _think_ this might be what I'm looking for: https://docs.rs/petgraph/latest/petgraph/graph/struct.Graph.html#method.externals That gives me an iterator of a graph of all of the nodes that don't point to anything (i.e.: don't...
at least for poetry (the most commonly asked for), I think I've found a simple solution that won't require a complex dependency feature. What I did was just load whatever...
I believe you can set `RTX_MISSING_RUNTIME_BEHAVIOR=autoinstall`, however I've removed this from the documentation and I'm unsure if it's something I want to continue supporting forever.
`--yes` is a more elegant solution to most of what RTX_MISSING_RUNTIME_BEHAVIOR did—though it doesn't handle this exact use-case.
RTX_MISSING_RUNTIME_BEHAVIOR just adds a lot of complexity to the codebase for little benefit when `--yes` is available
with the new not_found handler I feel this probably isn't necessary anymore