Rob Scanlon
Rob Scanlon
I do not think we will fix this in v1.x, because there doesn't seem to be a good reason to send characters like this and we are not planning on...
I'm not sure why this is failing. Apparently the library you are using is packaged up as a 'module', which is something fairly new, and I'm guessing our tooling doesn't...
BTW I tried routing around this problem by doing `import { Decimal } from 'decimal.js-light/decimal.js';` everywhere, but then that started causing different errors: ` [DecimalError] Invalid argument: [object Object]` It...
I'm not sure if this fixes #68 (and my suggestion wouldn't either). I think the intent of that issue is to make it so that remarks that were entered in...
Spoke with @KeeyanGhoreshi . He's fixing some of the style suggestions I made, and we'll merge this in after. This isn't attempting to fix #68 after all, we'll tackle that...
Modules used to be be exclusively edited by hand, so the format is optimized for text-editors. You can't represent line breaks in json like this: ``` { remarks: 'You aren't...
To be clear though, let's keep those issues separate. If you are interested and available you are free to tackle that issue separately. (I'll reference these comments in that issue,...
Hi @gwhusers -- thanks for the report. This is the first time that this issue has been raised as far as I'm aware, but it seems like a gap in...
Thank you very much for your feedback and kind words about Inferno. We'll see if we can make that a little more obvious in future versions.
For what its worth, I just had the same problems in ubuntu 12.04 when installing from npm, but grabbing the master from github worked.