Raphaël Beamonte

Results 64 issues of Raphaël Beamonte

Some repos have rules related to the organization, which should only impact private repositories, but GitHub seems to weirdly apply those rules to the public repositories too, e.g. someone not...

enhancement

MacOS ARM can use rosetta to download x86-64 releases and still use them properly. We should check if rosetta is available and take advantage of it if failing to find...

enhancement

e.g. of failing to download release: https://github.com/protocolbuffers/protobuf/releases

enhancement

Follow-up to https://github.com/XaF/omni/pull/610

security

Follow-up to https://github.com/XaF/omni/pull/610

security

`asdf` can be a risk for supply chain attacks, since highly depending on plugins. We should add a configuration option at the system-level that would: - allow/deny list asdf plugins:...

enhancement
security

`omni up` now takes a new `--upgrade` parameter which forces checking new available versions of tools matching any requested tool and version constraint, and installing them if it is not...

enhancement
rust

This should support to `go install` tools at specific versions (or just at the latest). When installed with specific versions, it could avoid calling `go install` each time and would...

enhancement

Similarly to `$GITHUB_ENV`, we should be able to add single or multi-line environment variables to the `up` environment of a repository from a custom operation.

enhancement