Moritz Schmale
Moritz Schmale
It's probably not the build alone, you are right. Maybe it's that multiple things happen at once, but it's always triggered when I hit save on a file that has...
Weirdly, it works really smoothly when running on battery without any monitors plugged in. I suspect this is more of a hardware issue then.
Is it necessary to use ecto_sql as a dependency? I can't stay on ecto 2.x temporarily while updating phoenix to 1.4 now.
this is the library in case you're interested: https://github.com/ZennerIoT/pow_postgres_store
Thanks, so far we haven't run into issues with it. Postgres handles concurrency so well we don't really need to limit accessing this to just a single process that could...
already fixed by other PRs
Maybe https://github.com/JasonEtco/create-an-issue + https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule can work
> Do we consider the whole values list as part of the cache key? No, that was just a quick way to get it through the planner. > Alternatively we...
I could use a pointer on how to plumb the values into params with the correct types and all. I tried doing it in `Ecto.Query.Planner.source_cache/2`, where I return a list...
Nevermind, I think I solved it by explicitely assigning the type to each parameter in the generated SQL.