Andrey

Results 4 issues of Andrey

ondragover event not firing when it needs to. the ondragover event should be called when a draggable element gets dragged over the tag with the ondragover event listener. I am...

bug
desktop
blocked

## Specific Demand The hooks with dependencies should have a compile time check for the dependancy being changed inside the hook in order to not have recursive loops and system...

enhancement
check

I would like to propose that the compiler generates an automatic implementation of **TryFrom** and **Into** for C-style enums. Now I don`t know if they are actually called C-style enums...

I think this a good quality of life proposal similar to the [proposal to add a derive Default for enums](https://rust-lang.github.io/rfcs/3107-derive-default-enum.html), not big in scope or magnitude. TLDR: I want to...

T-libs-api