Frostie314159
Frostie314159
Regarding this, we should maybe reconsider the no deps policy, for scroll, at least in the case of memchar. We could make this an optional feature, it probably won't hurt...
I'm currently working on fixing that and cleaning up some of the derive code.
Yeah, I looked at the macro code and it's all a bit confusing, I couldn't work on this since I was busy with the 37c3, but maybe I can get...
That's good to hear, btw happy new year from germany.
Regarding the `CStr::from_bytes_with_nul_unchecked`, there exists a safe alternative: [`CStr::from_bytes_until_nul`](https://doc.rust-lang.org/std/ffi/struct.CStr.html#method.from_bytes_until_nul), which basically replaces all checks, we do already. Full disclosure, this function eventually calls the unchecked version internally, but IMO it's...
I think the CI needs to be restarted, since three tests are still waiting for status.
I'll have to see, in what capacity I'm going to work on this. My current plan is to build a wifi stack for the ESP32 from the ground up, from...
@bjoernQ I know this is of topic and I'm not sure if you're allowed to answer this, but is Espressif aware of the reverse engineering effort? The binaries still contain...
Hi, thanks for the response! Makes sense, that you can't contribute to them. If you look at other companies, with their responses to reverse engineering efforts, Espressif not laying rocks...
Broke it, fixed it, PRed it. #518.