Arend de Boer
Arend de Boer
People looking for an actively maintained alternative may have a look at terminal kit: https://github.com/cronvel/terminal-kit
I would like to vote for this as well. Another issue with the snotify supplied truncate function is that is does not check for invalid input, say a null value...
Thanks a bunch @Mithgol ! My express app (nuxt) serves multiple domains, now I can authenticate with any strategy configuration depending on the req.hostname (or x-forwarded-host)
I thought I was hitting this bug too, but giving it a better look it may help to provide cancel: true as object property. eg: ``` bot.stopPolling({ cancel: true, reason:...
Still an issue today. If you enter a period (.) or colon (:) the cursor is moved to the new line. Hitting enter after a word does not work. (Experiencing...
Another tip when using typescript (ts-loader): process.BROWSER_BUILD is a webpack variable indicating client / server build Don't include datepicker in your component declaration and use no-ssr. ``` if(process.BROWSER_BUILD) { const...
I'm in de same boat, currently testing with a test purchase: android.test.purchased
For anyone wondering how to do this: - Go to "https://your.rainloop.domain.tld/?admin#/plugins" - Install and enable Plugin "override-smtp-credentials" - Enter SMTP credentials by clicking "override-smtp-credentials" - Enter the list of domains...
Unfortunately the prune option has no effect. (Prune seems to be on by default) for the moment I try setting as much columns to a default value of "" But...
For anyone running into this, the treeize inspired [flatToTrees](https://github.com/kwhitley/treeize) seems handle null values better.