FrEaKmAn
FrEaKmAn
With this pull request we can add additional options to underlying transports. This is useful if we want for example add additional headers to either websocket or pooling requests. ```javascript...
This pull fixes incorrectly resolving null value https://github.com/freemarker/fmpp/issues/27 by loading JSON via file.
Hi If I'm not mistaken, this library uses HttpClient, but it could also use https://hc.apache.org/httpcomponents-asyncclient-dev/ to support async requests. Are there any plans to support async?
Hello I have - updated fmpp to latest version - updated bsh.jar dependency to latest version (previous one has a vulnerability) - cleaned up fmpp folder as it includes tests/docs/source...
Hello I have a project which is private and requires user login. When I perform export, it works great. But when I try to access export link as not logged...
**Describe the bug** If we have a translation with deep structure, like ``` { "languages": { "en": "English", "de": "Deutsch" } } ``` it fails to generate correct Translation type...