Cory Knox
Cory Knox
Just putting some thoughts out there so I don't lose them. I've created a project on my fork for this, adding cards for small chunks as I think of them...
To copy/paste and slightly edit what @mihaimaruseac has said on a bunch of other PRs: > Seems to have opened ~4~5 PRs recently, at least ~2~3 of which are invalid/Hacktoberfest...
> I really wish Hacktoberfest would count merged PRs instead of opened PRs. That could be nice, but I think they're trying to account for the number of PRs that...
@TylerLeonhardt is there any requirement to close out #8 prior to looking at this one? Would working on this prior to #8 increase the complexity of that issue?
Here's my reminder to myself to read the whole thing before I start formulating my response 😬 I went and tested Windows PowerShell's `ogv` implementation to find exactly as you...
I've started on this to help me wrap my head around how the function works. I've broken it into a few steps of which I'm only on step 1: 1....
🤔 I think I missed a step between 2 and 3 where I qualify some of the models and views as being for OGV...
Well Setting `justMyCode` to `false` allows me to debug the cmdlet and step into it when attached to the pwsh session. But naturally once it passes into the new process...
🤔 I thought maybe this would be easy, but apparently it isn't... https://github.com/PowerShell/GraphicalTools/blob/master/src/OutGridView.Gui/Views/DataGridView.xaml#L23 would seem to indicate there's a copy mode. Setting it to ExcludeHeader as per the [docs](http://avaloniaui.net/api/Avalonia.Controls/DataGridClipboardCopyMode/) results...
@TylerLeonhardt I don't think an issue is happening with Avalonia, everything that I'm seeing indicates that even with WPF you need to create your own Copy handler, I just can't...