Gareth Jones

Results 735 comments of Gareth Jones

Interesting, but this strikes me as a bug in the library you're using rather than us, unless the numbers we're using are actually invalid for linux fds in which case...

You can [actually manually select](https://nodejs.org/api/path.html#path_windows_vs_posix) what path format the `path` API uses by using the `win32` & `posix` path properties to call path methods: ``` path.posix.resolve ``` I would recommend...

When I last mentioned it to @streamich he was keen to continue supporting Node 4+but that was a few years ago so he might be open to a breaking change.

@streamich I don't think there's a whole lot of advantage to that vs the con of having a larger package size and extra complexity (since you now have to think...

I'm pretty sure this is an issue with `memfs`, not `unionfs`.

@di unfortunately GHSA doesn't have everything either - see https://github.com/github/advisory-database/issues/115 for an example of that. (not to discourage you or anything, as I think its still a good idea -...

This also seems to be contrary to what the current documentation for [`Default` says:](https://www.terraform.io/docs/extend/schemas/schema-behaviors.html#default) > Value: any value of an elements `Type` for primitive types, or the type defined by...

@rcdexta I've made my own typings that I use in my typescript project, that I'll share soon (I have no idea how good they are, only that they work fine...

@rcdexta I'll look to do that sometime in the next week - I'm not entirely happy with the definitions right now, as the way you (or "we" now I guess...