muji
muji
I am trying to install `cargo-make` from [here](https://github.com/sagiegurari/cargo-make/releases/tag/0.36.12). This is my step: ```yaml - name: Install cargo-make uses: jaxxstorm/[email protected] with: repo: sagiegurari/cargo-make platform: unknown-linux-gnu arch: x86_64 ``` Here is the...
Remove the unused `[email protected]` dependency and update `rand_core` and `rand_xorshift`. Once we have a new version of `ff-zeroize` available in `crates.io` we can remove the temporary `git` dependency. See: https://github.com/algorand/ff-zeroize/pull/2
Thanks for the library! My tests so far indicate this is significantly better (faster!) than the `multicast_dns` package. Any plans to add support for Linux? Could we fallback to "multicast_dns"...
### Steps to reproduce Run the program below, open the dialog and show the snackbar. ### Expected results Only the snackbar above the modal barrier is visible. ### Actual results...
I have a use case where I expect to have a small number of documents (several hundred to several thousand) and I would want the search to do fuzzy matching...
@drewstone, I have mentioned that the curv library doesn't seem to be maintained (see [this comment](https://github.com/webb-tools/cggmp-threshold-ecdsa/pull/30#issuecomment-1752225435)) and it would be good for us to forge a path towards using the...
The webassembly checks are broken on Linux, see [this comment](https://github.com/webb-tools/cggmp-threshold-ecdsa/pull/30#issuecomment-1752225435) for more information.
Moving the webassembly execution to the snap code will enhance the security of the key shares as they will no longer be exposed to the dapp code and also enable...