Aphexus
Aphexus
You people are insane. I post a damn log with a chatbot and you treat me like I'm beating your mother. Ban me. You people should get out in nature...
Similar issue. " try { if (CurrentVirtualDesktop == _lastVirtualDesktop) return; if (UserConfig.Current.NotificationsEnabled)" Never makes it to the 2nd if. Ex says: "A null reference pointer was passed to the stub....
Same issue when trying to install epitrans or editdistance separate. pip install git+https://github.com/roy-ht/[email protected] does not fix. https://github.com/roy-ht/editdistance/releases/tag/v0.6.2 downloading zip from there and installing locally seems to fix.
Similar issues. 2.8.7b2 works but I cannot open the options because it says: 500 Fatal Error This extension page can't be displayed in private windows, container tabs or other non-normal...
;/ Could you not simply use D to "pre-compile" the source files to generate the code(simply print the mixins out), create a cache of the mixins, then use them for...
If you are going that route why not just extract the members of classes from the object file after a build? Surely this would be the easiest way and only...
What exactly do you need to be supplied to display the members? Is a list of all the classes with sub lists of the member names enough or do you...
OK, how do you want them provided? I can put something together that will create an output file with the evaluated strings after a build and even "timestamp" them(say, provide...
Since basically templates and template mixins work but string mixins don't, I think the following solution will work. While not the best as it is not completely automated(requires user to...
Cool. A step in the right direction. Does this work with the example I gave up using template mixins and inside classes?