John Schmidt
John Schmidt
Is this what causes the following behavior? I press `ctrl+r` for incremental reverse history search and get a prompt: ``` user=> bck-i-search: _ ``` As soon as I type anything,...
Just chiming in with another repo: https://schmee.github.io/java-http-clj/ Failing build: https://circleci.com/gh/martinklepsch/cljdoc-builder/7411#tests/containers/0 ``` Caused by: java.lang.ClassNotFoundException: java.net.http.HttpClient ``` The repo is a wrapper around the HTTP client introduced in Java 11, so...
Duplicate of https://github.com/ziglang/zig/issues/10693?
I thought of one use case I haven't seen mentioned yet: unused loop labels. For example: ```zig pub fn main() !void { var i: usize = 0; outer: while (i...
Using `LEIN_USE_BOOTCLASSPATH=no lein repl` works for me. Source: https://github.com/brandonbloom/fipp/issues/60#issuecomment-470468952
@aiba Please make a pull request! I would love to try it out.
I'm able to reproduce it on `0.11.0-dev.980+601ab9a25` / `x86_64-macos.12.6...12.6-none`.
Excited for this! 🎉 I'll take it for a spin and report back any issues. EDIT: just tried it out on a small test project of mine by following the...
I'm also using it for https://github.com/schmee/zig-raylib-imgui-template/.
FWIW, I've worked around this issue by not using the lein plugin. Instead, I've added the library itself as a dev dependency and call `virgil.compile/compile-all-java` with my Java source paths...