Tycho Bokdam
Tycho Bokdam
@lcottingham maybe setting `uniform: true` will also fix the issue for you?
Why? Why is this not made optional (or at-least make this behavior opt in?), as a lib maintainer we add dev dependencies so that 1. the package is available when...
Interesting, if you only put `./pyproject.toml` inside `version-file` does it than work as expect?
We either: 1. Have to support comma separated paths same as for `version-file` 2. Change the syntax for `version-file` to support defining the path in it (eg. `version-file: package.json=sub.version`
@ridyio good to know that for simple relations we now have the `enableLookAhead` option that will do it in one query, for other relations (one -> many) it's usually faster...
This is awesome! Would you be willing to add this to my [fork](https://github.com/tripss/nestjs-query)? Development of this project continued there, see [here](https://github.com/doug-martin/nestjs-query/issues/1538) for more info.
You have to put this at the top of your controller where you wand to use the model: use \PhalconRest\Models{{ Name of your model }};
@ComaToastUK FYI: I created [to-match-pdf-snapshot](https://github.com/Doczilla-APP/to-match-pdf-snapshot) which is specifically for Playwright
@AgentEnder create the repo [here](https://github.com/TriPSs/nx-hasher-issue). After cloning and installing deps you should run `nx build sites-web-belgium`, that should eventually just run `echo "build"`. If you where to check the `.nx/project-graph.json`...
@AgentEnder I think I found out why it happens, `CreateNodesResult` says that the root is optional but once I provide a root (and it's the only file there) it seems...