Vignesh Rajasekaran

Results 7 issues of Vignesh Rajasekaran

An attempt to implement #88 I'm Introducing an option to the ctx command called `clone` which if used will clone the last context instead of trying to resolve one. If...

**What happened?** In a project devspace configuration which has an image build section and also a `replaceImage` config, if we use `devspace dev` a docker build is performed and the...

area/dev

I would like to preface this request by saying that this might not be what DD Tracing was built for but I find the tool very useful so I'm exploring...

question
community
ci-app

Hi, I'm opening an issue because I couldn't find an alternative way to ask this question. From what I see in the code it doesn't yet have support for sending...

For my use case I need to create Map based on the response from Google Distance Matrix like below, `%{%{origin=>{lat,long},dest=>{lat,long}}=> {duration,distance}} ` Since the response from the API converts coordinates...

This is because travel_list expects a strict dictionary with both origin and destination keys present. Otherwise to_param() raises and error when it converts the dict to string. I could add...

Windows 8.1 IE 11.0 I have a curious case here. In one of my tests I want to spy on a particular function in the parent document. Since my tests...