Polys Georgiou

Results 13 comments of Polys Georgiou

I'm not sure if the atomicity of `print` is documented to be honest; with Python's GIL, people take these things for granted. My reasoning was that, since this is a...

I did think of `flush` and tried quite a few things before resorting to locks. If each thread called `print` multiple times and somehow expected the console output to be...

Can I please ask if this is abandoned?

I'm getting the same error on `azurerm_web_pubsub` rather than the hub. The last version of azurerm that worked was 3.13.0 — all subsequent versions fail with the above error. ```...

> @polys what are you using to Serialize? System.Text.Json in a modern out-of-the-box ASP.NET project on .NET 7

> We have a JsonWebKeySetSerializer that is used internally to skip the empty arrays. Is `JsonWebKeySetSerializer` something we can use as well? All I'm trying to do is have a...

It's been working well for me since the fix. Many thanks @xiaxyi

HS* is an HMAC algorithm, so passing a simple string as the secret key works. RS* (RSA) and ES* (ECDSA) algorithms use asymmetric cryptography, so the secret has to be...

Having support for 3.12 is much appreciated, thank you! I get Python 3.12.2 on Linux 5.10.102.2-microsoft-standard (Debian GNU/Linux 12 (bookworm) with glibc 2.36) Is this it or that's only during...

@hallvictoria Please, don't take this as criticism because I really do appreciate all the work done on Azure Functions, but could you explain why adding support for new Python versions...