Panagiotis Simakis

Results 19 comments of Panagiotis Simakis

thanks for letting me know that @austiezr cc: @andrewm4894

fyi: The refactoring of the project and the cross-platform support (including windows is in progress).

Based on [this](https://stackoverflow.com/questions/5540571/how-to-check-for-presence-of-a-layer-in-a-scapy-packet), if you replace [L33 in http_request_capture.py](https://github.com/jacklam718/http-request-capture/blob/master/http_request_capture.py#L33) with this: `if IP in pkt and pkt[IP].ack == last_ack`, this `IndexError` will be fixed.

Hi @bondib, yep I followed the instructions... Can I provide you any other information in order to reproduce this error? Thanks in advance.

Thanks for raising this @Pappol json serialization is wrong as well: ```python import pandas as pd from mlserver.codecs.pandas import PandasCodec df = pd.DataFrame({'foo': [None, 1.0]}) PandasCodec.encode_request(df).json() ``` serialized request: ```json...

Hey @ramonpzg , I've also took a look in the meanwhile and I've opened #1893 . Could you review it? Looking forward for your input.

The serialization issue with `np.nan` is tackled since [1.4.0](https://github.com/SeldonIO/MLServer/releases/tag/1.4.0) and https://github.com/SeldonIO/MLServer/pull/1346 .

Hmm, basically I just realised this is already tackled since [1.4.0](https://github.com/SeldonIO/MLServer/releases/tag/1.4.0) and #1346 . I'm closing it. In case a similar approach would make sense for `np.inf`, let me know...

This feature would be so valuable. Do we have any update?