zhekaus

Results 10 issues of zhekaus

Advance option “Characters used for link hints” should be variable for different keyboard layouts. e.g. sadfjklewcmpgh – for English, ыфваолдуцсьзпр – for Russian Currently I have to switch to English...

I think it will be much more convenient if you add some lines to the AppBaseController->sendResponse method allowing seeing encoded json properly: ``` public function sendResponse($result, $message) { $headers =...

backlog

`ng build -aot` produces compilation errors.

Logger should comprehend and printout the tree of classes, not only the last ancestor’s name. Currently, it prints the ancestor class’ name, when base class method is called, even if...

I have I2C version I use the following proper settings. #define OLED_SDA 5 #define OLED_SDC 4 #define OLED_ADDR 0x3C And I can see garbage only on the screen.

When I power up the device, Led matrix 32x8 shows undesired artifacts. Can't find a way to suppress this behavior.

Hi, Could you support ESP32?

Не нашёл в документации предупреждение об отсутствии sprintf в ядре.

Currently there is no proper way to use click and hold callbacks simultaneously. Click must be triggered on push-up-event. And, of course, push-down and push-up callbacks must be clearly split.

enhancement
waiting-feedback

I used this library many years. And I was completely satisfied. However, nowadays, lots for DHT22 sensors, which I buy, give nan-values. But old Adafruit library still works perfectly with...