GH Romain Gonord

Results 14 issues of GH Romain Gonord

**I'm submitting a...** ``` [ ] bug report [ ] feature request [x] support request ``` **Expected behavior** Possibility to define nested translation : a translation that contains param which...

question

New PR after #23 was closed by mistake ='(

Automaton is not exposed though Generex. This is a not cool because it exposes some useful methods for information. Those changes expose 2 methods to get sizes for the shortest...

Following PR https://github.com/mde/ejs/pull/71/files, i would expect to have all dependencies defined and part of fn.dependencies or returnedFn.dependencies. I'm using EJS (version 2.6.1) within webpack through this loader : https://github.com/rorkflash/ejs-webpack-loader If...

If we have those templates : ``` // ENTRY : header-0.ejs // header-1.ejs // header-2.ejs Hello world ``` Template dependencies are defined like this : - header-0 will depend on...

Filter returns null when property does not exist. It will fix #92. Also, i took the liberty to update dev dependencies (it shouldn't impact built library anyway), also, i move...

Hi, In the documentation it said for `MellonEnable "Auth"`: ``` # There is a special handling of AJAX requests, that are # identified by the "X-Requested-With: XMLHttpRequest" HTTP # header....

Hi, First of all, thanks for your plugin, it help us greatly in our tooling process in order to pass our quality gate ❤️ We have found a very tricky...

Hi, I'm working in an environment where I cannot set PATH env variable, so that, Grunt.cmd is not available directly (I know, It is a windows workstation ...). When I'm...

### Is your feature request related to a problem? Please describe. restTemplate generated ApiClient handles response this way : ``` if (responseEntity.getStatusCode().is2xxSuccessful()) { return responseEntity; } else { // The...

Enhancement: Feature