Artur Pyrogovskyi

Results 3 issues of 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...

Need more info
i18n
fixed in dev

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:...

Wishlist

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:...