Jonathan LEI

Results 182 comments of Jonathan LEI
trafficstars

Yes you're right. I guess with Infura coming into the field they should be able to properly handle the rate limit issue anyways (maybe getting whitelisted by StarkWare idk). By...

Sure will do. Will try it for a few days to confirm there's no issue before submitting a PR :)

I'm working on building up an Android version of `solc-bin`, which `svm-rs` can use. Creating this issue first to check whether Android support is desired :)

Sure will do! Thanks!

Just updated with a fix for the `clean-install` script as well.

A side-effect of this fix is that you can no longer run `npm run clean-install` on a freshly cloned repository, unless you have `rimraf` globally installed.

The original repo doesn't compile on Termux yet, but here's what you can do right now until the PRs merge: https://github.com/zellij-org/zellij/issues/1021#issuecomment-1301587011 I will submit a Termux package PR (with patches...

Been testing this branch for a while and it works pretty well for me, and is reasonably responsive. One minor issue I've encountered so far is that sometimes an update...

OK I'm getting a panic (and hence complete crash of helix) when using this on files containing non-ASCII characters. The crash happens in `helix_vcs::differ::DiffWorker::perform_diff` based on the backtrace. I'm working...

@pascalkuthe I'm still working on getting a minimal example to work, but here's the full backtrace: ```log thread 'tokio-runtime-worker' panicked at 'byte index 24 is not a char boundary; it...