Merlin

Results 41 comments of Merlin

https://ptb.discord.com/channels/730045476459642900/1301563845709529158

https://ptb.discord.com/channels/730045476459642900/1282466793126105152

https://ptb.discord.com/channels/730045476459642900/1282382165136510986

https://ptb.discord.com/channels/730045476459642900/1301561987364552857

The same goes for regular limits like the message count limit.

> Could we add a thing too support dropdown? That's in a separate issue :) #59

I suspect this happens because of a reconnect loop that causes many READY events to fire at once. Before each OOM there were many timeouts and reconnects. It could also...

Hey Luke, thanks for the PR! I think it makes sense to integrate the marketplace into the existing backend server and store the data in postgres. Would you like to...

Thanks for reporting this issue! I would prefer to use `wp_enqueue_script` whenever possible because that's the recommended way to add scripts in WordPress. Reading through the notes in the [wp_enqueue_script...

@mmatiasautio Could you checkout the [`gf-proper-enqueue`](https://github.com/FriendlyCaptcha/friendly-captcha-wordpress/tree/gf-proper-enqueue) branch to see if it resolves your issue? It uses the `wp_enqueue_scripts` to enqueue the script. Thanks!