L.
L.
### Summary of changes Remove the compilation warning. ----- warning: the :gettext compiler is no longer required in your mix.exs. Please find the following line in your mix.exs and remove...
I think this line is wrong (or obsolete) ? https://github.com/jmoz/silex-test/blob/master/src/RatchetApp/Pusher.php#L48 Shouldn't it be : $pubsubContext = $this->redis->pubSubLoop($topic->getId(), array($this, 'pubsub')); ?
### Description https://www.jsdelivr.com/package/npm/stimulus-store Accessing https://cdn.jsdelivr.net/npm/[email protected]/+esm works very randomly, mostly getting 404 "Failed to fetch version info for stimulus-stores." but it sometimes works. (not my package) Thanks. ### Affected jsDelivr links...
I can't figure how to get pasted html text (as a user, not programmatically) and get it interpreted correctly and not as plain text. I try : ``` const quill...