Dmitry Petrov

Results 2 comments of Dmitry Petrov

@baceto90 it works this way ok for cyrillic ``` $origEnc = 'UTF-8'; $enc = 'HTML-ENTITIES'; $oldValue = mb_convert_encoding($oldValue, $enc, $origEnc); $newValue = mb_convert_encoding($newValue, $enc, $origEnc); $diff = new FineDiff($oldValue, $newValue,...

and i sometimes have such an error while trying to upload 100-200mb file: `"error":{"class":"Faraday::TimeoutError","message":"read timeout reached"}` then, on the next attempt – file gets uploaded successfully my idea is to...