POde - Olivier Scherrer
POde - Olivier Scherrer
Hi Erik, thanks for raising the issue. this tool has been rewritten with v8 for better TypeScript support and... I haven't tested the packaged version for use in non TypeScript...
Thanks, this looks interesting. Would you mind adding the tests for that as well as the doc in the README.md?
I was able to run this docker compose on a silicon mac by explicitly setting the platform: ```sh DOCKER_DEFAULT_PLATFORM=linux/x86_64/v8 docker compose up ``` I'm able to run most containers in...
Hi all, Has there been any update on that? @msporny regarding jwt VCs, is your last comment [here](https://github.com/w3c-ccg/vc-api/pull/208) still valid? We're looking to implement jwt and sd-jwt VCs as part...
That's the whole point of making jstd work with require.js modules. You have to: Name the modules Load them prior to running the tests Wrap your tests into other modules....
Hi Patrick, Thank you for your interest. I can't answer you right now as I'm lacking time but I will dig into it next week and will keep you updated....
having the same issue I just switched my codegen to a `yml` format instead of `ts` so it doesn't use the `TypeScriptLoader` which uses `require` to load the codegen file....