Tyler James Leonhardt

Results 627 comments of Tyler James Leonhardt

Unfortunately, I'm a bit tied down at the moment but I'll drop the instructions here: https://github.com/microsoft/winget-pkgs#submitting-a-package

Ah yes... So we would need https://github.com/microsoft/winget-cli/issues/392

Can't wait! It's gonna look so good 😎 thanks for all your hard work!

I'm going to try to fix this in PowerShell instead :) Which will allow cd to update the cwd https://github.com/PowerShell/PowerShell/pull/6824

So unfortunately we can't fix this via PowerShell, however, if the user adds: ```pwsh $ExecutionContext.SessionState.InvokeCommand.LocationChangedAction += { [Environment]::CurrentDirectory = $pwd.Path } ``` to their PowerShell profile, this feature should work....

Yep that's correct!

![image](https://user-images.githubusercontent.com/2644648/79619057-a34c8a80-80c0-11ea-944b-2f28277fe7ef.png)

still no luck :( ``` PS > csrutil status System Integrity Protection status: disabled. ``` ``` dotnet trace collect -p 1732 --profile cpu-sampling Provider Name Keywords Level Enabled By Microsoft-DotNETCore-SampleProfiler...

> Out of curiosity, do you see a unix domain socket named dotnet-diagnostics---socket in your /tmp directory (on macOS you'll need to do ls $TMPDIR to see where your actual...

I don't think it's quite out yet... but it seems perfect for RFC's. In fact the GitHub demo of it was an RFC process.