John Bernal

Results 19 comments of John Bernal

Has there been an update on this? I'd love to be able to see the posts I've upvoted. Sometimes I want to see that one good post I didn't save...

I'd suggest upping the priority on this one. As a new user, this project has a steep learning curve and it's more pronounced with outdated documentation.

My machine is similar with 8GB of RAM and an i5 CPU. I also usually have a web browser, an IDE/Git Kraken, and Spotify/Explorer open. Sometimes it'll take up to...

I guess I'm looking for a native solution since there's a great `round` utility function. For anyone wondering, I decided to `-require` a custom function that uses the `proj4` npm...

I'm using [Figwire](https://github.com/jakub-hajduk/figwire) and I love it. Everything is async, type-safe, and handles request rejections well when an error is thrown. Setting up a bare-bones [Zustand ](https://github.com/pmndrs/zustand) store makes for...

> [react/packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js](https://github.com/facebook/react/blob/4a9df08157f001c01b078d259748512211233dcf/packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js#L462-L481) > > Lines 462 to 481 in [4a9df08](/facebook/react/commit/4a9df08157f001c01b078d259748512211233dcf) > case 'script': { > // Create the script via .innerHTML so its "parser-inserted" flag is > // set to...

@ZunedKhan07 Hello! I've tried the above example with the latest version `19.1.1` and also `19.2.0-canary-eaee5308-20250728`. Neither of these work with my setup.

Just a small update. I've been playing with this a bit longer after noticing that the docs now indicate the `script` tag needs an `async` prop. I found that the...