Joonas Pihlajamaa

Results 12 comments of Joonas Pihlajamaa

Couldn't see the device in iPad Pro (2nd generation, BT 4.2) when initialized with: BleKeyboard bleKeyboard; Works great with suggested line: BleKeyboard bleKeyboard("ESP32-Keyboard2", "Me", 100);

Haha, thanks for the compliments, and wonderful to see you're using jGoBoard! I'm unfortunately a bit pressed on time currently, so cannot offer much help with the AI project, but...

Hi! Thank you for the kind words! Unfortunately, there is no scoring functionality in the board demo (it’s mostly a library for someone to make their own go applications). Implementing...

@r-lyeh do you remember what kind of things there were regarding .zip files (are there version differences, or do some zippers leave CRC out, or if there were bugs in...

I haven't tested them on those. It depends how file reading operations and such arrange uint32_t and similar multibyte variables. One would need to run the code and see if...

@PerBothner very nice. :) I would suggest contributing changes back to JUnzip, but this is in no way an active project for me at the moment, so I'll leave this...

@coolacid from my V-USB times I have a vague recollection, that Boot Keyboard might essentially be "vanilla USB HID keyboard", i.e. conforming to the standard keyboard report template with 6...

This would be especially useful when converting WordPress posts from HTML to Markdown, as the `` tag is used to mark the place where post should be cut. One can...

Hmm, some possibly helpful information (Win 10, Python 3.10.7): 1. When I print `registered_extensions()` in images.py, I get only .png and .apng -- no JPEG support 2. When I print...