Jonathan Knowles

Results 37 issues of Jonathan Knowles

## Overview When `bech32Encode` is called with a human-readable part that contains one or more **upper-case characters**, it produces in an **invalid** Bech32 string that cannot be decoded with the...

This change fixes issue 49 (https://github.com/sipa/bech32/issues/49). As part of this fix, we also update the test suite with the correct encoding for the upper-case HRP example.

This PR updates our team estimation process to use "two-factor time estimation", instead of our current method of just using a single story point estimate.

## Environment ``` $ uname -a Linux host 4.4.0-75-generic #96-Ubuntu SMP Thu Apr 20 09:56:33 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux $ stack --version Version 1.4.0, Git revision 5986498a9d1073e8d58c79ec1302bb2a7847a396 (4642...

Hi @hansroland Adding `haskell-src-exts` to the `extra-deps` section of `stack.yaml` is enough to fix the build on my system. All the best Jonathan

While upgrading `cardano-wallet` to the latest node version, we discovered some odd behaviour in our property tests w.r.t. the [`Ptr`](https://github.com/input-output-hk/cardano-ledger/blob/ac1c074393074c00c854aa8827aca5bde0f07a23/libs/cardano-ledger-core/src/Cardano/Ledger/Credential.hs#L135) type. To construct and deconstruct values of type [`Ptr`](https://github.com/input-output-hk/cardano-ledger/blob/ac1c074393074c00c854aa8827aca5bde0f07a23/libs/cardano-ledger-core/src/Cardano/Ledger/Credential.hs#L135), we...

:credit_card: technical-debt

# Test failure Various "test vectors" tests fail on `master` (44d5a9eb3505b6bfbf281d40fa88531c3253b771). # Reproduction steps ``` $ git clone [email protected]:input-output-hk/cardano-addresses.git $ cd cardano-addresses $ cabal build all --enable-tests $ cabal test...

**Describe the bug** Ormolu sometimes eats line breaks after infix operators, and replaces them with hanging indents. **To Reproduce** Run `ormolu` on code similar to: ```hs test :: Spec test...

style

## Is your feature request specific to Fourmolu? - [x] Yes, this feature is not relevant to Ormolu (since Ormolu admits no configuration) ## Context - We have a rather...

Style improvement
ormolu-issue

Thanks for providing this example of how to build reflex with stack. :+1: When using recent versions of node (for example, 6.6.0 or 6.7.0), the build appears to fail: ```...