Montel Edwards

Results 11 comments of Montel Edwards

Using JDK 16 was the issue for me. Downgrading resolved. ________________________________ From: xOnlyFadi ***@***.***> Sent: Tuesday, May 4, 2021 9:11 PM To: GeyserMC/Geyser ***@***.***> Cc: Subscribed ***@***.***> Subject: Re: [GeyserMC/Geyser]...

Originally I was using JDK 16 latest, GraalVM when users were disconnected. I downgraded to JDK 15 from Zulu. Get Outlook for iOS ________________________________ From: S0M0G ***@***.***> Sent: Thursday, May...

Daniel, Although your issue is valid, I recommend you deploy your own version of the B2C recorder by deploying that VS solution to an Azure Web App. This is fairly...

``` true https://sts.windows.net/ https://login.microsoftonline.com/common/oauth2/authorize df5b2515-a8d2-4d91-ab4f-eac6e1e416c2 AuthorizationHeader openid false POST id_token df5b2515-a8d2-4d91-ab4f-eac6e1e416c2 ``` If you want to use the common endpoint, here is the snippet that you need to modify to...

No problem, @asavaritayal. For those that are interested in _testing_ Scala in Functions until there's support, I'll leave my blog post here - https://monteledwards.com/2018/10/07/deploying-scala-code-on-azure-functions/

The code above wouldn't be proxied. Try `"https":"myproxyxxx"}`. Requests must have a proxy defined for http and https

I wanted to provide some info that might help someone decide to take this on. I don't currently have the skill to contribute. Adding object lock appears to need 3...

Thank you, this works.

The library uses the sync api of playright at the moment, which rightfully raises an exception when you use it within a loop which Jupyter is. I hope to PR...