-
In TS when we want to use external js library, we need some specific file definition used by TS to compile correctly.
Those file are called "typings" definition, Have `.d.ts` extension.
https://typesc…
-
It can be nice to have REST API compatible [Protocol Buffers](https://developers.google.com/protocol-buffers/) , [Flat buffers](https://github.com/google/flatbuffers) or Nano buffers in order to save…
-
Hi everyone, just wanted to share with you our current branding efforts courtesy @jonhargreaves .
The second photo is a quick mock of the logo applied to the TrailsMix app, wanted to show a quick sen…
-
One of the reasons we did not move forward with sails was requirement for supporting multi-tenancy. Since that means different things to different developers, what I mean is using a different databas…
-
The goal here is to find an easy way to deploy and update L.I.S.A., I was thinking about docker as it has the possibility to pre install all the node_module witch take a very long time on a PI.
I'm…
-
https://github.com/trailsjs/sails-auth
Will need to delete the current user table to integrate this one and then re-create associations with app specific data.
-
I'm hoping to dig in more and knock off some tasks soon once I find some time outside of work.
One barrier for me is understanding the anatomy of trails and how trailpacks interact with the system.
…
-
Hi there,
In SailsJS, it was clear that it was up to the developer to write and maintain their own database migrations.
I find it a _massive_ productivity boost to have the ability to generate migra…
-
#### Issue Description
I've defined a custom www path in config/main.js according to the trailpack-hapi documentation:
```js
/**
* Trailpack Configuration
* (app.config.main)
*
* @see http:…
-
The answers from the prompt from the composed generator should be returned to the calling generator so they can be used there as well.
Example:
- My generator calls generator-angular
- generator-angu…