Chris Brown

Results 47 comments of Chris Brown

I am also switching from `chokidar` (because recursively watching on Windows locks all subdirectories so that they cannot be renamed or deleted), and I have similar feature requests: - I...

I have had another report of this problem from a different customer. I believe that it is caused by McAfee Endpoint Security interfering with the startup of the winpty agent....

> I don't see a previous connection attempt to the pipe. Maybe when the agent runs inside the antivirus sandbox, it's not able to report trace() messages? Yeah, I am...

That's great, thanks so much for implementing this. I will ask our customer if they can test the patch with McAfee.

@rprichard Sorry for the delay, the customer took a while to respond, but they have confirmed that your change resolves the problem. Will you incorporate it into a winpty release...

@mangobuge What do you mean? I am compiling in Docker, I included the Dockerfile I am using in my first post. Does it look correct?

@zaach This is an essential fix for anyone developing a complex grammar. Please merge!

> Would it be possible for the entire custom argument to be json? `--custom '{"my field":"some value","another field":17}'` The disadvantage is that we would need to parse the JSON, separate...

> when considering that the value is json and not the field I don't understand how anything except the value can be JSON. How can the field be JSON? Can...