António Marques
António Marques
Is `chai-bignumber`being loaded before use? I am unable to reproduce using the following example: ```js var BigNumber = require('bignumber.js'); var chai = require('chai'); var expect = require('chai').expect chai.use(require('chai-bignumber')(BigNumber)); var result...
@colinsteidtmann can you provide a complete example?
Unfortunately rust doesn't support enum variants as types and it looks like this won't be changing anytime soon (rust-lang/lang-team#122). Another alternative to improve the ergonomics of assigning message types would...
Tests are passing but there are other checks to ensure `cargo clippy` does not generate any warnings and `cargo fmt --check` passes.