Jonas Collberg
Jonas Collberg
I'm trying to pick up some basics of wasm, by following along with the Roguelike tutorial. I ran into a weird issue when trying to get movement to work using...
Hi, on a new machine (running Arch Linux btw), I get the following error: ``` ⨯ Get "https://github.com/electron/electron/releases/download/v13.2.2/electron-v13.2.2-linux-x64.zip": dial tcp: lookup github.com on [::1]:53: read udp [::1]:45459->[::1]:53: read: connection refused...
When I try to enable analysis using Leela Zero, I only get a heatmap with no win percentages shown:  I'm on Arch Linux, and tried both the Arch package...
## Expected behavior I was expecting `clojure-mode`'s indentation to behave similar to `cider-format` and `lein cljfmt`. Is there some way to configure `clojure-mode` to indent the same way as `cider-format`?...
Hi, When activating spaceline-all-the-icons on Windows (10) I get really slow performance. Just moving the cursor in the scratch buffer is slow. No such problems on my Linux machine. I'm...
Any plan on adding `StandardMaterial` as an available easing target? I'm fumbling around with trying it myself, but I'm running into problems due to lack of skills. Current attempt: ```rust...
Does someone have a good suggestion on how to organize the code when your solution of part1 also yields the answer to part2? Would I use a global to store...
Hi, nice plugin! I've noticed a problem: when trying to use `ctrl-a` in insert mode (see `:h i_ctrl-a`), it doesn't work as expected. It *should* insert the text that you...
**Describe the bug** Idempotency check fails for comment plus record syntax. **To Reproduce** The simplest piece of code I could come up with that causes the idempotency check to fail:...