Kevin Smith

Results 31 comments of Kevin Smith

I ended up building something custom around SQLite. PouchDB was great but requiring end users to install CouchDB was just not realistic.

Look at these files https://github.com/mikedeboer/jsDAV/tree/master/lib/DAV/plugins/auth I haven't gotten that far yet but I want to say that there is a method called to authenticate every action before it is performed....

Any updates on this? I am trying to make the switch to zed but this is kind of a deal breaker.

We gave up and moved to Rexray as well. It has been a much better experience even though it took longer to get up and running.

Looks like this might be a blocker for us. We use ENUMs in our existing database and I am getting an error stating that my schema is invalid from the...

false alarm. my problem was related to having a row permission with no columns selected. once I fixed that the schema worked.

Does that PR add support for Postgres ENUMs? The description seems to describe a different feature.

We moved on and built our graphql backend with Apollo Federation. It turned out to be a lot less work than we had expected and will be a better long...