Alexander Vtyurin
Alexander Vtyurin
I have a library that depends on better-parse. When I use this library in Android project, it doesn't build. The library has a lot of other dependencies - they don't...
Docker's swarm (and swarm app) are much more popular so this is impossible to google issues (especially when using swarm with docker).
#### System information Swarm version: `0.5.4` OS & Version: Official docker image from ethersphere/swarm on ubuntu 18.04 #### Expected behaviour Executing `curl -X POST -H "Content-Type: text/plain" --data "this is...
Hello there! If I use ABIEncoderV2, will this library generate correct data classes for me?
Hey there. I've just tried to use `ic-certified-assets` inside my canister, but it turns out, I can't extend it's behavior (I can't even read the state's internal data, like chunks...
When a stable vector grows it can allocate more memory than a limit says, this will lead to an OOM error, while the canister actually have more memory for other...
As the title says. I'm looking for ways of replacing a Merkle-tree with something more efficient. But I'm a software developer, not a cryptographer, so it is kinda hard for...
### Problem Usage example test doesn't pass ### Steps to reproduce `python examples/gate_nand.py` ### Environment nuFHE 0.0.2 python 3.6 ubuntu 18.04 ### Details I've also printed out some variables when...
1. `T::minimum_bytes_needed()` for some types returns hardcoded values, instead of values based on `size_of::()`, which leads to errors on 64-bits machines. For example, encoding a `BTreeSet` with more than 2**32...
# Description It is possible to speed up inter-canister calls in some scenarios, if delegate making the call and transferring the response to the user. For example, you've make an...