Ashton Wiersdorf

Results 39 comments of Ashton Wiersdorf

The `go` command, if I remember correctly, bundles up a *bunch* of things that Rust has broken out into individual utilities; consider installing `rustup` like having the `go get` subcommand....

Bear in mind, you don’t *need* `rls` to try out Rust. All you *really* need is `rustc` (and `cargo` probably) so if you want more tooling, you’re just going to...

Can confirm that scrolling in the doc frame freezes Emacs cold. This happens whenever I even scroll down. Also: I noticed that the documentation frame is off to one corner...

I've got the same problem, only no `package-lock.json` file for me. Just an Elixir project. Might not be the files in question. It hangs for me at 80% as well.

Update: I've noticed this only happens when I try and open the PR from the magit buffer; if I open the specific PR with forge and *then* try opening the...

Thanks for the quick response! Ok, seems to be a little happier now. New errors: ``` root@fefd07499341:~# qmk compile -km default -kb ladis Ψ Compiling keymap with gmake --jobs=1 ladis:default...

What's the name of the bootloader?

Next error: ``` Compiling: keyboards/ladis/ladis.c In file included from :0:0: ./keyboards/ladis/config.h:4:27: fatal error: config_common.h: No such file or directory compilation terminated. [ERRORS] | | | gmake[1]: *** [builddefs/common_rules.mk:361: .build/obj_ladis_default/keyboards/ladis/ladis.o] Error...

Ok, I got it! I might open a PR later if I get the time. You can see what I had to do to get it working here: https://github.com/ashton314/Ladispad I...