Levin Keller

Results 173 comments of Levin Keller

It seems like this also fixes the vercel builds...

Hm. Interesting. I think at the very least the package should have a `"type": "module"` in its package.json, should it not? https://github.com/jsonresume/jsonresume.org/blob/ff68aceb05f8452dddc56226851f752bc2991b53/packages/jsonresume-theme-professional/package.json#L1-L22

To be honest, I have no idea from where the [npm version](https://www.npmjs.com/package/@jsonresume/jsonresume-theme-professional) has been published. Looks quite different from the code here.

I can reproduce this issue (`Reflect.has called on non-object`) in the [circle-ci build](https://github.com/levino/mock-jwks/pull/237) (see job `build-14`) of my open source project. Locally (MacOS, ARM for rest see the `devcontainer.json`) the...

I guess the problem has to do with the fact that the shell script creates the tmp folder under my user but the user in the container is another one....

Using hermes fixes my issues.

I do not remember how this will be released. Are there docs on the process?

Lets hold on to this for a moment and add a changeset. This could trigger the release, will double check.

I added the changeset which should trigger the release flow once this PR is merged by opening a release PR. However the PR here cannot be merged because you [disabled](https://github.com/jsonresume/jsonresume.org/commit/0b8d8267f3f60ade1eabebecf2a3772eb347fe13)...

> I'm on for a couple hours tonight, happy to bring back the `test` command, but it was broken, I will set up a branch to see if I can...