joshualex

Results 7 comments of joshualex

While it is most definitely a mac-specific bug (or M1-specific at least), I honestly doubt the relation to the nextest bug. The nextest bug seems more centered around process creation...

It reproduces across multiple versions of rustc, and I can't get it to reproduce on plain computational code (e.g. building and looking up in hashmaps, loops and numeric operations) -...

I found that changing `tokio::main` to use the `current_thread` flavor causes the performance to be better in release than debug, so I'm guessing the problem is scheduling or contention here...

In any case this doesn't reproduce with a plain tokio socket server imitating HTTP...

Well yes, it happens when I write: ``` // main.c int main(void) { label: //

When I use `lsp-start-plain` I can't get the dropdown to appear *at all*... I'm using default doom emacs configuration, if that matters...

`company-minimum-prefix-length` is set to 2 for me, but I still get the completion after colon... Having said that it doesn't seem to reproduce in start-plain, perhaps because the completions it...