Jari Pennanen

Results 52 issues of Jari Pennanen

I'm planning to use bt-hci with regular old linux, like in Raspberry PI 4 or Zero. It should be doable, one just opens HCI socket like this: ```rust let fd...

documentation

Hi, really liking this library. Suppose I create a Bluetooth server like in keymouse and want to share it (or clone to multiple Raspberry PIs), one must then always change...

I'm working on Bluetooth packets, easiest way to parse would be to match the packets with variable length IDs such as: - LeMeta packets with 3 bytes (the id, length...

I opened the table example, and when I focus to the table, it is possible to navigate it with up and down arrow keys, but not with page up and...

table

I don't know what the right solution would be, but I would like to document this in this issue. Decimal is usually a string, but validating it with `minValue` will...

question
stale

**Feature description or problem with existing feature** Take for instance this code: ```php .foo { } ``` It gives you error because the replacement text the Intelephense gives is incorrect,...

embedded-language

Filter is able to filter by command line, but not by command path. For example I'd like to filter running processes with "projects" in the path which would match all...

feature request

### Motivation I need to add a custom JS function to the glue code, to access e.g. `import.meta.url` and pass it to WASM module. Currently this is not possible unless...

WGPU (latest version 27) and Vulkan uses over 170MB (or 300-400MB of GPU memory) of memory in release mode, so it is not viable for small apps. This is inherent...

I discovered that the 0x0206 SDP record field works only for Keyboard, but not for mouse. I made a new descriptor that works for mouse *AND* keyboard: ``` ``` To...