Aleksei Ivanov

Results 11 comments of Aleksei Ivanov

I'd be happy to take a look, thank you for the suggestion @PEZ!

Hi @PEZ. After a little investigation, I guess the issue here is that we don't check if the 'slurping' form is empty or not and it just inserts the `whitespace`...

Sorry, my bad. I missed the important point in #1924 and the discussion in Slack about the formatting for Paredit 😢, but now I understand. I definitely should check Slack...

Hi @PEZ, sorry for the recordings. I will attach the text then, I like this format more too. I checked all the other Paredit edit operations and they work ok,...

@wevre @PEZ I guess the issue is no longer valid. I've tested it manually and have added a unit test for this case https://github.com/BetterThanTomorrow/calva/pull/2002

> That said, I am experiencing weird indentation issues quite often lately. Which could be regressions from the fixing of this issue. I'll try figure out a repro. It happens...

Hi! Can I work on this issue? I found the relevant place in `appflowy-editor`, seems like current `isUrl` validator understands only `http`, `https` and `ftp` https://github.com/AppFlowy-IO/appflowy-editor/blob/a64a5165e79bd2424e594b793843a7158e7d4fb4/lib/src/editor/toolbar/desktop/items/link/link_menu.dart#L119