Ed Morley

Results 266 issues of Ed Morley

The `repo:purge_cache` command doesn't actually remove all files from the cache, but tries to preserve anything under `vendor/heroku/`: https://github.com/heroku/heroku-repo/blob/3e7167d79ca06f8be9cc4b084f7ca03d5adaee46/commands/purge_cache.js#L21-L36 This was added in: https://github.com/heroku/heroku-repo/commit/16b17f3b7e5952d8a2393b7601d108db8ba9ac63 I believe the intention was to...

Hi The [usage docs](https://github.com/vuejs/babel-plugin-transform-vue-jsx#usage) for this repo say to install: * babel-plugin-syntax-jsx * babel-plugin-transform-vue-jsx * babel-helper-vue-jsx-merge-props * babel-preset-env This seems to overlap with the plugins that are part of [babel-preset-vue](https://github.com/vuejs/babel-preset-vue),...

Hi! We have an app that is comprised of a webpack-built SPA and a django-rest-framework powered backend - with both parts existing in the same repository (monorepos have [many advantages](https://danluu.com/monorepo/)):...

type: feature

**STR:** 1) Create a `.prospector.yaml` that contains an `ignore-paths` section whose entries use Linux style relative paths (ie: contain forward slashes). For example: https://github.com/benoitc/gunicorn/blob/bc20bea7d9a86ebf2bd1cf62766ecc299b940d77/.prospector.yaml#L3-L13 2) Run prospector on Windows **Expected:**...

PR #446 added support for TLS, however it's currently undocumented. I'm trying to add documentation/support for TLS to consumers of redis-py (eg django-redis/django-redis-cache), however this is harder when there isn't...

Stale
help-wanted
good first issue

### Summary Running `pack builder create` with identical inputs produces a builder image whose overall SHA256 is different every time, which causes unnecessary builder image releases (from the CI release...

type/bug
status/ready

### Summary If a local buildpack contains files that are hardlinks of each other, the hard links are not preserved in the `.cnb` file or OCI image created by `pack...

type/bug
status/discussion-needed

### Description Currently if `pack build --buildpack ` points at a directory containing a `package.toml`, the `package.toml` file is ignored, and instead the directory is packaged into an ephemeral builder...

type/enhancement
status/discussion-needed

### Description Pack's default pull policy is `always`, which means that on every `pack build`, it attempts to pull images even if they exist locally (eg the builder image, run...

type/enhancement
help wanted
status/ready
good for mentorship

The buildpack currently makes a request to `semver.herokuapp.com` here: https://github.com/heroku/heroku-buildpack-nodejs/blob/34b2aadbe23cdbac5e6e91d026a49a99c00e7090/lib/failure.sh#L748-L752 There are a few issues with this: 1. The semver.io site is deprecated and will be sunset in the future...