Avner Schwartz
Avner Schwartz
Using 0.2.x, it was possible to get a SQL string representation of a `Find*Options` object using QueryBuilder and `FindOptionsUtils.applyOptionsToQueryBuilder`. For example: ```typescript const options: FindManyOptions = { select: ['attr1', 'attr2'],...
Hi, Thanks a lot for this library! I have defined the following spec: ```clojure (s/def ::colors (s/coll-of string? :kind vector? :min-count 1)) ``` And the following phrasers: ```clojure (phrase/defphraser :default...
Using: `youyo/aws-cdk-github-actions@v2`, and running on `ubuntu-latest`. As of yesterday, seeing this error when trying to perform cdk diff: ``` Build container for action use: '/home/runner/work/_actions/youyo/aws-cdk-github-actions/v2/./Dockerfile'. /usr/bin/docker build -t 8a33c1:f0a8b88d49a64f829c95f50c4cbe9d19 -f...