Ken Collins
Ken Collins
FORWARD: I'm not sure this work is worth it given RDS proxy is in preview. https://aws.amazon.com/about-aws/whats-new/2019/12/amazon-rds-proxy-available-in-preview/ However, if someone does want to push on this work, here are some thoughts...
If we are happy that things are more green with the foreign key check but, I'd like to see if we can: * Remove the undefined coercion of all `ConcurrentTransactionTest`...
First, thanks a ton for the new 0.51.0 Makefile support! This is going to save a bunch of time on Rails & Lambda build times since we typically have to...
https://github.com/Shopify/pitchfork
I have an open source project (https://github.com/customink/crypteia) I use Codespaces with. Prebuilds are tuned on (https://github.com/customink/crypteia/pkgs/container/crypteia-devcontainer) and I have the GitHub Action set (https://github.com/customink/crypteia/blob/main/.github/workflows/test.yml#L30) to use the same devcontainer. No...
So we have several private features at our org `customink/features` and I was hoping to do a prebuild with some projects an noticed the CLI raised a `Could not resolve...
Using the GitHub Action (https://github.com/devcontainers/action) which has the CLI v0.23.2, I get the following error when adding a 12MB file included with my internal feature. This happens during the `putBlob`...
I was getting kind of tired of opening a new VS Code window and using the "Remote-Containers: Open Folder in Container..." command and was wondering if there was an easy...
I found it odd that this parameter was required when using `devcontainer up` and was wondering why and if that was intentional. Not sure if it is also required in...
Just created a new Rails v7.0.4 app and got the latest mail v2.8.0. Seems the new version broke Rails with the following error. If I downgrade to 2.7.1, everything works...