Tom
Tom
As far as I know there will be a new gatsby strapi source plugin available in near future.
Thanks für your reply but I think there is one problem with these solutions. The [entrypoint scripts](https://github.com/oscarlab/graphene/blob/master/Tools/gsc/templates/apploader.template) need root permissions too. Or am I wrong? https://github.com/oscarlab/graphene/blob/ce7cb4720007a8652c9408dfd19f98d50cc9c2bd/Tools/gsc/templates/apploader.template#L1-L13
```console user@user-OptiPlex-3070:~/Developments/graphene/Tools/gsc$ docker run --device=/dev/sgx_enclave -v /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket gsc-postgres-graphene -c "whoami" + '[' -z '' ']' + GSC_PAL=Linux-SGX + /graphene/python/graphene-sgx-get-token -output /entrypoint.token -sig /entrypoint.sig Attributes: mr_enclave: e917708cdf2a5375ffa0fbd1c32d68727099ad1628375e92488b5ff49873dc41 mr_signer: f7eda00a2be415de0f32e77ac28121e7d20c9f2a979a689d0fc9403b46ed2ea9 isv_prod_id: 0...
Thanks for your reply. That is true. But I do not mount the `entrypoint.token` or `entrypoint.sig` at any point in Docker. These files should be generated by `/graphene/python/graphene-sgx-get-token`. Maybe the...
Any news on this? `svelte-htm` does not support Svelte 4 https://github.com/kenoxa/svelte-htm/issues/269 How do you test `slots`?
Same here but using `svelte-vite` without `sveltekit`. We can fix this by removing `getAbsolutePath` and do not use `workspaces` in the `package.json` of our monorepo.
Try it here: https://github.com/tomolenet/addon-svelte-csf-160
Any news on this? Can we support? Looks like the compiler can not parse Svelte? ``` /home/devs/addon-svelte-csf-160/node_modules/@storybook/addon-svelte-csf/dist/components/Meta.svelte:1 ^ SyntaxError: Unexpected token '
Yes, it seems to work. I tested it [here](https://github.com/tomolenet/addon-svelte-csf-160). It seems to work now that you just have to remove `getAbsolutePath`. The `workspace` in `package.json` can stay.