Andrew McHarg

Results 8 comments of Andrew McHarg

Just want to say thanks for making such a great framework. I first started using actix to build a weather station interface WeeWX. It has been running solid for many...

@izik1 wouldn't your proposed implementation return type info for `T` not `[T]`? I think I have a work around using a newtype but the problem remains that I need a...

I think this limitation makes it quite hard to follow the open telemetry convention for rpc span names https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/rpc.md Might be able to do something similar where the subscribers rewrite...

Getting this also for a particular image every time. I wonder if it depends on image size? Other images seem to work fine.

Hitting this also. Ideally would be great of prost-build could just merge derives. Only workaround I could find is to manually list out every non-enum to add `Eq` and `Hash`...

@LucioFranco That makes sense. The use case I was using it for was using protobufs as keys in a `HashMap` and a key value store which is ~~probably~~ definitely a...

Would you be interested in a PR for this?

Not sure how to solve this but just installing modipy with this extension bundled I was pretty confused when connect did not work (it didn't even occur to me it...