Jeremy Rifkin

Results 172 comments of Jeremy Rifkin

This no longer reproduces with our hosting of msvc compilers, I think this is safe to close

We are now hosting msvc compilers and execution is restored 🎉

It looks like now with our hosted msvc we're getting ``` (3): fatal error C1083: Cannot open include file: 'threads.h': No such file or directory ```

Thanks for opening this, it would definitely be good for the conanfile to be able to support this better.

It looks like in the other user's case the issue was a leftover PDB from a debug build that became bogus for their release build. So, back to only one...

Hi, For any internal library code that is never included into end-user code I haven’t been concerned with -Wpedantic. Users FetchContnet’ing the library probably shouldn’t be imposing the flag on...

If this is affecting multiple users then it's reasonable to try to resolve and support. I can try to resolve this since I haven't heard back from OP. @marlowa Are...

Hi Matt! Thank you for the context on the organization of the project. I'm happy to opine, however, you have definitely given this much more thought than I have. (And...

It'd be great to have better behavior here. One time this comes up is eslint giving `prefer-spread` errors and then ts saying you can't spread a union of tuples. It...