André Wallat
André Wallat
@RoadRunner- Could you create a pull request, so that there's a chance to get this feature. I also need this fix and have to patch manually :-( I've also seen...
Hi @Fredx87. In my case I need to set the secret because my backend communicates with keycloak. My frontend does not know about keycloak and is only secured by a...
So would it work if the message for my test "B" would be: ``` expected: "d" to be contained in: "abc" ``` A diff would really help if my string...
Thank you for the info! The "preferred method" unfortunately doesn't meet my needs. I do not want to allow additional properties and throw an error if there's a property in...
I've got the same problem and it's quite a big issue for me. Is there any workaround?
I found a solution! With the following options, the parent directories are not created anymore and there won't be any conflicts anymore: ``` addParentDirs false createDirectoryEntry false ```
@bmagistro I used version 7.0.3 of "nebula.rpm" plugin. For me the most important option to set was "addParentDirs". I don't know if later versions of this plugin behave differently. The...