georgberky
georgberky
I would also love to have this feature because I need it whenever I am testing in [branch by abstraction](https://www.branchbyabstraction.com/) or decorator pattern scenarios where multiple implementations of the same...
Hi @nipafx @whiskeysierra , thanks for posting. I like your approach. In effect it does the same thing as I'm doing right now. I have two concrete tests that run...
@nipafx I think I get what you mean now. I don't always put the subclasses into the abstract class. That depends on the amount of implementation-specific tests I have. In...
We have agreed on the following configuration format: ```xml ${project.groupId} ${project.artifactId} ${project.version} JGIT bar ```
We have agreed on the following configuration format: ```xml ${project.groupId} ${project.artifactId} ${project.version} JGIT false ```
@centic9 , thanks for replying so fast. We're testing the workaround in our project. Another observation: "unable to open document" in Word only seems to happen when the shape is...
Hi @centic9 , we've done some more research and are using documents with shapes in the footer now. Applying the workaround as you posted it didn't fix the documents. We...
Thanks again for helping. I'm now running the workaround directly after loading the document. I've also changed the XPath to `.//wp:docPr`. The XPath worked when running "evaluate XPath" in IntelliJ...
> I've also had a slack conversation with a user trying this today and filed [pulumi/pulumi-aws#4470](https://github.com/pulumi/pulumi-aws/issues/4470) - sounds like we could do a bit more possibly, depending on interest here....
Thank you for raising this, highly appreciated. I favor stability and the possibility to migrate forward over almost everything else when it comes to infrastructure-as-code tools. I wouldn't mind having...