Yongda Fan
Yongda Fan
I am definitely interested in your idea and would like to help if needed. From what I understand from your reply, it seems that you want to apply aw/mixin first,...
I see. That makes sense. Thanks for your detailed explanation. Have you started working on this feature? If not then I am happy to attempt to write it.
> What would you be trying to do to Mixin before bootstrap in the first place? The use case could be: 1. dynamic loads library required by `IMixinConfigPlugin`. 2. do...
I will argue this is a complex work. I think we would have a complete list of what method can be used for reflection first before any further discussion.
Just to clarify the goal for this. Do you want to "remap" all the reflections including ```Java void reflect_helper(Stirng className) { Class.forName(className) } ``` or just string literal one like...
Here's my idea, this extension will contain two parts, one is an extension of tiny-remapper, the second one is a runtime which doing the string literal remap for the runtime....
i think it would be better to fetch notion raw data using notion public api instead of using exported markdown since some info will be missing with exported markdown.
> > i think it would be better to fetch notion raw data using notion public api instead of using exported markdown since some info will be missing with exported...
You can only get parents through the current API, not the childern. But I think it's possible to add an API for this. This will up to @sfPlayer1 .
> Querying children is always unreliable, as even the JVM doesn't know the full set of children for any non-final (or non-sealed) class at runtime; new classes can always be...