louisnw01
louisnw01
> The issue still has not been fixed. I have turned off format on save and am currently using artistic style to format my C files after I'm done coding....
I was able to fix this by adding a `.prettierrc` file to the **root** of my project containing: ``` { "tabWidth": 4 } ```
> > I was able to fix this by adding a `.prettierrc` file to the **root** of my project containing: > > > > > > ``` > > >...
> @louisnw01 , how do I check the server logs for `prettier`? cmd+shift+p, open language server logs, click the `xxx () - Server Logs` in the top left, then click...
Hey @r0x0r, I was actually implementing something similar myself. I think this is a great idea! Would it make more sense to have a `get_element` instead which returns a single...
Great solution for `get_elements` and `element.events`. As for calling before start, I achieved something similar in my charting library (using pywebview) by creating a `run_script` function (shown [here](https://github.com/louisnw01/lightweight-charts-python/blob/43eab9854dc6b6622fc0c7d3963a3ad75da09ae7/lightweight_charts/abstract.py#L79)), which either...
Fixed in the latest push to 2.0 btw, Thank you for your help with 2.0! I'm trying to roll it out asap and it really helps having people find things...
the 'sync' parameter only syncs two charts together in its current state, so im going to change this to enhancement.
I'm not planning on implementing this, but feel free to contribute. Louis
Thanks for your feedback @cilindro5432, ill get those ironed out soon.