Alexander Plesovskikh

Results 10 comments of Alexander Plesovskikh

@xpavp03 you can use `input.error(null)` to hide error message.But i agree, method behavior is strange.

In my mind clearError should do this: ``` input.isModified(false); input.error(null); ``` Or something similar.

Maybe add `default` argument to BaseField? And default may be lambda or other function.

Maybe it is better to do through `property`?

Such mechanisms are not very pythonic.

Thank you for such a speedy response! Do not know about others, but I love focus ring! At least without them to manage the application from the keyboard is impossible....

I was able to connect to the database by looking up the password in the resource manager. There were indeed six records in the database, one with the old token....

> Good problem. In the future version (2.0.0), we will continue using WebSocket for control characters. Since this is not a high priority for us, we are open to your...

@ylxmf2005 I mean, would it be useful if I added this API to the current master? This API does not particularly depend on motions and expressions; in fact, it is...

> Which can be made less verbose with a helper function that returns `{ required_error: string; invalid_type_error: string }`. It's already pretty clean and straightforward IMO so I'm hesistant to...