Adam Pelle
Adam Pelle
### Is your feature request related to a problem? Please describe. MDS 1.2 specification states the following about `provider/status_changes` endpoint response: > For hours that are in the past but...
Hello guys, I'd like to ask for your help as we have run out of ideas investigating an issue related to `sfField` decorator, the error message is: `undefined is not...
Instead initiating many requests simultaneously in async manner, the same effect could be achieved by using batch operation, so handle every entires in one single batch operation instead of multiple.
The current process is very tedious. Especially when a token expires need to manually reissue the request with the newly fetched token which is delegated to the user. This results...
Upon worksheet creation, the _column count_/_row count_ values are burnt-in, meaning a worksheet area won't extend as the user inserts new entries. This eventually end up causing an error if...
We've observed a very strange and intermittent behaviour of Thymeleaf template engine while we're rendering HTML templates at some of our Spring services. We use autowired `SpringTemplateEngine` directly to process...
I'm wondering whether we should prefer to use the dns_sd `DNSServiceGetAddrInfo` function (`HAVE_DNSSERVICEGETADDRINFO` flag) over the node implementation (cares_wrap) on linux-ish systems as well if available. I know that "avahi...
Added ability to override enum types by moving the "format type check" to the first thing in the string handler. I think it's reasonable to allow consumers to override enum...
# Motivation of this change Nullable types in json schema often represented as `"field":{ "anyOf":[{"type": ""},{"type": "null"}]` which falls under union type handling and then type `Object` would be generated...