Daniel Bonham
Daniel Bonham
First sorry for the info dump ha, we are still in the process of trying to reproduce this. We have seen this occur with Matrix fields, Super Table and Neo....
I also am seeing this behavior. It looks like it breaks the hot reload of any graphql data. For example I have some json files processed by `gatsby-transformer-json`. Normally changing...
Hmm, it doesn't look like it worked, the images on docker hub still have the production default.conf
I've figured out the issue, the ARG in the docker file is NGINX_CONF but the build-arg in build-and-push.yml is NGINX_CONFIG
Took me a bit ha, my brain kept skipping over it. I was sure it was something to do with the build args, but my brain kept insisting that NGINX_CONF...
The other option to support this would be to allow filter_query to filter on the position, created_at, published_at etc and other top level fields. Then you can use sort and...
I started seeing this issue after updating to CraftCMS 3.7.34 and Super Table 2.7.1 without multi-site (and it continued happening after updating to CraftCMS 3.7.46 and Super Table 2.7.2) I...
This has occurred to us on a different site as well now. Both a static super table and all the matrix blocks on a page were duplicated. I'm thinking it...
Yeah, looks like regex created by matchRe doesn't behave in the same way as isMatch. Seems to be intentional, or at least not something the author thinks is a problem....
Here is a minimal reproduction https://github.com/gladeye/encore-clientgen-error It only happens when you use an inline type in an api definition, that type references a named type AND the name of the...