Paul Nispel
Paul Nispel
+1 on this. using dprint in a lint-staged pre-commit hook and dprint throws if there are no format-able files listed in the staged list. in our example, we have files...
Also having this issue in GKE. Logging to stderr so showing as errors in GCP logging.
Hey @cfeenstra67. Awesome library by the way. The way i've handled this on the fork is granting a permissive policy per user instead of to public.
Seems like it has to do with ``` "schemaConfig": { "nodeInterfaceIdField": "nodeId" }, ```
Can confirm with a local build that this diff fixes the immediate issue, not sure about the fallout: ``` --- a/compiler/crates/docblock-shared/src/lib.rs +++ b/compiler/crates/docblock-shared/src/lib.rs @@ -158,7 +158,7 @@ lazy_static! { ///...