Albert Salim

Results 16 comments of Albert Salim

> looking good overall! thank you! > > have a concern about the push on build part, and at some point we need to add tests and run `task fmt`...

I'm thinking of implementing [running Kaniko on Docker](https://github.com/GoogleContainerTools/kaniko#running-kaniko-in-docker) to start with. Since Kaniko requires some additional args, I'm wondering what to use for them: - `destination` - I suppose this...

I see this requirement as similar to `EmptyLinesAroundAccessModifier`. ```rb # bad def foo end private def bar end ``` The above example is also currently allowed by `Layout/EmptyLIneBetweenDefs` Maybe it...

It seems linked to https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/kubernetes/provider.go#L265-L277 where kubernetes provider would connect to localhost when given an incomplete/invalid configuration. I think in this case, when we specify a cluster version and enable...

@demget I created #558 to add the test environment.

``` SELECT T2.ContentID as ID, BookTitle, Title as ChapterTitle, Text as Highlight, T2.DateCreated, T2.DateModified, VolumeIndex, StartContainerPath, EndContainerPath, SubChapters FROM (SELECT *, group_concat(Title, '-') as SubChapters FROM content GROUP BY ChapterIDBookmarked...