Andrew Berry

Results 82 issues of Andrew Berry

While "scaffold" is mentioned several times in the README, it's not until the [php_codesniffer section](https://github.com/Lullabot/drainpipe?tab=readme-ov-file#excluding-files-from-php_codesniffer) that we actually link to the upstream project. While the scaffold is a part of...

documentation

On a call yesterday, both @starshaped and @ckrina mentioned how they think now is the time to switch new projects from sass to postcss. When I asked what was in...

enhancement
question

We went to the effort a few years back to support optional taskfile includes in Task: https://github.com/go-task/task/issues/519 However, our default taskfile has all of the files as required! https://github.com/Lullabot/drainpipe/blob/ee7ef635c34f6c27e3f375f9b79f923f593ea389/scaffold/Taskfile.yml#L5-L12 If...

enhancement
client affected

When editing pull request descriptions, ComposerLockDiff changes `\r\n` to `\n\n`. This makes it very difficult to edit the PR description in the UI, because you have hidden unprintable characters. Top...

bug
client affected

While we have a bunch of automated tests, we don't have current documentation for "things to test before rolling a release". There are some features that still need manual testing....

documentation

While we probably shouldn't enforce these ADRs, we could certainly log a warning if any of these configurations are not as expected. I think we could do this in a...

enhancement
question

I noticed that the validator action is pretty slow. Here's examples from a repository with 34 files: ```console $ time (find . -name '*yml' | xargs -n1 npx @action-validator/cli) real...

bug

When I run `act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest -j Static-Tests` on a site, I get an error. I'm not sure the change at https://github.com/Lullabot/drainpipe/pull/417 will work as expected, because act is running...

bug
documentation

If someone runs a drupal command, and composer's install is out of date, we should run composer automatically. We can do this by adding a dependency on the composer task...

enhancement
client affected
lsm

I just went through adding the tugboat configs here to an existing project. Because it already had Tugboat configured, it gave me an opportunity to really see how far I...

question
Tugboat