Peter Doering

Results 5 comments of Peter Doering

In my opinion the MetaDataDictionaryConverter should behave like NLog which supports the [Message Templates](https://messagetemplates.org/) standard when formatting placeholders in messages (see https://github.com/NLog/NLog/wiki/How-to-use-structured-logging#formatting-of-the-message). By default or when using the `$` stringification...

I tried #222. It works great 👏 Can we get this merged?

You could workaround the problem by implementing an [IErrorFilter](https://chillicream.com/docs/hotchocolate/v10/execution-engine/error-filter) that translates `AUTH_NOT_AUTHORIZED` error codes to `AUTH_NOT_AUTHENTICATED` errors in case the user is not authenticated. But I think it isn't the...

I have the problem with Rancher Desktop v1.13.1 on Windows 10 22H2 (Build 19045.4170)

I could solve problem by installing the required dependencies manually. But these packages should be installed automatically when executing `pip install pptx2md`. ```bash pip install numpy pip install matplotlib pip...