Zach Oakes
Zach Oakes
Haven't had much time to look into it but i noticed that on linux, when i edit a client.cljs file, the code will reload once, but subsequent edits will not...
Just documenting this for others... **EDIT: the first crash is now fixed in 1.4.1** With JDK 11 installed via `brew cask install adoptopenjdk11` Lightmod 1.4.0 runs, but projects using the...
Is it true that wish (or gliderlabs/ssh) allocates a new pty for each session? If so, doesn't that mean it's possible for the server to hit the max pty limit...
What is the state of the project on windows? I tried building something based on example.c but i'm getting a SIGSEGV when calling `chafa_symbol_map_new`. In gdb all it tells me...
If you pin your dependency to a specific version in your nimble file using `==`, it will continue to retrieve that version even when `nimble develop` is used for that...
I've noticed this with various packages and on all OSes (mac OS, linux, and windows). If I do `nimble install ansiwave` for example, and it isn't in my local packages.json,...
In my nimble file, the following seems to require the dependency even when I run `nimble build -d:release`: ``` when not defined(release): requires "my_library >= 1.0.0" ``` Is there some...
I use expound in [edna](https://github.com/oakes/edna) and I noticed that errors in 0.7.1 were harder to read than in 0.7.0 when they occur inside a large outer data structure. In 0.7.0,...
As we discussed in [this reddit thread](https://www.reddit.com/r/Paravim/comments/d4qngf/new_release_of_paravim_031_improve_selection/), Arch doesn't seem to have `libtinfo.so.5` but an easy solution is to symlink the newer one to it: ``` sudo ln -s /usr/lib/libtinfo.so.6...