Max Rohde
Max Rohde
Implemented and deployed.
I am getting the same error too for two different pages. Is this a similar issue as https://github.com/echo724/notion2md/issues/18 ? ``` NOTION_TOKEN=xxx notion2md --path /download --id xxx Retrieved Notion blocks... (1.1s)...
Noted @benmccann ! I think for this library there is no inherent restriction in Yarn Berry that would prevent it to be patched for those interested in using Yarn 2...
Thank you for looking into this!! I tried testing this out but somehow always got stuck with the following error: ``` TypeError: Jest: a transform must export a `process` or...
Thank you, I think this issue is resolved in `2.1.5`. However, still struggeling to get this working. Using this config now [jest.config.js](https://github.com/goldstack/goldstack/blob/svelte/workspaces/templates/packages/app-svelte/jest.config.js) ```javascript // eslint-disable-next-line @typescript-eslint/no-var-requires const base = require('./../../jest.config.ui');...
Yes, trying to run this on Windows. So would this need a fix in the library or is there a workaround?
Thank you for looking into it. I would assume going to 1.x would surface the original problem? Also I think would be best to avoid having to use ESM given...
Any plans to support [AWS SDK v3 style API](https://www.npmjs.com/package/@aws-sdk/client-s3)? ```typescript // a client can be shared by different commands. const client = new S3Client({ region: "REGION" }); const params =...
For anyone interested, I developed a small wrapper around `mock-aws-s3` that exposes the functionality through the AWS SDK v3: GitHub: [`mock-aws-s3-v3`](https://github.com/goldstack/goldstack/tree/master/workspaces/utils/packages/mock-aws-s3-v3#readme) NPM: [`mock-aws-s3-v3`](https://www.npmjs.com/package/mock-aws-s3-v3) Happy to patch that into this library...
Thanks for raising an issue! That is a great idea. I actually tried adding a Svelte template [a while ago](https://github.com/goldstack/goldstack/tree/svelte) - but if I remember correctly I hit some roadblocks...