Results 6 comments of Squirrel Corp

Same issue here, additionnally, not sending anything too with Rpi5 ```shell pi@raspberrypi-5:~ $ cat /proc/cpuinfo processor : 0 BogoMIPS : 108.00 Features : fp asimd evtstrm aes pmull sha1 sha2...

Could it be possible to merge this one? Using a custom agent in the meantime, but it would be cleaner with it :-)

Hi! I also encountered this error, the (temporary) solution is to use a custom agent in the modem, waiting for this PR (https://github.com/apocas/docker-modem/pull/163/files) to be merged

Example of column definition: ``` const columns: ProColumns[] = [ { title: 'Host ID ', dataIndex: 'uuid', valueType: 'textarea', hideInTable: true, }, { title: 'IP', dataIndex: 'ip', render: (dom, entity)...

Continuing further my investigation and looking at the request part of ProTable, printing the `filter`argument `{ filters: true/false, onFilter: true/false}` is never printing any values in the object (in this...