Ryan Florida

Results 2 comments of Ryan Florida

@AnatoleLucet This seems to be a side effect of the circular dependency caused by the `import { Config } from "../index";` line in `generateTrees.ts`. I do not know if the...

@roguib looking at your error message, it seems that you are closing your double-quotes early. `basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")` --------------------^ ------ ^ Those two are your open...