Bob Olde Hampsink

Results 153 comments of Bob Olde Hampsink

```twig {% extends "_base/layout" %} {% set media = entry.media.with([['media:image', { withTransforms: ['media'] }]]).all() %} {% block content %} {% block sidebar %} {% endblock %} {{ entry.title }} {{...

@francoismassart that parser assumes the "js twig" variant, while this is the "php twig" variant. I can't find a suitable parser either, but my question is if a parser is...

@samdark this is a very interesting concept - see https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology/ for the use case

@san4io thanks, that's exactly what I need and how i want useCookie to behave (like useState)

This is the composable I created: ``` import { useCookie, useState, watch } from '#imports'; // Expires in a year const expires = new Date(); expires.setTime(expires.getTime() + (365 * 24...

@ShamoX see @edmorley's latest comment in https://github.com/heroku/stack-images/issues/194

I think you mean to ask @amimpact