Ethan Glasser-Camp

Results 120 comments of Ethan Glasser-Camp

Hi, like a lot of things in the Kinto world, it's something we're interested in but don't have concrete plans to implement ourselves because we don't have a real use...

Yeah, I would be willing to review a patch that added that functionality. Just be careful with that use case because if you store the encryption/decryption keys on disk, then...

My actual use case in https://github.com/Kinto/kinto.js/issues/443 was simply to not throw an exception. Looking at the uses in the Firefox chrome.storage.sync implementation, it looks like we don't really care if...

Yes, we compile our async functions using babel, and I guess it's being transformed into a version that uses `regeneratorRuntime`. You will need the babel polyfill which provides it. We're...

Hi, could you try the new v4.4.1? We changed the packaging a little bit in refreence to some other regeneratorRuntime errors and it may have fixed your problem too.

Thanks for your investigation, @loganvolkers ! I'm closing presumptively. Feel free to re-open if you can reproduce, @ForumT !

The code seems OK, but I guess I would bikeshed the names of the options. How about `options.placeholders.year` or `options.yearPlaceholder` instead of `options.year`?

We also hit this in production and were able to reproduce it on our development machines, with a similar backtrace: ``` (gdb) bt #0 0x0000000000fdc093 in aes_gen_ctr_cont () #1 0x0000000000fd4e2b...

Based on the clues I got from this thread, I wrote a program that just hammers Kinesis with a ton of threads. It crashed in 22 seconds, and I ran...

I haven't modified the code yet, but looking at the core dump, I see ``` => 0x0000000000b5acae : callq *0x18(%rax,%rcx,8) ``` and ``` (gdb) i r ecx ecx 0xa5 165...