Tim Neumann
Tim Neumann
@Rahix: What kind of error are you getting? How are you compiling `libcore`? Feel free to reach out here / in this repo or on [gitter](https://gitter.im/avr-rust/Lobby).
Thank you! Looks reasonable from a quick glance, but I'll take a closer look on the weekend. Feel free to ping me if you haven't heard back in 7 days.
Released as 3.3.1, thanks again for the high-quality pull request!
To me it would also be interesting to occasionally see the intermediate state, to better understand how far it has gotten. Both of these could maybe be solved with a...
I guess I've found a way to make this work by using a fake `wasm-bindgen` executable, and running the bundler immediately after the actual `wasm-bindgen`. It's a bit annoying to...
Thanks for taking a look at this issue! Just FYI: I reported this while prototyping some things, and ended up not actually needing a bundler. (So this problem doesn't affect...
Asahi now seems to have changes for the latest firmware: https://github.com/AsahiLinux/linux/commit/c6ccbdd693e7d0944642064aa5df1010fe29c35d
When trying to manually write to (or read from) `CHLS` (via [`smc`](https://github.com/hholtmann/smcFanControl)), I'm getting `kIOReturnNotPrivileged`: ``` $ sudo smc -k CHLS -w 0150 Error: SMCWriteKey() = e00002c1 ``` Disabling SIP...
Ugh, this is very sad. I guess the only options are: * Do something like Al Dente does (have the App monitor the charge level and toggle charging). * Hope...
@sibilus: Which value did you try to write? Based on the [Asahi code](https://github.com/AsahiLinux/linux/blob/asahi/drivers/power/supply/macsmc_power.c), setting `CHLS` to `0150` (hexadecimal) should have a similar behavior to setting `CHWA` to `1`. (The `01`...