Uriel
Uriel
> What do you mean by "denied for some reason"? There is always a reason given, or it might just be in longer review.  which is the Japanese Kotlin...
its now in curseforge too
> How does this benefit the Japanese? Why would they use this mod instead of something like https://github.com/Fabulously-Optimized/fabulously-optimized/issues/602? The mod you mention what it does is block IME input that...
I don't know much about linker scripts, but do you have a guide I could follow or something so I can start trying? I found a guide on [how linker...
Yeah I thought of dhcp because the Wifi trait in svc doesn't mean it has osi 2 support. That's what the other trait is for. But keeping it where it...
@bjoernQ Done. I tried running clippy but wow, the codebase is filled with warnings. That should be fixed in another PR, and maybe add a CI check.
clippy warnings are mostly things like needing to do a let if instead of checking if a result ``is_ok()`` or doing casting when it's not needed. There were some errors...
@bjoernQ I'm getting a broken pipe in Linux when doing ``cargo espflash flash --monitor --features wifi,esp32c3,embedded-svc --example dhcp`` and it seems to end up in some kind of boot loop...
I also tested this in main branch and it still happens :/, can you see if the same happens to you? I suspect its somewhere in ``init_heap()`` or ``initialize()``
rebased because im using my branch currently lol