Shahar Soel

Results 187 comments of Shahar Soel

Lets assume that due to edge cases the text generator cannot always guarantee the generated text is valid. As long as the generated text is valid **some of the time**...

https://tomassetti.me/parsing-in-javascript/

> Not keeping the “keys” to the project (access to PEG.js website, GitHub, and npm package). Hello. I don't know about the website and github access, however, npm has a...

The npm `name disputes` policy explicity states that the process may be used to: > Adopt an "abandoned" package - https://www.npmjs.com/policies/disputes I would recommend attempting this process, there is enough...

Could this feature be implemented at the level of this repository? - It seems that the logic of building the symbols is inside the JSON Language Server. - https://github.com/redhat-developer/yaml-language-server/blob/master/src/languageservice/services/documentSymbols.ts#L48 -...

This may be of assistance: http://sap.github.io/chevrotain/performance/ Source code of the benchmark can be found here: https://github.com/sap/chevrotain/tree/gh-pages/performance

Hello @ericsakmar The "pure" generic solution imho would be to respect the comments placement rather than create a mapping for "correct adjusted" of comments. So, if a line comment appears...

I've finally have some time to do some maintenance... Anyhow I've looked into this: While its true you can auto-merge interfaces (with same name in TypeScript). I would argue that...

The big question is what is even possible to implement using the 3rd party diagrams library - https://github.com/tabatkins/railroad-diagrams e.g. Does it support dynamically expending diagrams? Perhaps a simple mitigation would...

This would be "nice to have" but not worth the complexity...