Gareth Jones

Results 221 issues of Gareth Jones

#94 adds support for using the `osv.dev` API which supports commits as well as versions - so we should make sure the manifest parsers are able to extract this information...

enhancement
help wanted

https://endoflife.date/ provides a bunch of EOL dates, maintained by the general community and it has an api! In theory, we could use this with `osv-detector`: since it knows the packages...

question

It looks like JetBrain IDEs have a bug in their markdown plugin as they only consider a table a table if its got at least three dashes, so the tables...

enhancement

I like authoring my config files with TypeScript where possible for consistency, continence, and validation, and it's usually pretty straightforward to support - I've implemented this for a few packages...

enhancement

We used Travis for running CI which included doing automatic releases using `semantic-release`; that has stopped working at some point, so I've migrated us to GitHub Actions but need the...

I attempted to reach out a month ago to the owners over email to report a security vulnerability and have yet to receive any response. While the vulnerability does not...

It'd be great to have typings for this library, so it can be used w/ Typescript. I can have a go at building the typings myself, but no promises on...

Currently this plugin is depending on Prettier v1, which is out of date.

``` import HelloWorld from '@src/commands/hello_world'; describe('fmt', () => { it('writes the results to disk', async () => { try { await HelloWorld.run([]); } catch (e) { console.log(e); } expect({}).toMatchInlineSnapshot(); });...