Denis Stebunov
Denis Stebunov
Hi Derek, and thank you for your comment! I suppose it highlights an area in which the article needs improvement. I didn't mean that developers cannot produce reliable estimates, but...
Hi there, PyCharm 2018.1 is indeed faster, it demonstrates 3-4x speed improvement without the patch. However, it is still slow. Here are measurements from my project with PyCharm 2018.1, running...
Stumbled upon one of those hard-to-find bugs - iterating over unwanted properties.
What if we use localStorage instead of cookies? I have another reason for this - I have to list all cookies that my site is using in its Privacy Policy,...
Here's an adapted version of the code above that we use in production for [Teamplify](https://teamplify.com) - https://gist.github.com/stebunovd/c4122c5a9ae70185c20c7b2f1ec03cfc This is mostly an original version from @mmattioli (thank you for your work!)...
hey @DataGhost, good point about cert validation. How would you implement such a check?
Wow, this is a really deep answer, thanks! I've updated [the gist](https://gist.github.com/stebunovd/c4122c5a9ae70185c20c7b2f1ec03cfc), so now it includes a more strict check for the certificate URL and also checks for the CN...
Hi there, This issue was solved over a year ago, but somehow, I still have it in OBS 30.0.2 for Windows (the latest version as of today). I do recordings...
not sure why it fails.. I saw the same issue with tests when trying to launch them locally, even without my changes