George Thomas

Results 238 comments of George Thomas

I'm guessing the author got frustrated with issues and PRs not being responded to and started the fork because they needed to iterate faster. I'd also like to know what's...

Ok turns out there is an issue tracker, the link on Hackage was just outdated. reanimate/reanimate-svg#25

I would love to see this work like Haskell's Diagrams lib. Though I guess with #40 having gone quiet, that doesn't seem likely any time soon... I'm half-tempted to put...

That'd be cool, I've meaning to give Idris a good look. Fully agree that Elm has some strange omissions that make me struggle to take it seriously, the complete non-extensibility...

FWIW, in my app, I wanted to fit a collage to the whole page. I initially thought I needed `svgBox`, then found that I was better off with the lower-level...

I got there with: `nix-shell -p darwin.apple_sdk.frameworks.CoreServices -p darwin.objc4.all -p darwin.apple_sdk.frameworks.Cocoa` Apologies for this being a Nix-only solution, but it should give you some idea.

Oh neat, I didn't realise that had been implemented. I guess the warning (or the actual documentation for Hie) could be improved by stating why a Hoogle database is useful,...

Ah fair enough. Now that running `cabal install` (with new-style cabal) just works, I've been running that. I'll make sure to use the proper script next time I update.

This is fixed by https://github.com/NixOS/nixpkgs/pull/98541/, which is included in the latest stable release, 21.05. So Miso needs to bump its Nixpkgs version.

Ah, that's a pretty big issue. @cdepillabout, any idea why that is?