Marcin Dąbrowski
Marcin Dąbrowski
I just saw [LILYGO T-QT V1.1](aliexpress.com/item/1005004405292321.html) which not just uses same-ish driving components (ESP32-S3 with GC9107 SPI display driver), but also has 0.85-inch 128×128 IPS LCD, which could make as...
I know it's far from standard, but with --path set to user's mount of Ghidra ("~/.var/app/org.ghidra_sre.Ghidra/") script fails to see files that it needs, with errors such as ```FileNotFoundError: [Errno...
I just tried using this and despite a bit confusing README, usage is very simple, except for the fact that some themes have .yaml extension and some have .yml extension,...
## Description It is exact problem as reported before in #904 , only that some people, myself included, have no option not to use flatpak-based installation. As far as I...
I have recently came across [low latency mode document](http://wavpack.com/low_latency.txt) from 13 years ago, looks like its branch was untouched since initial experiment. In that time, Opus came up and became...
As per [roast of this project over at Hackaday](https://hackaday.com/2022/03/12/make-it-compatible/), I propose having at least a rudimentary support for G-code, even if by means of translation, so that much wider audience...
Compilation attempt end up with: ``` Compiling yew_form_derive v0.1.7 error[E0432]: unresolved import `syn::export` --> /home/marcin/.cargo/registry/src/github.com-1ecc6299db9ec823/yew_form_derive-0.1.7/src/lib.rs:6:10 | 6 | use syn::export::{ToTokens, TokenStream}; | ^^^^^^ could not find `export` in `syn` error[E0599]:...
I like what you are planning to achieve with this project and from how I see it, this could serve as a way to determine what parts of similar project...
I have tried replicating a variant for 32-bit PIs, to see whether that would fix the problem, but it seems that as of now no valid kernel.img is being produced.
I have stumbled upon this project while looking for a possibility to develop with Rust on pre-PIC32 PICs. I know that it has been 7 years, but also - it...