gabby

Results 1004 comments of gabby

The conversion between JSON and YAML is not part of the Dhall standard. In fact, the standard doesn't actually specify anything about how Dhall expressions are converted to any file...

The reason I haven't cut a new release is because nothing actually changed since then other than dependency bounds (which I've already published as matching revisions to Hackage). However, I...

Yeah, I'd accept a pull request to clarify this

Hmmm. So I'm still not sure how I feel about this but I'll think out loud and try to summarize what I think is the tradeoff here. So in the...

Yeah, I think this is a great idea. I think the tricky bit is deciding which Dhall data structure features are mandatory or optional for the host language to support....

I'm not sure what is the etiquette or protocol to ping for a review for this repository

@thufschmitt: The [corresponding blog post](https://www.haskellforall.com/2022/12/nixpkgs-support-for-incremental-haskell.html) explains the problem with using a `cron` job to update the lockfile periodically: > However, there are a few issues with this approach: > >...

Also, even if this were impure, I don't see how that would argue against including this. `builtins.fetchGit` already permits impurity. For example, you can specify a branch without a revision,...

We ran into another situation at work where this support would have been really helpful: We currently use Nix to build a snapshot of our database with all migrations up...

I should probably also add one more thing that might not be obvious based on the previous discussion: - If you have a cron job that updates a `tag` that...