Marwan Sarieddine

Results 14 comments of Marwan Sarieddine

As a followup - looking at the implementation of `to_file`. I see `to_file(output_file, encoder=EliotJSONEncoder)` - would the change be as simple as creating and using "`EliotYAMLEncoder`" here?

"YAML doesn't magically enable Pandas DataFrames. The default Python YAML library will (de)serialize arbitrary objects, but that's insecure, at least for deserialization (the safe_* variants won't do that for that...

Sorry I recognize this is probably a question better raised on ‘eliot-tree’ but if one uses a custom destination to a yaml file - would Eliot-tree also accept a custom...

I thought a workaround to the problem, if it is too hard to fix this, would be to disable the decorator and the following workaround works if the value passed...

Sorry yes I had a typo there - just edited/corrected it ... > For this narrow case of a function wrapper decorator (as opposed to general case of object proxy),...

Following up on this thread so as not to open another issue about pickling/serializing of wrapt decorators. For such a neatly implemented library it is quite the bummer that when...

Hey @GrahamDumpleton thank you for taking the time to respond. I will follow up with a small reproducible example shortly.

@GrahamDumpleton - please refer to the following issue - (I don't see any guidelines on issue posting so please let me know if I missed anything) - https://github.com/GrahamDumpleton/wrapt/issues/158

@sowhatim thank you for responding, I was using multiple ASG (auto-scaling group)s that span multiple AZ(availability zone)s - I fixed it so that all ASGs only span the same AZ...

A quick update - I am still experiencing the same issue even after making sure all ASGs only span the same AZ ... I am using a config template based...