Anthony Super
Anthony Super
This would be a very useful feature! Hope to see it merged soon.
Currently we can sort of do preloading via the internal context. However, as you said, the internal context should be considered "unsafe" as it exposes internal details. Are there any...
That would be a great start! Eventually I'd love to get something where we can get arguments to prefetch too, but messing around with that on my end has given...
Haxl definitely seems to be a good option. I'm currently toying around with a simpler version that uses laziness (and `unsafeInterleaveIO`) to rewrite the actions in the graph, which seems...
Would the idea behind this be more towards checking schemas or generating them? On a project I am currently working on, I'm using a pure-SQL tool to handle migrations, and...
I believe so, although I'm not 100% certain. I suppose that would probably be something to ask the postgres mailing lists? I will note that I've used citext extensively on...
Are you using the RVM local dir ruby version thing? That seems like it might be the issue if it exists, since it will use whatever your default ruby is...
Is there a plan for supporting OpenAPI 3.0 in this module? I think that the `oneOf` feature alone provides a lot of value.
One huge benefit of this is that `postgresql-simple` uses query string interpolation, which is both slower *and* more error-prone than queries with bind parameters. It would probably require an annoyingly...
That's how the Queue updates now. In fact, there's actually a function (pretty sure I called it "updateQueue()") that snags the new Queue with AJAX automatically. I'll add a timer...