MrCSharp
MrCSharp
This remains to be an issue on my end. Running docker in WSL2 or old-school using Hyper-V on Windows 11. Version 4.19 didn't resolve the problem. Currently on version 4.20.1...
Not a high-impact PR obviously 😅 but this was a small annoyance when I was working on the BLE HID library.
Hi @derekbekoe, thanks for the reply. Let me explain the setup a bit more. There are 3 ports that we need open when running the website locally: - 5000: Website...
Thank you @derekbekoe that was super helpful. Using `--anonymous` worked perfectly. I watched the video but I am missing one piece of info here and would appreciate a quick explanation...
> If all the requests are happening on the same port and you're still getting a 401, we may need some more details on each request of the flow you...
Hi @AsakusaRinne has there been any progress on this? Is there a better place to track the progress of integrating LlamaSharp with SK?
Thanks @kosimas that is working great! I was trying a similar approach but was using v2 of that model. Would love to see this brought into upstream LlamaSharp.
Hey all, I just hit this bug with the HC-SR04 library on this ESP32 board: ``` System Information HAL build info: nanoCLR running @ ESP32 built with ESP-IDF v5.4.2 Target:...
It appears that the RMT drivers that nf uses currently have been "deprecated". The docs are referencing new types and the ones used by nf are now moved to `/driver/deprecated/rmt_legacy.c`....
After further investigation, looks like there are 2 issues here: 1. Dedicated TX/RX RMT Channels As per @NazzaN's comment, some boards have dedicated (potentially exclusive) channels for TX and RX....