gpradeepjain

Results 7 issues of gpradeepjain

I am trying to run mergerfs using docker and kubernetes. When I try to deploy the pod I get an error like `fuse: device not found, try 'modprobe fuse' first`...

bug
investigating

I have a node application. Node v: v10.11.0 We use winston and winston-elasticsearch. Code work fine. As soon as i install axios(0.19.2) package, it starts to break throwing out error....

I am doing ``` await this.git.clone(RepoUrl, repoPath) RepoUrl has username and pwd passed along and is an HTTPS URL. ``` This step works, but doing rebase complains that `First, rewinding...

### What happened? Hi Team, I am using "../../node_modules/@clr/ui/clr-ui.min.css" in my angular.json As I have added above, my ngx-editor styling is broken as shown in the image below. Is there...

I am moving from Minimatch to Micromatch as its more of superset of features from Minimatch. In Minimatch I was using **partial** config to find if there are partial matches....

I have set up NYC + mocha with Bazel. When I run the Bazel test, the mocha tests run fine, and I can see the results. My coverage report shows...

I am inside a folder that has the below structure src/ -> this has *.js and *.js.map test/ -> this has *.js and *.js.map I run the command [email protected]/node_modules/c8/bin/c8.js --include...