Grégoire Geis
Grégoire Geis
This issue tracks support of [Helix](https://helix-editor.com/) keybindings to Dance. Refer to [this page of the wiki](https://github.com/71/dance/wiki/Helix-support) to see what is currently supported.
Also: - Bump version to 0.2.84, since the internal schema is changing. - Bump MSRV for UI tests to 1.57 to allow `assert!` in `const fn`s. - Update UI test...
This project is highly outdated, and no longer compiles on recent versions of Rust. Any love for an old -- yet useful -- crate?
A little too hack-y for me. Use a scope and `new TypeReference()` instead.
Right now lyrics are fetched using Musixmatch, but unfortunately this isn't always the best solution. What would be best is to have a very basic online service (or even just...
The plugin uses the built-in `FlyingTextSpawner` to display lyrics. The problem is, some lyrics are non-ASCII (eg. Korean songs), and therefore are displayed as `????`. It would be nice to...
In its current state, Cometary does not run when building in Visual Studio, due to an error resolving dependencies, which is bad for the debugging experience. I'll try finding a...
The `Cometary.Macros` extension should declare a `Lazy` class that allows inline declaration of a variable that gets lazily computed. If possible, Macros should be able to modify whole method /...
It appears the analyzer can't run in Visual Studio because it targets .NET Standard 1.5. This is a problem, because .NET Standard 1.5 is required to have a custom `AssemblyLoadContext`.