When starting to use `nph` in `nwaku`, SP detected that inline comments are being automatically erased.  https://github.com/waku-org/nwaku/pull/2396#discussion_r1478370777 ``` let predicate = proc(record: waku_enr.Record): bool = bootnodes.contains(record) or # Temp. Bootnode exception ( # one comment record.getCapabilities().len > 0 and ### THIS COMMENT CAN'T BE ADDED nodeShard.shardIds.anyIt(record.containsShard(nodeShard.clusterId, it)) ) #RFC 64 guideline ``` Thanks in advance!