BobbyGerace

Results 2 issues of BobbyGerace

In the code below, the onmatch function is called over and over again in a loop, and the `Component` is never actually rendered. I'm new to Mithril so I may...

Type: Bug
Area: Core

https://github.com/arkav/lualine-lsp-progress/issues/15 I ran into this same issue... looks like the timer wasn't implemented correctly and so the spinner was relying on status updates. Wrapping the function in a `vim.schedule_wrap` appears...