Adam Rackis

Results 115 comments of Adam Rackis

Just bumped into this myself. I was getting > Uncaught ReferenceError: Cannot access 'createRoot' before initialization Removing exports from my entry file fixed.

Oh neat - you mean, feed this web app a GoodReads export file, and it loads the books all into your account? Would absolutely be open to that contribution. If...

Oh geez there should NOT be ANY spotify artifactory stuff in there anywhere. It seems I was using the Spotify artifactory while installing things. Ughhhh. PRs are completely welcome in...

To get up and running: from the root directory, you want `node app` and from the react directory, `npm start`, and then localhost:3000 *should* get you to the site. That...

@the-simian I haven't touched this code in literally years - if you think the code is good that's enough for me. Other maintainers have also moved on - so go...

Hey all - I'm not really involved with this project anymore. Is anyone here interested in becoming a maintainer?

For those winding up here, trying to get your VS Code plugin working, it looks like this project is largely abandoned, with a more current alternate plugin here: https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql

It's fine, really. Honestly I'm just interested in hearing the thought process behind this chapter.

Yeah! As the code linked shows, I'd highly recommend using std/esm. cjs and native Node interop is seamless, and the outside world can consume your Node module with regular old...

For those winding up here, it looks like this project is largely abandoned, with a more current VS Code plugin here: https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql