Mahtis Michel

Results 41 comments of Mahtis Michel

I have analyzed this a bit further but I am new to AsyncAPI so I have concentrated on the basic integration: - there is the need for a util that...

Have a look at my [PoC](https://gist.github.com/mathis-m/35983c4f617729f8e6ef78f6601cc1a1) on how to integrate into .Net Core Console Application. I implemented `DoFinalWorkLoopIteration` mehtod extension on `IApmAgent`.

Have written [PoC](https://gist.github.com/mathis-m/35983c4f617729f8e6ef78f6601cc1a1) to show how to integrate into .Net Core Console Application. Solved extending IServiceCollection to provide Elastic.APM Dependencies using Microsoft.Extensions.DependencyInjection. Solved construction via IConfiguration. Solved waiting for Agent...

> Yeah I allready tried this but got an error: > **MainClass fxlauncher.Launcher not found** > `java.lang.NoClassDefFoundError: javafx/application/Application` > > I'm not sure if this depends on my Application class,...

This is powered by `react-syntax-highlighter` package. You can adjust the theme by setting the syntaxHighlight.theme property to ["agate"*, "arta", "monokai", "nord", "obsidian", "tomorrow-night"]. Highlight.js syntax coloring theme to use. (Only...

> In my model I have the following definied: > > **[DefaultValue(null)] > public int? MyAttrId { get; set; }** > > When swagger is opened the generated json shows...

Could you share just the part of the generated schema with only the number in it. Or look at the schema and create a minimal reproduction schema definition.

From what I understand this is not a swagger-ui issue it is related to OpenAPI and therefore is not handled in swagger-js.

> @tim-lai or it could be an issue with the `allOf`/`$ref` resolver. I updated the description with additional observations. @hkosova yep you are right allOf is not resolved(q is the...

@char0n Would it be ok to remove to resolved externalValue and place the resolved value in the `.value` path instead. If it should be placed in `.externalValue` how could this...