Jonas Gehring

Results 7 issues of Jonas Gehring

We should look again at serialization and agree on a set of features that should be covered. ### Construction on deserialization We can't serialize and create at the same time,...

#### What is the purpose of this change? Add support for retrieving S3 credentials from an external process. This makes it possible to use SSO, for example (https://forum.rclone.org/t/rclone-and-aws-sso-credentials/18477). With the...

enhancement
Remote: S3

I really like being able to bind fields of a struct as properties using the `as_reference_wrapper` policy. However, it's pretty cumbersome to set property values as I need an explicit...

enhancement

It would be great to be able to work with collections of heterogeneous values (`std::pair`, `std::tuple`) similar to how sequential and associative containers can be used via their respective mappers.

enhancement

I've been trying to declare constructors and functions that take `std::shared_ptr` argument, where `U` is a type that has been previously declared via `ponder::Class::declare`. A small example test case is...

enhancement

This is a quick fix to ease debugging on non-Windows platforms.

CLA Signed

What's a good way to serialize and de-serialize a Tensor to a `vector` or iostream?