Bohdan Makohin

Results 23 comments of Bohdan Makohin

Unfortunately it also break https://github.com/kassio/neoterm, because it relies on 'ftdetect' folder for its core logic.

I experience the same problem on my MacBook Pro 16. Issue also reproducible on Kitty and WezTerm terminals. But doesn't appear in iTerm2 (nor built-in Terminal.app). It actually drives me...

> Alacritty has very bad input lag when running it on my setup. Usually, a character won't be rendered until the next keypress occurs or about 5 seconds later, whichever...

Cool stuff :) I actually never used ALE before, and started with nvim's LSP and diagnostics. But some old plugins still not supporting nvim's diagnostics, but do support ALE. And...

I think it behaves like because of auto command https://github.com/dense-analysis/ale/blob/d3df00b89803f1891a772c47fc8eda6a1e9e1baa/autoload/ale/events.vim#L142-L148

@dbalatero yes, they both use virtual text. But the problem is even a bit deeper. your current implementation takes care only of `ale#engine#SetResults` part of the logic. However virtual text...

# Haxe - Syntax (described with OCaml): https://github.com/HaxeFoundation/haxe/tree/development/src/syntax - Vim syntax plugin: https://github.com/jdonaldson/vaxe - LSP: https://github.com/vshaxe/haxe-language-server - Official site: https://haxe.org/

@dwoznicki thank you so much for the fix! it seems that `prerender-loader` is the only working webpack5 tool to generate static files. Others (https://github.com/markdalgleish/static-site-generator-webpack-plugin) didn't work for me. It's quite...

@vladkosarev sounds like actor model. I would love to see how efficient it's with using scoped singleton and Azure functions. Another option is to use Service Fabric, but it's huge...

I guess, if you can't wait for it to be implemented in SDK, you can use it already in Durable Azure Functions (https://docs.microsoft.com/en-us/azure/azure-functions/durable-functions-overview) See section [Stateful singletons](https://docs.microsoft.com/en-us/azure/azure-functions/durable-functions-overview#pattern-4-stateful-singletons)