Jan Schmidle
Jan Schmidle
I am using the cassandra API on azure cosmosdb. I was trying to implement a retry policy to handle the request rate limit error. To do that properly I need...
As input errors generate a different response code and are handled differently, make it easy to distinguish them from another by adding `err.responseValidation = true` to the error object. This...
transfer from https://github.com/noble/noble/pull/651 To use two different devices in one setup you need to configure the binding in your code and not with ENV-Vars. I am using one device for...
When using the .mender-clirc files the order in which those files are looked after should be in reverse. They should be discovered from local to global. Whith this pull request...