Dan P
Dan P
am guessing not
I can see there are a number of issues with trying to use this on amazon linux ami. What OS are you using?
As mentioned above, from a python side, removing the int.from_bytes() I think will make it compatible with 2.7 and therefore many operating systems. I was testing on the latest Amazon...
Are there any plans to get this merged @eddiewebb?
I'm aware, and use them often, "This is currently possible by creating a Private Option globally, but it is a bit confusing to people new to Tusk." It feels like...
That would be nice. If the initial SIGINT kills the sub process. In my case the "finally" would then run and do the cleanup. For now I'll move the "finally"...
I noticed this is achieved in github actions by simply applying a regex while writing to the log output. This could be a possible approach. While it means you'll catch...
update: I had just been looking at the latest 1.7.6 tag as this was what was being used, and have just spotted this commit. Is there a plan for this...
sorry for my ignorance, if both 3.10 and >4 are installed at the same time, does the >4 module get used for everything? If I (to test only) force remove...
That seems to be the conclusion my research has lead to too. This ticket can be closed if there are others covering the same subject and I'll have to reassess...