Christopher

Results 108 comments of Christopher

@rishabhpoddar Yep, removing `emotion` from `/node_modules/supertokens-auth-react/node_modules` did the trick for now.

I am just going to use the 'patch-package' pkg for now. Not the best practice, but better than having to remove the node_modules each time

@blattersturm Anything you'd like to see changed?

You can run `export DISCORD_TOKEN=token` if you'd like.

There are options like `esbuild-jest`, `swc`, even `vite-jest`. First class Jest integration is probably going to take a while.

This is already in the web/ .gitignore. Shoud not be necessary to add this.

And perhaps, a configuration to only allow one monitor to hold all workspaces, so you can keep your other monitors in a "default state"?

Had a new look at the README, and ofc found this ```js remotes: { // 'remote module name': 'remote module entry file address' 'remote-simple': 'http://localhost:5011/remoteEntry.js', } ``` Could work, but...