Cathal
Cathal
**Is your feature request related to a problem? Please describe.** When using asdf as a system-wide install (like #577), there isn't a simple way to set system tool versions. **Describe...
Currently no way to provide env vars to the "keyCommand" call. Use case I have in mind is using the 1Password `op` CLI, which only supports env vars for config...
It would be nice if the deployment key service name could be extracted from the key type directly. Less prone to typos/mistakes as a result. E.g. ``` after = ["network-online.target"...
Similar to how services are started in a specific order (using 'start-after'), would it be possible to shutdown services in a specific order as well? Maybe even just in the...
**Is your feature request related to a problem? Please describe.** Currently, the only "source" supported by "vultr_firewall_rule" is "cloudflare". [The API docs mentions you can pass a load balancer ID...
Inspired by a feature [ts-rs has](https://docs.rs/ts-rs/latest/ts_rs/trait.TS.html#method.export), allowing you to manually export types by calling `::export(...)` on them. Currently, Typeshare can't export types that are generated by macros (maybe that deserves...
Add/update definitions to support the [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API). Relevant WebIDL sources [here](https://searchfox.org/mozilla-central/search?q=popover&path=*.webidl).
Tested using a Nix shell [here](https://github.com/DuskSystems/wayfind/blob/6db01a22a39dc2c7bb6ca82b1a2900fd782e1d54/.github/workflows/codspeed.yml). Resolves #65
## Description of changes - updated pgcat to v1.2.0 - added changelog - replaced installCheck with passthru version check - added passthru update script ## Things done - Built on...
## Feature Request For environments like [NixOS](https://github.com/NixOS/nixpkgs/pull/366178), auto-downloading binaries like `wasm-bindgen` isn't ideal. Similar issue for the `rustup` usage for auto-downloading of toolchain targets. `rustup` may not even be present...