Markus Geiger
Markus Geiger
It's snap confinement. See https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1741074 I'm also fiddling around to find a workaround. Main problem is that Native Messaging Hosts do have dependencies you don't just want to put into...
Use node8 and CC=/usr/bin/gcc-7 and follow instructions on page. It fails creating the appimage, but runs in dev mode. Anyway, CLI is faster. Use awsless ;)
Ah okay, seems hypermedia is is not scope of httpie??? I found restish. https://dev.to/danielgtaylor/a-cli-for-rest-apis-part-1-104b And redfish prompt which builds on httpie. https://github.com/nsfcac/redfish-prompt
I'd just say: `var i = File.isLinux ? "Not supported" : "we don't care or test for other systems?"` RLY?! We had enough users here confirming the bug. Since IT...
Let me repeat: var i = File.isLinux ? "Not supported" : "we don't care or test for other systems?" So when do you folks thin about JUST a little bit...
Basically you could by providing a context with kubectl exec. But I'd also wish to implement image/entry points/envs more directly to the tasks. Executors as modules would be a cool...
Yup, will not install on linux even not from Chrome Extensions page. Bad manifest. Please merge!
add - Launch Template Versions also i noticed images are just from one specific account. unfortunately i cannot read from the other account that shares the images as workaround. some...
Just leaves the problem if you put /mnt into the ignore-file and start backup from /mnt/fs-snapshot it will exclude itself. Plus cd $path && restic backup . still gives $path...
**Workaround** For the moment I added an additonal pipe with: ``` dasel put -t string -v "" -r yaml -w yaml 'all().filter(equal(kind,ConfigMap)).data.all().filter(equal(.,null))' ``` But workarounds are not a solution since...