Nick Mitchell
Nick Mitchell
I see this, too. I have narrowed it to whether i rethrow the underlying error or not. If I don't, then I see no strange repeats. If I do, I...
Ok great, i may look into it over the weekend
Isn't there a simpler solution here: allow `jsonpath.value()` (etc.) to **accept an already-parsed query**? This should give the same performance win as the [proposed memoization PR](https://github.com/dchester/jsonpath/pull/75), without this module having...
Curious: how are you using the `onDidChangeResults` API? I cannot get it to call me back, so I must be missing something obvious? In [this codesandbox](https://codesandbox.io/s/xtermjs-demo-forked-heqioq), the "Got search update"...
Nice! It wasn't clear to me whether decorations were enabled by default, since, without "decorations" enabled, I still see some... decorations in the xterm canvas, at least for the current...
i'm curious, given that this issue is several years old now... does everyone employing monaco-editor resort to `unsafe-inline` for the `style-src` aspect of their CSP?
Same. We saw this only after attempting to switch our use of [node-pty](https://github.com/microsoft/node-pty) from loading in the renderer process to loading in the main process; node-pty has a native (non-context-aware)...
We could employ https://www.npmjs.com/package/strip-ansi to help with this perhaps?
Howdy, thanks for the feedback, much appreciated! What you see in the zip file are the contents of an Electron application. You may notice that, for example, the [VSCode Linux...
thanks for the bug report! we'll check it out.