cwegener

Results 109 comments of cwegener

I just tried using go-task for the first time on a project and immediately ran into this problem with not being able to source the nvm.sh POSIX script in a...

For my use case (targeting deb systemd environments), the most important gap that such a generic feature would close is to ship my deb python packages with additional `sysusers.d` files...

I'm using PR #1258 at the moment, patched on top of the 1.15.1 release. I'm quite happy with the way how the feature in that PR is designed and implemented....

It just occurred to me that such "custom files" functionality is actually extremely useful for input formats other than python as well! E.g. for a `deb` -> `deb` scenario (or...

I only just ran into the same issue today when building a multi-VM vagrantfile with Windows VMs that use UEFI boot. In my case, the default SELinux configuration in `/etc/libvirt/qemu.conf`...

I'm very curious about this feature. I did a very dirty hack myself to get something up and running locally with some manual intervention. I was using the `qemu` builder...

Unfortunately in my case it all was a bit of a one-off situation, so I didn't really put any effort into making it all work properly. I had to do...

> @cwegener thanks anyway. I'm working on upgrading the templates to HCL2 so it would be ideally easier to make experiments and changes and maybe I can easily include qemu...

The first thing to try would be to remove ALL the allowed domains and leave the field empty. Background: The allowed domains field is *incorrectly* labeled in the UI. What...

Yup! `GUEST_ROLE_NAME = "Gamma"` will give the Guest Token all the required (and much more) Superset permissions in order to access the required Superset API functions. The exact permissions to...