Artur Pyrogovskyi
Artur Pyrogovskyi
- [x] Searched existing issues to avoid creating duplicates. - [x] Confirmed that it can be reproduced in built-in themes without customized css. If it only exists in 3rd party...
I've received a lot of such messages when tried to upload a bunch of changes in a single loop: ``` ERROR: Amazon returned an error for the request. ERROR: RAW_XML:...
Example: ```ruby text = '"These should be two different sentences. Of course."' s = PragmaticSegmenter::Segmenter.new(text: text) s.segment # RETURNS: ["\"These should be two different sentences. Of course.\""] # SHOULD RETURN:...