Gareth Jones

Results 223 issues of Gareth Jones

It's easy enough to have rspec output results in junit format, which we could combine with [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) to annotate failing specs (we could also use this with rubocop as that...

We tend to have to setup at least Google Tag Manager on most of our apps, and while the snippiet is always the same we usually do it slightly differently...

good first issue
ready for dev

### What version of Bun is running? 1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b ### What platform is your computer? Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? 1. `touch package.json` 2. `bun...

bug
npm

This prevents an error when passing URLs without a protocol i.e. `www.mysite.com`, which don't have a `hostname` (among other things)

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 1

Would be great to have the metadata for this provider - can be found here: https://github.com/louy/terraform-provider-uptimerobot

This adds a `--update-config-ignores` flag that aims to update the osv-detector configs to ignore all found vulnerabilities for the related lockfile if a config exists. For now I'm keeping this...

Originally I called this `osv-detector` because I felt "auditor" and "scanner" were a bit overloaded, and I was considering if this was to be published as a package somewhere, `osv-detector`...

help wanted
question

We should have a JSON schema for validating `.osv-detector` configs.

enhancement
good first issue

Gems can be in the lockfile multiple times if they have different platforms - we're actually already supporting parsing this out, but currently we ignore the platform; this results in...

bug
help wanted