MM Zeeman
MM Zeeman
Yes, we use JSON with 0.x.. I had to upgrade the epgsql driver to make it work. We did not have to do anything special with options in the connection....
In 0.x the encoder/decoder is passed here: https://github.com/zotonic/zotonic/blob/0.x/src/db/z_db_pgsql.erl#L439 > On 14 Dec 2020, at 08:27, heiheshang wrote: > > > if no options are used then the json driver will...
Are you using master or 0.x? I see that the PR (for master) for this is still open. I have to check that later.
I had a similar use-case in the cotonic [chat](https://cotonic.org/examples/chat/) example. Ideally I would also like to trigger a javascript after something was added. Currently I cheat: https://github.com/cotonic/cotonic/blob/master/examples/chat/index.html#L118 So I guess...
What do you suggest? Adding some introspection functions? How would that solve your problem? I thought you needed a callback/sub which is triggered when the dom is updated in some...
I think so too. I have to look through the hooks that incremental dom provides. > Why can’t you give access to the created workers? Why can't I assign an...
Ideally I would also be able to spawn workers by using mqtt topics. It should also be used to report crashes and errors.
I’m afk right now. Maybe because it is fired inside an animation frame? Sent from my iPhone > On 19 Mar 2020, at 11:46, Marc Worrell wrote: > > ...
It is fired for every ui update. I double checked the ui composer code. The events are really only fired after an update. There is no async code in the...
This is what http://www.graphicsmagick.org/README.html mentions: