Shankar

Results 2 issues of Shankar

foo.rb ``` class Foo def bar puts "hi" end end ``` foo_decorator.rb ``` Foo.class_eval do def baz puts "hi" end end ``` In vscode, if I hit `ctrl + p`...

Currently, my emails are formated like this: `#riemann.codec.Event{:host "foo", :service "bar", :state "critical", :description "{\"exception\":\"some error\",\"datetime\":\"20210104061928\"...", :tags ["tag-1"]}` You can notice that the description is a JSON object, am unable...