David Bernard

Results 152 comments of David Bernard

Hi, Thanks for reporting. For your PR, do not forget, that for transient failure (network issue, unreacheable server, http status 5xx) we should retry. Maybe the best would be to...

FYI, I disconnected the crate for tonic from the workspace until tonic migrate/upgrade to `hyper` 1.0,... (`http`, `axum`). This disconnection allows to upgrade the other crates of the workspace. It's...

see https://github.com/Ksienrzyc/rt-shrink

> I could do this in Actix Web using opentelemetry_appender_log crate, I wonder how to achieve this in Axum? Currently, I don't know. I'll look at how actixweb does (I'm...

Maybe this crate could do the work (not tested): [opentelemetry-appender-tracing - crates.io: Rust Package Registry](https://crates.io/crates/opentelemetry-appender-tracing)

One of the main goal of graphql is to let client request only what he need, not all fields,... Then on server side, we can have metrics about usage of...

PR are welcome. I have to go back into the code before to provide some guide. I'll take a look asap. On Thu, Feb 25, 2016 at 8:12 AM, Shani...

Thanks for reporting, I'll update the doc and fix it (in the new renamed plugin).

If you didn't provide shortcut, the default one will be used. I don't understand the sentence 'Dunno if that is ment to be.'

Can you also rename 'LOG' to 'logger'. I don't use (no longer) the variable name to tell if "variable" is mutable or immutable, constant or not. (and LOG is not...