Jochen Kienzle

Results 5 comments of Jochen Kienzle

@danwos Many thanks for your feedback. Is there any short-term solution available like a patch or a theme-option? I have tried to change the line `$("table.docutils:not(.field-list,.footnote,.citation,.rtd-exclude-wy-table)")` in my theme.js but...

@danwos What works for me is to unset the _overflow_ property for _wy-table-responsive_ for datatables as a customization. _custom.css_: ```css .dataTables_wrapper.no-footer .wy-table-responsive { overflow: unset; } ```

@streamsunshine Unfortunately, no. We changed our approach to avoid this issue.

@wcs1only Many thanks for providing this PR 👍 Regarding your questions: **1. ProtocolGateway vs. ProtocolGatewayAdapter** The _ProtocolGateway_ is the abstraction layer to provide different adapters. To keep this abstraction and...

I also have had questions and discussions about the problem behind this topic. The grouping of signals can be done in different ways (logical, technical, functional, physical, ...) and the...