Dennis Gosnell

Results 200 comments of Dennis Gosnell

@JordanMartinez So `string` is for pulling a JSON string out of a `Json` blob. `jsonStringCodec` as I'm suggesting above is from going from a raw JSON blob in a PureScript...

@garyb I agree exactly with what you're saying. It would be easy to extend `JsonDecodeError` to allow for decoding from `String`, but the downside is that there are times when...

> they've removed ghcjs from nixpkgs for some reason I can't find where we originally had this discussion, but if I remember correctly, ghcjs stopped building in nixpkgs at some...

GHCJS was recently added back to Nixpkgs by Obsidian: https://github.com/NixOS/nixpkgs/pull/137066 There are a few other related PRs since that one if you search for GHCJS: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+label%3A%226.topic%3A+haskell%22+ghcjs+is%3Aclosed

@Kiwi It looks like brick has updated to version 1.0, which causes matterhorn to break again. In [323f8b5](https://github.com/NixOS/nixpkgs/pull/185755/commits/323f8b5d00065fde1b32af8a737e9b67875d6da2) I removed the matterhorn and brick overrides in order to start trying...

~~Ugh, NixOS XMonad tests appear to be now failing @NeQuissimus @ivanbrennan @peti:~~ ~~https://github.com/cdepillabout/nix-haskell-updates-status/tree/815e45c0677d665f25af1799dbd412fd3f781a35~~ Edit (sternenseemann): Was a flaky failure: .

@fpletz @kragniz It looks like there is an error on `master` when building `hedgewars`. It doesn't appear haskell-related: https://hydra.nixos.org/build/187770554/nixlog/4. I marked it broken in 60f7d277414 and f303875.

@bts I'm not very familiar with ligature support, or how it is handled in the Gnome ecosystem. Termonad is using the VTE library, which is a terminal emulator from the...

@bts Ah, that's unfortunate :-\ I guess I would still suggest opening an issue on the [VTE issue tracker](https://gitlab.gnome.org/GNOME/vte) (and then posting a link here). At the very least it...

There does appear to be an issue on the VTE issue tracker about ligature support, but it doesn't appear to have any progress: https://gitlab.gnome.org/GNOME/vte/-/issues/192