jcavalieri

Results 6 issues of jcavalieri

Hi logandk, I need to use a different container other than the default or `lambci/lambda:build-ruby2.7` to target the aarch64-Linux architecture. So I'm using `public.ecr.aws/sam/build-ruby2.7:latest-arm64`. I also have private gems I...

Hi Custom Ink devs, I am going through the lamby quickstart. And I believe I'm encountering an issue because I'm using Apple Silicon. I'll keep looking into it but I...

I'm upgrading from Rails 5.1 to 5.2 with Active Record now at 5.2.3. I'm using bitmask 1.0. I'm just trying to do a db:create and I get the below error....

I can't install gbarcode on osx. Either using this in the gem file: gem 'gbarcode', '~> 0.98.16' Or this in the command line: gem install gbarcode ``` >> gem install...

``` s = Redis::Semaphore.new('blah', 'localhost') s.lock { s.locked? } ``` returns `false` Does this make sense? It seems to me it should return true from the block. Using this version:...

Hi Trailer maintainers, I am setting up the trailer for the first time and having trouble locating documentation for the different settings. If there is documentation can you point me...