Results 308 comments of AraHaan

I have been thinking of making a custom way to cache the thing without using MemoryCache by making a special collection type that will hold each type of item from...

it also happens when builtding boost.python extension modules that target specific versions of python. For example what if your extension targets 3.5+ because the ``__builtin__`` module was renamed to ``builtins``?...

What about converting text based .X files to binary based ones for importing to things like a game that only reads and accepts binary based ones? I know of a...

Also if I even knew the proper code I needed for that version of direct X as I never used the code side version of Direct X before nor even...

Maybe what I am searching for is something that can compile or convert the text based versions to something more runtime based. And also a way to also convert them...

On Merge please squash this to a single commit that matches the new name for this PR.

Alright, will do.

That is simply incorrect, the releases feature I use with github actions where github actions is the thing that push stable packages to nuget.org whenever I push a new tag....

That is until unity completely ports to an .NET SDK workload which allows using the official builds of the compiler, runtime, and frameworks which would allow nuget support for free.

What about compile on VS2015 update 3 For Python 3.5 & 3.6?