Sukhinder Mann

Results 12 comments of Sukhinder Mann

My solution: ```ts type MyAwaited = T extends Promise ? R extends Promise ? MyAwaited : R : never ``` The type is guarded at root to only allow promises...

Even when I specify a config `trailing_space=` I still get trailing spaces after the param ```python def solution(name: str, age: int, gender: str = 'M') -> bool: """ :param name:...

Hi, I would like to work on this. I am using the pod spec from `k8s.io/api/core/v1`. I am wondering where do I make the changes to use the pod spec...

Is there an automated way to update the CRDs? I ran the update codegen to reflect the changes I made with the `IntegrationSource` spec, current code would be meet the...

Okay, I think my PR is ready. Are there test cases or something else to update?

I ran the unit test for both `integrationsource` and `containersource`, they are passing now. I am going to move the PR to ready and mark you as a reviewer.

Hey @Cali0707 is there a way to join the knative github org? Do you guys host some meeting to discuss work items? I would like to contribute more.