Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

@pepeiborra unfortunately this fails with this message: ``` ["type a -> (MonadIO m => m b) = MonadIO m => a -> m b"] parseAdhocTypes:1:6: error: Malformed head of type...

Unfortunately this does not work well as-is, as explained in the nixpkgs bug, the expression will fail when the dependencies doesn't have an executable.

@Gabriel439 Yes, I think it would be better to wait for the best user experience.

My use-case is to edit/format YAML document while preserving the file structure, and loosing empty lines is not very practical. It doesn't seems like a very intrusive change to add...

Thank you for the reference. Isn't this something that could be improved?

Oops, I only used the basic feedback when reading through the fp in lean book. I guess it's not worth supporting both system.

There is a similar issue with `Google.Protobuf.Timestamp` where the json encoding is based on the rfc3339 string format. For what it worth, here is a patch for the generated code:...

For what its worth, I'm testing the PRs for ghc-9.2 in this nixpkgs overlay: https://github.com/change-metrics/monocle/pull/864 . And with #193, proto3-suite now builds. Thanks!

Well, I haven't tried the change, this simply fix the compilation errors. This depends on: https://github.com/ndmitchell/record-dot-preprocessor/pull/59

You are welcome. Well, after fixing this build, I realized large-records was added transitively by proto3-suite through an optional flags, and it didn't look like this PR was enough, so...