Andrea Crotti
Andrea Crotti
Not sure if it helps but we have this library @Wolfgang51 https://github.com/FundingCircle/jukebox/ (which however is not CLJS compatible atm, but maybe it could be if there is enough interest)
Hi @kostafey , I'm getting the same error trying to execute INSERT/CREATE TABLE I tried also to run with the master version of ejc-sql (lein repl and connecting from emacs),...
Actually I was already trying with 0.7.10, I just ran a`lein ancient upgrade` before trying. The db is a Postgres instance in a docker container ``` services: pg: image: postgres:10.4...
I also tried now with Postgres 12.1 to see if it made a difference but I get the same result..
+1 about this, but even more importantly it should be mentioned in the README that this is the Mixin is actually the way to protect a view, right? I was...
Yes in theory but is there a way to remove only one thing? Or maybe eventually carve only one file at a time? If yes I guess it could be...
So btw I just added some hacky code locally to make it run only on N number of files at a time, which works, so in theory it would be...
Another thing is that potentially you don't want to run cljs tests if you are only carving clj files, so maybe the hook could be something like file-regexp => verify-fn...
Yeah ok sounds good, I hacked something together externally for now to try it out but yeah it would be definitively useful to integrate this.
Would be nice to have this feature, but maybe not an entirely related problem and could be solved with something like https://github.com/resilience4clj/resilience4clj-retry more generically?