Glen

Results 235 comments of Glen

On second thought, a hydrator is probably not appropriate. I've added the following two methods to HierarchicalManager: ``` /** * @param array $entities * @return array $hierarchy */ public static...

> You're correct that there is no AST plugin API. I'm not planning on including one due to the performance impact. Is this your final decision? I'm wanting to switch...

@ardatan Why are there no tags or release notes since v1.10.0?

@malept, Why not just use something like [fast-glob](https://github.com/mrmlnc/fast-glob) (which has a `followSymbolicLinks` option), and then copy the resulting file paths? (after filtering out ignored files)

@malept, Why would it be recursive? fast-glob would give you a flat array of paths like: `['.editorconfig', 'services/index.js']` ... I might be missing something, as I'm not familiar with this...

So using `fs-extra.copy` on each path from `fast-glob` wouldn't work?

Oh, I thought that copying `a/b/c.d` to `e` would result in all the directories having their attributes preserved, and that `cpy` copied in this way as well (except using `cp-file`...

https://github.com/glen-84/gulp-sass-sourcemaps-issue `$ npm install` `$ gulp` Notes: - The issue does not occur when the file is in the root of the `src` folder (`test.scss`). - To view the working...

> @glen-84 in the mean time, are you able to create a failing test case? That _was_ my failing test case. :grin: But seriously, I don't know much about unit...