Denis Misiurca

Results 3 issues of Denis Misiurca

For example, I have one full region and the only element inside is a table. By default, when the editor starts, the cursor is **before** the table and I can...

Just tried to upload a file named 'Фото007.jpg'. Unfortunately, it was not even sent to the server. Instead, the uploading window appeared staying on initialization, and the following error displayed...

From http://trailblazer.to/gems/representable/3.0/function-api.html#instance: ```ruby property :artist, instance: ->(fragment) do fragment["type"] == "rockstar" ? Rockstar.new : Artist.new end ``` This way, we are not getting what is supposed to be fragment, but...