Simon Michael

Results 214 issues of Simon Michael

It sounds "harmless", and would be great for interoperability with hledger, if Ledger could accept trailing decimal marks with no decimal digits after them, as hledger (and ledger2beancount) do. In...

enhancement

I wanted to use outputOptionsCompact, but also to wrap lines when appropriate. outputOptionsPageWidth seems to have no effect. ``` ghci> pPrintOpt NoCheckColorTty defaultOutputOptionsNoColor{outputOptionsCompact=True, outputOptionsPageWidth=80} $ replicate 80 "a" [ "a",...

Apparently balanceR functions in eg Data.Map.Internal and Data.Set.Internal can fail with a message like "Failure in Data.Map.balanceR" (related: #902). And this brought down (briefly) much of the Cardano blockchain: https://github.com/input-output-hk/cardano-node/issues/4826...

docs

Thanks for the new release. https://hackage.haskell.org/package/aeson-2.2.0.0/docs/Data-Aeson-Types.html#t:KeyValue 's new e parameter should be mentioned in https://hackage.haskell.org/package/aeson-2.2.0.0/changelog I think ?

--print is working, but seems sometimes slower than it should be. Just noting it here in case anyone (like @schoettl) wants to investigate, before I do a release in the...

bug

Well, you did ask. :-)

@redguardtoo thanks for your work on this (#87). I'm trying to replicate the setup I had with Sergey Pashinin's 1.2.1 Package-Version: 20201217.1159. (Yours still says version 1.2.1, perhaps time to...

When creating a workgroup, it overwrites the previously created workgroup as well. To reproduce: - create buffer "1" - create workgroup "1" - create buffer "2" - create workgroup "2"...

Brainstorming some ideas for your consideration before release; perhaps you have thought of them already. Posted in one issue to reduce clutter: ### Short command names `wg-` and `-workgroups` are...

I usually find the package I want at hoogle.haskell.org, but eg propellor is missing.