-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot process large JSON #4
Comments
See: #4 Fixes: #1 Signed-off-by: Juan Cruz Viotti <[email protected]>
Only works for small documents, otherwise the max URL size is hit and the app breaks completely. I experimented with `localStorage`, but the max quota there also imposes a too-strict limit on the document size. Let's disable document saving for now. See: #4 Signed-off-by: Juan Cruz Viotti <[email protected]>
@Relequestual The npm module is able to process the document just fine (takes around 1 sec on my M1 MacBook Pro). I disabled the URL-saving feature for now, as its definitely restricting (and so is Even then, while the web app is technically capable of processing this document, the CodeMirror web editor chokes very badly, so I'll leave this issue open until that gets fixed. Did you face the same issue on https://jsonschema.dev? Is there a better code editor I could use? |
@jviotti I think it would be better to add file upload features for the schemas that are large in size, because I don't believe there is an web editor library that can handle big files like this one: https://www.hl7.org/fhir/fhir.schema.json.zip |
True. I'll work on that at some point! |
Large JSON (Schema) does not seem to load.
Probably too big for putting in the URL
https://www.hl7.org/fhir/fhir.schema.json.zip
The text was updated successfully, but these errors were encountered: