Raphaël Beamonte

Results 64 issues of Raphaël Beamonte

We have binaries saved as part of the environment for most operations, which allows to make sure we load them for the current repository. At the moment, doing this for...

enhancement

Most versions don't need to be upgraded for each `omni up`, and only a base version is required. We should thus by default avoid upgrading versions all the time if...

enhancement

Even if `--with-default-names` is not supported anymore by homebrew, we should add an option for formulas so that `libexec/gnubin` would be loaded in the PATH.

enhancement

Right now, homebrew formulas are getting added with a specific, auto-resolved path. We should provide a custom field for the binary path, relative to the brew prefix of the formula,...

enhancement

Pre-compiled Python binaries are made available in this repo: https://github.com/indygreg/python-build-standalone They have some quirks (https://github.com/indygreg/python-build-standalone/blob/main/docs/quirks.rst) but nothing too bad. This could be making the process of installing new python versions...

idea

It seems that with https://github.com/yannh/terraform-provider-statuspage/issues/4 it is impossible to provide an order for the components when defining a component group. I would like to be able, with terraform, to define...

This change ensures the GitHub CLI (`cli/cli`) is installed first when multiple GitHub releases are configured and it is provided in the list, and reloads the environment between release installations...

enhancement
rust

e.g. https://mise.jdx.dev/lang/python.html#python.precompiled_arch This would allow to use those environment variables when `omni` makes calls to `mise`, so that specific-to-the-system configuration could be followed.

idea

For instance: - e.g. `cd` command exists, and `cd blah` exists too. - doing after `cd` will only autocomplete to `cd blah` - but if `cd` allows for auto-completion, it...

enhancement

Currently, `config check` checks the existing configuration which would be loaded from a given work directory. We should add support for checking the suggested configuration that this repository offers too,...

enhancement