Richard van Zon

Results 21 comments of Richard van Zon

You can create a microservice for authentication (using passwordless) which returns a JTW-token. Use the token among your other services.

@gunnik I think the project is kinda ~~dead~~ inactive. I worked-around this by using https://www.npmjs.com/package/passwordless-redisstore-bcryptjs

FYI...I had the problem with large files with a backend that didn't support partial-downloads (HTTP 206). Once I implemented "Content-Range" support the error went away.

spoke too soon...the error wasn't gone. I am now using -tag instead of Howler, and that works.

@lykmapipo it reloads parts manually: https://github.com/sgress454/sails-hook-autoreload/blob/master/index.js#L76 But I have the idea sails-hook-validation is not the problem, but Sails or Waterline itself, or maybe it's driver related. I spend some hours...

Nobody has problems with sorting? Kinda stuck here..

Ok, like we were talking about via Slack. Adding `` to the query fixes it. ``` ...search/by_text?q=text:keyword&include_docs=true&sort=date ``` As you mentioned, a fix is underway.

okay great! Maybe it's something with CouchDB? If I can assist, please tell me.

I just checked again, to be sure. There are results as expected, but no highlights: `{"q":"default:gras","fetch_duration":10,"total_rows":812,"limit":25,"search_duration":0,"etag":"1c68201f053f4","skip":0,"rows": [ ... ]}` (btw, I am pretty content with `search_duration: 0` ;)