Idan Adar

Results 15 issues of Idan Adar

`npm install` fails with: ``` npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno ENOENT npm ERR! enoent Error while executing: npm ERR!...

@gavinr can you provide a csv example for a more complex ticket? Eg one with paragraphs and lists and alike?

My company now requires the use of a detect-secrets tool and a pre-commit step. After following the instructions and attempting to push a commit, it failed with the following: ```...

bug

Hello, `npm audit` detected a vulnerability in adaro: ``` === npm audit security report === Manual Review Some vulnerabilities require your attention to resolve Visit https://go.npm.me/audit-guide for additional guidance Low...

Hello. I am seeking help from the community regarding a possible Node or Alpine (node:8.16-alpine) incompatibility with rdkafka, as detailed in the following ticket. Appreciate any insights you may have!...

- Updated screen shots - Slight wording changes

As originally discussed with @moolen in https://github.com/external-secrets/external-secrets/issues/1192 I thought it's time to stop hijacking his Issue. :) - [x] Provide Dockerfile - [x] How to build the image? - [x]...

For compliance purposes, some cloud providers require images to be based on UBI by RedHat. To that end, we'd like Reloader to offer also an image based on UBI as...

kind/enhancement
workflow/todo

@stjohnjohnson It seems there is some incompatibility with Mocha 6. This works: ``` mocha --recursive --reporter mocha-multi-reporters --reporter-options configFile=config/mocha-config.json --exit ``` This fails: ``` jenkins-mocha --recursive --reporter mocha-multi-reporters --reporter-options configFile=config/mocha-config.json...