Kumar McMillan

Results 107 comments of Kumar McMillan

Does anyone have a workaround for this while testing? I want to real-render a component under test, catch the error, and make an assertion without seeing error logging, especially as...

fwiw I only saw this when upgrading an old app to the new Playdoh. I did not see this error when configuring the latest Playdoh out of the box.

if you put that in settings/local.py then you've disabled the HMAC key (since it's commented out). I also got it working that way but for an app I knew I...

Catching any and all import errors here is confusing

Everytime I hit this I have to google for this issue to remember how to fix it :( Dear future self, in summary, here's what to check: - Does `import...

It would be nice to see xterm upgraded to 3.8.1 or higher, regarding this security fix: https://github.com/xtermjs/xterm.js/releases/tag/3.8.1

> I believe you can type `/` to start searching like you do in the sidebar with the VIM extension. This workaround did it for me in VSCode 1.45.1 and...

We ended up using our own `@safeAsyncConnect` as a wrapper around `@asyncConnect`. It catches any errors and returns a rejected promise.

@acvetkov I did see that (I will edit my description, oops). I was wondering, how often are those synchronized with the Chromium source code?

@stoically thanks for posting a comment about it. Out of curiosity, what are the limitations of just using `sinon-chrome` directly? It looks like it already supports the `contextualIdentities` API.