Smithi
Smithi
I think the problem only relates to this boilerplate. Tough I love to use it I need to upload files and therefore use "skipper", the house-own tool from sailsjs to...
Hi! I think this is very useful, because if we want to use Bamboo for production needing a mysql database. So it's nice to have the necessary mysql connector already...
Hey there, I found an issue. When I set the SSL settings let's say for domain.tld via LETSENCRYPT_HOST it's getting generated. Fine. But if I create a new VIRTUAL_HOST for...
Hi, Whenever I get an error from the express application, I always get the same error on my Nuxt terminal: ``` ERROR Cannot read property 'files' of null 16:49:07 at...
Hey there! How can I catch the error generated by phantom-render-stream? I got this error sometimes, which causes my express server to crash. ``` Error: Render failed (1 tries) Request...
JWT Support?
Thanks for this awesome work! Is there any possibility to use JWT Token instead of Cookies?
On line 27 of the LoggedInOutlet you say: ``` if (!this.publicRoutes[url] && !localStorage.getItem('jwt')) { ``` So if I set my localStorage item 'jwt' to any value, I am authenticated. You...
Hey there, I am currently facing this problem when migrating with barrels. Post.json ``` "title": "just awesome", "rating": 125, ``` Error message ``` { rating: [ { rule: 'number', message:...
Hey guys, Today I run my ESLint and it told me hat there is the change of a Denial of Service attack.  I think we should update uglify to...
How can we easily install DC/OS? Thank you! Great Work :)