Liam Diprose
Liam Diprose
The last two lines of the description are my own. Feel free to propose changes. I believe NixOS belongs as an Advanced distro next to Arch, but you could argue...
Hi there, Thanks for sharing this project, I'm very excited to see MQTT and asyncio coming together. I was surprised by the callback-style API in the [basic example](https://github.com/wialon/gmqtt#getting-started). I expected...
*Work in progress - Don't merge yet!* This PR presents and alternative API that makes full use of Python's async/await feature like other well-known python async libraries such as websockets...
We have ourselves a Hiesenbug :ghost: I realize NixOS isn't "officially" supported by this project, but I'm still going to try getting it going (NixOS makes deployment to Raspberry Pi...
Opening this issue to discuss the addition of ADC support. Just as stated in my other issue #10 , I have an upcoming project that aims to process audio using...
## Problem Using Windows when I'm a NixOS native, I was having permission issues. I fixed the problem by updating WSL. ## Solution `wsl --update` I'm opening this issue to...
Is Copilot suitable for implementing Finite State Machines?
When using a `sftp://` url, this `headers` variable is an empty array, which breaks the `Object.entries` call. This PR adds a bounds check so the default content-type will be chosen...
This PR adds the ability to define the CSV column order from within the code Currently, the CSV Parser assumes the first row of CSV data contains the column names....
I'm trying to rotate a node around the center of the scene (0.5 0.5). For example, making a "moon" node orbit around a central point, tidally locked. How can I...