Freja Roberts
Freja Roberts
I am sorry for taking such a while to respond, hectic week with exams. Anyways, I found the culprit The plugin [stickybuf](https://github.com/stevearc/stickybuf.nvim) prevented the new buffer from opening. The plugins...
Simply put amazing 😁
I am also having this issue. Typing `:class:` does not work either as no results are shown
> Thanks for opening this issue and sorry for taking a second to respond. `tracing` requires metadata fields like be `'static` In order to enable fast filtering of events/spans. `log`...
Adding to this. Yes, tracing-tree has no notion of threads. However, there is a new feature called `retracing`, which will re-open a span and its parents up to the common...
I also encountered the exact same issue when a confirmation dialogue popped up, though I haven't used noice in some time. Seems to perhaps be an issue with `vim.fn.confirm` no...
For me `bl` (not `bb`) will result in a new local branch being created if you select a `origin/` branch
I'd absolutely love this. What I think would be great is a `&mut (T, U) -> (&mut T, &mut U)` because it is quite common to have a single refcell...
Example when rendering some text in a wgpu app: 
Awesome, I also discovered the empty run (due to unwrapping the first and last glyphs to measure width). `fontdue` handles wrapping as best case too, and falls back to glyph...