TheQuantumPhysicist
TheQuantumPhysicist
I saw the Gatekeeper issue described out there, but I'm not sure this is the same. I did add the terminal to developer tools. That didn't help. So, here's the...
Let me start by saying, thank you for the great runner. I exclusively use it everywhere. Maybe I'm just too dumb, but after 30 minutes of trial and error, I...
Using this example: https://github.com/plotters-rs/plotters/blob/master/plotters/examples/blit-bitmap.rs The problem is that even if the PNG has a transparent background, it's rendered in the plot incorrectly. I dug into this a little bit and...
### Summary Not a single example can work without issues, and version numbers are confusing. ### Additional details I have tried every combination of wasmer + wasi*. - I tried...
- [x] Sign a message to prove ownership of pool (#1521) - [x] submit transaction command does not add the tx to the wallet - [x] connect from wallet CLI...
There are many situations where verification logic is done in separate sections. For example, the Transfer output type is a set, while LockThenTransfer is a superset, with the same requirements,...
In #1608, we added direct HTML documentation for WASM in the repo. We should probably find a better way.
Delegations may consume a relatively high amount of diskspace for a long time. Perhaps we should create a fee for creating a delegation.
When prints happen from tap_error_log, the source of the error is lost and the source is considered to be the utils crate itself. This is undesirable as it hides the...