Oliver Dunk

Results 18 issues of Oliver Dunk

My first PR! A small clarification where inner invoke now uses the "remove an event listener" definition, instead of doing this in its own way. Resolves #651 *** ### :boom:...

The [TypeScript Sandbox](https://www.typescriptlang.org/dev/sandbox/) is based on Monaco and is loaded very similarly, but with some extra scripts: ``` require.config({ paths: { vs: 'https://typescript.azureedge.net/cdn/4.0.5/monaco/min/vs', // vs: 'https://unpkg.com/@typescript-deploys/[email protected]/min/vs', sandbox: 'https://www.typescriptlang.org/js/sandbox', }, //...

## Overview At 1Password we use _ring_ in our WebExtension, and extensions are currently moving to [Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/), where extension code will be run within a service worker. To continue...

If a VPS crashes or web server is unreachable, a notification would be great.

enhancement

We don't currently return a message when one of these commands is run, which isn't the end of the world, but it'd be nice to give some confirmation.

We try to use the `net/md_5/bungee/api/chat/BaseComponent` class which is not available in Cauldron.

We should be hosting the javadocs somewhere publicly accessible.

enhancement

Requested by Tai1er in Discord.

enhancement

I've recently been looking in to testing WebExtensions (e.g https://github.com/puppeteer/puppeteer/issues/2486). With the [action.openPopup API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/action/openPopup), it's possible to trigger the extension popup by running code from the background page. This causes...

feature
confirmed

### Feature description For Chrome extension testing, it would be useful to be able to terminate service workers. It is possible to get the service worker associated with an extension...

feature
confirmed
P2