Conscat
Conscat
My understanding is that one of the current popular solutions to this library's problem-statement is [`boost::dynamic_bitset`](https://www.boost.org/doc/libs/1_81_0/libs/dynamic_bitset/dynamic_bitset.html). I think perhaps adding that to the benchmark might be useful for people considering...
`std::aligned_union` is an obsolete standard library feature, and its use causes Vookoo to not compile with a nightly libc++18 in C++2c mode. ``` /home/conscat/foo/Vookoo/include/vku/vku.hpp:1162:10: error: no template named 'aligned_union' in...
Split this failing package out of https://github.com/xmake-io/xmake-repo/pull/3742
Using the functions `dired-next-dirline` and `dired-prev-dirline` wouldn't update the posframe. With them added to the advice alist, it seems that they do.
I've created and tested both a **Dvorak** and a **[Programmer Dvorak](https://www.kaufmann.no/roland/dvorak/)** layout, based on the design of the QWERTY+mouse layout. I think having immediately accessible support for common alternative layouts...
I've created a highlighter for the [V language](https://github.com/vlang/v/). This is generally modeled after the Go highlighter, since V is largely modeled after Go. This uses the file extensions `.v` and...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
Closes #54