Josh Langsfeld
Josh Langsfeld
Confirmed that enabling `emulate_tty` myself fixed my issue. I would support changing the default to prefer usability over performance, especially now that it's configurable on the user's end.
As of #1073 this is mostly fixed but there's still a problem, which is that the exception is only raised if another callback is ready to execute. In the case...
@Achllle I think simply moving the future result check to before the wait should do it if I'm not mistaken. If you agree I can make a quick PR. Edit:...
Would this also be fixed by addressing [colcon using the deprecated method](https://github.com/colcon/colcon-core/issues/454) of installing by directly invoking `setup.py`?
Just to follow up on this, I found everything works well if I just run `python -m colcon` instead of `colcon` when the virtualenv is active. No need to change...
> > python -m colcon > > This doesn't work because: > > ``` > $ which colcon > /usr/bin/colcon > ``` The purpose of using `python -m colcon` is...
Thanks all, that helps me understand the context a lot better. If I were to put in some time on this over the next few weeks what would be the...
Makes sense. For a Foxy compatible option, would it be appropriate to grab an existing 3rd party filesystem header library and rely on that before later switching it to the...
> a new dependency that we'll have to vendor Is it off the table to simply include the single header file in the repo? If so, I'll just make a...
So I did some experimenting and the external filesystem library doesn't even build on UWP anyways, which is my original problem. So it would seem the best option is to...