mikolajz

Results 7 comments of mikolajz

These stubs were generated by hand (thus, they will be harder to maintain...). Is the PyKDL that one downloads from PIP based on PyBind11 or SIP?

What _might_ be happening is: * Despite having separate loggers, both thread will have the same handler (and the same C++ lock inside the handler), since it will end up...

**As for the first request**, our use is as follows: 1. We add some experimental flag `--foo`. 2. Some tools, in some cases start to launch the executable with the...

Hi, to make it easier to understand, I did a proof of concept of solutions for problems 1 and 3 and pushed it to https://github.com/mikolajz/typed-argparse/tree/mikolajz-poc . The first commit may...

@bluenote10 What do you think about such a solution? Is it acceptable?

Created: * https://github.com/typed-argparse/typed-argparse/pull/52 * https://github.com/typed-argparse/typed-argparse/pull/53

@ishaan-jaff Sorry for the delay. Now it's done. How about the typing fix - should I create a separate PR for it?