LAU Thierry

Results 14 issues of LAU Thierry

Hello We are heavily relying on revalidate today. We are wondering if the lib is still maintained ? Bests

Hi Given the following code : ![capture d ecran 2018-12-06 a 14 30 50](https://user-images.githubusercontent.com/1374238/49587222-90ba3100-f963-11e8-82f5-71f13a76c282.jpg) ![capture d ecran 2018-12-06 a 14 33 17](https://user-images.githubusercontent.com/1374238/49587355-e5f64280-f963-11e8-8f20-87fdaff7621c.jpg) What I want to do is to mark...

Hi Regarding this pull request https://github.com/jfairbank/revalidate/pull/46 I expect the following code to work : ``` export const passwordFieldValidator = composeValidators( isRequired({ id: 'error.password.required', description: 'Error message password required', defaultMessage: 'You...

Hello What about including this lib in the aws SDK builder for javascript ? https://sdk.amazonaws.com/builder/js/ Best regards

enhancement

Hello Running the following code : `console.log(new Intl.NumberFormat('de-CH', { style: 'currency', currency: 'CHF' }).format(123455));` outputs the wrong currency "fr." instead of "CHF" in IE 11 window 7. ![capture d ecran...

Hello The first index.html sent is lacking the minimal css. If you enable network throttling in Chrome console to enable normal 3G preset, you will first see a page without...

Hi I think it would be a good idea to add the name of the property being validated by the schema 'json-schema-draft-03.js' in the friendly error message. For now, if...

Feature Request

Hi I wonder if this repo is still maintained ? Thnks

Hi There is a missing { in the template text for the ngro live template: Before : $routeProvider.otherwise(redirectTo : '$url$'}); $END$ Correct : $routeProvider.otherwise({redirectTo : '$url$'}); $END$ Thank for your...