Matthew Pickering
Matthew Pickering
If you pass a wrapper script to `replaySession` then it is quickly defeated by a mismatched initialisation response. This is because `getProcessID` returns the ID of the wrapper script rather...
I needed to use the window transform and because the library doesn't support it I had to fall back to writing some inline JSON. This is expected but then integrating...
GHC API
Have you looked at using the GHC API to do the name resolution for you? Do you think this would be difficult to do?
In 8.8, the eventlog now also emits the stack size when the stack overflows. This change needs to be reflected in `ghc-events`. https://gitlab.haskell.org/ghc/ghc/commit/7e570676bd0a57f8a77e5577d9f27e2d3159193e
This just puts the check back to how it was when the code was originally written, it is at least *more* correct than before.
Under the heading "The third change" I think the snippet ``` haskell -- src/Ex04/Common.hs data Stock = Stock { sProduct :: Product , sQuantity :: Int } deriving (Eq, Ord,...
The build works locally for me on a darwin machine (running the `.github/scripts/build.sh` script). I am unable to test this myself on CI it seems.
It might be preferable to distribute this as an [overlay](https://nixos.org/nixpkgs/manual/#chap-overlays) so that I can just clone it into my `overlays` folder and use it seamlessly rather than have to import...
In the documentation for the file object a timestamp is given as an integer ``` "timestamp" : 1356032811, ``` but in many other places, different timestamps are given as strings....
It appears that there is a field called `is_group` in a [group object](https://api.slack.com/types/group) but what this means isn't documented.