Ruben Nascimento

Results 18 comments of Ruben Nascimento

@millermedeiros why don't you make the _getMatchedRoutes method available in the API documentation of crossroads? I know that you use this function internally but there is no warranty that this...

I also have this issue. Although the problem is gone when you add `webpack` package to dependencies. I would rather not have `webpack` there since Next.js deals this for me.

@markhuot wondering if you already consider this. On a personal note, most of my projects do have `allowAdminChanges` set to `false` so no changes on production. If I update or...

Having the same issue but with an SuperTable field with Matrix layout. Other SuperTable fields do export correctly. ``` Unknown Property – [yii\base\UnknownPropertyException](http://www.yiiframework.com/doc-2.0/yii-base-unknownpropertyexception.html) Getting unknown property: verbb\supertable\models\SuperTableBlockType::fields ``` ![CleanShot 2022-10-12...

On a current project I am working the GraphQL support would be a HUGE help. Will this happen @brandonkelly ?! :)

Experiencing this a lot in a recent project. It does look that it does not affect `production` but this destroys the developer experience on `development` when using Next.js with `fallback`...

Hi @engram-design , I believe there's more things like this in documentation. I just found out that you mention `status` in the [docs](https://verbb.io/craft-plugins/comments/docs/developers/graphql#the-comments-query) but I am also not able to...

By the way, replying to your previous comment, it would be quite nice to fetch using `uri` or `slug` on GraphQL. It's quite common to fetch pages using these. And...

Yes, it would be great to get this based on the owner `uri`. Another solution would be fetching inside the `entries` or `entry` but I believe that is not possible...

Hi @engram-design was looking into this right now but unless I am doing something wrong or I am using an old version I am not able to use `status` to...