Davide Cavestro

Results 11 comments of Davide Cavestro

Still can't reach restlet artifacts from maven central

@LucasRoesler I just hit this issue and checked out faas-swarm handlers. The solution you proposed seems reasonable to me. It would avoid polluting function names with prefixes at the caller...

This way it works: 1. add to `~/.direnvrc` the function ``` # iterate on pairs of [candidate] [version] and invoke `sdk use` on each of them use_sdk() { [[ -s...

So far I missed this ticket, ending up with this workaround: ```java withCreateContainerCmdModifier(cmd -> { // force "root" user, so that the STARTER_SCRIPT written to / is then ran by...

> I'd like to see a few additional test cases that will codify the following behaviors and help set expectations: > > * What does dbmate do if the migration...

>... a feature for working with placeholders. I'm not sure what you mean.

Is it ok if I place the env var refs resolution logic into an internal package, in order to unit test it but still retaining private access? ![image](https://github.com/amacneil/dbmate/assets/447917/4d2be604-9eab-402e-b684-35f9ddb656d3)

So I added some references to the `env` option within the _Migration Options_ section of the readme. I also played with naive sql injection attempts and saw they could be...

> Before merging this, I'm only very slightly concerned that we are technically introducing a backwards-incompatible change, in that if anyone actually has `{{` and `}}` strings in their migrations...