Mike Slinn
Mike Slinn
I read that this was supposed to be impossible, but it is probably due to the [code examples](https://tpolecat.github.io/doobie/docs/04-Selecting.html) using a different version of the library. Using [Ammonite](https://ammonite.io/#IvyDependencies) (and its embedded...
If I run `gen-sublime` twice I have sometimes found two `External Libraries` folders shown in Sublime Text 2.
First I installed Cargo: ``` $ sudo apt install cargo cargo-doc llvm-13-doc lld-13 clang-13 Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages...
`multi3` should be consolidated with `master`. Also, the docs should mention that the `mslinn/multi-scaladoc` project should be used to generate the Scaladoc
Substitute the [web3j code generator](https://github.com/web3j/web3j/blob/master/codegen/src/main/java/org/web3j/codegen/) for a similar code generator that emits Scala code instead of Java code.
This project features the `web3j` logo (on the right). It might be interesting to incorporate the Scala staircase into the logo somehow.
Use [circe-config](https://github.com/circe/circe-config) to create a new `Web3JScalaConfig` class in the `demo` project created in #2. The `resource.config` from the `demo` project should be copied to `~/.web3j-scala/resource.conf` when the demo program...
Need to keep track of wallets, contracts, etc. [sbt-ethereum](https://github.com/swaldman/sbt-ethereum) already does these things. Is there a way to leverage that good work? If not, use [quill-cache](https://github.com/mslinn/quill-cache/).
This was a useful project, but it has not been updated in 2 years. Any chance it might be brought up to date?
I like the convention of [convention over configuration ](https://en.wikipedia.org/wiki/Convention_over_configuration). For `acme-dns/config.cfg` that would entail only including entries that differ from default values. I understand that the `General` section header must...