Raman Varabets
Raman Varabets
Since integers are 63-bit in ocaml, the following code does not work properly when trying to bind negative integers: https://github.com/andrenth/ocaml-mariadb/blob/master/lib/bind.ml#L123 The effect is when trying to bind `-1` to an...
I feel since both npick and nchoose return at least one fulfilled promise, the return type must reflect this propery. Current signature: ``` val npick : 'a t list ->...
**Is your feature request related to a problem? Please describe.** I have several ble2mqtt instances running on esp32 throughout the house. They publish the BLE information in the following way:...
**Is your feature request related to a problem? Please describe.** It is possible to set a GATT value by publishing a message to `////Set`. If there are several ESP32 running...
**Describe the bug** ble2mqtt stops publishing BLE GATT values after working for some time. After it happens, trying to set any GATT value does not have any effect either. Interestingly,...
Hi! I've been looking for a replacement for dmenu to run under sway, and found your project. But there are a few annoying issues in my setup. When I invoke...
I invoke `dmenu-wl_run` via `bindsym Mod1+F2 exec dmenu-wl_run` in sway. It appears to capture most of the key presses, but some of them are received by the currently focused window...
In `dmenu` the following key combinations work: - Ctrl+W to remove word - Ctrl+A to go to the beginning of the line - Ctrl+E to go to the ending of...
Fixes #31. There is also a PR #48 which narrows down the integer to 32 bits instead, which is worse IMO because it will break working with BIGINT fields.
This adds a possibility to run Klipper using an existing tty. In particular, I use it for multicolor print with Mosaic Palette 3 in connected mode (which means the Palette...