Jimmy Aumard

Results 270 comments of Jimmy Aumard

@tjwebb I just take a look at what @Glavin001 does and it's a great work ! Something similar can be use for Trails. Here is my thought : We can...

What do you mean by extending TrailsApp ?

@scott-wyatt is the file definition you put above or another one ?

I was able to run a project without problem if we transpile server side into es6 not es5, but by using a module that export all Trails classes. The module...

So until a better solution here is a working solution: Instead of using trails-controller, trails-model .... use [trails-api](https://github.com/jaumard/trails-api)

What about merging controller/policy/service and model class into one module ? Don't really see the point of having them all separate. I'll even merge them with Trails main repo like...

In that case why not just put them all together like I did on trails-api? Because generally you use all of them during a project and even if you don't...

Try with the last version v3.2.1 do you still have the issue ?

Yeah I think it's better to avoid using host and port directly because how trailpack can detect SSL option ? Because host normally doesn't contains http(s). It will depends of...

For `trailpack-express` it's done https://github.com/trailsjs/trailpack-express/blob/master/package.json#L55