Malte Brunnlieb
Malte Brunnlieb
I once observed an NPE. However, it did not reoccur for a while. I am posting this not as a bug but maybe it is a look worth if you...
Related to #328, there seems to be an issue with the creation of APP_INITIALIZERS, which depend on toastr. Here an example: If you specify ```javascript { provide: ConfigService, useClass: ConfigService,...
We observed a very slow initialization of the parser as of google guice. On initialization of the OpenAPI 3 parser, we are facing a huge delay. As debugging is a...
It seems, that disabling the custom classloader of guice resolves some of the performance issues reported in #66. You may want to check, whether you need this custom class loader...
The current version of the parser does not comply to the openapi spec as it accepts files not defining any path object. The spec indicates the path object to be...
I am trying to call a small library build with webpack2. It is configured to result in a es5, commonjs bundle. I am using nashorn-commonjs-module to import it by evaluating...
The open api parser of reprezen continues to be quite instable and fragile and seems to be discontinued. As swagger-core parser is now supporting OpenAPI v3, we should move to...
**As a user**, I want to discover available template-sets and be able to choose one of them to be installed so that I can take my choice and start development....
A collegue of mine defined different triggers with different matchers, which both could get activated by the same input. Furthermore, both triggers point to the same template folder and thus...
As a user, I want to be able to manage versions and states of my template-sets so that i can properly scope my configuration and maintain my configuration **Important, all...