Javier Romero
Javier Romero
Based on RFC commas are allowed characters yet the following link get's partially detected up to the comma. `http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false` Looking at the regex `/(^|["'(\s]|<)((?:(?:https?|ftp):\/\/|mailto:).+?)((?:[:?]|\.+)?(?:\s|$)|>|[)"',])/g`, it appears that it's trying to...
In trying to comprehend what the actual format is outside of the hosted example. I think it would help if common spec (aka legal) wording were to be used. eg....
# Changes Update OWNERS for buildpack pipeline and tasks # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: -...
## Summary The goal of this set of work is to minimize the level of effort for contributors when adding new build-related features to `pack` while maintaining the same level...
# Summary Add support for bind-based launch cache to `--cache` flag. ```bash pack build --cache 'type=launch;format=bind;source=' ``` ### Acceptance Criteria #### Relative path ```gherkin Given the current working directory contains...
# Summary Add support for bind-based build cache to `--cache` flag. ```bash pack build --cache 'type=build;format=bind;source=' ``` ### Acceptance Criteria #### Relative path ```gherkin Given the current working directory contains...
### Description Ubuntu 16.04 (xenial) runners have been removed making our delivery workflows for [linux fail](https://github.com/buildpacks/pack/actions/runs/2082877271). > This request was automatically failed because there were no enabled runners online to...
### Description Based on the [RFC](https://github.com/buildpacks/rfcs/pull/129), we will want to support the additional flags: - `--pre-buildpack` - where any buildpacks set via this flag would be prepended to the builders...
Deferred from #799 # Description I would like to have proof that the pack releases on my system are the ones released by the Buildpacks organization. # Proposed solution When...
### Description As a buildpack user, I'd like to run a single command instead of two to package and push a buildpack to a registry. Today, I must run both...