Simon Warta
Simon Warta
I got an "Assertion failed" after doing a `.muln(10**9)`, which was not very helpful. Thus this improved error messages and some more checks.
A valid base64 input length including characters not in the base64 alphabet lead to wrong outputs instead of an exception. E.g. ``` $ node > var base64js = require('base64-js') >...
See https://snyk.io/blog/open-source-npm-packages-colors-faker/ Given this warning, it most likely makes sense to use `"chalk": "^4"`. > IMPORTANT: Chalk 5 is ESM. If you want to use Chalk with TypeScript or a...
### Motivation Reading raw binary data from Wasm memory and writing binary data to Wasm memory seems to be common use case of [WasmPtr](https://docs.rs/wasmer/1.0.1/wasmer/struct.WasmPtr.html). Right now there is no clean...
In order to test the 0.46 CosmJS client I would love to use interchainio/simapp:v0.46.0. This is uploaded as a linux/amd64 container to DockerHub (https://hub.docker.com/r/interchainio/simapp/tags). However, when running the container on...
~Based on #650 (merge this first)~
Having a `abs_diff` would be great. It can be the same API as the one from Rust introduced in 1.60.0: https://doc.rust-lang.org/std/primitive.usize.html#method.abs_diff. Would be great it we could make it const,...
It would be nice to use this in local development scripts. In order to avoid `docker pull` every time a container is started, it would be super helpful to have...
Based on #172 (merge #172 first). Closes #170 Turns out this is not enought to get create-hash out of the dependency tree because pbkdf2 uses it. However, it is possible...
Using sh256 via [create-hash](https://www.npmjs.com/package/create-hash) pulls in a bunch of dependencies we don't need, like cipher-base, md5.js and ripemd160. `cipher-base` is particularly problematic for everyone switching from Webpack 4 to Webpack...