Federico Dolce

Results 5 issues of Federico Dolce

This PR adds the integration for chrono 0.4, and it supersedes https://github.com/PyO3/pyo3/pull/2604 Most of the work here was done by @pickfire , I just adapted it to work with the...

This PR adds observability in Bytewax. This does not use the python logging module, but allows for external configuration anyway. What we gain is not having to keep the GIL...

**Is your feature request related to a problem? Please describe.** To spawn a cluster we use the `spawn_cluster` function, which is defined in python and does this: ```python def _gen_addresses(proc_count:...

I cloned the repo and ran 'cargo build' inside the directory (rustc --version => 1.15.1). Everything's fine except i had to rename the produced file from 'liblibrespot.so' to 'librespot.so' because...

First PR for the advanced recovery proposal. I'm using a `feature/advanced_recovery` branch as base so we can review this first part and then work on the rest on a separate...