Martin Poelstra

Results 4 issues of Martin Poelstra

First of all, thanks for your excellent library! The behaviour of matching a trailing slash using globstar changed between version 3 and 4. I did not see this mentioned as...

I'm setting up a monorepo based on [Rush](https://rushjs.io/). Specifically, I want each project in there to depend on e.g. `rush-stack-compiler-3.3`, which then depends on a specific version of TypeScript, TSLint,...

help wanted

Callbacks passed to forEach() are automatically 'unset' when the stream is ending, which breaks the link from one stream to the next after it's done. However, links between streams still...

To reproduce, create tags such as this: ``` My tag A.B Other tag ``` Now, drag `My tag A.B` onto `Other tag`, to make it a child. This yields: ```...