Pangratios Cosma

Results 113 comments of Pangratios Cosma

> Handy overview. https://sinoroc.gitlab.io/kb/python/packaging_tools_comparisons.html Nice! I'm leaning towards PDM or Poetry!

Hey @samuelcea, thanks for submitting an issue! We'll take a look.

FYI, we were able to resolve this by configuring our identity server to allow cross origin requests from our localhost:PORT domain. Conclusion: I wouldn't say this is a bug, but...

> I get a notification in the bottom right saying "Window was closed without granting authorization", the actual small login window still opens and shows me the azur login screen....

> Unfortunately we cannot do anything about CORS so I'm closing the ticket. That's true about CORS, but I'm wondering if a different flow would work, instead of opening a...

Update: Unless, I'm missing something here, I don't see an issue with our original approach to use a [shutdown](https://www.php.net/manual/en/function.register-shutdown-function.php) hook: - Events are queued - The shutdown function is called...

> In cases 1 and 2 above, we're blocking the response while the events are being sent? Yes, that’s correct. PHP applications do not use multi-threading. Each request is handled...

> The big change here from how it behaves currently would be to use the queue system, right? Correct. Basically, I'm thinking that we would implement more than one mechanism...

> I'm fine with bumping the default threshold to 100 and recommending that the impacted customer try adjusting that setting. 👍 OK I will submit a PR for this. >...