Controllable (Fabric)

Controllable (Fabric)

1M Downloads

Options serialize numbers with system locale, but than loads with regular parse.

panbolo opened this issue ยท 1 comments

commented

It looks like you serialize double numbers with system locales, which can result with numbers in following format: 35,0 (note the comma instead of dot).

commented

Fixed in pull request.