Gregor Best

Results 17 comments of Gregor Best

:+1: Awesome work :smile:

I think there's two ways to do this: 1. We start a regular Hy Repl that happens to have an instance of HyREPL running in a thread somewhere 2. We...

That is actually a good point. We'd then simply start a regular HyREPL server and use our fancy little python-nrepl-client using Repl implementation to jack in to that... Yeah, I...

Does eb297bca9cddb69b22d5504af29588ce7579085e fix this?

I don't see that warning here, and fuzzing works, with the command line from @prestonvanloon 's last comment. I've also got `--@io_bazel_rules_go//go/config:debug` in my `.bazelrc.user` for `build`, but that shouldn't...

We're seeing the same with `rules_go` 0.33.0

I just got basic Dart LSP support to work here. The key was setting the `onlyAnalyzeProjectsWithOpenFiles` LSP option to `true`. Otherwise, I had the hang that @fhs mentions (at 100%...

No, Android Studio is not required (to be running) per se. I have a flutter toolchain in `~/flutter` installed as per their instructions, as well as Android Studio installed for...

Adding my 2 cents here: the way the code currently works seems to be OK on my work laptop (macos), but we're using a Go packages driver there, so maybe...