Adam Haglund
Adam Haglund
I have been very busy lately, but I hope to get to look into the remaining issues soon™️
the sandbox tests are failing again 🫠
@43081j @ndelangen @shilman I think everything has passed now except for a single test that timed out, can you try re-running that job to see if it's just flaky?
Is there a workaround for this issue? Compiling a custom binary with `SIG_IGN`? It's been completely stopping me from backing up my data for half a year as it always...
Is there anything I can do to help with this?
Another reason not to use `lodash` now adays is that it isn't actively maintained anymore, on top of it often being very slow because of its composed nature! > a...
I am, of course, open to implementing this if given enough context. 😊
If you'd be open to it I could look into replacing `glob` with [`tinyglobby`](https://github.com/SuperchupuDev/tinyglobby) or [`fdir`](https://github.com/thecodrr/fdir) + [`picomatch`](https://github.com/micromatch/picomatch) (which `tinyglobby`is a wrapper around) `tinyglobby` is used by Vite, and `fdir`...
I've been trying my hand at it for fun and there are some issues with swapping effortlessly - details like `glob` returning absolute paths if the input is an absolute...
I have some updates from the testing and work I did. Most of the complexity comes from supporting globs with windows' back-slashes instead of unix slashes, which is non-standard for...