Víctor Cuadrado Juan

Results 54 issues of Víctor Cuadrado Juan

``` $ pyflake3 . ./setup.py:1: 'platform' imported but unused ./setup.py:2: 'sys' imported but unused ./neovim_gui/screen.py:9: undefined name 'xrange' ./neovim_gui/cli.py:8: 'IS_PYTHON3' imported but unused ```

Right now PyNvim doesn't support chars from powerline fonts (yet supports utf chars). Expected: (nvim running inside gnome-terminal) ![nvim](https://cloud.githubusercontent.com/assets/2196685/13928077/b6b61f80-ef94-11e5-9bfb-e3cb51e679f7.png) Obtained: (pynvim) ![pynvim](https://cloud.githubusercontent.com/assets/2196685/13928185/03474b30-ef95-11e5-9241-89803aa9fef8.png)

## What happened? After updating 13d2377 to b2c0ea0, magit highlights for doom-molokai share the same background and foreground, making the diffs unreadable. Old, commit, readable no matter if the cursor...

is:bug
is:faces
theme:molokai

> ***ATTENTION**: GSConnect only supports the latest, stable version of GNOME. We are no longer accepting bug reports for previous versions.* **Describe the bug** On current Debian Bullseye (gnome-shell 3.38.4),...

help wanted

**Is your feature request related to a problem? Please describe.** Currently, if one wants to perform an airgap install for example, one needs to patch the chart by substituting the...

enhancement
unscheduled

Analogous to the Helm install flags. No need for tests; the codepath is tested by Helm SDK. Signed-off-by: Víctor Cuadrado Juan

Following https://documentation.divio.com/explanation/, create concrete explanations for Hypper topics, such as: - [x] the value propositions - [x] how Hypper is different from Helm

documentation

Once it's settled, it would be nice to consume this from upstream.

upstream

Right now it prints an empty line on success, from https://github.com/rancher-sandbox/hypper/blob/4bbb1231e2dad98d84f9ac59178a08bc5eb7264e/cmd/hypper/pull.go#L67 We could either don't print the newline or print a success message.

With https://github.com/rancher-sandbox/hypper/pull/120, we introduced duplicated code between `cmd/hypper/install.go.runInstall()` and `pkg/action.install.go.InstallSharedDep()`. This happened because `InstallSharedDep()` needs to locate and pull the charts corresponding with the names and repos of the listed...

upstream