David Kennedy
David Kennedy
Gotcha. So we could easily add a bunch more icons though, right?
I have a similar issue and I'm not sure if it's due to the same thing, i.e. cfn-lint doesn't handle macros well. Here's my template: ```yaml Parameters: Environment: Type: String...
> As a workaround, you can use AWS::Events::Rule > > https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html#aws-resource-events-rule-syntax.yaml How do you add an `AWS::Events::Rule` to an `AWS::Serverless::Function`?
@chrisoverzero if the event emitter is an SNS topic, is there any difference between creating an AWS::SNS::Subscription between the topic and the function as opposed to using AWS::Events::Rule?
The proposed workaround doesn't seem to work, at least not for SNS events. I believe it's the same issue as this one, even though the OP was asking about EventBridge....
Okay, that's definitely what's happening. I deleted the `map` filter from PicoTwigExtension.php and magically got the desired behavior. It's easy enough to get the Pico behavior using the Twig filter...
I had no idea [this page](http://mockk.io/ANDROID) existed. It would be really helpful to provide more visibility for this. I spent about an hour searching before I discovered this issue and...
Okay, maybe it's obvious, but I didn't realize I needed to unxz the file: ``` $ unxz -c pine64-pinephone.img.xz > pine64-pinephone.img $ ls -l pine64-pinephone.img -rw-rw-r-- 1 dave dave 41M...
I got it to boot, finally. This time I made sure to `eject /dev/sdd` before removing the drive. It might help others if the readme mentioned any of this.
Is this feasible now that #192 is closed?