Christophe Bornet

Results 166 comments of Christophe Bornet

@timj not sure what your new problem is without more context. For me the isinstance did the job. BTW, `inMemoryDataset = dataclasses.asdict(inMemoryDataset)` will probably not please mypy as you're trying...

Although it cannot harm to accept deserialization of timestamps, note that this is not in the [swagger spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types). The "date-time" format in the spec is [rfc3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14). So if the server...

About Spring boot with Jackson, it supports rfc3339 serialization of dates. It's just a config of Jackson and our generator does it for example. If it's not possible to change...

Also note that it is incorrect to output an int timestamp and have the swagger declare it as "string" even with a date-time format. It will most probably cause issues...

This is already discussed in #3866 and #3867. Also it seems these extractors should extend `LCDocumentTransformerComponent`

Big +1 on this ! With records coming to Java, it would be great to have good support for immutables !

Should be fixed by https://github.com/langflow-ai/langflow/pull/5658. @EDLLT @codenprogressive Can you check ?

Since it's a different issue, I'm closing this one. Can you please open another issue ?

> We should have a test using ComponentTestBase to make sure this PR does not break backwards compatibility. done.