santiperone

Results 8 comments of santiperone

Hey @saeedesmaili Bump chart specifically does not have this functionality. You could add a "Mesh" layer to achieve this. I created this [PR](https://github.com/plouc/nivo/pull/2496) to address the issue, but haven't received...

@plouc Is this library still being mantained? I noticed there's a long list of open PRs that aren't getting merged nor reviewed. I'm interested in contributing to the project on...

@plouc I can imagine! Again, we're using this a lot and I'd be glad to help if you point me in the right direction.

@plouc I added some changes addressing your comments, I don't think it's quite ready yet but it's getting closer. Regarding the lockfile i think trying to keep the one in...

@sriram-mv I'm having this exact same issue. Any updates on this subject?

I thik it should be possible to add an attribute like "AddPermissions" which defaults to true (to maintain current behaviour) here: https://github.com/aws/serverless-application-model/blob/e62dcfc6ed2ea3b4f3473e7797ee0663f4e06302/samtranslator/model/api/api_generator.py#L1113-L1133

If it's any use, I managed to make it work like this: ```md const AddressField = < TFieldValues extends FieldValues, TName extends FieldPath, >({ name, control, rules, ...props }: ControlledFieldProps)...