thomasrea0113

Results 10 comments of thomasrea0113

So I encountered a similar issue, and worked around it with some reflection. In a subclass of `ObservableValidator`, I added this method: ```csharp private const BindingFlags _protectedBindingFlags = BindingFlags.Instance |...

I am having the same issue with Inno Setup 5.x after changing `ProductName` and `CompanyName` ![image](https://user-images.githubusercontent.com/14018447/164008966-c4ca77f5-8dd0-4a7c-991c-cf1cd8c3a23c.png)

> You're totally right, I'm also aware of that. I'm flagging this issue as a bug and leaving it open. > > Being honest here: since this doesn't affect the...

Just wondering what the status was on this? I'd still love to see this, and it seems at least one other user is looking for something similar. https://github.com/fluentscheduler/FluentScheduler/commit/ce6b4d6578e8866d2ef7962fe7a94be000c81b2d#commitcomment-44086754

https://github.com/fluentscheduler/FluentScheduler/issues/263 I'm hoping there's a play to resolve this issue as well. It's key bit of functionality for me

bumping because I am also experiencing this issue. If I setup a network rule to forward the port directly from Windows to WSL, the docker application works just fine. Hopefully...

> Hi, all. Have you ever access the content from a different browser or through command line on windows? > From my end, I also encounter this error when using...

bumping because I am also having this issue on 4.0.2

I'm finding it quite frustrating trying to extend the default spec for this same reason mentioned here. I want to have an API endpoint that allows for partial model fields...

> I think I commented somewhere else, but I came up with this way after understanding that the annotation `"x-schema-id` is controls the naming: > > public static OpenApiOptions ApplySchemaNameTransforms(this...