Marc Addeo

Results 14 issues of Marc Addeo

I'm using Shavee to unlock a ZFS dataset as part of my boot process, and thought I'd share how I'm doing it: **/etc/systemd/system/[email protected]** ``` [Unit] Description=Unlock ZFS Dataset %I with...

Is it possible to apply memory settings to MIDI-CAT by hovering over a module and pressing a MIDI button on my controller? For example, I'd like to create mappings for...

Hi all, First just wanted to say thank you for making this extension. Very helpful in the transition to Safari. I originally submitted a support request via the Tweaks for...

This updates the queue:run command to run garbage collection against the queue if it supports it. If we don't do this, queue items expirations never actually expire until the next...

area-queue

Is it possible to pass code using a slot instead of a prop? For example, I'd like to be able to do ` const a = "test"; ` instead of...

For example, if you try to do `timetrap in --at "15 minutes aog"` it interprets it strangely and you'll end up with 100 hours logged on the entry. Is there...

Hi, I'm wondering if it's possible to set a user plugins priority so that it executes after actions/containers/etc from the UI. For example, I'd like to use the `active_device_switcher.py` plugin,...

This adds support for the `no-auto-down` directive to the `ifupdown` role.

If you have the following in your `~/.gitconfig`, `Grit::Repo.log()` will break. ```gitconfig [color] ui = always ``` To reproduce: ```ruby require_relative "lib/grit.rb" Grit.debug = true repo = Grit::Repo.new("test/dot_git", :is_bare =>...

This updates the `--list` subcommand to display aliases inline with the recipe doc. Before: ``` Available recipes: choose # Open an interactive chooser of available commands c # alias for...