jdx

Results 484 comments of jdx

you need to install fd, which we could probably add to mise.toml

this doesn't really seem like the right place for this sort of thing. Seems like this should be somewhere more generic since it's not specific to languages.

yeah I think that's excellent, the landing page is definitely too spartan at the moment

it seems to be failing but it's unclear why: ``` E2E ./backend/test_ubi_token $ GITHUB_TOKEN=foobar mise install -f ubi:goreleaser/[email protected] 2>&1 Error: [GITHUB_TOKEN=foobar mise install -f ubi:goreleaser/[email protected] 2>&1] command failed with status...

mise has support for tool config which should be documented more clearly: ```toml [tools] # send arbitrary options to the plugin, passed as: # MISE_TOOL_OPTS__VENV=.venv python = { version =...

@autarch let me know when you think this is in a good place for review (or if it's ready now)

I think we can remove that e2e test file entirely since it involves mocking out ubi which isn't possible anymore baking the CLI into the codebase. It's running this which...

there's a couple more issues I'd like to see tackled before we include this, generally to avoid adding a ton of crates to increase the build complexity of mise further...