Gareth Jones

Results 733 comments of Gareth Jones

I believe what you're wanting is a readonly mode - I've got plans to implement one when I have the bandwidth in the next month or so. Unionfs will not...

> Readonly mode is a welcome addition because it can give total serenity that I won't pollute my shared volume; especially appreciable when it is the real fs. That's exactly...

Yeah unfortunately fixing this is pretty complicated; doubly so when you factor in the different versions of `@types/node`. It's best just to cast: either when calling `use` or if you're...

@oliverchang @postmodern just wanted to follow up on this because we're looking into adopting [`osv-detector`](https://github.com/G-Rath/osv-detector) at my work and while the GitHub Advisory Database seems to keep pretty up to...

Just FYI TypeScript does allow this, you just have to tell to use the `typeof` that specific property (your syntax had it looking just for a global `Bar` property): ```...

@chrisbloom7 could you clarify how the OSV schema is not compatible with `>`? (I'm guessing the issue is that we don't know what the next version is, since you could...

@chrisbloom7 thanks for that write-up and link - that was the reason I was thinking. While I understand wanting to be as accurate as possible, it does feel like skipping...

@chrisbloom7 but then I'll have to talk to that API which is sort of the opposite of what `osv-detector` is meant to be doing - plus, I can't query for...

@KateCatlin I've actually just finished an initial build of a detector tool powered by this database (with native parsers for some of the ecosystem lockfiles and a raw CSV based...

@javixeneize thanks, definitely welcome to help! Right now I'm in the middle of sort of porting it over from TypeScript to Go, and implementing some more stuff that I've got...