Santiago

Results 13 comments of Santiago

I'm trying to resurrect the project in my fork, without adding dependencies. I merged some of the pull requests i found here, fixed bugs, added features, and I'm working on...

made a pull request including this and Ctrl delete #143

@shakfu https://github.com/santaclose/ste

I'm currently seeing that the original audio is not being chosen by default when watching mental outlaw. It defaults to German for some reason. I think the default should be...

This is how I'm doing it: ![image](https://github.com/arun11299/cpp-subprocess/assets/6496455/a1631ddc-a5ad-4cae-b92b-ecf9fdb8efd9) ![image](https://github.com/arun11299/cpp-subprocess/assets/6496455/73839ab7-1ed3-428d-aada-be0461701fd6)

Your code snippet with he raw string didn't work either, I'll try to figure out what windows is doing with the arguments. My latest commit might not be the best...

So, `explorer /select,"C:\Windows"` works and `explorer "/select,C:\Windows"` doesn't work, and I don't know why. I made a little python script just to se what the process was receiving as arguments,...

Seems to me the issue can be solved just by removing `\"` from the list of characters that need quoting: `L" \t\n\v\""` --> `L" \t\n\v"` ![image](https://github.com/arun11299/cpp-subprocess/assets/6496455/a4faa501-4b5f-45a3-82f0-45f4340ac68f) But there must be...

thanks for the info, the only commit that was meant to be merged was the one with the call function overload, the solution for the quote issue is something temporary...