MinisculeGirraffe
MinisculeGirraffe
You may thumb me down. But you can't undelete the code on my laptop.
I hacked around the code a bit, and was able to fix the `BlockPtr` stacked borrow violations by removing the `impl From
I can confirm I am impacted by this bug too. My use case is around debugging lambda functions. Where executing the script doesn't actually do anything and we need a...
+1 on this being an important addition to the exograph schema. My feedback on this though it that enums shouldn't be literal enums on the database layer. I'd rather have...
My 2 cents on this as someone who does a lot of stuff in AWS/Lambda. The pattern you guys use is wrong. I NEVER want the exograph command line to...
The second benefit to using a CDK construct is something I would really recommend to call out in the documentation. Lambda is billed per invocation and for execution duration. So...
https://github.com/serde-rs/serde/issues/984#issuecomment-314143738 Throwing this out there as possibly relevant
I feel like this is actually an extension of #12
Thanks for the reply. And yeah agreed. I already added the method in a local brach I had. I also wrote the proc macro for #12 actually too. Example of...
There's no practical way to debug this because you're not pinning a known ffmpeg version with the application. For some reason, ffmpeg is closing it's input stream, so that log...