Denis Malinochkin

Results 138 comments of Denis Malinochkin

Hello, @roccojanse and @evilebottnawi, Please, provide additional information for your problem: * OS (Windows, Unix)? * This is correct `src\scss\\*.{scss,sass}` pattern or you talk about `src\\scss\\*.{scss,sass}`? Now I can say...

Can you show me a minimal code example that doesn't work correctly (with actual and expected behavior)?

Sorry, but I cannot reproduce this problem on my machine with Windows 10. Maybe this is fixed by the new version of `fast-glob`. Please, try again with `npm i globby...

Must be fixed by `[email protected]`. Please try to reinstall dependencies with `npm i --force` or `npm i globby --force`.

@hal869, What is `PATHS.assets` in your code? It seems to me that this does not apply to the problem in the `fast-glob` package. ```shell public/ └── build └── images ├──...

Yeap, [email protected] shipped with micromatch@3. The `master` branch built on micromatch@4. You say that micromatch@4 can split the pattern into segments? How I can do it? I must use the...

@SanichKotikov, Now `postcss-less` is broken. See Issues and Pull Requests.

Fixed in https://github.com/nodelib/nodelib/commit/f588299716f944ba646ac45b92f518d061c07dc3. Will be shipped with v4 (#371).

To solve this problem, we need to make a breaking change. We need to enable matching for files that start with a dot for negative patterns.

I think this issue can be fixed in the current major version of the package, because this change affects only a part of the patterns. Already fixed in the master....