Marcus Ilgner
Marcus Ilgner
With v1 this works fine through the registered classloader service, but with v2 it throws an exception when building the session factory: ```kotlin val configuration = Configuration() configuration .setProperty( Settings.JAKARTA_PERSISTENCE_PROVIDER,...
## Is your feature request related to a problem? Please describe. This library looks very interesting! But with exceptions generally being sophisticated GOTO statements, using them for validations feels very...
**Library Version** 7.0.2 **Describe the bug** It's possible for the websocket to become defunct at some point, preventing new requests from being processed at all; once this triggers, even the...
When building complex data structures, I'd like to invoke other factories from within the current one. Something along the lines of ``` val myFixtures = kotlinFixture { factory { buildAComplexObject()...
When not explicitly adding any `factory {}` block and just trying to call `fixture()`, I get "Unable to resolve class". Now I have started adding `factory {}` blocks and wonder...
Trying to use `EBNFUnitFormat` as a way to serialize and de-serialize unit information into a database, I found that it can produce output that it cannot parse back anymore. Example...
I was surprised that neither functions for aggregate creation/updates nor event processor updates are marked as `suspend`. I assume that this was a conscious decision - do you have some...
Currently, the country data for Germany specifies a 3-digit area code. Unfortunately, the area code length can vary from 3 to 6 characters here. I guess it's not really possible...
I just tried to run this on a repo and it aborted with the following error: ``` Traceback (most recent call last): File "c:/Users/Marcus/Desktop/git-loc.py", line 42, in for x in...
The `best_in_place` method currently writes a span with only the attribute value as its content. Is there any way to have it somehow generate another wrapper around the text content?...