Bnaya Peretz

Results 117 comments of Bnaya Peretz

Feel free to open a new issue if you have any additional questions!

I've done some more debugging, and the LS is not sending `result: null`, but not sending the result prop at all, Which is against the spec

Thank you! I want to reduce the noise sent to my client basically I don't want `diagnostics` at all, i don't mind to to filter "too wide" Adding `org.eclipse.jdt.core.problem` to...

> @Bnaya wouldn't running jdt.ls in syntax server mode be enough for you (only syntax errors are reported, but no classpath computation) ? I have tried, but it doesn't not...

Feels like a lint rule and not a ts flag I have a strong feeling that node will eventually support everything under `isolatedModules`, as it's the baseline for transformers these...

You need to use the getUnderlyingArrayBuffer function See: https://github.com/Bnaya/objectbuffer/blob/develop/codesandbox-examples/sort-array-on-webworker-no-data-copy/src/index.js#L19