John Coleman

Results 5 issues of John Coleman

Hello, first of all thanks so much for building this library; your work has been a great help :) ### TL;DR Statements executed via context will now return immediately if...

Hello, as I mentioned in #404, I need this functionality for a project I am working on. This program is great; I really like the design. This PR adds the...

This PR adds a `-template` command line option that, when enabled, allows you to substitute any environment variables into your migration file with go templating. i.e. If you set the...

Hello, as I mentioned in https://github.com/golang-migrate/migrate/pull/404, I need this functionality for a project I am working on. This program is great; I really like the design. This PR adds the...

Similar to https://github.com/arduino/ArduinoCore-megaavr/commit/04fbbd074c3b42537fd16be7b6ec617053730486, this implements attachInterruptParams so that parameters can be passed to the interrupt handler. Addresses issue #624.