fredizzimo

Results 51 issues of fredizzimo

It would be nice to have a `blocking_dispatch` with a timeout. I'm trying to implement frame callbacks for Neovide, were we have the main logic and rendering loop in one...

Skia has a lot of internal trace calls, which eventually gets added to the SkEventTracer. In the C++ code, you can make your own instance of it, and call SetInstance,...

### Problem For more details see https://github.com/neovide/neovide/issues/1947 When using `inccommand=split` together with Neovide, the window is blank This is caused by a new window being created and then being destroyed...

bug
ui

This adds a new UI extension that contains adds element type information to the highlight attributes. This information can be used to for example detect floating window borders and winbars...

ui

This fixes the build on Windows. I suggest that you make a new minor release, since this breaks for users of this crate.

Hi All, I have started the process of moving this fork from TMK to QMK. For more information check [this](https://github.com/jackhumbert/qmk_firmware/issues/381) This means that process of adding new features will slow...

I didn't solder LEDs to the keyboard myself so I'm unable to test and implement this feature myself. It shouldn't be hard to do, using the visualization framework. If you...

It's physically possible to chain several keyboards together, but the software does not fully work for that use case. The support would be a rather small thing to code, but...

When you leave the keyboard on for a while, the graphics on the LCD screen can get corrupted. I don't really know what's causing it, or what could be done...

The visualizer need to be notified about keypresses, so that it can put the LCD to sleep after a while for example. It should also be possible to map actions...