Results 9 issues of Rowan Decker

Currently because of the `let fname = expand('%')` line returning an empty string, languagetool will not work with an unsaved/temporary buffer.

It would be nice to be able to reduce the echolevel and only show errors when opening files. I am happy trusting that the plugin works and get annoyed by...

Allows changing the build environment (may help people with outdated layouts)

* **Firmware/Compiling Origin**: controller v0.5.3 * **KLL Snippet**: ``` # Bottom Row 'v' : 'd' 'b' : 'v' 'n' : 'm'; 'm' : 'h'; ``` * **OS**: Linux (likely all)...

bug

Having a [drop down box](https://docs.rs/imgui/0.2.1/imgui/struct.ComboBox.html) to select a variant would be awesome (I'm sadly not sure about the derive logic for this). I could also see this being useful to...

enhancement

Uses a closure to temporarily supply the list of elements without actually ever owning the data

I was playing around with this after trying i3lock-wrapper but finding it too slow. The blurring functionality works great and is much quicker. However, after I type my password I...

Pass a configurable ColorRGB32 to bb:paintRect / bb:lightenRect. If isColorEnabled is unset then original B&W Color8/uint8_t is passed in. Requires corresponding Cbb patch. https://github.com/koreader/koreader-base/pull/1680 Fix #9024 - - - This...

Add new BB_fill_rect_color and BB_blend_rect_color functions taking a ColorRGB32. Use a new is_rgb flag in Color structs for lua wrapper to decide which BB_ function to call. If a ColorRGB32...