Boris Faure

Results 12 issues of Boris Faure

I've fixed an unreachable code error. I've also compressed again livevalidation_standalone.js.

This set of commits aims at following up on the work done by @riskable on #30 : some simplifications, a bug is fixed (when using Tap) and some documentation. This...

When programming with qmk (https://docs.qmk.fm/#/), it is possible to use `printf()` to debug code when `CONSOLE_ENABLE` is set. Those messages can be read through `hid_listen` (https://www.pjrc.com/teensy/hid_listen.html). Could the same trick...

Even though some types derive `Debug`, T/K need to implement it. ``` error[E0277]: `T` doesn't implement `Debug` --> src/layout.rs:89:25 | 89 | layers: &'static [[[Action; C]; R]; L], | ^^^^^^^^^^^^...

**Describe the bug** Font size in font settings `set guifont=PragmataPro\ Mono\ Liga:h10` not taken into account with neovide-0.12.0 **To Reproduce** Steps to reproduce the behavior: 1. start neovide **Expected behavior**...

bug

I'd like to reuse (some of) your themes for Terminology. Under which license are those?

The following is not parsed correctly. ``` --- foo: bar: - 1 ``` It is parsed as if it was: ``` --- foo: bar: - 1 ```

…ontrolReport It was already there for KeyboardReport where documentation is added to the function

Useful to know if a report is different from an other one