Luke Carrier
Luke Carrier
First of all, thanks for the work you're doing with this module -- it's an absolute lifesaver. I've [recently been attempting to package Server Core](https://github.com/LukeCarrier/vagrant-windows/tree/editions) and appear to have hit...
**Describe the current behavior** Creating a failover group requires that no database with the given name exists on the secondary servers, and will create new databases to serve as partners....
Following #59 we ought to extend our integration checks to cover oversights: ```console …/mkdocs-drawio-exporter on HEAD (157dd90) is 📦 v0.9.0 via 🐍 v3.12.2 at 22:53:02 ✖ 1 🐠 ❯...
We're currently using the [Draw.io desktop application](https://github.com/jgraph/drawio-desktop) to perform exports. This Electron application also exposes a CLI that allows us to export specific pages to a range of formats. Whilst...
Thanks for Vale and these awesome rules -- it's an awesome tool! I'm working on configuring Vale to support technical documentation where TLAs (three letter abbreviations) are everywhere. To help...
**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Emulate Kubernetes PVC protection to prevent deletion of an NFS server before users of...
Instead of `require("loader-utils").getOptions(LoaderContext)` we should be good with `LoaderContext.getOptions()`, where `LoaderContext` is bound to `this`. This lets us drop the `loader-utils` dep, which until 3.2.1 contains a ReDoS vulnerability (CVE-2022-37603)....