Luc Perkins

Results 37 issues of Luc Perkins

I found myself using hashi-up in a Nix shell environment so I decided to contribute it to Nixpkgs: https://github.com/NixOS/nixpkgs/pull/194288. The PR is under review but should land soon-ish. You're under...

A very handy thing in Tailwind typography is the "sandboxing" provided by `not-prose`, where everything inside that element has the `prose` styling effectively negated. As far as I can tell,...

Just a placeholder at the moment. Companion PR to #362.

I recently added a [module](https://github.com/the-nix-way/nome/blob/main/flake.nix#L89-L93) to my nix-darwin config (see [here](https://github.com/the-nix-way/nome/tree/main/nix-darwin/linux-builder)) that runs a Linux builder as a background process on my Apple M1. I was inspired by [this comment](https://discourse.nixos.org/t/nixpkgs-support-for-linux-builders-running-on-macos/24313/2)...

I'm a huge fan of this library, especially the MDX support 🎉, but I'd like to be able to provide my own extensions (such as super-fancy code blocks with all...

I was hoping to add this operation (generating a signed ID token) to vaultrs: https://developer.hashicorp.com/vault/api-docs/secret/identity/tokens#generate-a-signed-id-token.

The Read the Docs site at https://jaeger.readthedocs.io continues to show up in search results. I would strongly recommend disabling that site. cc @yurishkuro

At the moment, various CLI tools are mentioned in passing but not really documented. We should decide which tools require documentation and provide a simple YAML-based mechanism for generating those...

containerd has a TOML-based configuration system that is not yet documented. We should generate table-style docs of configurable parameters that can easily be updated by project maintainers.