Adam Charron
Adam Charron
Going back on the error overlay: - What are the types of errors that we want to be catching and displaying here? - Hot reload errors? (Eg. hot reload failed)...
Thanks for the clarification. I took a quick look trying to find existing integrations w/ `react-error-overlay` and found one [error-overlay-webpack-plugin](https://github.com/smooth-code/error-overlay-webpack-plugin), which looks polished but I couldn't get it to work...
> I think it works with multiple entry points. The main assumptions to me that would fail in any projects not from CRA would be the custom dev server middlewares...
I'm pretty new to Rust, but I followed along with https://github.com/hoppscotch/hoppscotch/blob/286fcd2bb08a84f027b10308d1e18da368f95ebf/packages/hoppscotch-selfhost-desktop/src-tauri/src/mac/window.rs#L70-L101 and updated it to work with Tauri 2.x Gist here https://gist.github.com/charrondev/43150e940bd2771b1ea88256d491c7a9 In addition to working with Tauri 2.x it...
Yes, PHP 8.0 is now supported as of the first 2023.001 release. We've got some warnings to fix with PHP 8.1 and 8.2 but it should run. At the moment...
Everything has been composer 2 compatible for a while now (since maybe 2022.018 or somewhere around there).
> @ACollectionOfAtoms I'm not sure if Jest will use the custom resolver to resolve the test suite file. I think it only uses it to resolve the modules you `require()`....
Here's how I'm doing it in my own codebase (I stripped out the types because they all come from plate). ```tsx const { attributes, children, nodeProps, element, editor } =...
@donovandb Is the only thing blocking the integration with the latest versions of wordpress? We don't use the integration ourselves anymore which is why this issue wasn't noticed, but if...