Diogenes S. Jesus
Diogenes S. Jesus
dio: `!ec2:instance-list | raw | echo $security_groups` cog APP: ``` [] [] [] [{"group_name":"launch-wizard-1","group_id":"sg-6cb8d309"}] [] ``` dio: `!ec2:instance-list | echo $security_groups | unique | raw` cog APP: ``` It appears...
``` info looking for cached prebuild @ /Users/dio/.npm/_prebuilds/b65a5c-iltorb-v2.4.5-node-v88-darwin-x64.tar.gz http request GET https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v88-darwin-x64.tar.gz http 404 https://github.com/nstepien/iltorb/releases/download/v2.4.5/iltorb-v2.4.5-node-v88-darwin-x64.tar.gz ```
In the environment I'm working in, the Openstack API is only reachable via proxy. Therefore trying to load any cloud via the web UI will yield: ``` Failed to add...
Unable to use the library behind a corporate proxy which supports the CONNECT method, simply because that's not being loaded by the lib?
When building the following messages are seen ```diff $ goreleaser --skip-publish --rm-dist --skip-validate • releasing using goreleaser 0.97.0... • loading config file file=goreleaser.yml • RUNNING BEFORE HOOKS • GETTING AND...
For some reason the log source (which I don't control over) is sending lines with escaped signs: ``` $ cat notOK_sample.log field1 field2 field3 \"field 4\" field5 ``` I'm using...