Blake Williams

Results 21 issues of Blake Williams

We are hoping to be able to take advantage of the inherent ability of QR codes to produce multiple different versions of the same QR. We have found that all...

An unfortunate announcement on the AWS Developer Forums started doing the rounds today: > Amazon S3 currently supports two request URI styles in all regions: path-style (also known as V1)...

help wanted
question

I ran into an issue in my own code where I was misusing range, presuming it would behave like python's range function: that it would accept a half-open interval, rather...

**Describe the bug** When consuming events from an Azure EventHub and testing resilience to network connectivity losses, I see the rhea-promise library failing with an 'undefined' error. I realise this...

Here's a minimal reproducing example using Go 1.9 on macOS Sierra. I couldn't break it down any further. It will fail pretty much every time, but at a different loop...

Splitting discussion from #14 into separate discussions. Paging @dig412. This would be super useful. Would love to see what you have here.

feature

Splitting discussion from #14 into separate discussions. Paging @dig412. I've got something similar that I've been working on for this as well, but it's not ready for prime time. I'll...

Splitting discussion from #14 into separate discussions. Paging @dig412. This one I'm not quite so sure about. What errors does `DELETE IGNORE` ignore? Does it still error out on foreign...

enhancement

This seems a bit off: ``` xmlw.StartElem(xmlwriter.Elem{Prefix: "sphinx", Name: "docset"}) xmlw.EndElem("docset") ```