Jun Luo
Jun Luo
Looks like it's caused by an outdated version of TypeScript, maybe we should upgrade it to the latest version(v4+).
> I forked the overcat fork and made a suggested TS4 upgrade, see [mkalen@a280f6e](https://github.com/mkalen/js-stellar-wallets/commit/a280f6eb8cae60458b7d1a1756b094ea0016892f). It TypeScript-compiles with TS4. Also builds on Windows. All tests pass. There is one remaining incompatibility...
Hi @mkalen, can you check this? https://github.com/trezor/trezor-suite/pull/7451#issuecomment-1403747403
Hi, @quietbits, can you make the Netlify deployment log public? https://www.netlify.com/blog/2017/10/31/introducing-public-deploy-logs-for-open-source-sites/
Hi @mkalen, I have invited you to be a co-author of overcat/js-stellar-wallets, and you can edit this PR directly after accepting the invitation.
I would love to see linux/amd64 binaries added, currently I'm working on Ubuntu 20.04.4 LTS aarch64 and [quickstart](https://github.com/stellar/quickstart) seems to be unable to start successfully.
> > I would love to see linux/amd64 binaries added > > @overcat Do you mean `linux/arm64`? `linux/amd64` packages are already available. Yes, linux arm64🙇
Hi @gaiuscosades Thanks for creating the issue. Currently, since crc-rs requires algorithms to be provided at compile time (see https://github.com/mrhooray/crc-rs/issues/68), I think fastcrc cannot support dynamic algorithms for the time...
Hi @gaiuscosades I've released a new version that adds the above two functions, you can install it with the following command, you'd better lock the version in the dependencies file....
Hi @gaiuscosades, I am not going to accept any donations. It's a tiny project, one of the reasons I built it was to try out PyO3, I'm happy to have...