Franco Ponticelli

Results 24 issues of Franco Ponticelli

Would it be possible to have a release for net5.0? Thanks for the great library!

This requires: - [x] a type for `LocalYearMonth` `2016-06` - [ ] a type for `LocalWeek` `2016-W23` - [ ] a type for `LocalWeekNumber` `2016-W23-3` - [ ] a type...

something like: https://gist.github.com/haxiomic/ad4f5d329ac616543819395f42037aa1

and `moduloWithScale`

This members are supposed to return a number that is not rounded. Same for DateTimeUtc.

bug

Something generic that can be easily adapted to more specific thx libs

enhancement

I tried to parse a YAML containing UTF8 chars and the validation step failed. I removed the following lines and it worked. https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L167 https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L1313 Isn't there a double encoding going...