Kevin Ross

Results 141 comments of Kevin Ross

I've been working on a drop-in solution here: https://github.com/alienfast/gulp-pipeline I need to reuse a basic pipeline in multiple node-based projects, as well as a rails app that uses rails engines....

[gulp-pipeline-rails](https://github.com/alienfast/gulp-pipeline-rails) is new but we seem to have it working so far. It is a drop-in replacement for sprockets and uses [gulp-pipeline](https://github.com/alienfast/gulp-pipeline) with a `RailsRegistry` for really simple configuration. i.e....

I no longer think this is needed based on #47 and using `.mjmcconfig.js` `preprocessors`. Check out the referenced https://thoughtbot.com/blog/building-templated-emails-with-mjml

I think `destroy` should be the default behavior, this logging should not survive without the parent entity.

I'm not of the mindset that backward compatibility makes sense here. Having an FK of `null` limits the value of seeing what happened in the past. While there is still...

I reached agreement with myself on what should be the plan! Absent any dissent, this is the plan: > I'm not of the mindset that backward compatibility makes sense here....

Thanks @victornamuso

If you think something may be broken, it would be best to submit a breaking test as a PR (either add an assertion or create another scenario). This test looks...

@andyfeller - I'm unclear on the solution. I too need the `GITHUB_TOKEN` present in the environment to access Github repository packages via npm/yarn. So, I did the following: ```sh unset...