Thomas Thomassen

Results 573 comments of Thomas Thomassen

From my understanding UCRT was introduced with VS2015. So when SU migrated to using a VS toolkit from that and onwards we were using UCRT. We have made a note...

Working in development branches per work unit helps to keep them separated. Have you had a look at the GitHub guides? https://guides.github.com/

Yea I was looking at that. There are sorted Hash solutions that would preserve insertion order.

That sounds very good. You can just submit what you have, and then we'll go through the remaining ones. You can create issues of the things you're unclear or. I...

You don't have to clean up everything in one go. You can just clean what you feel comfortable with. If you see stuff that you think should be cleaned up...

I haven't tried using spec syntax. Not sure if one need to add some tweaks for it to run or not. Have you tried?

Got a Ruby equivalent for what you are looking for? > The Hello World is a silly and meaningless example. The main purpose of this example has been to provide...

Are you looking for examples on how to use Ruby's C API? How to make method calls to Ruby from C?

The main purpose of this example repo is setting up the project, along with providing the headers and libs. My experience with Ruby C extensions was that writing the code...