trmz
trmz
Not sure if bug. If you return immediately after a whitespace-stripping here-doc, perlcritic warns about Subroutines::RequireFinalReturn, '[...] does not end with "return".' Test module : ``` package Test; use warnings;...
Given : ``` [% array = ['foo', 'bar', 'baz'] v = 'ba.' %] [% array.grep("^$v$").size %] ``` I expect output 2 - and indeed it is, because $v gets interpolated...
### Describe the bug [API docs](https://www.chatwoot.com/developers/api/#tag/Conversations/operation/conversationFilter) list invalid ```filter_operator``` options in the *Request Samples*. Options under the *Request Body schema* section appear correct though, in comparison. Besides the documentation bug,...