Shahar Soel

Results 187 comments of Shahar Soel

Hello @vlopez This sounds similar to what a prettier plugin does: - https://github.com/prettier/plugin-xml/blob/main/src/printer.ts - https://github.com/jhipster/prettier-java/blob/main/packages/prettier-plugin-java/src/printers/blocks-and-statements.ts

I'm also very interested in the ability to target elements in an iframe (same domain). The group I'm part of are building a Web IDE and during testing the whole...

Hello @jonestristand What do you expect the generated type definitions to be in this case?

I'm not sure if this analysis complexity would be more than linear. But I am also not sure how important this is and/or worth the effort to fix and maintain,...

Your rule is small enough and you likely extract the same data from either alternative so it is fine to keep it all in one rule. On a related note,...

Thanks for looking into the performance numbers as part of this PR. I will try to review it on the weekend. Worse case it should be reviewed on the upcoming...

Hi @msujew I think some of the code that was removed actually does have a purpose (see comments above). Once you do so I will: 1. re-review and hopefully **merge**....

> black is gaining a ton of traction in the Python space these days. Hello, are there scenarios where a prettier python plugin would still be relevant? Specifically one that...

The reason I am asking is that I am considering creating a Python Parser at some point as an example grammar For the [Chevrotain Parsing Toolkit](https://github.com/SAP/chevrotain) that I have authored....

> I would love if black was also implemented in javascript, so I could use it to format python in jupyter notebooks. 😄 Would you love it enough to implement...