Abel Luck

Results 61 comments of Abel Luck

Not sure if this is related, but using the 15.7.0 beta 2 when I attempt to sign in to `staging.zom.im` using an existing account, the app crashes with: ``` 11-05...

with latest build: ``` 11-27 11:36:24.255 23503 23660 D Zom : generating+local+key+pair 11-27 11:36:25.524 4729 4729 D wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL' 11-27 11:36:25.536 4729 4729 D wpa_supplicant: CTRL-DEBUG:...

@froghorn82 Could you please try again? It's possible we were doing server maintenance during the time you tested.

This is pretty killer. A user made a mistake and deleted an event rule in the PD UI, and now our entire PD terraform automation is broken :(

I looked into this, and there are several things wrong I think. See [this line](https://github.com/ansible-collections/community.aws/blob/main/plugins/connection/aws_ssm.py#L430) ```python cmd = "echo " + mark_start + "\n" + cmd + "\necho $'\\n'$?\n" +...

Here is a workaround that avoids `sh` entirely by starting a bash shell. ```patch --- a/plugins/connection/aws_ssm.py 2020-09-03 18:43:43.818000000 +0200 +++ b/plugins/connection/aws_ssm.py 2020-09-03 18:43:19.805000000 +0200 @@ -288,11 +288,17 @@ profile_name =...

Would love to see these fixes land, and maybe get some tests around this plugin (not sure how that would work). We bailed on the ssm plugin for now and...

The docs say this about the `logPayload` option: > When enabled, add the request payload as payload to the response event log. So it seems to be to be intended...

I thought the program had hung, and came here to report it. But now I suspect it is just taking a long time. A progress bar, even approximate would be...

Also looking for an answer to this!