Ray

Results 39 comments of Ray

Hey all, if no one else wants to maintain the Marketo plugin, I will.

@arbruijn I have the device, but I am new to compiling OS binaries, especially for embedded. I followed the build instructions in the README on your fork's branch for this...

The long-term fix should involve exponential backoff and jitter. https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter Update: https://github.com/cenkalti/backoff would probably be a good fit.

@MaximilianKohler exponential backoff is a best practice for all high-volume API call situations. It is not specific to AWS SES. Is there any reason we would not want to add...

Hmmm...glad to continue discussing this. Perhaps Polaris client _should_ understand the meaning of the metadata a bit better. Consider my collection: I have a bunch of digital files from throughout...

FWIW I have had a similar experience, when having multiple sources (like an MP3 collection and a digitized vinyl collection). It alphabetizes each and then places them sequentially, so first...

One other aspect: alphabetization may be case sensitive (try `ls -l` in a directory with mixed case filenames for example). In that case you end up with two cohorts from...

Just a vote of confidence for @hugovk, who has been helpful in more than one occasion for me with issues in the `geojson` package.

Thanks for the advice, folks. I implemented a solution from scratch using `sphinx-quickstart` and the docs are now functioning.