Mike Anderson
Mike Anderson
Hi there, looks like a really promising library! Have you consider implementing the algorithms in terms of core.matrix (https://github.com/mikera/core.matrix)? This would give a few advantages: - Able to use different...
Hi, thanks for all the great work on picocli, using it with great success! One thing that appears to be an issue (but perhaps my ignorance?) is when trying to...
possible risk of non-unique encodings with shift levels skipped / not-skipped?
I recently encountered the following exception (Javalin `6.3.0`), which occurs when trying to access the swagger UI: ``` [JettyServerThreadPool-165] ERROR io.javalin.Javalin - Fatal error occurred while servicing http-request java.lang.NoSuchMethodError: 'io.javalin.openapi.plugin.DefinitionConfiguration...
Need to check code handling new block production in cases of faulty / missing transactions Should not cause any lockup, should result in immediate error to client ``` Hi @Mike...
Currently (0.8.1) `add-mint` defaults max supply to 0. It should allow unlimited minting in this case.
Should be able to define a Symbol for a currency. When adding a new currency, ask for Symbol if not already defined
Should have option to create an account. Needs: - Amount of CVM to fund new account with (default 1.00) - Public Key for new account - Name to add to...