Jules Castéran

Results 74 issues of Jules Castéran

Currently the wasm build disable interactivity. It should be added back using an stdin buffer. This buffer could be returned in the same object as #3113 or be an input...

enhancement
priority:medium
wasm

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request....

instance
priority:lowest

The generated image could have a version, (ex: v1, v2, v3) It could increment when deploying a new version of the current app. It would allow to revert deploy if...

enhancement
container
priority:medium

- Look at comments on https://github.com/scaleway/scaleway-cli/pull/2778 - Command asks user for variable in a weird order (akey -> skey -> orgID -> statistics -> autocomplete -> projID) - We added...

enhancement
init
iam
priority:high

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
autocomplete
core
priority:low

```go // getCommand return command object from args and suggest func getCommand(meta *meta, args []string, suggest string) *Command { rawCommand := removeOptions(args) suggestIsOption := argIsOption(suggest) if !suggestIsOption { rawCommand =...

enhancement
autocomplete
ux
shell
priority:medium

For editor feature, if after leaving the scratch file, the request fails or the file cannot be parsed, we should see the error in terminal and have a choice to...

enhancement
ux
priority:medium

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug
autocomplete
priority:medium

When completing `database-name`, nothing comes up. ``` scw rdb backup create instance-id= database-name= ``` Database name should be completed as it can be fetch easily, get `name` from `database list...

bug
autocomplete
priority:medium

tests
priority:medium