kiwi-oss

Results 16 comments of kiwi-oss

I can confirm that the regex is used to add a route with that pattern. I found that out because one client that I used has sent a request where...

@wing328 There is still some failure, but it seems to me that it's not related to my changes because it's in some JavaScript code. Can you advise how to proceed...

Thanks, I merged and updated the samples, and the CI build passes now

Thanks, @jekkel! I will look into your comments in the next days

The official Apache wrapper works fine with Maven 3, see one of my Maven wrapper properties files: ```properties distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar ``` You just have to set it up as [described...

I had the same error and have been looking for a long time for a solution. Finally, I found it. When you just call the goal with `wrapper:wrapper`, for some...

You're welcome! I imagine providing a controlled environment is especially useful in the context of Java courses. It's definitely a blessing for me who was otherwise stuck on a not-so-recent...

I agree that splitting the view would be most helpful. Alternatively, a command to go to the last view (like Vim's `:b#`) would already be useful and probably easier to...

Thanks for the feedback! My time is limited right now, so it'll take a while, but I'll give it a try