-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error not surfaced properly #85
Comments
Seems like an issue with the web service tasked to build respec files. It’s probably temporary. Have you tried again? You can force a rerun by editing the content of the pull request (not the actual code, just the content on the GitHub side. Just adding a line break is enough. |
Hi @tobie, thanks for the instructions. I edited the PR text just now. It appears that PR Preview ran again, but it gets the same error. |
@deniak any idea what’s going on here? |
This is an error coming from respec. @sidvishnoi, spec-generator is producing the following error while trying to process https://rawcdn.githack.com/spruceid/did-test-suite/7925112b59a2f92ee820d0afe03034e9f05af3c9/index.html?isPreview=true&publishDate=2021-03-09
Do you know if it's a bug in respec or a misconfiguration? |
https://pagecdn.io/lib/ace/1.4.5/ace.js is clashing with ReSpec unfortunately. Both ReSpec and Ace expose a global Workaround: Use ace no-conflict, which exposes <script src=https://unpkg.com/[email protected]/src-min-noconflict/ace.js"
<!-- integrity obtained from: https://unpkg.com/[email protected]/src-min-noconflict/ace.js?meta -->
integrity="sha384-hrjkfJF+wiarMlNc/Nqv8RItRca1TOp8FBggbKsUJfRaKgioqs8qgKw6PIPMIpMV"
crossorigin="anonymous"></script> There's an open issue in ReSpec to avoid the global |
Thanks folks. Closing. |
See w3c/did-test-suite#34.
The text was updated successfully, but these errors were encountered: