Results 39 comments of ben

I don't have time to take it over the finish line with tests, etc. at the moment (and likely for at least another month). @MarkASwanson if you want to clone...

Any timeline on this @nurugger07 ? This is sort of a must have for replacing eex with haml in a larger project

Looks like this works now, actually – wanna close it and remove it from the Coming Soon on the README?

Also getting this - I traced it down to ``` iex(21) > :dets.from_ets("./my_cache.dets", :my_cache) { :EXIT, { :function_clause, [ { :lists, :thing_to_list, ["/Users/benpacker/bnc/cosmic/fs_nonode@nohost_97376_520."], [file: 'lists.erl', line: 603] }, {:lists, :flatmap,...

It also doesn't work for `{$eq: null}`. Support for the `$and` operator would be a workaround (and a nice feature) - then a query of ``` {$and: [ {$lt: ''},...

I was able to get `{prop: {$eq: null}}` to work by doing `{prop: [null]}`, so I'm happy. Not sure if this is a use-case you're interested in supporting.

Very curious @seveibar ! That's very different from how we use it. I'm curious why you care about the health of an individual worker in the first place - what...

What do you think about creating a `pgroll-rest` server, distributed as a Docker container with an OpenAPI API? You could do HTTP requests to get the current schema name to...

I see the options as: 1) Go FFI from pgroll to runtime of choice (hard, creates extra unique complications per each new environment) 2) Expect pgroll binary to be on...