Oleg Komarov

Results 45 comments of Oleg Komarov

~~@Jolg42 I am unable to reproduce the high CPU issue on prisma 4.3.1 and the corresponding extension.~~ @Jolg42 I can now confirm all of your points: * the initial high...

We should add the feature to `getColorbarOptions()` mostly as is, and eventually clean up the code in another PR. For this, we need: - drop the .pdfs and .png -...

@JTSvejda Thanks for this PR. I took the liberty to edit your post to add the example, as it wasn't completely clear that we wanted to toggle single axis. As...

This should go at the beginning of function `getAxisOptions()` and if the axis is not drawn, return early.

@Gor-Hakobyan Thanks for providing the example. I took the liberty to edit the post to make it clearer for others that might have the same problem. The bug happens when...

Fair enough was not aware. Still, I feel like those 2 lines that drop the '+00:00' are unnecessary: * `datetime.fromisoformat()` is core python and more discoverable than `celery.utils.iso8601.parse_iso8601` * if...

Alternatively the link could be https://courses.cs.washington.edu/courses/cse590p/05au/p50-bacon.pdf

@Hunga1 I tried with both urls and both methods fail. We're looking to migrate off if we can't verify the signature. To confirm: * I updated the token to our...

> The issue looks like it's being caused by the SDK normalizing the URL hostname to lowercase before generating the signature client-side to compare against the webhook request `x-twilio-signature` value,...

@AsabuHere given this seems a regression as pointed out by https://github.com/twilio/twilio-node/issues/924#issuecomment-1487393481 and that the verification flow has multiple branches which are not clearly explained in the code, I reckon there...