Paul Melnikow

Results 167 comments of Paul Melnikow

Hmm, when view tests are turned off, the behavior is the same. It still creates an `Example` directory, even when no example project is requested.

It sounds like the ask is to be able to specify a collection of static badges whose formatting is specified in a JSON file and the message in a query...

> with the underlying motivating use case being the desire to be able to centrally manage/bulk update a set of similar-but-not-identical **static** badges used in different repositories. :+1:

The use case for customizing the label is when you want to display two CI badges, and need to differentiate them (i.e. they can't both be labeled "build"). In that...

Our environment looks like this: ``` unpublished-packages/first-dep unpublished-packages/second-dep unpublished-packages/third-dep apps/first-app apps/second-app ``` It's using npm, with relative file dependencies in each app's package.json. The reason we're using a monorepo is...

I'd propose the following solution here (as an alternative to #17): 1. In this buildpack, when moving the content from APP_BASE to the new root, use `cp -RL` instead of...