Tim Vahlbrock

Results 10 issues of Tim Vahlbrock

Currently there is no possibility to create independent store instances to use for unit testing, because the module cache is reusing the same instance. There has been a function `clearProxyCache`,...

If a store has a property that is an object, a mutation only triggers updates if the reference of the property is changed. See the following example. Using the following...

### User story As a user, I might not want to make the LGSM user owner of the LGSM_SERVERFILES directory, but only give it sufficient permissions using group ### Game...

type: bug
distro: Ubuntu
distro: Debian
game: Garry's Mod
command: install
command: update
info: docker

When there is a circular dependency, inversify tries to reconstruct the circular path. However, if a multiInject is located in the requests that are evaluated before the actual circular dependencies...

**Describe the bug** ~~In TypeScript, it is really common to use the esm syntax for import and exports, regardless of which module syntax it is compiled to. When using the...

enhancement

Currently it seems to be unsupported to control the quick actions (aka "quick fix") menu, that can be opened within the text editor or via the "Quick fix" command from...

enhancement
good-first-issue

**TLDR**: Having a single test case for multiple message types to the same parser cause fast failing of the test and make it hard to determine, which message was faulty....

The array matchers that allow for `numExamples` and the item matcher to be passed, like https://github.com/pact-foundation/pact-jvm/blob/0131eb2e8cb197faf57df06164bbefd6ab1a713a/consumer/src/main/kotlin/au/com/dius/pact/consumer/dsl/PactDslJsonBody.kt#L1463 expect a PactDslRootValue instead of the PactDslPart for the item matcher. I don't see...

The `minArrayLike` matcher does make sure that the amount of items is asserted against, but does not provide the necessary amount of examples when generating the consumer test data. In...