Max Rohde

Results 29 comments of Max Rohde

Interesting, looks like last time I tried making it work was [September '21](https://github.com/goldstack/goldstack/tree/svelte/workspaces/templates/packages/app-svelte-2) while the Svelte experimental support PR was merged in [October '21](https://github.com/yarnpkg/berry/pull/2161). However, if I read the docs...

Thanks that is good to know! I will keep an 👀 on that linked issue!

Expo and [React Native](https://github.com/react-native-community/cli/issues/27) currently do [not support Yarn PnP](https://github.com/expo/expo-cli/issues/1073). ``` C:\Users\Max\repos\goldstack-mega\.pnp.cjs:41470 Error.captureStackTrace(firstError); ^ Error: @expo/cli tried to access glob, but it isn't declared in its dependencies; this makes the...

Check out PnP and node linker hybrid mode: ``` You may sometimes need to use node_modules on just part of your workspace (for example, if you use React-Native). Create a...

Thank you for raising the issues! For the second project, I think this could be related to: https://github.com/nodejs/node-gyp/issues/809 For the first issues reported, did you encounter this in the second...

When trying to run `ts-eager` on Windows using Yarn 3, I get the following error message: ``` ...\.yarn\cache\ts-eager-npm-2.0.2-b8fedc2120-5f227c3dcb.zip\node_modules\ts-eager\bin\ts-eager.sh:2 exec node -r ts-eager/register ${1+"$@"} ^^^^ SyntaxError: Unexpected identifier at Object.compileFunction (node:vm:352:18)...

Patch for sandbox available that passes the provided example, see https://github.com/javadelight/delight-nashorn-sandbox/issues/151#issuecomment-2253844165 Note issue may still appear with some complex scripts. Any further issues, please reach out!

Note due to the great work for [@busterace](https://github.com/busterace) there is [a version available](https://github.com/javadelight/delight-nashorn-sandbox/releases/tag/0.5.0) with a better fix that also generally improves performance by removing the need for running the regular...

Any chance on getting proper syntax highlighting for code blocks? As far as I can see, syntax highlighting still does not work even when specifying the correct language. All code...