Shane Murphy

Results 38 comments of Shane Murphy

Tried out the PR directly from the branch, ergonomics is a bit weird where calling `to_be_bytes` then passing the return value to a function expecting a byte slice complains that...

Ah, I didn't scroll to the bottom before diving down the feature flag dependency chain. Is the reason for using a configuration option over a feature flags so that there...

Interesting discussion, all good now. Thanks!

I also was unable to find any documentation other than the help text. Mermaid itself just links to this GitHub repo for the `mermaid-cli` section in its docs.

Opened this PR but I'm not sure this is the right way to do this, or if it's even broadly useful. Wanted to get some feedback. Generally, I think this...

I just realized there's no way to implement the serialization half of this, since there is nothing in the serde data model that tells us the original Rust type was...

> Hello, thanks for the PR! :) > So I think this use-case is reasonable but I'm a bit nervous about introducing this coercion globally. Instead would you be prepared...

I did some further pondering about the usefulness of this change with regards to UUIDs. I got wrapped around the axle with serde, pythonize, and {To/From}PyObject. Preserving non serde data...

Yeah, no matter what I do I can't seem to get a call to `global::shutdown_tracer_provider` to complete.

@geelen Did you find a way?