Borja Clemente
Borja Clemente
**Description** In some cases, developers might want to generate their modules (component-descriptor) inside their scaffolded module and commit the descriptor. To make sure that no binary redundant data is committed,...
**Description** Optionally, instead of generating an empty folder structure when calling `kyma alpha init module` users should be able to indicate if they want to scaffold a kubebuilder module as...
**Description** Whenever possible, determine the best fitting concurrency (# of workers) at runtime by using `runtime.NumCPU()`. The priority order to set the concurrency would be: 1. User provided `--concurrency` flag...
**Description** Add support for ARM chips in all operating systems (currently only Linux supported) when building and releasing the Kyma CLI. **Reasons** Properly support new architectures
**Description** After removing the makefile on the template-operator (https://github.com/kyma-project/lifecycle-manager/issues/226) and going through the guides with the improved `create module` command, improvements in its usage have been detected: - Module name...
**Description** The deploy command installs Kyma on a cluster but it does not enable any modules per default. To lower the barrier of entry, start busola after deploying to guide...
**Description** Kyma CLI is usually always released right after Kyma. Although it is not needed, it is done so that latest Kyma is deployed by default by the CLI. This...
**Describe the bug** When executing neovim to take stdin as a new buffer (e.g. `echo "Hello World!" | nvim -`) the startup screen appears and the new untitled buffer that...
### Problem I use `plug-vim` on neovim and have the plugin recommends the following snippet on the config to automatically install Plug on the first startup: https://github.com/junegunn/vim-plug/issues/1270#issuecomment-2019290236 After reporting, the...
When using the snippet to auto install everything on Neovim it does not recognise `PlugInstall` as a command without restarting. To solve this I added one line to the suggested...