pandatrax

Results 8 comments of pandatrax

Please unblock this issue. It is preventing me from accomplishing my dreams.

Friendly bump. I would like to get some clarity around the expected timeframe for fixing this glaringly obvious issue.

Is there someone that I can escalate this to?

![NoU](https://user-images.githubusercontent.com/20147940/70833884-b7e4e300-1dad-11ea-9f3d-ab890961ac53.gif)

This was the offending principal arn: ``` {"PrincipalArn": "streams.metrics.cloudwatch.amazonaws.com", "ServiceName": None} ```

My crappy fix lololol: ``` sn_split = principal.split(‘.’) ServiceName = ‘.’.join(sn_split[:-2]) ```

A few things in the README: - Under Linux setup, don't need semi-colons after commands - Under Linux setup, the CC13 git clone should not be done as root. Probably...

Answers to small issues :) - Echoing over Serial is not trivial. If you have code for it, please send it along. - Having the current menu print after each...