Slaven Rezić
Slaven Rezić
The error message looks like you were sending non-JSON data to the topic. Actually you would need to create the very exact JSON structure as Cloudwatch would do it.
Adding a random number next to "nonexistent" should be enough.
This would fix https://rt.cpan.org/Ticket/Display.html?id=87491
`host` has now the changed error message, but `broker_list` has not. Anyway, I am still not convinced that the utf8 flag is problematic here. We're talking about hostnames, which are...
Just two notes on this topic: * At work we use the same approach for storing database or middleware configuration data: configuration for hostnames/users/tables/queues/topics/... is in YAML files. This worked...
Looking into the issue deeper it does not seem to be a dependency problem, rather some of the skips (the jwk(s) related ones?) currently only check for the availability of...
Just some thoughts on this: * It seems that the same problem was discovered for loading state from file --- there's code in the constructor to modify the internal state...
My understanding is that the Perl_pow() call is not constant. Maybe related: https://stackoverflow.com/questions/34450145/error-initializer-element-is-not-a-compile-time-constant I see that the xs code "stole" some stuff from Cpanel::JSON::XS. However, Cpanel::JSON::XS has no problems with...
I can do it. Is the experimental version in git?
Hi @chrstphrchvz @mauke to resolve this issue I think it's best to use commit [517fb27](https://github.com/eserte/perl-tk/pull/89/commits/517fb271fe2735bb87977080121566047fb29687) and additionally define the `ControlMask`+`None` macros for _WIN32 only, as @mauke suggested. Additionally I think...