Dev Mukherjee
Dev Mukherjee
[CharacterSet](https://nshipster.com/characterset/) article from NSHipster is of interest
I should have mentioned that the following issue and implementation was designed to investigate why the component does not work in this configuration. My aim was to set this up...
> Hi there, > > This is great idea, thanks for working on this! > > I'm hosting my application(s) on AWS and would rather [authenticate with IAM roles](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#iam-role) than...
@stinovlas this is of interest to us as well and I [had a discussion](https://github.com/orgs/taskiq-python/discussions/112) going with @s3rius some months ago on it.
@pennersr our company would consider sponsoring this feature, could I email you to discuss?
> @devraj and @pennersr any update on this feature. > > @pennersr if you can provide a high level overview of how you expect it to be. I'll start working...
Out of curiosity what serverless platform are you deploying to? This would only be an issue on cold starts, is that correct?
Came across the same issue when interacting with the `Github` API. I found that the code was generating certain models twice over. I am probably more inclined to go back...
Adding a 👍 as I am seeing the same on our S700 project. From what I can tell `4.3.0` does not fix this, here's my dependency configuration: ```kotlin dependencies {...