Josh King

Results 26 comments of Josh King

Actually, scratch that comment about it being capped at 2048... been playing around and looks like it actually between 64,512 and 65,536 (I was testing in increments of 1024 and...

I stumbled upon that and have been playing around, unfortunately still no luck. Initially I created a new private function `ConvertTo-EscapedDataString` which escapes the data in chunks, but then of...

Ok... don't think multipart is being accepted. Followed @markekraus [example](https://get-powershellblog.blogspot.com/2017/09/multipartform-data-support-for-invoke.html) from when support for it was being added to PowerShell core. Still getting parameter missing response.

As in 0.0.7? Yeah, I tried it about 2 months ago. I haven't retried with PS7 and the rest method work that's happened in that space though. On Fri, 28...

> Also, I think the Community Repository requires TLS 1.2 at a minimum now, if my memory is correct? (@Windos am I remembering that right, doesn't the community repository require...

> /cc @JPRuskin @Windos, will centralizing this break anything across the Azure Environment? @steviecoaster our initial license package creation is embedded somewhere in the deployment of the environment, and our...

I'm also seeing this when trying to pass in an asset while creating a draft release. Adding the same asset to an existing draft release works. ``` grm create --milestone...

Heya @winadminfvo, I've not been able to repro this. Fired through 20 and they all displayed (though they queue up and take forever to clear as they are want to...

Hey @jdhitsolutions, are you just executing that as a one off or is it buried in a loop at all? Also are you seeing *any* of the notifications and after...

Looks like there's a bug when using the `-Tag` parameter on `Remove-BTNotification`... if you switch that over to `-Group` it should work as you're expecting, e.g. ```powershell New-BurntToastNotification -UniqueIdentifier 'ab'...