Ken Collins

Results 68 issues of Ken Collins

https://github.com/bullet-train-co/bullet_train

https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision Re-consider all the things.

https://docs.aws.amazon.com/lambda/latest/dg/invocation-urls.html?icmpid=docs_lambda_help

I forgot we built in EventBridge support and need to add some guides around it. Here is the PR outlining the features. https://github.com/customink/lamby/pull/82 We will need docs on permissions and...

Using this action with workflow dispatch so we can use an optional key, secret, and token for elevated permissions in different environments. Today I noticed that these are not masked...

needs-triage

Maybe now that we have a solid way of doing generators, we can make a model generator. Maybe this would be an easy sub class too. What may be hard...

I think we can document some simple examples using `SecondBase.on_base { ... }` for test setup/teardown when using database cleaner. https://github.com/DatabaseCleaner/database_cleaner/tree/master/lib/database_cleaner/active_record

Make sure work in master handles fixtures to secondbase models.

Maybe we should test a few high level associations just to make sure we understand where we work and may break down one day.

In my case I have a `postCreateCommand` that clones another organization repo. This works great under Codespaces but is hanging when using this project. I think what I see is...