Ben Mitchell

Results 13 comments of Ben Mitchell

Hey, I would be interested in working on this feature if no work has been started yet. Would appreciate any advice you have.

I'm going to take a shot at this. Personally, my motivation for this is just being able to register multiple exporters (for example: prometheus + interval logger). I also would...

If @azr wants their struct fields to be flatly unpacked into the event fields (and not nested under the struct itself), maybe it's possible to the [unstable valuable support](https://docs.rs/tracing/latest/tracing/field/index.html#using-valuable) to...

I recommend linking to the actual [section](https://java.testcontainers.org/features/networking/#exposing-host-ports-to-the-container) which you're referring to so other people don't get confused like me.

I'm still having this issue with a clean install of `vite` and `react-simple-maps`. After installing `prop-types`, the below error was resolved. ``` ✘ [ERROR] Could not resolve "prop-types" node_modules/react-simple-maps/dist/index.es.js:2:22: 2...

I only register metrics and interact with the handle types. Let me do some testing and build some reproduction cases and I'll let you know if I find anything interesting.

I just saw that https://github.com/metrics-rs/metrics/pull/394 was merged which would mean there's no work-around for this issue anyone. Just to clarify from your last message, here is how we we're currently...

The not re-exported issue occurs when using the handle types (`register_counter!`). The solution was therefore to use the emission macros (`counter!`) instead. I believe this is no longer possible as...

I'm also able to reproduce the above (with my own implementation). The issue is related to the `-public-host` argument not being set. If I adapt the go example to create...

The documentation in the README [mentions](https://github.com/fsouza/fake-gcs-server#using-with-signed-urls) setting `-public-host` but doesn't mention that 1. It is required to set `-public-host` for `downloadObject` (just for pre-signed urls). 2. It's possible to omit...