Apollo3zehn

Results 91 comments of Apollo3zehn

That would be a very simple and useful change. Grafana Loki output with and without `level=error`: ![image](https://user-images.githubusercontent.com/20972129/129039538-5822311d-59c8-4701-ae51-11017c675c04.png)

It seems the level tag can be easily changed with the following code: ```python import logging from logging_loki import LokiHandler, emitter emitter.LokiEmitter.level_tag = "level" handler = LokiHandler( url="", tags={"app": ""},...

I am also interested in Blazor WASM support. I have difficulties to understand how to enable windicss for my project. I am coming from Tailwind and used the CDN version...

I have forked the project and applied the patch. The build output can be found here (https://github.com/Apollo3zehn/NSwag/actions/runs/1717561743, https://github.com/Apollo3zehn/NSwag/suites/4986122681/artifacts/145780363). The .zip file contains the updated NSwagStudio which now generates the correct...

For me it was urgent :-) just wanted to share my workaround.

@ranouf thanks for your feedback. I have had merged #3814 and the .cs client generation works for me fine now. Only problem left is that app.Run(baseUrl) seems to cause another...

@ranouf Sorry, I have unfortunately no time available to test the typescript client generation. I just wanted to say that with the new version (13.15.7 and I guess 13.15.6 also),...

Hey, I had exactly the same issue and have searched through `Roslyn`, `VS code`, `OmniSharp-vscode` and `OmniSharp-Roslyn`. In the end I was able to utilize the `CompletionService` and the `SignatureHelpService`...

Thanks for that link. I have just watched the .NET Conf video, it is very interesting. But it seems that currently this project offers a more advanced Blazor component. Unfortunately...

Thank you, I will try that! I have added support for hover so there is a way to get the type of infered variables: ![grafik](https://user-images.githubusercontent.com/20972129/100729353-f281ca00-33c8-11eb-8759-80d3ea210b6b.png)