jvanheesch
jvanheesch
I am not 100% sure it's a bug, but it seemed strange enough to report. - Minimal reproducible example https://github.com/jvanheesch/inputmask-angular - Steps to reproduce: - `npm i` - `npm run...
# Proposal This is a draft proposal. It aims to enable safe retry of aggregate commands in the event of (perceived) failures, without changing current default behavior (i.e. opt-in). ##...
method annotated with @Transactional(isolation = Isolation.READ_COMMITTED) returns uncommitted data
Reproducer kan be found here: https://github.com/jvanheesch/spring-boot-isolation
### Is your feature request related to a problem? Please describe Our build requires an nginx container with lua. Based on [these excellent instructions](https://github.com/nginxinc/docker-nginx/tree/master/modules#docker-compose-with-pre-packaged-modules), we use [this Dockerfile](https://raw.githubusercontent.com/nginxinc/docker-nginx/master/modules/Dockerfile). Right now,...
Reproducer can be found [here](https://github.com/jvanheesch/traefik-htransformation-replace-all-instances). I am unable to replace all instances of a given string `input` with replacement value `output`. I checked the source code, but could not come...