-
From [Mocha Docs](http://mochajs.org/#arrow-functions):
> Passing arrow functions (“lambdas”) to Mocha is discouraged. Due to the lexical binding of this, such functions are unable to access the Moch…
-
#### Problem
There's No Good Reason I need to write code like this
``` js
const foo = this.config.bar && this.config.bar.baz && this.config.bar.baz.foo
```
in order to avoid the `foo of undefined` …
-
#### Issue Description
trailpack-core doesn't need to exist. Combining it with the core would reduce project management overhead, uneeded log output, and simplify some of the code in trailpack-core.
-
I have the following models:
User.js
```
module.exports = class User extends Model {
static schema () {
return {
username: {
type : String,
unique: true,
required…
-
There some weird behavior with stores
If I set this:
```
'use strict'
/**
* Cache Configuration
* (app.config.cache)
*
*/
module.exports = {
stores: [
{
name: 'memory',
type: …
-
September 19th
Food Sponsor: Langa
Beer Sponsor: 80/20 Consoluting
Location Sponsor: Pierce/McCoy
Events: HrDevFest, Revolution Conf (June 1-2), PopUp Robots, Fez
Feature Presentation: Travis Webb -…
-
#### Issue Description
Currently trailpacks are in charge to merge there env config (here https://github.com/trailsjs/trailpack/blob/master/lib/util.js#L43) but this come with some problems and this …
-
#### Issue Description
Hi!
If trailpack throws error due initialization, app stops here https://github.com/trailsjs/trails/blob/master/lib/trailpack.js#L43, but process doesn't __exit__
#### Expe…
-
ROADMAP.md v2.0 LTS (October 2016)
-
```
info: Starting...
debug: trails event: trails:start
verbose: Trailpacks: All Validated.
debug: trails event: trailpack:all:validated
debug: trails event: trailpack:core:configured
debug: trails ev…