Vang Le
Vang Le
I current can achieve the same effect by doing this: ``` 'atom-text-editor.vim-mode-plus': 'shift-e shift-e': 'vim-mode-plus:move-to-last-character-of-line' 'shift-w shift-w': 'vim-mode-plus:move-to-first-character-of-line' ```
I am running Atom on macOS Mojave. When I hit `space j`, only `j` is registered and mapped to `vim-mode-plus:move-down`.
> The [GPU module](../blob/master/gpus.go) is basically a wrapper which parses the output of the following commands: > > **Allocated GPUs** > > ```shell > sacct -a -X --format=Allocgres --state=RUNNING --noheader...
I faced the same problem because I am running SLURM 20.11.3. The problem is at this line: https://github.com/vpenso/prometheus-slurm-exporter/blob/master/gpus.go#L41 I changed it to `args := []string{"-a", "-X", "--format=AllocTRES", "--state=RUNNING", "--noheader", "--parsable2"}`...
@kbogert I applied your workaround, it still doesn't build.
Could you share the whole dub.json file? @logicfish @kbogert
@logicfish Your dub.json is working indeed. Thanks!
@kryst3q Try cloning the repo fresh, and removing ~/.dub or run dub update (or dub upgrade, I am not sure at the moment). If all fail, paste in the error...
@kryst3q So the root of your problem was that dub's dependencies was not up to date. Things you did was to force dub to download the latest dependencies according to...
I am interested in having Vim keybinding support as well. Since dlangide support console mode, the need for Vim keybinding becomes more apparent to me.