Max Smirnov

Results 34 comments of Max Smirnov

I think this should be added to https://github.com/aiogram/aiogram/projects/3#column-18991685.

There will be good if you can add documentation about migrating FSM handlers from 2.x to 3.x. If my suggestion about default state is right, it would be good if...

> It's better to use `StateFilter(state=None)` directly (import it from `aiogram.dispatcher.filters`). Thanks for this tip.

Sorry for claiming there is no CONTRIBUTING, I just found [development.md](https://github.com/feramhq/transity/blob/852281fee00e3bfe1bd67369d918598fe71a321c/development.md). I found test commands here, but no info about contributing. I think this development.md need to be renamed to...

My last two goals is to remove repeating logic with `fromMaybe` and ` "\n"`, but fixing this I do code like: ~~~purescript showEntity :: Entity -> String showEntity (Entity entity)...

> I think this one looks not as understandable as current one. Or it is just for me? It can also be that way: ~~~purescript showEntity :: Entity -> String...

@ad-si can you check this?

> To be honest, I prefer the current logo over all of the ones you posted here. Same.

> I want to hear everyone's opinion here. Let's not make a chaos here by introducing new name and new logo. Although, your idea is cool.

@yegor256 I am trying to replace `@TempDir` annotation and manual file deletion with `cactoos.TempFolder` and `cactoos.TempFile` accordingly. I have some progress, and can share working example: ~~~java @Test @DisabledOnOs(OS.WINDOWS) void...