Christian Bongiorno
Christian Bongiorno
The [code for output](https://github.com/go-resty/resty/blob/master/request.go#L771) on a retry attempt is currently an error - it's debatable if it's actually an error or not. In my case, retry is pretty typical and...
Right now there is no way to set a custom accept/content-type - you can set the header, but you can't actually manipulate the data. This means that resty has no...
Currently, `TreeSet` [allows for the definition](https://github.com/vavr-io/vavr/blob/master/vavr/src/main/java/io/vavr/collection/TreeSet.java#L99) of a `Comparator` and I have often felt like being able to define the hashing/equals function in the same way for `HashSet` etc. would...
The `MigrationLoader` and the `FileMigrationLoaderFactory` make things really flexible. But, I would like to propose another implementation that will really open up mybatis to non-java developers and allow for a...
following on #88 mybatis should honor native DB delimiters in order to support stored procedures and such. Benefits to this approach 1. In the unlikely event that a migration goes...
I have been evaluating several db migration tools and mybatis has been the most promising (+1) However, one thing that I would love to see is better auditing in the...
Hooks seem like a really cool and powerful feature. But the config syntax is a bit messy: `hook_after_down=JavaScript:printvar.js:when=after:what=down` would be much more inuitive as YAML: ```yaml events: hook_after_down: hooks: -...
Given the need for redis and postrgres, it might be better/easier to give the instructions for using docker. That way, after the bootcamp is over, you don't have those services...