Timo
Timo
@Lucretiel what kind of example are you missing? The last paragraph of the [navbar-item](https://bulma.io/documentation/components/navbar/#navbar-item) section in the documentation already mentions: > You can add the following modifier classes: > -...
In my case, @adamstimb's policy from https://github.com/aws/chalice/issues/59#issuecomment-460289946 failed with this error: ``` An error occurred (AccessDeniedException) when calling the UpdateRestApi operation: User: arn:aws:iam::000000000:user/xxxxx is not authorized to perform: apigateway:PATCH on...
Using this script as workaround for now: ``` #!/bin/bash # Run the Docker container and install packages CONTAINER_ID=$(docker run -d lambci/yumda:2 yum install -y git GraphicsMagick jp2a) # Wait for...