Alisson Cavalcante Agiani

Results 188 comments of Alisson Cavalcante Agiani

Also, if I forget the editor open for some time and come back to save it, the process hangs on "tagging delivery commit", forcing me to hit CTRL+C

> maybe we should add `modifyEnd` to `MergeQueryBuilder` as well.. but it's tricky (the split to multiple builders). I think anywhere `.top(...)` exists can also have a `modifyEnd` there. Done!

I'm using it with gleam_pgo, which needs something like a pgo.array so I can pass array parameters when inserting into array fields

Gleam_pgo doen't have a pgo.list() and I don't know if it exists on PGO

Oh yeah, I always forget these two are separate, my bad, gonna update the example

would a split into multiple schemas on the same interface, differentiated by the prefix, alleviate the performance issue?

This is well aligned with the sense of comfort RethinkDB transmits through its developer experience, congratz!

I'm running the commands inside a script.remote.sh using RAILS_ENV=production rake db:migrate Why it could be an escaping problem?

I did it, tried using export RAILS_ENV=production in the beginning...it is crazy because rake db:migrate running with git-deliver is reverting the migrations!