jsallay
jsallay
Looks like `CpuFeature::cpu_features` is the consistently defined target.
Off the top of my head, my guess is that it had to do with a long being 32 bits on Windows and 64 bits on 64 bit Linux. My...
I've read through the various issues on this subject and I just wanted to add a point that I haven't seen brought up. I first noticed this issue when I...
I would be one of the those supporting containers. When you work across nodes there are so many chances for things to go wrong (the node goes down, that portion...
I was thinking about the problem from a slightly different perspective. Let's take the simplest example of using docker-compose. The scheduler would convert the flowgraph into and a docker-compose file....
Let me try to explain the `venv` command a little better. I picked the name based on python virtual environments but am open to a different name. The goal is...
This is largely what I had in mind. I have a few additional notes. The command ideally includes some management functions such as being able to remove an installed package...
I agree with what you are saying. I think there is some work to be done on my part. I was centally managing the virtual environments in the .conan2 folder....
Sorry it took me so long to respond. I have something that kind of works, but it very specific to my use case. It wouldn't be something that someone can...
Yes. That is exactly what I am looking for. On Wed, Aug 7, 2024, 8:42 AM Philip Laine ***@***.***> wrote: > Sounds like what you are looking for is that...