Junichi Sugiura

Results 9 comments of Junichi Sugiura

Hi @jacogr I'm happy to work on this issue if this issue is still relevant. Looks like most of the specs are still written in JS. It would be great...

We've experienced this issue on CI while upgrading to RN 0.65.1. Somehow `rn-nodeify --hack` doesn't seem to work with this module so I end up manually patched it in post...

Instant crash after starting beerus client. Things are going great.

Need to set data_dir config? https://github.com/a16z/helios/blob/master/client/src/database.rs#L27...L36

This PR seems to fix the issue above. https://github.com/keep-starknet-strange/beerus/pull/194

`BeerusLightClient` has to be clonable in order to fit into Bevy. I need to work on their repo first (potentially helios too) Workaround for now is to spawn thread and...

https://user-images.githubusercontent.com/8398372/216756431-0ecabaf9-e3b8-4ded-aae4-9872bb0c11f1.mp4 Improvement needed: - Takes time to sync full nodes on initialisation. Right now, synchronisation calls before desktop window starts, so not a good UX. - When click `get_block_number` button...

Hi, @Amanieu. Thanks for the response. I'm trying to re-implement [VSCode's buffer implementation](https://code.visualstudio.com/blogs/2018/03/23/text-buffer-reimplementation#_boost-line-lookup-by-using-a-balanced-binary-tree) in Rust. It requires some low-level tree manipulation logic it seems. - [vscode source code](https://github.com/microsoft/vscode/blob/main/src/vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.ts#L390) - This...

I don't have a capacity rn rn. If anyone else can take this, I'm happy to provide necessary support. I still need to implement the way to deploy metadata to...