SebastianG77
SebastianG77
Hi, when calling backpack build on a Windows OS in a project that is contained in a yarn workspace, the reference to the module source-map-support/register will not be added correctly...
Hello, I would like to validate a JSON Object against a validation schema which is compatible to JSON specification draft-06. However, in your documentation I did not find anything about...
1. Exchanged `if (!isFinite(number))` by `if (!bigNumberValue.isFinite())` and had to move this function a few lines down in this context, but I think this check is not necessary at all,...
Hi, when trying to parse a JSON-String which contains a very very big number, I get the following error message: "Bad number". The reason is, that you use isFinite() to...
Hi, I need to diff JSON files which contain large numbers. Even though your module is generally very useful for comparing JSON files, it is unable to create proper diffs...