xous-core
xous-core copied to clipboard
The Xous microkernel
Setup: - run `sleep stress` suspend/resume loop - try to set time with NTP while the suspend/resume loop is in progress Result: - EC eventually stops responding, seems to be...
For example: ``` (gdb) tar ext :3456 (gdb) attach 99 ```
It would be really helpful to have predictive-text (auto-complete) while composing a new post The code stub is [here](https://github.com/betrusted-io/xous-core/blob/7e204604e9191c614a4f844c39c554437f63ffd2/libs/chat/src/icontray.rs#L28-L131)
As of Rust 1.72, at least one instance of `ct_eq` is being optimized out and causing incorrect behavior. The specific instance is here: https://github.com/betrusted-io/xous-core/blob/8a67c95d70c4699b0d8ac01a49d21ae3791e72a5/apps/vault/src/ctap/client_pin.rs#L177 I have tried with both lto...
I was trying to set up a test account and had some trouble because for some reason (not sure why) the username as entered had trailing space. I didn't type...
I would really suggest coordination with p2pIRC implementation written in rust by dark.fi crew. Would avoid a lot of the complexities and privacy
trying to plug the precursor (0.9.14) on an openbsd (-current close to 7.4 these days) machine through USB, I get the following on the host machine kernel log: uhub1: device...
There is a relatively likely `Guru Mediation` on Precursor hardware that manifests about the time that a sync response is received from the Matrix server. ```thread '' panicked at 'unsafe...
atsama5d27 target is bit-rotting because it's not in CI. There's a fair bit of cleanup that needs to be done, especially on the ticktimer interface, to make sure this works....
Currently the matrix room modal includes 2 fields - room & domain. The room & domain may be better combined into a single field `#room:domain` and then parsed. Either way...