Erik Huelsmann

Results 308 comments of Erik Huelsmann

Yup. Running into this too. Maybe I just need to install the `aws` client and do it all myself?

actually, using `pip install awscli --user --upgrade` and adding the required `aws s3` commands is about 100x faster than using this addon (due to the endless tinkering before finding this...

Lets assume we want to keep the resolution of this ticket to a minimum set of depedencies, that is, without DBIx, do we then want to serialize the result into...

I searched all documentation, but I can't find that there are any guarantees with respect to maintenance of the context during persistence. In the DBI, there's the option to store...

@oliwel from your experience: should the serialization solution support restoring objects? Or is that too complex and should users simply not expect blessed values to carry over from one state...

Since requirements vary a lot, as both shown by the original reporter and @oliwel , I'm proposing resolution of this ticket consists of nothing more than documenting that people are...

There's one downside here: timezones.

There's the combination of needing to be able to convert between them and the API (currently) being tied to `DateTime`: https://github.com/jonasbn/perl-workflow/blob/master/lib/Workflow/Persister/DBI.pm#L601-L608 It's unclear to me at this point if there...

@oliwel what does OpenXPKI do here? With timezones, I mean?

@melutovich, maybe you have an opinion here too? Extensive use of DateTime has some serious performance impact (it does tons of validation before creating an instance); DateTime::Tiny does not exhibit...