Gordon
Gordon
I was having a matching issue, as I was attempting to stub curl with an inline data parameter. ``` pattern : {"environments":[{"sys":{"id":"master","type":"Link","linkType":"Environment"}},{"sys":{"id":"testenv","type":"Link","linkType":"Environment"}}]} argument: {"environments":[{"sys":{"id":"master","type":"Link","linkType":"Environment"}},{"sys":{"id":"testenv","type":"Link","linkType":"Environment"}}]} result: 1 ``` Quoting the $pattern...
Saves the s3 object list in a file locally. Optionally uses that list instead of scanning s3 when the configuration option is present. fixes #152 In my testing, this saves...
Hello, We've been seeing some consistency issues in our static site during the 30 seconds that we are deploying a new version. In our use case, all of the files...
Hi there! Currently uploading my 1500 blog posts to s3 is taking ~ 50% of my total build time. Most of the time only 1 or 2 files are changed...
Hello! We've been going over our Algolia operations limit recently, and noticed that ~51% of our operations count is going to reindexing. We run a full reindex nightly to capture...
- Rails version: 5.2.1 & 5.1.6.2 - Algolia Rails integration version: 1.20.4 & 1.20.6 - Algolia Client Version: 1.23.2 & 1.26.0 - Language Version: 2.5.3p105 & 2.3.8p459 Note that this...
We've created our own Ruby client that we've been using for ~3 years now. It's been rock solid for the past year and we just cut v1.0 and want to...
Hello, I am trying to use Bugsnag to diagnose issues with my AWS Lambda Function which runs ruby code. I use the Serverless framework to deploy my function, which runs...
Hello, I have found an instance where the autocorrection for `RSpec/LetBeforeExamples` changes the behavior. I believe this cop should be marked as an unsafe autocorrection. The issue is when a...
Some Tap formatters, like [tap-xunit](https://github.com/aghassemi/tap-xunit/blob/master/lib/converter.js#L41), use comments in order to delineate groups of assertions. I felt this was a good spot to add info about the example groups. This produces...