Tor Arne Vestbø
Tor Arne Vestbø
`zplug update` and presumably other zplug commands use non-ascii charcters in its output. When creating a zsh setup from scratch, you typically haven't added a config/plugin to set LANG/LC_ALL yet,...
E.g.: `printf '\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n'` Will results in corrupted output.
Looking at the readme, the `error401` location does a 302 redirect to the login page. Doesn't this mean that the user will see the login page with a 200 response?...
It looks interesting, but I have no idea what it is 😄
The current [spec](https://testanything.org/tap-version-13-specification.html) describes a case for reporting messages via the YAML format: ``` TAP version 13 1..N ok 1 Description # Directive # Diagnostic --- message: 'Failure message' severity:...
Vagrant 2.3.0/2.3.1 is broken on macOS: ``` ❯ brew install vagrant 29s Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core and homebrew/cask). ==> New Formulae sambamba You...
Adding a rule with destination path `${filename}.foobar` does not seem to work. This seems to be a limitation in the Chrome API, where calling `suggest` with a filename of a...
Configure fails with: ``` ❯ meson ~/dev/icecream/icecream-sundae --buildtype release The Meson build system Version: 1.0.0 Source dir: /Users/torarne/dev/icecream/icecream-sundae Build dir: /Users/torarne/build/icecream-sundae Build type: native build Project name: icecream-sundae Project version:...
I guess it would be useful to add a post-processor to this plugin as well, similar to https://developer.hashicorp.com/packer/integrations/hashicorp/docker/latest/components/post-processor/docker-push Is that something that's already being worked on, or already possible? If...
This might be useful as a data source for packer-plugin-tart: https://github.com/torarnv/packer-plugin-ipsw Let me know if there are any issues or further use-cases :)