Jimmy Aumard

Results 106 issues of Jimmy Aumard

#### Issue Description Currently if both a trailpack and the application declare a model/controller/service/policy, trails log this: `debug: api.services.PluginService is defined by both lisa-plugins-manager and the application. The PluginService config...

ux
first-time

#### Issue Description A nice addition to Trails could be something like this: ``` debug: trails event: trails:start debug: trails event: trailpack:repl:validated (2s) debug: trails event: trailpack:pluginsManager:validated (20s) debug: trails...

first-time

#### Issue Description Footprints should add interface about using transaction when ORM is supported. It can be nice to have something like this in order to use transaction with footprints....

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 bandwidth. Here is a video who talk about serialization...

feature
discussion

I just look this video : https://www.youtube.com/watch?v=nvHxA7dYw0w And I will be great if we can implement this for Trails :) it will be much easier to see/manage TCP/ Database times....

needs documentation

It would be nice if we can access to the http session from Trailpack (or trails services). Maybe like : `app.session` like this we can access the session whatever the...

feature

When a PR is made on Trails, it could be nice to have a unit test who test if the generator-trails generate a working project. Like this if a file...

task

Trailpacks sometimes need to have access to the app url (for email url or url callbacks for example). Maybe we can simply add a `config.main.appUrl` who is by default set...

needs documentation

generator-trails need some `` under archetype for some features like web server trailpack or template engine. But if we add this eslint crash with : `error Parsing error: Unexpected token

task

I never see this kind of feature in any framework but in every project I made with i18n the problem as occurred. I would like to have one translation file...

feature