Brad Dougherty
Brad Dougherty
Now that Safari supports the WebExtension API, do you think it would be possible to offer a Safari version? Happy to help if I can.
## Verify the following before opening an trouble issue - [x] That _OAuth_ is Enabled for the SmartApp under the IDE. - [x] The SmartApp and Device Handler are using...
### Issue description I was using the documentation page: https://baklava.design/?path=/docs/components-dialog--documentation 1. Open the dialog 2. Hit tab repeatedly 3. Focus will move outside the dialog to the page in the...
I think this was broken by #263. When importing using `import * as Astronomy from 'astronomy-engine';` into a Node project that is marked as a module in package.json or into...
http://developer.mozilla.org/en-US/docs/Web/API/PushMessageData ```js self.addEventListener('push', (event) => { const myData = event.data.json(); // myData is any }); ``` Seems like another one that should be `unknown` instead of `any`.
Was one of the most popular things requested for interop 2024 but was not chosen and no reason was given. Seems to me that it should qualify as a top...
We include `Promise` and `WeakMap` polyfills to the library, but both have been supported for ~10 years now. Removing both means that we can reduce the bundle size and remove...
I don't remember why this was added in the first place (maybe so we only check valid attributes?) but it has become a bit of a maintenance burden. The data...
### Describe the problem I noticed that on dev I was seeing an `Access-Control-Allow-Origin: *` header on all requests, even though I am not adding it. I checked and it...