Results 121 comments of Jerry Wiltse

That is a great resource, I'm glad to learn about it. To add, I don't actually have experience with this, but Dockcross seems to be an interesting project which might...

Thanks for making this repo indeed. To @alonbl and everyone else here, I invite u to come to the #cmake channel in the cpplang slack team where we can chat...

I don't use this library, so take my input with a grain of salt. I think the goal of a supported CMake build file in this project wasn't really defined...

Indeed, cmake makes libraries more accessible for integration and inclusion in various ecosystems, including enterprise use cases. Sadly, there are a number of cautionary tales of “community supported cmake files.”...

Wow, that's great news, I really think docker cli plugins are exciting, and you're definitely pioneering bigtime. Thanks to you, I have a few ideas for plugins if I ever...

Of note, Jenkins CI platform has `sh` and `bat` functions, which support linux and windows hosts respectively. The approach of having two separate functions has a major issue with many...

FYI, I can't speak for Ikiru, but I would consider these examples fairly well outdated even for C# and I expect he would also. You're unlikely to see node examples...

We just hit this after migrating a bunch of jobs which ran 250+ tests in serial to dynamically generating and running parallel stages. It effectively means we can't render these...

No, but you are close. The `import lib` does go to `lib` dir, but `.dll`‘s are considered runtime binarys and thus go to `bin` dir .