FernTheDev
FernTheDev
Interesting, wasn't aware of that thanks for the insight. I'm still unsure if this optimization has any worth since times are usually sub-millisecond/sub-second fast but we'll see. If you want...
You can do this outside of CM using `adb` (which frankly will work better than Bluetooth file transfer mode Windows provides) Just use the following command: ``` adb tcpip 5555...
I actually implemented this a long while ago in PinkCore, but apparently it didn't work and was later removed. [See here](https://github.com/ModdingPink/PinkCore/pull/28)
[I originally implemented the feature two years ago in PC](https://github.com/Aeroluna/Heck/pull/54), with the hope of porting it to Quest. The delay of its merge and lack of interest for a large...
Resolved by #73
Known issue, not going to be fixed. I'll leave the issue open for future reference
Resolved by #81
> Hi @Fernthedev, this came PR came up in PR triage this week. Can you let us know that status of this change? It looks like you mentioned this is...
Hi, I left a response to a review left by @QuncCccccc. Did I miss something else you needed clarified?
Alright, so specifically the tree goes like this: - Autoload dependency inject node - Node1 - Node2 - Node3 - Node3-a - Node3-b - Node3-c `Autoload` injects fields, dependencies etc....