Joseph Silvestre

Results 78 issues of Joseph Silvestre

To reflect recent changes on indexer, cozy-dev should be changed in order to remove the check (that will fail).

enhancement

Currently it can only be call from dev-env root (where there is the Vagrantfile).

enhancement

Behind a proxy the Vagrantfile cannot be downloaded. Which breaks the following: - https://github.com/mycozycloud/cozy-manager/blob/master/lib/vagrant.coffee#L103 And could also break: - https://github.com/mycozycloud/cozy-manager/blob/master/lib/vagrant.coffee#L103

enhancement

In order to make the use of plugins more clear, I propose the following: - plugins are features added to the americano instance (americano extends americano-plugin) - we keep the...

question

Can we change the way configuration is defined? I don't like it because I find it hard to read and to write, therefore error-prone. I'm in favor of a raw-express...

question

Currently we have two hooks: beforeStart and afterStart. In my experience, it's not enough. I mean I never get what the hook I want where I want. Sometimes I need...

enhancement

Last expression version mainstreams the use of mount point. So we can now use `app.use '/a/random/point', americano.static path.resolve(....` This is especially relevant when you want to serve assets from various...

question

The table of contents plugin is broken, it does not load. We removed it for now so the page content at least takes the full width, but it should be...

bug

There is one in english, but there's nothing in french.

enhancement