Gareth Jones
Gareth Jones
@Tomassito Always happy to be added as a maintainer to things 😄
@TPS I would be happy to be involved in maintaining a fork. My bandwidth wanes & waxes, so my code contributions might not be high, but I'm more than happy...
I'm not strongly against adding an option for this, but at the same time feel we don't really need a lot of options for this sort of thing. As it...
I'll review this properly when I have a chance, but for now: I think I'd prefer this option to be `ignoreCase` with a default of `false` rather than have an...
PRs are always welcome :)
Has anyone been able to reproduce this on Node 14 or 16, using the latest version?
Yes, because `toJSON` is meant to be the opposite of `fromJSON`, which doesn't support setting stats of a file.
I might be missing something, but: > As you probably know, there are 2 options for case sensitivity: The OSs act the opposite way around from your list: Windows is...
On an aside: I think `memfs` should probably favor defaulting to unix behaviours since it already uses the unix file path format (i.e `/my/path/` instead of `C:\my\path`). That way you'd...
> macOS is case-insensitive Interesting, that is very useful to know given that most of our devs at work are on macs while our servers are Ubuntu 😄 😬