Dave Bosley
Dave Bosley
This PR has been open for a long time. Is there a chance these last comments can get resolved so it can be merged?
@sdirix This is still a real issue. If you could re-open that would be amazing. I'm using JSON forms for a project right now and just ran into this. I...
I think passing the ajv instance into `runtime.ts` would get me past the blocking issue with my project. I was trying to think of a better pattern myself, but was...
> I would prefer not including the ajv-pack dependency good news! `ajv-pack` is purely needed to build the module. It's not needed as a dependency after compiling the schema I...
I was able to use the latest beta version with my precompiled AJV schema validator and I didn't get an unsafe-eval error with CSP enabled! Here's how I got it...
I don't actually use that in my implementation. I don't see that being a problem, though. The unsafe-eval issues stem from compiling JSON Schemas and meta schemas with AJV. As...
Small update: I got this working with multiple schemas that have `$ref` pointers. When building the generated output, you need to use `ajv.addSchema` for each schema. Then when using ajv-pack,...
That's entirely fine. This issue was blocking me locally so I wanted to test out the idea. I had some spare time so I figured I'd fork it and give...
This problem still exists and causes problems with webpack dev server and webpack-serve
I worked with you on Discord to figure out the issue more precicely. It appears to be an issue with the paradox ck3 launcher (and potentially other launchers, but I...