Nick Ireland
Nick Ireland
I should add, I had to manually download Chrome and use the ChromiumExecutablePath setting due to issues with our proxy server and the plugins built in downloading of Chrome. Possibly...
Update, managed to "convince" vs code to use our proxies and let the extension download Chromium natively. This issue still occurs, however.
After confirming that #15425 is in 11.1.0-beta2 we have decided to try with the beta2 release. Upgrading was fairly painless, but I'll log a separate issue for something I ran...
Our testers were unable to reproduce the crash since updating to 11.1.0-beta2 and we have decided to release the app with 11.1.0-beta2 and we will release an update with stable...
@MrCoBalt As I understand it, `psMacUpdatesOFFICE.ps1` is abandoned. I wrote the PS Module here https://github.com/pbowden-msft/MAUCacheAdmin/tree/master/PSModule/MAUCacheAdmin. Was just looking for clarification if the update check xmls (`0409MSQA01-chk.xml` for eg) are not...
That would be perfect for our use case. ❤️ Yeah the use of colours there was mostly just me leaning into the styling.
Workaround for this scenario is to hide the element within the webcard like this: ```powershell Add-PodeWebPage -Name 'Page 1' -Id 'page_1' -HomePage -PassThru -ScriptBlock { New-PodeWebCard -Name 'Welcome' -Content @(...
Yeah I figured as much once I saw you can hide inline now. PS So far 1.0.0 is going great. 👍 Can't wait to sink my teeth into the async...
Looking through the code more closely I also found `SetSkipGlobalSslDecryption(bool)` on FluxzySetting. This has the same behaviour of `fluxzySetting.AddAlterationRules(new Rule(new SkipSslTunnelingAction(), AnyFilter.Default));` where it appears to break http traffic.
I encountered this while going down the Notarization rabbit hole recently. After testing various runtime exceptions in my Entitlements.plist I discovered that the entitlement "Allow DYLD Environment Variables" (com.apple.security.cs.allow-dyld-environment-variables) is...