Martin Zarate

Results 46 comments of Martin Zarate

I don't see how that follows. I can totally see the argument "two-way block is not something I want to implement on this platform" -- I might disagree, but I...

Yeah, I've done the same, but with a different filestore for fetching arguments from instead of the registry. Basically I added a custom `AddOption` wrapper that fetches the description from...

I've been playing with OneOf and it would be nice to have a command to expand a OneOf for cases like this. Like ```cs OneOf OneOf.WithType() { return new OneOf(/*...

I'll have to do some experiments with this. My goal on this front was support for SQLCLR embedding the assembly into a database - with this patch, it works, as...

Just ran into this. Yes, some means to do a client-size override on tab size when indenting with tabs without altering the global .editorconfig would be nice. Especially if this...

Hey, I've just been playing with this and while the code for FriendlyName is present in the repo, it hasn't been released to PSGallery. It's only accessible here.

Oh I get that I've got a project or two that's far deader than this one. I just wanted to make sure you'd realized you hadn't pushed it to PSGallery....

I just hit this bug today with whatever version is in PSGallery right now, on Powershell 5.1.

Ah, yes, you're right, I was in the process of migrating from v21 to v22 when I hit this, and I've checked it again and it is not a problem...

I'm aware that other tools can also trigger this behavior but AFAIK Invoke-SqlCmd is distinct in that it's now the *default* behavior. A naive user of SSMS will not trip...