Bastian Schmidt
Bastian Schmidt
> we just delegate to the operating system / .NET APIs to resolve the path That does not seem to be true. Having a look at `FileSystemProvider.cs` there is a...
Calling `[System.IO.Directory]::GetFiles($env:temp)` works fine as the path exists. > I'm rather surprised we do additional processing on the 8.3 path representation in PowerShell, but if so that definitely sounds like...
Still broken in 7.4.1: ``` PS C:\> cd C:\Users\B536F~1.SCH Set-Location: An object at the specified path C:\Users\B536F~1.SCH does not exist. ``` Explorer and cmd navigate there without any issues. The...
It's currently hard coded at https://github.com/snoopwpf/snoopwpf/blob/6d805ca74ef5e8b7fbe35cf6cc5f02ae2e13b853/Snoop.Core/Windows/SnoopUI.xaml.cs#L638 Shouldn't be difficult to change it. What's your use case for a different combination?
Both control keys?
This also happens in my application. In my case i have instances of `ObservableCollection` which are updated on background threads, but those updates are protected by locks so it's in...
Will try to build one and post it here.
@zadjii-msft I changed the default value using the UI, using the version i posted, after doing some research on why the issue might occur in the first place. It's also...
Ah, i wasn't aware of `--inheritEnvironment`. Using that works, in my case. I tried to find out which args wt accepts, but calling `wt --help` only contains a very small...
That's strange as Snoop just tries to read the temp file it just created itself. Without having tried it the only case i can imagine this happens is that Snoop...