Will Clark

Results 21 comments of Will Clark

Not sure if I'm experiencing the same issue, but I'm also having problems with long commands: ![vorpal_wrap_issue](https://user-images.githubusercontent.com/11036220/32904594-fbdd77bc-caf7-11e7-99c7-ea2f6f61d022.gif) Issues experienced above: 1. Backspace deletes characters, but they remain displayed on lines...

@gdereese As a workaround we have the following in an `afterEach` hook: ``` vorpal.ui.removeAllListeners(); ```

This is also a problem when using Truffle.

This would be great. I'd also like this or another rule to enforce order of different types of hooks. E.g.: ### Valid order: - describe - before - after -...

Investigating the error from the `@cosmjs/cli` package, I believe it’s introduced by the `recast` dependency because this line causes the error to happen even if the `babylon` parser options are...

Default `StargateClient` includes the IBC extension as of https://github.com/cosmos/cosmjs/pull/630

See https://github.com/stephenh/ts-proto/issues/212

@assafmo Thanks for the interesting feature request. I just want to confirm first of all that it doesn't make sense in your situation to perform the transform in the signer...

@assafmo Not the `OfflineSigner`s (Direct or Amino) which we have so far, because they don't know anything about broadcasting. There's been some discussion about whether to provide an `OnlineSigner` (see...