Dipto Chakrabarty

Results 88 comments of Dipto Chakrabarty
trafficstars

This would be a very helpful feature , I could use something like this in my project

@natasha41575 just to understand for this do we have to remove the ```patchesStrategicMerge``` and ```patchesJson6902``` here in the below definitions https://github.com/kubernetes-sigs/kustomize/blob/6e82b210a9e0651cc8392d2931c64348137b82ff/api/types/kustomization.go#L61-L71 and accordingly in the various examples and test replace...

Can I try fixing this , my plan is to put this part https://github.com/opsdroid/opsdroid/blob/7615eaa4aa45fb05037911f94d5585856d10cb31/opsdroid/connector/matrix/create_events.py#L33-L35 in a try catch block and in the catch part log the error and return the...

Yes I understand the implementation so the room_context has to be compare using isinstance and if it does not match log the error and return the eventid. I can do...

Hi @gruebel can I take a shot at this , I see that the code here has to be modified to consider below spec cases for the security contexts https://github.com/bridgecrewio/checkov/blob/0892daf98384b045c7c84984503dc0b0a0f70d2f/checkov/kubernetes/checks/resource/k8s/DropCapabilities.py#L17

Hi @strongjz I am interested in working on this however would like to get some clarity on what I am supposed to do There is a `controller.admissionWebhooks.patch.nodeSelector` field in the...

I am also facing the same error for my notebook , only difference is I am using dask version 2021.5.0 with same joblib version . Would like to know how...

Can I take this up

@roycaihw is the redirection link this one https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1ServiceBackendPort.md to replace with

hey all the tests are passing for my branch in my repo ![image](https://user-images.githubusercontent.com/45638240/111744382-27028e80-88b1-11eb-8f34-2025d9a5d73e.png) However in the master branch the test_portforward_raw.py test seems to be failing only causing the travis build...