Gregory The JSWhisperer

Results 93 comments of Gregory The JSWhisperer

Is that stating multiple of the same id is valid? 🤣

Sounds like a good solve for now, thanks. Maybe the plugin should reassign box-sizing: content-box dynamically to the elements.

https://github.com/tauri-apps/tauri/issues/3055#issuecomment-1125221226 same here mac m1

https://github.com/sgan81/apfs-fuse/issues/87#issuecomment-663772233

Ubuntu 20.04 needed `sudo apt install libfuse3-dev` and `sudo apt-get install libbz2-dev`

not sure if this helps ``` ➜ softwareupdate --install-rosetta ```

softwareupdate --install-rosetta possibly

it is considered complete, if you have a webpage you are already using it! That's right it's included by default by browsers 🎉

Works but hard to use with a CMS like wordpress.

I think adding the options object with intermediates set to true should resolve. See below :) ``` async componentDidMount() { try { await FileSystem.makeDirectoryAsync( `${FileSystem.documentDirectory}photos`, { intermediates: true, } )...