Mael

Results 294 comments of Mael

I'd be interested to have also the docs style be matching the rest of the UI

Would be interested too! Perhaps adding a Terraform/Pulumi plugin to allow provisionning?

Another issue I'm having is if I'm writing a method which, say, returns Result and then I do something like ```ts const firstResult = getSomeIntermediateValue(...); // returns Result if (firstResult.isErr())...

For now if I do `mise use go` and `mise use "go:github.com/runmedev/runme@latest"` I get this error ``` $ mise use "go:github.com/runmedev/runme@latest" go: github.com/runmedev/[email protected]: version constraints conflict: github.com/runmedev/[email protected]: parsing go.mod: module...