luketpeterson

Results 8 comments of luketpeterson

Done as you suggested. I tested that it works as expected. Thanks.

Tested works in released version 8.0. Thanks for integrating this PR.

I think it does what I want when I manually specify each image in the invocation. ie ``` act -P ubuntu-22.04=catthehacker/ubuntu:full-22.04 -P ubuntu-latest=catthehacker/ubuntu:full-latest -P ubuntu-20.04=catthehacker/ubuntu:full-20.04 ``` Is there a way...

I just checked `master` top. The failure is now different from when this issue was filed. The test now outputs: ```C #include #include #include #include #include struct Foo { };...

This issue appears to go away on the second run, but will reoccur if the conan cache is cleared with `conan remove '*' ` I have a set of steps...

Sorry about that. I'm not very familiar with Conan. So this is probably an unrelated issue. I updated the cmake file to use cmake-conan, however, and my original issue still...

This fixed it for me, Python 3.11.7 https://github.com/camelot-dev/excalibur/issues/178#issuecomment-1928504135

I don't understand the problem / requirements. You can use any number of values, such as a thread_id that's incremented each time a new thread is created, as a seed....