Tess Gauthier
Tess Gauthier
> I'm testing now a different approach for temp folder where the unix socket will live. I'm changing the implementation so that it uses fileapi.h `GetTempPath` to replace the `/tmp`....
> I know that a subset of Windows version support it but I'm not sure what is the best way to handle this. If I can get any guidance in...
> I'm moved `AGENT_PIPE_ID` to config.h because I was planning to use it with `strcmp` but later realized that it's a `wchar_t` instead of a `char *` so I would...
@bilby91, thank you for working on this! The changes look good from an initial review, but we need some additional time to do a comprehensive review, since this would be...
> > Is there anything on my end that you think I can help with in the meantime? Not that I can think of right now, but will keep you...
Not sure if this is what you're looking for, but here is some documentation on `MaxPhysicalWindowSize`: https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.host.pshostrawuserinterface.maxwindowsize?view=powershellsdk-7.3.0
I can provide support for building ssh with libressl on Windows to help debug this. The latest release of OpenSSH for Windows with LibreSSL is available at https://github.com/powershell/win32-OpenSSH/releases/ and instructions...
@mtinberg, can you provide some more details about your repro? What's the architecture of the client machine? Is the issue present connecting to any ssh server? I've tested from an...
The root cause of this issue is within the tree-sitter-dscexpression grammar, so this will apply to other functions as well. For numbers, the grammar only expects an `int` based on...
- working on functions in `Numeric` category