6 ms·
Oxide makes a rack-scale computer called the Oxide Computer, here's the intro page: https://docs.oxide.computer/guides/introduction https://docs.oxide.computer/
by thirdhaf 2y ago
Oxide makes a rack-scale computer called the Oxide Computer, here's the intro page:
https://docs.oxide.computer/guides/introduction https://docs.oxide.computer/guides/introduction
- reacterror 2y agoIt's unfortunate that page briefly flashes some text and goes blank leaving an error in the browser console Uncaught ReferenceError: TextEncoderStream is not defined <anonymous> https://docs.oxide.computer/guides/introduction:18 Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. zh https://docs.oxide.computer/assets/components-BfA3Cgf2.js:40
- cmeacham98 2y agoThat's something on your side - I'm running a pretty strict tracker/ad blocker that inadvertently affects a lot of sites, and it works for me.
- nrabulinski 2y agoI’d recommend updating your browser. TextEncoderStream has been in Firefox since 2022, in Chrome since 2018, and in Safari since 2021
- dcre 2y agoThanks for the bug report. We could stand to have a better catch-all error page for this case. Looks like this browser API is used by Remix’s new Single Fetch feature, which coincidentally we just started using last week. Sorry we broke the site for you. We don’t have as clear of a browser support policy as we probably should, but if we did, I doubt we would be guaranteeing support for two year old browsers unless we had a customer request for it. https://github.com/remix-run/remix/blame/cc65962b1a96d1e134336aa9620ef1dad7c5efb1/packages/remix-react/components.tsx#L803 https://github.com/remix-run/remix/blame/cc65962b1a96d1e1343...