Ric Lister
Ric Lister
@kennethkalmer I agree, good idea. I want to keep the image tiny (i.e. from `scratch`), so I need to figure out a way to setup the automated build with a...
@jangrewe I tried using `ADD` from releases, but docker will only uncompress _local_ archives; files from remote URLs are just copied. See https://docs.docker.com/engine/reference/builder/#add.
This is a major problem when using tiling window managers, as frames are frequently moved and resized during tiling operations. I am working around this bug by running `screen` inside...
Just as a fun data-point, I started to run into this problem right around 1700 tags for a repo, backed with S3. We are doing continuous builds, so I am...
@seanedwards Sure, I understand the motivation here. I'm not super keen on an explicit `export` function: my main reason for liking `cfer` in the first place was that it is...
@seanedwards Correct, both forms should work. I'll have a hack on it in the next couple of days as dayjob+life permits.
Can confirm I have the same problem with 0.21.0 on templates with a ref to `AWS::NoValue` within a `Fn::If` statement.
@moshemarciano sorry for the delay, I hopefully will be able to take a look at this issue tonight.
@moshemarciano I can't reproduce this. The error you pasted is in the channel parsing, not groups. Do you have environment variable `SLACK_CHANNEL` set? Failing that, can you let me know...
Example function template (applied using helm): ``` apiVersion: lambda.services.k8s.aws/v1alpha1 kind: Function metadata: name: {{ .Release.Name }} namespace: {{ .Release.Namespace }} spec: name: {{ .Release.Name }} description: {{ now | unixEpoch...