Kevin Robayna
Kevin Robayna
fixes: https://github.com/slack-ruby/slack-ruby-client/issues/482 Currently when we get the error message we get no details of what went wrong unless we get the response_metadata for the error which is not intuitive as...
I see we have cassettes here https://github.com/slack-ruby/slack-ruby-client/blob/bf5bb4be3e03e9bd74d22942a61d5611f5c1d997/spec/fixtures/slack/web/views_open_error.yml#L79 but the error we get, if something fails, is just `invalid_arguments`, is this on purpose?
## What is this PR for? Shopify started working on its own LSP (https://github.com/Shopify/ruby-lsp) and it performs way better than Solargraph which has a lot of limitations. This paired with...
👋🏻 We are currently getting started with GoodJob Batches and we reached a slight nitpick 🤣 We currently have the following code: ```ruby ApplicationRecord.transaction(requires_new: true) do batch = GoodJob::Batch.new batch.add...