pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
'unsafe-eval' is not allowed in MV3’s manifest: Dropping it resurfaces: - https://github.com/pixiebrix/pixiebrix-extension/issues/2946 ## Tasks - [ ] Revert https://github.com/pixiebrix/pixiebrix-extension/pull/3019 ### Our options > 1. Get RJSF to add support for...

## What does this PR do? - POC of #4353 - Not intended to be reviewed/merged, just saving the POC and raising discussion points so we can plan out a...
**Known Limitations** - gapi (including Google Spreadsheets, Big Query, etc.): - https://github.com/google/google-api-javascript-client/issues/614 **Related Discussion** - https://github.com/pixiebrix/pixiebrix-extension/pull/1634#discussion_r727517740 **Approaches/Ideas** - We should have specific "Brick only available on Chrome" errors or some...
See: * https://github.com/pixiebrix/pixiebrix-extension/pull/1838 * https://github.com/pixiebrix/pixiebrix-extension/pull/1835 * https://github.com/pixiebrix/pixiebrix-extension/pull/4146
I'm opening this placeholder issue to keep track of possible improvements: > we’re seeing a large number of errors in the extension since the start of the month (see https://rollbar.com/pixiebrix/all/items/?sort=%5Bobject%20Object%5D&status=all&date_from=&date_to=&environments=production&activated_to=&framework=&levels=40&levels=50&activated_from=&offset=0&timezone=Europe%2FLisbon&assigned_user=&date_filtering=seen&projects=395009&query=&enc_query=)....
Top level copy button:  Nested: 
## What does this PR do? - Complementary to https://github.com/pixiebrix/pixiebrix-extension/pull/8023 We have a couple of overlapping utilities and utilities appearing in unrelated files. This also fixes a couple of bugs...
Vercel (AWS Lambda) recently bumped their Node 20 version: Not really an issue, but: - this version natively includes npm 10.5.0, which means you don't have to install npm separately...