Haruka
Haruka
Classic controller mode works but IR emulation in Nunchuk mode doesn't work currently, so maybe don't merge right now(?) As I only have vWii, I can only test it in...
The creator of `sudo` reads it like "sue-do" in [this interview video](https://www.youtube.com/watch?v=LaAwl3HN5ds). Lots of English-speaking people reads that way too. There are also people who reads it like "soo-doo" though....
I'm using wasmer-js for a wasi environment to run a pretty large wasm module with some parts of openssl. However I'm unable to load the module through `wasi.instantiate()`. ```sh wasmer...
**Is your feature request related to a problem? Please describe.** I was trying to cross-compile a Windows version of ungoogled chromium, but it seems that currently all patches was targeted...
## 🐛 Bug Report My node is observing miners on testnet2 keeping broadcasting blocks with a bad transaction: ``` 2022-06-18T06:54:12.716313Z WARN Transaction at170yn5pde2v803l2y3q6dyyuumnfzfa9eruqzuxd7umlp6yjw5q9sfc24dw in block 806182 references non-existent ledger root...
## 🐛 Bug Report I'm trying to bump the max nodes count to 100 on my operator node and found that there are strange CPU spikes. I've failed to observe...
## 🐛 Bug Report When a node is trying to determine `is_fork`, it seems the node would only think it's fork if the other chain's *height* to be greater than...
## 🐛 Bug Report When there are too many transactions in a block, snarkVM could overflow the stack. Two gdb bt: https://gist.github.com/HarukaMa/db081f7a1cb84831daedadeb4cbaf77b The first one is captured on my pool...
## 📚 Documentation The battleship example uses this, like ``` function offer_battleship( // The board record to start a game with. board: board.leo/board_state.record, ) -> (board.leo/board_state.record, move.leo/move.record) { ``` In...
## 🐛 Bug Report 1. ABNF definition forces functions to have return types. 2. ABNF definition didn't define `self` as a keyword. (At least I think it should be a...