Stein Desmet
Stein Desmet
It would be convenient if the `ToStringPlugin` could be configured to include only certain properties or just the primary keys. Sometimes sensitive data such as access tokens is contained in...
document.addEventListener("deviceready", function () { console.log (JSON.stringify(BuildInfo)); }, false); Results in: BuildInfo init: 0.0066 sec(6641791 nsec): Return {"packageName":"","basePackageName":"","displayName":"","name":"","version":"","versionCode":0,"debug":false,"buildDate":"","installDate":"","buildType":"","flavor":""} Cordova 7.1.0 cordovia-ios 4.5.4
The name `parameter-overrides` suggests similarity to `aws cloudformation deploy --parameter-overrides` while this actually functions similarly to `aws cloudformation update --parameters`, in that Cloudformation will use the default parameter value for...
HttpResponseCache (in android) has been implemented following the guidelines for a shared cache. This means that requests containing an 'Authorization' header are never cached, while you might want this in...
- Ignore unknown fields as per #127 - Deserialize unknown enum values into their default value
Supersedes #152 , as some migration in the unit tests is needed
### Jan version 0.5.5 ### Describe the Bug I'm running Fedora 40 on a laptop with a GTX 1050 Ti with 4Gb RAM. When enabling GPU acceleration and attempting to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Using `ChangeResourceRecordSets` to add a TXT record without the required double...
Make the call timeout configurable. We noticed that the default call timeout of 20 seconds would often cause timeouts when uploading media or when creating templates.
I have the following polling mechanism: ```html ``` Which polls an endpoint when `#typing-indicator` is present, and replaces the typing indicator with the response. However, when `#typing-indicator` is absent from...