Ludovic
Ludovic
Hello, I have upgraded the KineticScrolling plugin to the version 1.0.3.
Hello, Is it possible to tell aglio to create a folder with the "-o" option ? For example, if I run aglio like this: ``` bash aglio -i doc.apib -o...
Hello, I have an issue with the width of the column name. Here an example of my problem: http://imgur.com/a/45BRu So, as you can see, the last column name is cropped....
Hello, In the doc of your plugin, it's written that we can add our custom logic to manage unauthorized access. With this code: ``` javascript app.use(function (err, req, res, next)...
I have this error with JSLint: W040 - Possible strict violation. But i couldn't find an article about this error on the website. This error happened when you use the...
I added the helper 'are' to compare more than two variables. I also updated the README and the test file. It works like that: ``` {{#are x ">" y "and"...