Robin Malik

Results 82 comments of Robin Malik

> This is not a solution for everyone, but make sure to turn on notifications for chrome from your device settings (Windows, Mac, etc) At first I was getting an...

That's a shame as it makes it harder to use. Interestingly, this style isn't used for the latest and greatest Microsoft Graph PowerShell documentation.

@AlonGvili Is this one of the things you're referring to (the overlap)? ![image](https://user-images.githubusercontent.com/8790561/147499766-09e13e38-5d54-4c22-aabf-a08898495fa4.png) Removing the `fixed-top` class from the first nav element results in this which is better although I'd...

Before I spend any amount of time trying to get a project to work, I tend to check the date of the last commit to try and guess whether it's...

Given that Microsoft are hard migrating Skype For Business users over to Teams, I suspect this issue could be closed off now?

I have this too. Was just about to finally raise it but it's been done already :)

I just threw in the following as a 'workaround': ``` if($PodeContext.Server.Verbs.Count -ge 1) { $PodeContext.Server.Verbs.Keys.Clone() | ForEach-Object { $PodeContext.Server.Verbs[$_].Clear() } } ```

Can confirm ^, that's what I've done too.

Using the above code with a single thread for `Start-PodeServer`, with 2 routes, I get what appears to be 5 outputs of: ``` WARNING: The names of some imported commands...