Artur Sinila
Artur Sinila
@Peternator7 I advise you to remove both `IntoStaticStr` & `AsRefStr`, but introduce `AsStr` instead, which will add `as_str()` method to enum, similar to `String::as_str`. When I first started using `strum`,...
@dmr07 `Letters` & `Thing` will remain on stack. Only calling `Letters::to_string` will allocate memory on heap for the output string. However, you can use `#[derive(IntoStaticStr)]` to avoid allocations altogether.
> @jvimal-eg have you got my reply? Cargo udeps needs to be able to be called with the metadata subcommand. I'm just not sure how to implement this nicely. @est31...
> I think reasonably, displaying the shortened diff would have to be in addition to the complete diff That's exactly how https://github.com/mitsuhiko/similar-asserts#similar-asserts handles it. Currently I'm using it, but ideally...
I put this issue into my long-term TODO list.
> imv can link against libheif now. On some distributions, libheif can use libaom and rav1e to handle avif images. > > If you build imv on Fedora 33 against...
> If a larger refactoring is necessary to match the current performance, then we cannot move forward without these changes. Ligatures are not worth dropping a single frame for. @chrisduerr...
> I **strongly** recommend anyone who's not willing to spend some time optimizing the ligature implementation to please stay away from sending PRs related to it. That's really just wasting...
@akhilman @ibraheemdev @martskins not sure it's still relevant, but I also had troubles with getting `chainingHints` working. Sadly, there's no much information on the Internet about `LanguageClient-neovim`. Everyone on this...
Are there any plans to implement something like this: https://github.com/fannheyward/coc-rust-analyzer/issues/394#issuecomment-742273063 Looks like a reasonable trade-off until https://github.com/neovim/neovim/pull/9496 is finished.