doodzio
doodzio
> My experience with the extension, using Fedora 33, Gnome 3.38.3 and Wayland on a Lenovo Thinkpad T470 **The extension works as expected the first time you install it.** The...
My suggestion: Maybe additional test should be created here: https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/test/java/org/apache/nifi/web/StandardNiFiServiceFacadeTest.java, or one of existing ones should be updated?
I see that you added additional dependencies, this can be the reason, as you can see, there are already usages of `org.mockito.` therefore, it is imported as dependency by another...
Hi, I didn't have time recently ( I was AFK). It seems that your code have some formatting issues, mainly new test cases, It will be to many to point...
Seems that the problem is https://github.com/asyncapi/parser-js/blob/58f9db60d969723366b8380eb2182414cf774206/src/old-api/operation.ts#L31 ```js message(index) { const message = this._json.message; if (!message) return null; if (message.oneOf && message.oneOf.length === 1) return new message_1.Message(message.oneOf[0]); if (!message.oneOf) return new...