Mike Rose
Mike Rose
I set out to create a custom strip client using `swagger-codegen` and was rewarded by a HUGE list of errors and warnings. I settled in to dig through `spec2.yaml` to...
Something that drives me mad with the current `api-designer`: the moment I type something where `api-designer` wants to provide a completion, it does so immediately without waiting for any reasonable...
Hi there, I am having some difficulty with the `Secp256k1.validateSignature` function. In order to debug this, I created a simple test contact: ``` contract Test { function validateSignature(bytes32 message, uint[2]...
passing anything other than an absolute path to a raml file results in errors in the bundled javascript this path reliably fails: ``` src/main/raml/example.raml ``` with the following exception: ```...