Ricky D

Results 10 comments of Ricky D

For completeness, `this.gridster` refers to the GridsterComponent. An easy way to access the GridsterComponent is ViewChild. In the parent component use: ``` export class MyComponent { @ViewChild('gridster') gridster: GridsterComponent ```...

My apologies, you are correct. I just quickly glanced at the docs for alternatives.

What is the status on this? I would love this feature.

I'll take a look. Thanks!

For the first para error, it seems to be caused [here](https://github.com/doxygen/doxygen/blob/master/src/docbookgen.cpp#L791C1-L802C2): ``` void DocbookGenerator::startMemberItem(const QCString &,MemberItemType,const QCString &) { DB_GEN_C if (m_inListItem[m_levelListItem]) m_t isLinkable() && nd->hasDocumentation()) { if (hideInlineNamespaces &&...

Aha! I believe the first para error is caused by `classdef.cpp` actually. You prematurely return before the end item can be added: ``` ol.startMemberItem(anchor(),OutputGenerator::MemberItemType::Normal); QCString ctype = compoundTypeString(); QCString cname...

Ah, yes the member declaration does need to be closed too. ``` --- a/src/classdef.cpp +++ b/src/classdef.cpp @@ -2481,6 +2481,8 @@ void ClassDefImpl::writeDeclarationLink(OutputList &ol,bool &found,const QCStrin NamespaceDef* outDefReal = reinterpret_cast(outDef); if...

I really would like a maintained package for formatting. There are a couple of forks that are more up-to-date, but I am unsure what state they are in. * [jevinskie/cmake_format](https://github.com/cheshirekow/cmake_format/compare/master...jevinskie:cmake_format:jev/main)...

I do have a screenshot that illustrates the issue: ![image](https://github.com/user-attachments/assets/82db96a3-a008-470d-87c7-74882c221a3c) ![image](https://github.com/user-attachments/assets/d5530dd8-dca6-4b75-bf23-7fe27e13fdb7) Disabling the css selector in `sphinx-rtd-theme` fixes it. I will attempt to put together a minimal example later.

Whoop. I realized I probably shouldn't have done pipx. However, the output is similar with pip. ``` Building wheels for collected packages: newnewtulipy Building wheel for newnewtulipy (pyproject.toml) ... error...