Conner Owen

Results 11 comments of Conner Owen

So: exciting news on the Safari extensions front! macOS Big Sur beta 2 was just released yesterday, and as I was reading through the release notes, I noticed this line:...

> > i18n (Limited support, missing API we rely on) > > We use `requestIdleCallback` which is easily polyfillable (this was also the case for Firefox a few versions ago)....

Oh, right! to test it locally, all you need to do is open the xcodeproj file in Xcode, then simply Run the Lovely forks scheme, and then open Safari, go...

Hmm... it looks like you'll have to be on the macOS Big Sur beta to build this, I didn't realize that the SFExtensionMessageKey was a new property included in Big...

just FYI, since Big Sur has been publicly released, this should be feasible for anyone to build using the publicly available Xcode 12.2

Just updated this to support the just-released material-ui v5 RC-0, and the package naming changes that come along with that (from `@material-ui` to `@mui`)

> @ShotSkydiver This is great work, incredibly needed, and I'm afraid after poking around that @Yuvaleros (the only person with write-access here) is not likely active on GH any longer....

New NPM package is live! I ended up scoping it to my NPM username since all unscoped names were seemingly already taken 🙃 New package name to install is `@shotskydiver/material-ui-dropzone`...

@saikiranravupalli You should also be able to fix it by adding this code near the top of the file containing your tests, before the tests are run: ```javascript Object.defineProperty(window, 'matchMedia',...