Results 715 comments of M.P. Korstanje

Having found myself in a similar situation, it would appear that everything is working as expected.

No problem! I don't think this a problem for Spring to solve. It's up to the OS that runs the application to set `XDG_CONFIG_HOME` correctly. In my case this variable...

It already existed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=560555 > Thomas Wolf 2021-02-08 03:14:23 EST > Two possible solutions: > 1. Do provide a user with a writeable home directory inside the Docker container. >...

I think you have spotted the same problem I've been trying to deal with in Cucumber-JVM. The messages and gherkin dependencies are exposed as part of cucumbers api. This is...

There are roughly speaking two models to maintain lists like these: * An un-curated list. Everyone adds their extension to the list. Unfortunately nobody ever wants to prune old, stale...

This is a rather complex issue: 1. Cucumber-JVM only reports the most severe result for a scenario rather then the results of all steps. 2. Depending on which XSD you...

> How does this work for `cucumber-jvm` In Java you attach bytes. > The user attaches a screenshot which is already encoded in base64. So.... don't do that and use...

> I want to add a bit more intelligence to cucumber-ruby so when we detect that the file is encoded in base64, we do not try to encode it once...

You can, and should, attach a byte array. Use `OutputType.BYTES`.

> Attaching as Byte array is working , how to attach a screenshot which is encoded into base 64 , so that screenshot files are not required while sharing the...