Alex "Blex" B

Results 76 comments of Alex "Blex" B

The problem might be related to 1. files that are not checked and not added automatically to git (displayed in red in project view) 2. Running "Reformat code" with Ctrl...

We also determined that this project is likely abandoned around 8 months ago, searched for [alternatives](https://github.com/xdev-software/mockserver-neolight/blob/develop/COMPARISON.md) and then decided to ultimately fork it: https://github.com/xdev-software/mockserver-neolight Note that our fork is not...

I run into the same problem and tried to do a quick implementation ([changes are on this branch](https://github.com/AB-xdev/docker-java/tree/build-v2)) in combination with [testscontainers](https://github.com/testcontainers/testcontainers-java/issues/2857). Here are my findings: * ``aux`` (when it's...

We have the same problem, noticed it when running in combination with [Sonar](https://github.com/SonarSource/sonar-scanner-gradle). However it only seems to happen when the OS is Linux? Here's the log: https://github.com/xdev-software/intellij-plugin-save-actions/actions/runs/13989338199/job/39169567841

> Given that two different Gradle plugins require a dependency in two different versions in a single build classpath, I'm not entirely sure how to correctly address that. So the...

Fun Fact: The same problem seems to be present since ``2.2.0`` (likely caused by https://github.com/JetBrains/intellij-platform-gradle-plugin/commit/b2e1fd8f9d8892601621f6e0c710bf02ca850678). However it was not noticed as ``TarArchiveInputStream`` is missing: ![Image](https://github.com/user-attachments/assets/fe6adcb4-6f05-40c9-a8e1-ceef350005bf) I highly recommend that you...

This likely requires a major redesign because the Grid Exporter is used without a Grid which it was never designed for.

I also stumbled over this issue but with other context: When using [``docker container commit ...``](https://docs.docker.com/reference/cli/docker/container/commit/) it's impossible to dump some containers completely/properly because of their use of ``VOLUME``. I...

> See also a related but different issue: > > * https://github.com/aboutcode-org/vulnerablecode/issues/1892 Sorry but since I am constantly mentioned and I find the linked issue quite hilarious, here are some...

Just FYI we back-ported the mentioned fix #1791 into our [fork of this project](https://github.com/xdev-software/mockserver-neolight), I didn't have a chance to test it yet but it might help, so feel free...