Dev Mukherjee

Results 24 comments of Dev Mukherjee

To answer my own question setting `populate_by_name` in the configuration to `true` and not setting `from_attributes` makes it all work as expect: ```python model_config = ConfigDict( populate_by_name=True, alias_generator=to_lower_camel, ) ```

> Sorry, I copied and pasted the Origin in Request Headers directly into allowedOrigins and it worked! Could you please share an example of the version of the configuration that...

> > > Sorry, I copied and pasted the Origin in Request Headers directly into allowedOrigins and it worked! > > > > > > Could you please share an...

> I have the same issue, and allowedOrigins fixes it for fixed subdomains. But I use wildcards subdomains and rewrite them to an app route. > > In this case,...

~I've been battling authenticating against Github Container Registry and have a feeling that it might be related to this issue.~ See [comment below](https://github.com/hashicorp/terraform-provider-helm/issues/964#issuecomment-2080346633)

> I don't believe that this is a bug. In the code that you shared, it appears that you aren't authenticating to acr in the first place. > I second...

I implemented something quite similar in my `cli` where it takes multiple values as part of an argument in a standard unix fashion i.e separated by spaces. Essentially extending on...

> When I click on the Run button in Xcode, I'm getting the following error message > > `the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:'...

From initial investigation the problem appears to be due to the `Model` object

@Psingh148 first of all apologies I hadn't spotted the ticket. I would assume what's happening is the autofill is firing a different set of events than the keyboard input. Are...