Shashank Mehra

Results 5 comments of Shashank Mehra

Given `[["one", 1], ["two", 2], ["one", 3]]` what should be the output of `from_items(@)`? Possible candidates could be: `{"one": 1, "two": 2}` or `{"one": 3, "two": 2}` or `{"one": [1,3],...

I am stuck at the same error as well. I was just following the documentation for [external auth](https://api.slack.com/automation/external-auth#options-properties) the first time.

I tried to dig deeper into this by calling the API directly using my token. So when I call the following curl command: ```bash curl -X POST "https://slack.com/api/apps.auth.external.list" \ -H...

Booting up sneakers with Rails 7.1 fails currently because this no longer works: ```ruby pry(main)> ActionMailer::MailDeliveryJob.new.queue_name NoMethodError: undefined method `constantize' for nil:NilClass from .rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/actionmailer-7.1.5.1/lib/action_mailer/mail_delivery_job.rb:15:in `block in ' ``` This is...

Stumbled upon this same issue. It would be great to cut a release in rubygems to make it easy to roll it out.