Ted Feng
Ted Feng
Hi, I encounter the same error, when installing on Arch Linux using "pip --user", like this: pip install --user CodeReview ``` Traceback (most recent call last): File "/home/feng/.local/bin/pyqgit", line 67,...
Linux kernel comes with "scripts/clang-tools/gen_compile_commands.py" that can generate "compile_commands.json" by parsing ".cmd" files. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b30204640192234d18f9168f19f9cd693485b86d
L2CAP/COS/CFD/BV-14-C is fixed in kernel at Nov 16 16:56:26 2020 https://patchwork.kernel.org/project/bluetooth/patch/20201112140326.GA139401@jimmy-ryzen-home/ commit 5b8ec15d02f12148ef0185825217162b3bc341f4 Author: Jimmy Wahlberg Date: Mon Nov 16 16:56:26 2020 +0100 Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-C...
maybe not related, I got a similar error message when using Litestream to sftp server, "ssh: unexpected packet in response to channel open:" The fix for me is to remove...
See the same issue on a freshly installed Arch KDE with the same error message as the OP.
> We can maybe hijack the continuous mode measurement somehow? was looking for ADC continuous mode, saw it's mentioned here, just want to confirm the "ADC continuous mode" is not...
> > > We can maybe hijack the continuous mode measurement somehow? > > > > > > was looking for ADC continuous mode, saw it's mentioned here, just want...
> having similar issue on macOS 15, M2 > > ➜ ~ espup --version espup 0.13.0 ➜ ~ espup install [info]: Installing the Espressif Rust ecosystem [info]: Checking Rust installation...
Hi @georgik, thanks for the quick response, since our team have a few Wrover-kit already, so we're using it do prototyping quite often, so it'll be good to have examples...
> Solved by introducing Heap Based framebuffer. [@artisdom](https://github.com/artisdom) Check out this version: https://github.com/georgik/esp32-conways-game-of-life-rs/blob/main/docs/esp32-wrover-kit.jpg Awesome work, very much appreciated, the working example will help a lot, as we can build/run and...