Matthew Wraith

Results 43 comments of Matthew Wraith
trafficstars

I think if `sqlite-direct` supported `sqlite3_carray_bind()` (https://sqlite.org/carray.html) and your version of sqlite version is compiled with carray support (or run-time loaded), it looks like `sqlite-simple` could support the `postgresql-simple` style...

This would be amazing! Any updates here?

This is incredible work. I love the approach. Much of my terraform code is a giant module in a single terraform state... It's so much easier to write. We've been...

It would be great if there were a flag of some sort, like Tom mentioned. Exposing a higher-order function might be a good way to implement this. I like the...

@fizruk The specific example is that I have a form for creating groups of users, and then I have a form for creating users. For certain kinds of groups, I...

Yes, you can definitely write a ToForm instance for both (,) and Either. The semantics of toForm after fromForm and vice versa would maybe be a little weird, but I...

Just letting you know, this isn't the repo that's on hackage any more. That's this repo now: https://github.com/haskellari/postgresql-simple

Yeah. I could probably make that work. Another question, I'm running into issues with not having a `.hg/bookmarks.current`. My guess is that this is related to your `active_bookmarks` extension. I...

Nevermind. I might be off about my hunch. Mercurial eventually made a `bookmarks.current` when I hg upped around. Really, the problems I'm having are that the iron server is constantly...

I see. Right now, I have a mercurial pretxnchangegroup hook to test/build stuff when I push to the remote repo. Is there a way to have iron work with that?...