David Mládek

Results 52 issues of David Mládek

## Motivation #2837 Const argumetns in `level!` macros do not work when in the first positoin. This also seems to have fixed #2748 where literals for fields names like `info!("foo"...

## Motivation #1565 ## Solution I've added a method to the `FormatFields` implementation with a provided default implementation based on what was already in the `add_fields` method. This is potentially...

We have found out in our project that sometimes when calling a gRPC service, a connection is created during that call and that connection is pooled for later use. However,...

## Motivation `matchit` has released a new semi-major version which introduces some changes such as different syntax of captures and wildcards. This branch updates this dependency and all its usage...

- [x] I have looked for existing issues (including closed) about this ### Proposal `matchit` version 0.8 was just [released](https://github.com/ibraheemdev/matchit/releases/tag/v0.8.0). It includes changes to the syntax so now instead of...

E-medium
breaking change
A-axum

This crate depends on traits that state `Available on non-Py_LIMITED_API only`. This basically means that pyo3 must not have the `abi3` feature enabled as far as I understand it, but...

- [x] I have looked for existing issues (including closed) about this ## Feature Request ### Motivation URIs can be percent-encoded but that should not change what resource is accessed....

C-musings
A-axum

Note that this PR is built on top of #2645 so it also contains its changes. The only relevant change is the last commit. Closes #2678 ## Motivation Matching was...

## Motivation Some tests were ignored with a TODO to enable them. The doc-test for Subscriber::record provides misleading code that does not compile. ## Solution I enabled the tests that...

## Motivation Docs were obsolete for the `instrument` macro. Closes #2895 ## Solution I've updated the docs and addeda a doctest example. This should also be cherry-picked onto `v0.1.x`