Tobias Ricken de Medeiros

Results 2 comments of Tobias Ricken de Medeiros

Hi, @kierangirvan! Try `${FAKER(api="finance().bic().substring(0,10)")}`. If you need one more specific rule, try `${FAKER(api="regexify('([A-Z]){4}([A-Z]){2}([0-9A-Z]){2}([0-9A-Z]{3})?')")}`, passing the rule in the regex expression. For example, https://github.com/DiUS/java-faker/blob/master/src/main/java/com/github/javafaker/Finance.java#L54

For docker-compose based devcontainer, a workarround is disable docker buildkit before open vscode. Example: `DOCKER_BUILDKIT=0 code .`