Michal Novák
Michal Novák
Sounds like a fun. I have nothing against TypeScript. I must only note that it will mean a little more complicated process when shipping new version - Aside of the...
With #94 it is possible to navigate to subresults and "more results from..." or whatever using the default browser focus shortcuts - `tab` key and `shift+tab`. It works pretty well...
Modified the example app to test this: https://github.com/mancze/micronaut-sandbox/commit/3818f65cd11d100b6f51129f2a13c902735c17ff Property values are still not loaded.
I think I misunderstood how inheritance on `@ConfigurationProperties` works. I was able to extend the configuration and fix the failing test case. I learned that configuration prefixes are truly inherited...