Christ-Jan Wijtmans

Results 31 comments of Christ-Jan Wijtmans

I think i figured out what might be the issue here. If you have windows ssh support installed it might interfere perhaps. `PS C:\program files\sshfs-win\bin> ssh -V OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5`...

duplicate issue https://github.com/billziss-gh/sshfs-win/issues/74

same problem "connection reset by peer"

imho maybe there could be a winget feature that makes sure the version is correctly updated when the installer succeeds. Which could also be a step forward to support archive...

The question is should winget fail an install when the installer failed to update the version. Which leaves the machine with an installed software that is incorrect somehow. Which could...

personally what i am looking for is local syncing without self hosting a central server. Something like brave sync but without going over the internet and sync on local network...

any progress on this? i solved it by using `{string_view.data(), string_view.length()}` for now though.

How do i specify to use `C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin/clang-format.exe` instead of `c:\Users\blah\.vscode\extensions\ms-vscode.cpptools-1.13.2-win32-x64/bin/../LLVM/bin/clang-format.exe`? I get an error ``` Formatting failed: c:\Users\blah\.vscode\extensions\ms-vscode.cpptools-1.13.2-win32-x64/bin/../LLVM/bin/clang-format.exe -style=file -fallback-style=LLVM -assume-filename=C:\Users\blah\blah\src\client\src\Main.cpp ``` The .clang-format file is in...

That is strange i tried finding that setting in the json file by just typing "clang" but it had no results. It is finding the new `clang-format` but still getting...

Or instead of tables one could display it as a simple compact string. Such as `:[] -> ` on each line. `winget info ` to get the description and display...