Lenart Kos
Lenart Kos
Simple project using inline cpp and system calls to demonstrate pipe, fork and dup2.
I think it would be a really nice feature that would set the app apart from others if we had the option to create "multiplayer" rooms where multiple users could...
This small PR implements support for Raspberry Pi Compute Module 4. It achieves this by detecting v3d if platform is `Pi Compute Module 4`. Also fixes release build.
I have added support for CM4 with PR #11
I suspect its because there is missing parenting of child Qt components (like here https://github.com/nitroshare/qmdnsengine/blob/2a76f2e90772401a79249c5d474c41bf3dc41699/src/src/server_p.h#L50 should be `QUdpSocket ipv4Socket { this };`)
Change `mainFrame` and `eastPanel` from `JPanel` to `JSplitPane`. This allows the users to resize different views as they want.
I have a problem during build of espressif32 platform where a library with `libCompatMode` of `strict` still tries to build other platforms code. I have to set `lib_compat_mode` in projects...
Hi, i'm wondering if its possible to use direct HCI communication instead of using the BlueZ stack, since on some systems, bluez can be more unreliable than using "raw" HCI...
Currently the api does not allow passing context instead of timeouts. My suggestion is to refactor long running methods to their `*WithContext` alternative and change the existing methods to call...
I am creating a [email protected] email and I want to void all incoming messages. To do this I added `devnull: /dev/null` to /etc/aliases but when I try to forward all...