Robin Malik
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...
@burton666 Did you solve this?
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)?  Removing the `fixed-top` class from the first nav element results in this which is better although I'd...
Flancy Broken: Instantly didn't work following the directions on a new install of Windows and VSCode
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...