Balázs Winkler

Results 18 comments of Balázs Winkler

same issue here. ``` "angular-highcharts": "^9.0.11", "highcharts": "^8.1.0", ```

> [#325 (comment)](https://github.com/cebor/angular-highcharts/issues/325#issuecomment-615161669) Sorry, but it's just a workaround.

> I believe you can use the `.order-first` and `.order-last` classes to help you here, as the first will go before order-1 and the rest would follow. > > https://getbootstrap.com/docs/5.2/utilities/flex/#order...

This naming is really confusing...

> Have you found it to occur regularly with the latest VS Code Insiders and Remote-WSL extension? Are there certain scenarios (i.e. commands used, type of project opened) where this...

Maybe start the parsing on models... definitions based on models. But some definitions doesn't have models, but if I need to create some unused models, it's acceptable deal for me...

For example something like this: ``` /** * name {string} Title of post * lead {string} Short description of content * content {string} Content of post * tags {string} Coma-spearated...

@lucaspulliese I guess there is no progress on this topic. But if you could me some instructions I can spend some time on this project.