Shahar Soel

Results 187 comments of Shahar Soel

> have been focusing on so many other things that I didn't see that the new version was released. Try integrating with [greenkeeper](https://greenkeeper.io/) to monitor dependency updates. > I use...

Version 3.1 is out now with large lexer performance boost. (e.g, 60% for CSS grammar). With the combined performance of multiple optimizations it is even possible you would get X2...

No relevant experience, but could limiting the max number of actions (editing/posting) per user per time period combined with requiring minimum "age" for the github accounts help? Example (arbitrary numbers,...

## Status Update I don't think I can fully resolve this issue. I can contribute with: - Identifying the issue and provide a [reproducible scenario](https://github.com/eclipse-theia/theia/issues/9494) - Identifying things that seem...

> I completely agree with this sentiment, and if you wanted to shift the focus of this PR from implementing a particular solution to increasing test coverage, I would support...

Okay what I've learned is: - This `label` property is used extensively in VSCode as well. - It is not part of any of the tasks related APIs I can...

Here is an example where code coverage ignoring **semantics** will change: **Input:** ```javascript if (x) { } /* istanbul ignore else */ else { throw "oops, should never get here"...

I am wondering if this is an issue with `patch-package` or if this could be solved if and when npm would support the `nohoist` option? - https://github.com/npm/rfcs/issues/287

may become redundant with the introduction of adaptive predict (LL(*))