Tadas Medišauskas

Results 12 comments of Tadas Medišauskas

I'd be willing to help out and contribute whenever I have some spare time.

I think it is possible for `Add-LoggingTarget` and `Remove-LoggingTarget` to figure our the scope the are being called from e.g. directly from console, from Foo.ps1 and etc. Remove could then...

Looks like this has been fixed with #15873

Once we're happy with the implementation I'll update docs to reflect the changes.

This didn't catch my eye because my testing plugin was running with `$ErrorActionPreference = "Stop"` - I was only expecting the first error Your changes seem to have addressed this...

Agree on the separate PR 👍. Rebased

Related to #807 but that particular scenario was being covered.

So I mentioned capturing mouse events and I came up with this PoC https://github.com/Tadas/PSReadLine/tree/MouseHook Basically this installs a global Windows event hook to capture right clicks. It looks for ones...

I don't understand why you mentioned cross platform'ness - isn't this right-click paste issue strictly a Windows thing? Anyway, I've removed `System.Windows.Forms` by implementing the message loop. It needs to...