-
Ruby: Enumerable grep, grep_v
UPDATE: After I wrote this, I started finding myself doing a lot of caller.grep(/(project_directory|suspected_gem)/) to aid in debugging obscure interactions with internal gems and projects. In looking at a pull request and noticing some awkward “first” and “last” iteration detection which also required each_with_index, I started looking into what would be a cleaner way, and…
-
Ruby on Jets Webpacker errors and Invalid Configuration Object
Ruby on Jets webpacker compilation failed and invalid configuration object
-
Copy file from one S3 bucket to another using Lambda
Copy file from one S3 bucket to another using Lambda automatically using S3 triggers