da-moon

Results 13 comments of da-moon

@distek I think if you add this to your `init.vim` file, it should do the trick ```viml autocmd bufenter * if (winnr("$") == 1 && &buftype == "nofile" && &filetype...

@jdhao essentially, the instruction is missing `--nvim` flag. i.e change `python3 -m chadtree deps` to `python3 -m chadtree deps --nvim`. As an example, the following snippet uses `dein` to install...

while my main backend programming language is Go, I have been working with rust on and off for close to two years now. I am a bit rusty, since I...

I can get it working for you if you are OK with using my [`alpine-rust-builder`](https://github.com/da-moon/virtualized-environments/blob/master/docker/builder/rust/alpine/Dockerfile) image. I already have cross-compiled Convco in Alpine [Docker Image](https://github.com/da-moon/virtualized-environments/blob/master/docker/tools/convco/Dockerfile). Setting up a job on...

@hdevalke sorry about the delay; I was having difficulties with the Nvidia driver on my machine. #28

@hdevalke That's something I have been struggling with. `hadolint` complains if you don't pin versions, but I have experienced package breakage too often when I pinned releases. Initially, I thought...

I think we can drop patch-releases and use this approach https://github.com/hadolint/hadolint/issues/204#issuecomment-394103224 I will commit a fix soon The problem of freezing might be due to build cache ( `cache-from` directive...

@hdevalke addressed in #29