Yardanico

Results 40 issues of Yardanico

### 🥰 Feature Description Hi! Thanks for creating Lobe, it's a really good frontend. My feature request is pretty simple - I want to be able to choose the "detail"...

Inactive
🌠 Feature Request
vision

I don't really know if this is a bug or it's actually in TOML specification, but here's the repro code: ```nim import parsetoml let data = parseString(""" [general] data =...

### Description Thanks a lot for the frontend! I really like it and I think it'll the frontend I'll be use for my personal usage in the future. In the...

type: bug

- Some Nim syntax is the same as Markdown, so e.g. when people write `cast[type](thing)`, Discord parses it as a Markdown link, which results in wrong text on Discord. Possible...

bug

For example http://ix.io/3BHo/nim ![image](https://user-images.githubusercontent.com/21169548/137283143-ab5224c3-8825-4110-bef7-d20fd21d6400.png)

![image](https://user-images.githubusercontent.com/21169548/107329406-2829ea00-6ac1-11eb-91f1-25321e3b5182.png) Need to fix the edit handling code

bug

The reason for that is that replies get handled after we handle pastes, so a message longer than the IRC limit might slip through, and in this case, the end...

![image](https://user-images.githubusercontent.com/21169548/107329236-ed27b680-6ac0-11eb-966c-fcca8fe13054.png) The problem here is that we wouldn't want to handle full messages from message contexts - as in, we don't want to process the same code paste second time...

bug

Embeds for some bots/URLs can be annoying, e.g. for github.com, ForumUpdaterBot, etc

enhancement