porl

Results 19 comments of porl

Not sure if the test for null !== $template was strictly necessary

In my blocks/pages, I sometimes need to reference media files (usually images) but have them presented in a specific way. So In my block or template I would have: ```...

This also brings the media render extension more into line with how the block render extension works.

Looks like others have this issue to: https://stackoverflow.com/questions/60037397/maven-how-do-i-use-jmetro-styling-with-maven

Whilst this works as-is (with @ebkalderon 's typo fix) it feels a bit clunky to me. It is fine for a work-around but since this is being added to the...

> I'd like to chip in here and say that user flairs per community is valuable, and can help with moderation, in my experience. We took advantage of this on...

Thanks for the answer, that's fair. I'll keep looking around for solutions. I use Traefik for some websites but couldn't seem to get it working for this. Probably my ignorance...

Can confirm ncounter's workaround solved the issue for me.

Yes, that's what I'm trying to do. Basically copy the "engravable" product from the vendure docs to this qwik starter template. What I don't understand is how to do it...

Hi @gioboa Yes, that's correct. I did as you suggested and tried the query manually in the playground and that works easily enough: ``` mutation { addItemToOrder(productVariantId: 119, quantity: 1,...