Iosif Chatzimichail

Results 30 comments of Iosif Chatzimichail

I would love some help here. I've checked the `toJson` method in the core modifer and tried to combine these but I'm not sure it would work in all cases....

I swapped the order of the added code in [b33cc81](https://github.com/statamic/cms/pull/6229/commits/b33cc812734b494d30e0aa953a833e1ad837a45d) and it seems to have improved the speed a lot. I think [Duncan's repo](https://github.com/StataSandboxes/cms-6130) pretty much sums it up. We...

@jasonvarga any reason why this isn't getting merged? We have to composer-patch quite a few websites in order to move to 3.3. :)

OK fair enough! Thanks! Please allow me to add that it's not really a weird use case, it's how to docs suggest passing data to frontend frameworks: https://statamic.dev/javascript-frameworks I'm afraid...

If I remember correctly what you're trying to do works only if the `categories` field of the `Works` collection allows only single selection. It won't work for multiple selection taxonomy...

Hey @jasonvarga this still bothers us every now and then so I thought I'd bother you in turn. :)

Thanks for this PR, it will be massively helpful. Not sure where to ask so I'll try here! This breaks some tests for an addon of mine and I am...

Can't you just use `nullable` instead of `sometimes` if the field is in the payload?

@duncanmcclean I have the same issue at exactly 4.32.0 and I found my way here. After upgrading my site times out. The fix @mkwia suggests works. I am not sure...

@duncanmcclean it's something like this: ``` {{ collection:menu as="menu" }} {{ /collection:menu }} ``` I am trying to filter out items until I find what causes it, in the `menu`...