yarinsa

Results 52 comments of yarinsa

@arcanis Sounds to me like a great idea, I will try to find a reference and implement. Can I get your help pushing a branch? Thanks

Thank you, a bit out of context :) I will go back to it and try in a few days

Update I added some debugging logs to yarn.cjs ``` response body { errors: [ { status: 409, message: 'Expected a file but found a folder, at: npm-dev-local:@tip/tsconfig-test2' } ] }...

Frogbot workflow yml name: 'Frogbot Scan Pull Request' on: pull_request: types: [opened, synchronize] permissions: pull-requests: write contents: read jobs: scan-pull-request: runs-on: self-hosted # A pull request needs to be approved,...

@omerzi I ended up using "yarn audit" which access jfrog x-ray anyway

nope. I fixed them manually , as for the log level, will do and update here ``` /opt/hostedtoolcache/frogbot/[RELEASE]/x64/frogbot scan-pull-request 07:34:49 [Info] Running Frogbot "scan-pull-request" command 07:34:49 [Info] Auditing /runner/_work/TIP/TIP 07:34:49...

I am having the same issue, banging my head thinking what would be the right configuration for this scenario. In our case we are creating a realm for every merge...

I applied a tooltip on the nodes template. I defined a resize observer on the elements that contains the text. This resize observer turn on /off the tooltip (you can...