redbeard

Results 36 comments of redbeard

Possibly the following additions: - Table (optional, defaults to FILTER) Likely the originally proposed "Target" should changed to "Chain" to more closely align with the configuration terminology from `iptables`. For...

@tomdee / @squaremo I'll also leave this open for additionally commentary by @jfrazelle, but yes, this is a way of encoding iptables rules in a CNI configuration. One motivator of...

This should likely be handled via a kubernetes profile (and possibly a corresponding Tectonic profile) https://github.com/coreos/mayday#about.

This is a generic version of #13

Here's a more canonical example of a layout which is broken: the default 104 key layout from http://www.keyboard-layout-editor.com. [104_ansi_layout.json](https://github.com/jeroen94704/klepcbgen/files/7063475/104_ansi_layout.json.txt) Note: GitHub does now allow "attaching" JSON files (it blindly checks...

> * To achieve this feature-request, the Toolkit would need to globally update VSCode's environment, setting env vars such as `AWS_PROFILE`. This should not be the case. For one off...

> Hmmm even better, why not include it. The idea with Appimage is it should be mostly self contained, especailly on things that differ between distros. @Morganlej this gets at...

Sorry for the delay. I think it could be _functionally_ the same thing. To be fair I have an odd workflow anyways, so I was trying to suggest something that...

Well, that's _basically_ what I'm doing now, only by hand: ``` [~]$ cat ~/.local/bin/upgrade_freecad.sh #!/bin/bash -l set -eu -o pipefail APPLICATION_LINK="${HOME}/Downloads/FreeCAD-0.19-development" LOCATION="$(readlink -f ${APPLICATION_LINK})" cd "$(dirname ${APPLICATION_LINK})" ~/Downloads/AppImageUpdate-x86_64.AppImage "${LOCATION}" #...

/me sighs Honestly.... the deeper i go into this the more annoyed I get. Hypothetically, through it's use of AppImage, FreeCAD should be able to self-update. That being said, between:...