thecodewarrior

Results 36 comments of thecodewarrior

Thanks for the report! I'll definitely take a look. The `v-tippy` directive does add prop/attributes, but they aren't used until after everything is mounted, which is probably why the empty...

Not right now, but I could add and example of using manual triggers, however I'm not sure I understand what you mean by "display a component imported in code". Do...

I haven't tried it in render functions since I haven't used them much and prefer using the template approach, so it isn't really designed with that as the goal, but...

I don't use it for the "find exact type based on generics" functionality, as that's what Mirror is actually for (Mirror is kinda like GeAnTyRef in that way, but on...

The existing methods didn’t support owner types. It was as simple as adding a `Type` parameter to the `annotatedParameterizedClass` method (I believe that was the one) and passing that on...

I would, however the library is written in Kotlin, so the remapper wouldn't work.