adamgit

Results 20 comments of adamgit

For me, this is a deal-breaker on using an IDE. If it cannot refactor while respecting preprocessors, then it cannot refactor. Life is too short to chase down bugs created...

On the subject of "which directives", I think the common list is longer. Asset authors are generally forced to use the #if UNITY_5_0_5, #if UNITY_5_2_OR_NEWER, etc defines, because Unity makes...

> Now, please help me understand the use-case that you have in mind for Sysbox within WSL2 so that we prioritize this accordingly ... > > Are you interested in...

To be clear: I have no complaints! It's disappointing that WSL2 isn't supported yet - and it undermines my core use-case - but it works fantastically well for teams where...

docFX's PDF generation is fundamentally broken and unusable (the library it depends on was killed almost 3 years ago, and core bugfixes submitted as much as 4 years ago were...

All the bugs I'm encountering were reported multiple years ago. No-one is maintaining wkhtmltopdf (c.f. their github project and the pinned issue at top of the page), and it has...

Sorry, I'm not supporting this code any more - I have switched over to using newer APIs and/or commercial game engines. You will have to figure out any changes yourself,...

Sorry, I thought this included some fixed-function pipeline improvements too - but looking at it now, I think I'd already removed those before I published this repo :). The TL;DR...

Yes - With iOS 6, Apple added new features for CoreData that make it (finally) safe to use multi-threaded. However ... there were major bugs in those features (data-loss /...

I wrote this mainly to work around bugs in Apple code, many of which (but not all) have now been fixed. If I were using CoreData on a legacy project...