Andrew

Results 882 issues of Andrew

Can we get Vagrant boxes published for Airyx, for super convenient use as Virtual Machines? Examples: * https://roboxes.org/ * https://github.com/mcandre/packer-templates

Some box setups require a pty in order to perform `sudo`-based commands, of which rsync is one. While `config.ssh.pty` can enable PTY's for many SSH subcommands, evidently this setting is...

enhancement
synced-folders/rsync

I'm trying to get a High Sierra Vagrant box packed, but after importing the OVF, I get a UEFI shell with no access to `ls`. Screenshot: https://i.imgur.com/jFu8v2A.png I'm using High...

Hiya, thank you for publishing Vagrant boxes for macOS! Would it be possible to offer HyperV provided boxes as well? Unfortunately, Docker in Windows relies on HyperV these days, and...

Is macOS Server like a stripped down version of macOS for command line workflows and such? If so, could we include a shell script to generate ISO's for macOS Server,...

Is there any particular reason that OSInstall.mkpkg is listed twice in OSInstall.collection? Is that some kind of workaround for some specific oddity, or is this perhaps a typo?

Awesome that ops supports Linux and macOS! Could we get some ports going for ops to FreeBSD, NetBSD, OpenBSD, HardenedBSD, DragonflyBSD, Illumos, MINIX, and hopefully Haiku as well? Note that...

build

Very cool to see Debian/Ubuntu and Centos/Fedora supported! Any interest in testing, packaging for more Linux flavors? Alpine Linux, Void Linux, OpenSuSE, Arch, Gentoo?

build

There are many reasons to use double quoted, immediate evaluation strings for traps. Basically, to parameterize them.

As a coder, I want to toggle comments the same way [tcomment](https://github.com/tomtom/tcomment_vim) does with the `gc` hotkey: If _all_ selected lines are commented or blank, de-comment the region. Otherwise, comment...

feature