Thomas Appel
Thomas Appel
How would you decide to which stream events should be published? Extract the stream id from the message metadata, or maybe extract it from the topic string?
We're using it on two of our services (communal information system + digital signage), mostly for dispatching email notifications & updating news feed on the signage systems.
Thanks, I'll have a look into that ASAP
You are referring to the [develop](https://github.com/iwyg/jitimage/tree/develop) branch, right?
Hm, I can't replicate the issue atm.
The URI schemes are basically the same, if that's what you mean. Are you using this with laravel? The [sample configuration](https://github.com/iwyg/jitimage/blob/develop/Framework/Laravel/resource/config.php) should give a glimpse
In your template, e.g. `resize`: ``` html ``` The second parameter is the path alias as defined in `config.paths` You may also output an image tag instead of the source...
Yes, JitImage uses the [thapp/image](https://github.com/iwyg/image/tree/develop) lib by default, but if you need more advanced stuff for custom filters, e.g. font support, you can go with Imagine, or you can just...
forget extensions and delegates, they'll be obsolete since we have a real pubsub system. Extensions shouldn't be registered on the database either.
Thanks @allen. Sorry guys for being silent the last couple of days. My Macbook Pro died, still struggling with getting my backups system up.