Sylvain Garcia
Sylvain Garcia
Create new `get_exception_ptr` CPO allowing users to control how any kind of error type will be internally converted to an `std::exception_ptr`.
First of all, libunifex is amazing ! Thanks for your great work. I'm trying to implement networking stuff using libunifex, all the basic things are ok (send, recv, connect, accept,...
In the case of the user has his project within a symlinked directory (which is my case) the extention fails to resolve file path and targets. This PR fixes this.
There are few problems with clang. First, It is not able to find GCC headers, it is caused by -fcoroutines-ts and -fcoroutines does not define the same preprocessor definition, It...
I'm trying to create an input from a custom python utility, something like this: ```json { "version": "0.2.0", "inputs": [ { "id": "myInput", "type": "command", "command": "shellCommand.execute", "args": { "command":...