Marcin Romaszewicz

Results 56 comments of Marcin Romaszewicz

I've been very busy, I'll take a look when I can ________________________________________ From: chase isabelle ***@***.***> Sent: Friday, May 27, 2022 10:37 AM To: deepmap/oapi-codegen Cc: Marcin Romaszewicz; Mention Subject:...

So we will break people who updated :) Let me do a couple of experiments first. I want to see whether we can correctly infer config file structure just by...

What do you think of this? https://github.com/deepmap/oapi-codegen/pull/747

Yes, I see what you have done, and it's a good change, downside is, it's a breaking change to generated code. If some people use those redundant types, their code...

We use kin-openapi to parse and resolve swagger specs, and it doesn't seem to support that.

I would be happy to incorporate external references, however, we use the kin-openapi (https://github.com/getkin/kin-openapi) to load our swagger spec, and it simply fails on specs with external refs. So, in...

It's clear we need thorough unit tests for all path concatenation. This breaks frequently, and I blame my inadequate testing. I'll come up with something. On Thu, Mar 18, 2021...

This will break existing generated code. I've taken the approach of making these kinds of changes changed by flag. Your change moves the decision from templates (`{{if not .Requored}}`) to...

You should be able to configure Keycloak to grant longer session tokens. Your frontend application needs to deal with token expiration, because all it does is present the token to...

That looks correct to me. Could you construct a tiny, runnable example which demonstrates the problem?