Maarten Jacobs
Maarten Jacobs
I changed something about the query filters yesterday. Maybe it's related?
You're right. We haven't done any maintenance or updates to application in quite a while. We know some dependencies have some security vulnerabilities in them. Feel free to fix them...
The error you see, does not seem related. Your app crashes because the template tries to iterate over users without an id. From the code, I can't figure out which...
probably solved by https://github.com/DefactoSoftware/Hours/pull/299
> Thank you for redoing this @tarzan 😄 Before this becoming stale again: anything keeping you from merging this?
anyone got a clue why this happens?
Eventually, we decided to write our own plug for sidestepping authentication in acceptance tests. I put it in a gist right here: https://gist.github.com/tarzan/9d2aad9bb0191587ae4a31e1ded0beb7 This just serialises a user to a...
I wholeheartedly agree with @sabiwara here. Most developers would expect the preload_order to be a default and supplying a custom preload query with an order should always be expected to...
> Yes, let's change it so preload_order only applies when there is no order. PRs welcome! Great! got it ready here: https://github.com/elixir-ecto/ecto/pull/4675
I understand the concern about `prepend_order_by`, but I think the context is being misread. The prepend was about positioning preload_order relative to the mandatory foreign key sort: https://github.com/elixir-ecto/ecto/blob/cb2ba4dcf3d8d0b2493de35ab63d8d88521404cf/lib/ecto/repo/preloader.ex#L323-L325 , not...