Eric Christiansen
Eric Christiansen
If this is the only Scala-idiomatic API for Dataflow, please say so. Otherwise please mention other APIs you're familiar with. This kind of information would make it easier for me...
The README doesn't make it clear whether TezEdge is still missing major features, or is mostly complete and ready as a drop-in replacement for Octez. Please document this, and if...
Apologies if this is terribly off-topic, but you seem like the best folks to provide some context. I'm guessing you've developed or at least thought about developing a client library...
### Description Please provide instructions (or config options) for mounting Linux guest directories so they are read-writable by the host. For example, I'd like to read-only mount my Linux guest...
I'm currently getting a runtime `NotImplementedError` from `PicklerUnpicklerNotFound`, and I'd like to know what the general strategies should be for working around it. As this is the most common bug...
This project claims to solve the same problem (ED25519 vanity addresses on GPU), but generate 4 to 8 billion / sec: https://github.com/iIIusi0n/ed25519-gpu Does that seem reasonable? If so, is it...
The bump to 0.10 reduced unwanted verbosity (#1), but didn't kill it entirely. I'm getting unwanted `RangePosition found!` messages when compiling code that uses Expecty.
Have you considered using the speedup described by Adam Langley [here](https://www.imperialviolet.org/2013/05/10/fastercurve25519.html)? He claims to reach around 350K public key operations per second, which is about a 3.5x increase over the...
I'd like to run a benchmark that requires initializing a threadpool before the benchmark and closing it after the benchmark. Currently, it seems to be impossible to exclude the initialization...
Please document how to open an interactive console with a deployed contract. I'd like to play with a contract interactively (like [Truffle advertises here](https://www.trufflesuite.com/docs/tezos/truffle/getting-started/interacting-with-your-tezos-contracts)), but I've spent 30 minutes trying...