Shashank Mehra

Results 4 issues of Shashank Mehra

If json is Unmarshaled using json.Number format like: ``` my_map := make(map[string]interface{}) d := json.NewDecoder(strings.NewReader(json_raw)) d.UseNumber() d.Decode(&my_map) ``` And then used to search: ``` var expr1 = jmespath.MustCompile("people[?age > `20`].[name,...

I was wondering if this library supports concurrency, and saw that a recent commit seems to imply that the support has been added: https://github.com/derekparker/trie/commit/1ce4922c7ad906a094c6298977755068ba76ad31 However, wouldn't your trie still be...

# Breaking changes addressed ## Action Mailer exception In ActionMailer 7.1+ the following call throws an exception: ``` ActionMailer::MailDeliveryJob.new.queue_name ``` This is because `MailDeliveryJob` accepts the `Mailer` as the first...

- Upgrade Appraisal to fix issue https://github.com/thoughtbot/appraisal/issues/218 - Pin concurrent-ruby to 1.3.4 to fix issue https://github.com/rails/rails/issues/54260 - This issue was fixed in Rails 7.1 - Drop support for Rails 4.2...