bitPogo
bitPogo
Hey, the issue is already a bit aged and I am currently engaged in some other topics, so I just want to let you know that it might can take...
Thanks for the replay! The multi round is actually executed. If it helps I can link you my tests where I am run into this.
Sry for the late replay, I just wanted to avoid to many parts in the project. However you may find in [test set](https://github.com/bitPogo/kmock/blob/main/kmock-processor/src/test/kotlin/tech/antibytes/kmock/integration/KMockMultiInterfaceMocksSpec.kt) more information. If I can be of...
FYI: It seems like KSP 1.7.0-1.6.0 and KCT 1.4.9. magically resolve that issue (for now). However I like to wait until the next version of both libs before closing the...
Thanks for the quick answer and explanation! I already assumed its more depend on spaCy than on the mind model behind UPOS. However converting them into `X` taints the complete...
Thanks again for the quick answer. Plain stanza is currently not an option for this iteration, since this requires a lot of changes to my project, which I cannot effort...
Is that ready to be reviewed? If so, could you please resolve the conflict.
Nope...it should be useable, but I see no place where it is actually used.
It's actually usage is only internal, since the namespace is not ported to the outside...at least not in typescript. However the [code](https://github.com/asciidoctor/asciidoctor.js/blob/cb0db00597ae7ecfd65cc717f3e67f8c284d5abe/packages/core/src/asciidoctor-core-api.js#L2750-L2760) is speaking about it. The question is, if...
Ah...so my first answer was wrong...`Asciidoctor.LoggerSeverity` is not present. Sorry a long day...I rewrote the whole types for kotlin...so thats why I stumbled over all those stuff...