Vjacheslav Trushkin

Results 268 comments of Vjacheslav Trushkin
trafficstars

No. Tried it on local from latest `main` branch, tried it on `elk.zone`. In both cases editor shows exactly the same bugged sample as in first screenshot. Result is a...

Result demo: https://elk.zone/mas.to/@cyberalien/109675703583251205 Just to be clear: it renders correctly. Your PR fixed that! It is editor that is the issue. It wraps whole post in ```

Did that, still bugged. But something weird just happened. I tried recording demo with a clean browser (purged stuff, logged in, started demo) and this happened: https://user-images.githubusercontent.com/822287/212043051-30059d35-9294-4a65-a057-dfec7ed232fb.mov I'm not sure...

Figured it out. It wasn't infinite loop, it was an uncaught exception that prevented rendering. In `htmlToText()` in `content-parse.ts`, function `parse()` threw exception when trying to parse that post. Dumped...

Did a bit more debugging. It looks like source of error is TipTap. Added debug to onUpdate() event ```js onUpdate({ editor }) { const value = editor.getHTML() content.value = value...

Figured out why you can't see error. I'm copy/pasting from Chrome or Safari from Gist sample. However, if I copy/paste it from a simple text file open in any editor,...

Opened issue at Tiptap: https://github.com/ueberdosis/tiptap/issues/3627

When pasting it to any editor, it doesn't include anything else. I'm copying from raw file: https://gist.githubusercontent.com/cyberalien/3bf1871bc10236acb5c09c394d8d5422/raw/86e228c5ab568161378ead7ffed3e6aa822906d1/test.txt Its a `text/plain` content, so no scripts on that page. Actually, forgot this...

> Maybe it’s in fact a translation issue. Original English text is `Follows you`, on hover changes to `Follow back`

It seems to be intentional in Mastodon because of IPv6 addresses: https://github.com/mastodon/mastodon/issues/7364 Though I think its bug in both Elk and Mastodon: - In Mastodon it is too trigger happy,...