Mark Allen

Results 90 comments of Mark Allen

@keverw feel free to try out using my branch https://github.com/wix/eslint-plugin-lodash/pull/335/files#diff-628fae3b7c19f17b44e6e61fe7bb21259a3e218e865baeb01809290acbe2559eR27-R33 You'd only have to change `map` to `isObject` and change the autofix code to replace with `isPlainObject` instead if you...

Indeed. This is a very common pattern in Ruby, which is why I still kind of feel like it maybe is already supported by RBS, but I am simply unable...

Would love to see this. @ Maintainers any chance this would see a merge if I submitted a PR?

It seems like this is something that 99% of people using this plugin for caching would want to use... Should the readme be updated with an example?

No idea why but I had to move the `export BUILDKITE_BRANCH_SLUG` assignment out of `.buildkite/hooks/environment` and into `.buildkite/hooks/post-checkout`, otherwise the ecr cache was using `:latest` tag again Enabling DOCKER_BUILDKIT also...

Basically I want to cp files from the host into the container, and I want to avoid docker volumes. Any way to use docker compose cp command directly using `docker-compose-buildkite-plugin`?...

Please fix this. As is, the extension is unusable as it ruins your undo ability.

Travis build failed on unrelated bundler version issue: ``` $ bundle install --jobs=3 --retry=3 --without development Fetching gem metadata from https://rubygems.org/.......... Fetching gem metadata from https://rubygems.org/. Resolving dependencies... Bundler could...

`isolatedModules: false` saved me so much time, thank you @Artoria-0x04 !

What's the solution? Add an option like `ignoreElements: ['em', 'p']` and/or `ignoreProps: ['key', 'whatever']` ?