apapacy
apapacy
Now I can write ``` routes .add('index', '/:lang(ru|en)?', 'index') .add('about', '/:lang(ru|en)?/about', 'about') ... ``` It is possible to release? ``` routes .add('i18n', '/:lang(ru|en)?/:path?', ':path'); ```` Im try to add custom...
We using Lets Encrypt certificates on the hosts being used for vernemq. LE certificates, by design, need to be renewed at least every 90 days. Our renewal process is automated...
I am using paho-mqtt with react-native on mobile devices. After the application enters the background state, the connection is broken. When the application resumes, the reconnect timeout is at a...
In is very cool project. But input error break task and stop sink data.
``` ... this.steps = $(target).children("ul").children("li").children("a"); // Get all anchors ... if($this.target.children('ul').length == 0 ) ... ``` These conditions look too strict. Does not it make sense to replace them with...
It is possible start job and processor in separate nodejs instances? I have many instances of job producers and need only one processor with concurrency 1 to process job no...