Maciej Nachtygal

Results 14 issues of Maciej Nachtygal

**Is your feature request related to a problem? Please describe.** We started to integrated OpenTelemetry with Azure Functions. It was tough for me to find all necessary resources and very...

question
Monitor
Service Attention
customer-reported
needs-team-attention
OpenTelemetry

Hi @lundberg 👋 I want to let you know that #240 (or `0.20.2` in general) broke our tests - but I think that's good. I want to tell you how...

I was thinking that it would be useful to have typed based matching. One of the use cases would when app sends an generated uuid and all you care about...

enhancement

## Description mypy is complaining that `error: Argument 1 to "before_log" has incompatible type "LoggerAdapter[Logger]"; expected "Logger" [arg-type]` by looking at the implementation ``` def before_log(logger: "logging.Logger", log_level: int) ->...

pyasn1 0.5.0 was released on Friday https://github.com/pyasn1/pyasn1/pull/27. It's basically the same as 0.5.0.rc2 which we used in our project. It should be safe to upgrade the version. I'm talking about...

In httpx `Advanced Usage` docs there is a [chapter `Request Instances`](https://www.python-httpx.org/advanced/#request-instances) where they show alternative way of sending requests, where you can use once initialized client to send various of...

Hi 👋 `parametrized` was removed today from PyPi by @samupl. Users of `parameterized` shouldn't get those issues any more. Proof: ![Zrzut ekranu 2023-09-12 o 21 35 01](https://github.com/macieyng/parameterized/assets/82878433/77b2a6a9-9e5f-4c58-a723-d0f5f76f02b8)

To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template: **Is your feature request related to a problem? Please...

broker support

I'm referring to this code https://github.com/Azure/azure-functions-python-library/blob/dev/azure/functions/extension/app_extension_base.py#L65-L70 ```python @classmethod def pre_invocation_app_level(cls, logger: Logger, context: Context, func_args: typing.Dict[str, object] = {}, *args, **kwargs) -> None: ``` and line `func_args: typing.Dict[str, object] =...

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

customer-reported
no-recent-activity
Community Contribution
App Configuration Provider