Jesus

Results 23 comments of Jesus

It may be related, yes. NSwag generates swagger.json at runtime and keep it in memory. Maybe it could help to generate swagger.json at build time and persist it to storage...

> @wjax i've made some changes so that the validator types are cached internally by the validation processor. > > hopefully `4.5.0-beta6` solves this... > > everyone pls try that...

Would love to see it working too. M5Stack Atom DTU uses it! Great work and thanks a lot Havent tested it but this guy seems to have it working https://github.com/FelixLinSY/TinyGSM

Same here. Please Michael, make it DPI-Aware or at least, disable in the manifest the dpi-aware and force scaling.

Seems fixed in beta 1.3.41.6 Will report if happens again.

Hi there. I have stop to test it because what I wanted was to forward UDP traffic from rtsp to another multicast. I have realized that sending udp packets already...

But they are in the same machine. Camera -- PC (ReMulticast + MPV)

Nop. Lan. Un fact if I tell mpv to read camera RTSP it works flawlessly. But if I attach mpv to my resend, it has artifacts from time to time....

Hi @lezzi I am in this same situation. Is there anything that I can do? I already have an internal implementation of the library which exposes some generic methods so...

I have already exposed ```csharp public async Task GetDocumentFromStreamAsync(Stream stream, CancellationToken cancellationToken = default) { var result = await DdbJsonReader.ReadAsync(stream, GetItemParsingOptions.Instance, false, cancellationToken).ConfigureAwait(false); return result.Value; } ``` However all atributes...