Kevin Su
Kevin Su
Does `darwin-rebuild` have an equivalent to `nixos-rebuild boot`/`system-manager register/pre-populate` which builds a new generation and makes it the boot/login profile without activating? It looks like all of the profile-modifying commands...
### Describe the feature Expose a command for IMDS requests (e.g. `aws imds get --path /latest/user-data`) which automatically handles IMDS session token fetching + caching. ### Use Case Shell scripts...
## Description Extract and upload container image tarballs natively in TypeScript/JavaScript instead of delegating to CLIs (e.g. `docker`, `podman`). ### Background The AWS CDK primarily relies on hardcoded Docker CLI...
**version** v1.3.196 **platform** macOS Sequoia 15.3.2 **problem** Namespace symbols with `*` don't seem to work. ```clojure $ bb repl-clj Clojure 1.12.0 user=> (require '[test-nbb-ns.test-cljc :as test-cljc]) nil user=> (test-cljc/hello) "Hello...
Add more IMDS categories. Relates to https://github.com/fluent/fluent-bit/issues/9640. __Requires https://github.com/fluent/fluent-bit/pull/9727 to be merged.__
### Related plugins - [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [x] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Description `plugin-vue-jsx` uses syntactic analysis for HMR invalidation. This currently supports a [specific set of syntax forms](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue-jsx/README.md#hmr-detection). Most of...
## Is your feature request related to a problem? Please describe. Users currently need to add their own auto-update infrastructure to periodically update non-NixOS Linux machines managed with system-manager. It...
## Description [Mermaid code fences](https://observablehq.com/framework/lib/mermaid) with [frontmatter configuration](https://mermaid.js.org/config/configuration.html#frontmatter-config) seem to ignore the configuration when rendering. For example, this fenced block with the [Sankey example in Mermaid's documentation](https://mermaid.js.org/syntax/sankey.html#example)... ```text --- config:...
Relates to https://github.com/Azure/Azurite/issues/2601. `vsce` migrated to `@vscode/vsce` starting with 2.16.0. https://github.com/microsoft/vscode-vsce/commit/03833243782d76dddad9cdc262a5e214b2e7c311
`[email protected]` currently locks `[email protected]` which has `keytar` as a required dependency. This breaks builds on Clang systems (e.g. Macs) because `keytar`'s node-gyp build fails due to some invalid C code....