ExE Boss
ExE Boss
This would otherwise break installs using [**pnpm**](https://pnpm.js.org) or [**Yarn** with **Plug'n'Play**](https://yarnpkg.com/features/pnp). --- review?(@bakkot, @bterlson, @rbuckton)
GitHub Pages now allows HTTPS with custom domains, [but this requires some setup for older sites](https://help.github.com/articles/troubleshooting-custom-domains/#https-errors). There’s also the whole [mixed content issue that needs resolving](https://github.com/petkaantonov/bluebird/search?q=%22http%3A%22).
Since Firefox 55, WebExtensions can also be themes that have some feature parity with Chrome and then some extra features on top of that. The MDN documentation on the [`theme`...
Add a script that maps the following into extensions that use deprecated functionality: Deprecated funtion | What to map to --- | --- [`extension.onRequest`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/extension/onRequest) | [`runtime.onMessage`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage) [`extension.onRequestExternal`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/extension/onRequestExternal) | [`runtime.onMessageExternal`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal) [`extension.sendRequest`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/extension/sendRequest)...
Since we’re changing the defaults for several options in 2.0, I’ve decided to request that we do so for `useTabs` as well. Tabs have several advantages over spaces: - Always 1 byte per indentation level, regardless of tabstop width. - Indent size is customisable (those of us who prefer 4 characters can use a tabstop width of 4, and those who prefer 2 characters can use a tabstop width of 2) - - --- **See also:** #6888
This makes it so that the **TypeScript** step is ran, regardless of whether there are **ESLint** errors. ## See also - -------------------------------------------------------------------------------- review?(@tobspr)
I also had to upgrade **TypeScript** because [mods/mod_interface.js] uses features that are only available since **[TypeScript 4.2]**[^1]: This also necessitated upgrading **[\@types/filesystem]**, since there was a type definition conflict in ...
Since (PR ) was rejected, this moves that code into a method to allow mods to change how many windmill sub‑shapes are allowed to spawn, and also limit any custom ...
## Missing Service Call ### What service call is missing? AppletAE ISelfController: 120 (SaveCurrentScreenshot) is not implemented. [Switchbrew](https://switchbrew.org/wiki/Applet_Manager_services#SaveCurrentScreenshot) ### Service description > Takes an input s32 [AlbumReportOption](https://switchbrew.org/wiki/Capture_services#AlbumReportOption), no output. >...
[**Posh‑Hg**](https://github.com/JeremySkinner/posh-hg) is a PowerShell module, which adds Mercurial integration using **Posh‑Git’s** interface. Unfortunately, @JeremySkinner has abandoned **Posh‑Hg**, and it’s got some compatibility issues with the **Posh‑Git** 1.0.0 beta, so I’m...