Alan Ip

Results 15 comments of Alan Ip

Definitely appreciate the aforementioned design concerns. But for those of us who would _still_ prefer to find solace in having complete control over the lifecycle, and are brave (naive) enough...

In pseudo-code: ```tf resource "null_resource" "teardown" { provisioner "local-exec" { when = destroy command =

On a related note, I noticed that all of the unit tests that involve generating a zip file (e.g. `archive-dir.zip`) don't clean up after themselves. This could be fixed with...

Rebased #175 onto c16f42e9. (I'm aware that #170 cleans up the orphaned zip files for a lot of these tests, but I believe there are still a few gaps that...

@brandonc Did you mean to close this? I don't think safe delete / force delete covers what this issue is asking for. (Please forgive me if I've misunderstood the [Terraform...

Another repro example is: https://nickdesaulniers.github.io/netfix/demo/bufferAll.html ([mentioned](https://developer.mozilla.org/en-US/docs/Web/API/MediaSource#examples) in the MDN docs).

After doing some research, it turns out that in order to implement this properly, the EBML header not only requires the `Duration` metadata but also requires adjusting the `SeekHead` and...

P.S. silly question, but rather than _manually_ translating the _already machine-readable_ Matroska specification [ebml_matroska.xml](https://github.com/ietf-wg-cellar/matroska-specification/blob/master/ebml_matroska.xml), why not create a mechanism that parses it direct from the source of truth (or a...

> P.S. silly question, but rather than _manually_ translating the _already machine-readable_ Matroska specification [ebml_matroska.xml](https://github.com/ietf-wg-cellar/matroska-specification/blob/master/ebml_matroska.xml), why not create a mechanism that parses it direct from the source of truth (or...

The corollary / pièce de résistance lies in the mock endpoints here: https://github.com/theipster/aws-sdk-go-base/pull/3/files#diff-ffb4ec9fa0ecffd143689744bed517bd2de0400060c2c0855755ab247dbfd94fR1244-R1257. You can see that the `servicemocks.MockStsAssumeRoleWithWebIdentityValidEndpoint` mock endpoint is invoked _once per provider_, whereas it could theoretically...