YouKnow

Results 24 comments of YouKnow

> I'm not happy with this approach, this PR seems to add a lot of entities with no clear benefit. > > What is the reason to specifically want to...

thanks for good work I look forward to it

Hi, project doesn't update in like 2 month, you guys still work on it?

> Please add an entry to the changelog. Done, on a unrelated note, I had in mind to create a macro for simplifying managing permissions, something like this ```rust impl_chat_permissions!...

> A macro seems overkill here. yeah true, but it could make maintaining and adding permissions easier... although yeah I agree its not something that we for sure need

> Why is `Unparser` stuff in this PR? shouldn't it be in #1060? yeah sorry about that seems like I put in this branch unknowingly, I removed it in the...

Hi, this project is really great thank you! I can see why so many people get scared after digging into ps2 official manuals... it's just overwhelming with so many corner...

> Also, I don't think it's necessary to include `RenderMessageTextHelper` in `prelude` at the moment because not all users need to work with HTML/Markdown closely, but we can rethink it...

> Just wondering, is it possible to add something like > > ```rust > fn from_text(text: String, parse_mode: ParseMode) -> Option > ``` > > To make all parsing fully...

> Yea we should limit it's size. My `wakatime.log` file is `2.2M` right now. @YouKnow-sys curious if you have debug mode enabled? That would cause the log to grow faster...