Leon Bogaert

Results 24 issues of Leon Bogaert

Whenever I set groupSymbol to '' (or groupDigits to 0) and when I enter more then 3 characters (with type : 'number') my browser locks up. Testen with Chromium 25,...

Would it be possible to add a `validate` option just like the `template` and `lineinfile` module.

I get this error when running `m.Drop()`: `table sqlite_sequence may not be dropped in line 0: DROP TABLE sqlite_sequence in line 0: DROP TABLE sqlite_sequence` ``` go package main import...

bug
db/sqlite

Would parsing thing like "yesterday" and "previous month" be something that's in the scope of this project?

I took a stab at implementing the merge strategy for some rules. Is this how you you would like to have that implemented?

Please let my know if I should adjust anything!

It would be nice to have the local names of each country available: ``` json "528":{ ... "iso_3166_2":"NL", "iso_3166_3":"NLD", "name":"Netherlands", "local_name":"Nederland", "region-code":"150", ... }, ```

Maybe it would be nicer for international users to use the locale of the iPhone. I think this would work well: - (void)setCurrentDate { [NSDateFormatter setDefaultFormatterBehavior:NSDateFormatterBehavior10_4]; NSDateFormatter *formatter = [[NSDateFormatter...

Would a pull request that implements the `omitempty` struct tag be accepted?

enhancement
help wanted

Make sure type & required values are serialized to query params. ``` 2017/09/13 11:41:24 Adding query params: map["type":["radio"] "count":["100"] "offset":["0"] "required":["1"]] ```