Jonathan Knowles
Jonathan Knowles
I've created a PR that fixes the issue here: https://github.com/sipa/bech32/pull/50
Hi @brandonchinn178! > I think this is a worthwhile change that doesn't involve line length at all. Can you make an issue over at Ormolu and see what they think?...
Hi @yamafaktory Thanks for your reply! I tried specifying the latest versions of reflex and ghcjs, as follows: ``` $ cat stack.yaml resolver: lts-7.1 flags: {} extra-deps: - ghcjs-dom-0.2.3.1 -...
@sjakobi I've created a PR that may resolve this issue here: https://github.com/nick8325/quickcheck/pull/350
@sjakobi just in case you're still interested, the latest Hackage release has `shrinkBoundedEnum`: 🎉 https://hackage.haskell.org/package/QuickCheck-2.14.3/docs/Test-QuickCheck.html#v:shrinkBoundedEnum
> I don't... really think it's reasonable to expect the computer to be able to answer `cardinality @(Map Word Word)`, as the answer is something like (2^64)^(2^64), which takes more...
@rvl wrote: > Will there be a discussion of the tx fee being dependent on the coin selection which is dependent on tx fee? Is that what fee balancing is?...
I would like to second this request! Being able to link back to the PR that triggered a build is extremely helpful for tracking builds.
> Here, "normalisation" means "there are no `mempty` values" in the map. Though such a structure (even if you use `newtype NormalizedMap k v = ...`) cannot be a `Functor`,...
> I probably won't have time to go over it thoroughly, but it's good that you're exploring this design space. No worries. Thanks for looking! > You might also want...