Brian Carp
Brian Carp
If `https://downloads.mysql.com/archives/` goes away, the `curl` in the `Dockerfile` will fail, presenting a rather critical external dependency. Is this at all a concern?
### Description: When creating HTTP API and Stage resources for the first time using `AWS::Serverless::HttpApi`, adding `RouteSettings` will fail for routes that you may be creating at the same time....
`gem 'dragonfly-s3_data_store'` ``` $ grep dragonfly Gemfile gem 'dragonfly-s3_data_store' $ grep dragonfly Gemfile.lock dragonfly (1.1.4) dragonfly-s3_data_store (1.3.0) dragonfly (~> 1.0) dragonfly-s3_data_store $ ruby -w -e 'require "dragonfly"' /path/to/rubygems/core_ext/kernel_require.rb: warning: loading...
jQuery 3.7.1 [was released](https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/) in August, 2023, fixing a regression from jQuery 3.6.0. Can we please update the release in this gem as well?
The suggested configuration here: https://github.com/rails-lambda/lambda_punch/blob/77e05e302bc59fd5588383a4188a53e2f875eb18/README.md?plain=1#L42 ... will cause an `Errno::EADDRINUSE` error to be raised if a lambda is invoked manually, because the `LambdaPunch` server will have already been started. A...
`install.js` is expecting `@u4/opencv-build` to be installed, and even though it's listed under `dependencies` those dependencies haven't necessarily been resolved at the point in time when `install.js` is run. A...
In my GitHub workflow (Runner is `ubuntu-24.04`, and workflow includes `webfactory/ssh-agent@master` in a prior step), when using `daspn/private-actions-checkout@v2` with an `acitons_list` and `ssh_private_key` the step fails at the following point:...