SebastianG77

Results 16 comments of SebastianG77

Hi, thanks for figuring out the problem source. If you need a quick solution for this, you can follow the solution in this post: https://github.com/jaredpalmer/backpack/issues/42#issuecomment-279800366 It would be better to...

Hi, I tested your code in my small test project and it worked! Thanks a lot. This solution is better than the other one as I do not need to...

Hi, thanks for your reply. It will be a pitty, if there is no support for current JSON specifications, as I prefer the valdiation messages of this JSON validator over...

When looking at i.e. ajv (https://github.com/epoberezkin/ajv), it offers the following function to set the meta schema for the used validation schema: ajv.addMetaSchema(require('ajv/lib/refs/json-schema-draft-06.json')); So, to allow using new validation features with...

Hi, I think that i.e. the "if","then","else" feature of draft-07 can be very helpful in some situations for creating flexible JSON schemas that are easy to understand. However, my actual...

Thanks for letting me know. I recently had a quick peek at your git history and have already seen you implemented something in this regard. Good to see you are...

Alright, I can fix it, but I am not sure whether I will be able to do it before next weekend. Will send you a pull request as soon as...

Hey guys, I am afraid I might lack of context regarding your discussion, but I also fixed this error in this PR: https://github.com/sidorares/json-bigint/pull/26 . I also published my changes to...

Hi, do you already have some feedback regarding this pull request? Will appreciate if you can merge my changes soon as I need this feature now.

Hi, I just wanted to let you know that I published my fork at npm (https://www.npmjs.com/package/true-json-bigint) as I now really need these changes. Of course, I also referenced your project...