Nirmal Sasidharan

Results 74 comments of Nirmal Sasidharan

@johannes-mueller We had a similar situation with Doxygen. As long as sphinx reads the source twice, I guess it will be hard for Sphinx-Needs to ignore the needs in them...

I never used "content" in this way within `needtable` and therefore never came across this problem. However, I can confirn this now. Is this a bug? I hope it is...

@danwos I too think that if the contents are too large it might not really "fit" within a table and/or we will have to deal with even more rendering issues...

I also observed that, if roles are used within the need contents (for example, `:need:`), they do not appear when the content is rendered in the table.

@vasib This is a known issue and there is a PR created at RTD by @danwos before several months for this https://github.com/readthedocs/sphinx_rtd_theme/pull/1218 The RTD guys are too slow on their...

@vasib That's right. We, at our project, are seriously thinking of moving to immaterial theme https://github.com/jbms/sphinx-immaterial That number doesn't speak well for RTD Theme anymore ![image](https://user-images.githubusercontent.com/103930/200197697-8422428e-22ad-4977-bf8b-28257ccfdb31.png)

Another question would be if the DuplicateId is the only validation that has a global scope and cannot work as part of individual processes or are there other such validations....

I guess we need to find a solution here. This issue is creating some non deterministic pipeline behaviour in one of our projects and they have categorized this as critical....

My usecase is, I have a `filter-func` which filters based on a particular logic. If I now want to filter by type, I need to pass an additional argument to...

Is this somehow the same as https://github.com/travisghansen/hass-opnsense/issues/118?