Andy Wright

Results 45 comments of Andy Wright
trafficstars

Add the following to `package.json` ```json "overrides": { "flume": { "react": "$react", "react-dom": "$react-dom" }, "@reach/utils": { "react": "$react", "react-dom": "$react-dom" } } ```

@pascallapradebrite4 I am using your patch, but please raise a PR 😁 @chrisjpatty please fix or merge this 😁. This is breaking your wonderful project

Is this a dupe of https://github.com/Schniz/fnm/issues/139? I made a suggestion to add a hooks system, which I think could be used to implement this in https://github.com/Schniz/fnm/issues/1060

I don't think this bug is relevant now, the new weather breakage is permanent and relates to a new issue. @quodroc I suggest closing this.

Hey, based on what you said, I have not joined the Insiders Programme. No, I am not getting offered 22H2. What would you like me to do?

I went to https://www.catalog.update.microsoft.com/Search.aspx?q=22h2 and downloaded the top Win 11 for ARM64 22H2 file. I only have the option to extract files from the CAB file and once extracted, the...

Right, so on the basis that something must have been fully broken, I upgraded to Parallels v18.1.0 (53311). I deleted the previous Win11 VM, then created a new Win11 VM...

While waiting for this to be updated, you can add the following to your `package.json` and it will install without issues. ```json "overrides": { "react-debounce-render": { "react": "$react" } }...

I ended up running a command in Fnm (`fnm env` and then referred to `$env:FNM_DIR`) to get the path to my default nodejs and entered that into my setting: ```...