Results 27 issues of bryango

This PR enables us to override the default web bundle **at build time,** through the environment variables (or in `build.rs`): - `TECTONIC_BUNDLE_PREFIX` - `TECTONIC_BUNDLE_LOCKED` The PREFIX variable makes it easy...

**Version: `@v12`** I forget to configure the secret key for one of my repo's action (my bad), but cachix push simply fails silently without warning. One has to dig into...

I have an entry in `/etc/fstab` that looks something like this: ```fstab /dev/disk/by-label/Resources /run/media/bryan/Resources auto nosuid,nodev,nofail,x-gvfs-show,uid=1000 0 0 ``` The disk is a usb drive, with many partitions including the...

This is made possible by recent cleanups #1162, #1167, #1169 of the cli implementations. Thank you all! @rm-dr @CraftSpider The completions are generated by `clap_complete`. The current v1 & v2...

Thank you for this wonderful program! Personally, I find the UI much better than the official NixOS options search (https://search.nixos.org/options). Is it possible / easy to adapt this project to...

Hi! I was trying to use a matcher and was confused by the ``` ... ({ self, super, root, ... } -> Path -> a ) ... ``` everywhere in...

**Is your feature request related to a problem? Please describe.** I was trying to adapt nixos modules for system-manager and noticed that many of them have hard-coded `/run/current-system/sw`; see e.g....

enhancement

Hi! I was exploring the clap related code to see if we can generate completions, and accidentally came across some dead code on the removed "man-pages" feature. This patch: -...

### Description Closes #5711. Since 89670e27e101b9b30f5900fc1eb6530258d316b1, FQDN lookup errors from `hostname -f` may cause an early exit of the whole program. This PR offers **two solutions** to the problem: -...

This makes use of insta's `filters` feature.