Ion Căliman
Ion Căliman
I am getting this error when I set a dot (.) in the end of the url: Url: `http://example.com/some_url.` ``` Express 500 TypeError: Cannot read property 'destDir' of undefined at...
Suppose we have these source files: ``` ├─ src ├─ about.njk └─ index.njk ``` In these files we use the `i18n` universal filter for all texts like: `{{ 'hello' |...
If I fork Power Shell on windows it throws this error: ``` F:\Programare\Node.JS\derby-0.6\saron-daemon>coffee test.coffee Windows PowerShell Copyright (C) 2013 Microsoft Corporation. All rights reserved. PS F:\Programare\Node.JS\derby-0.6\saron-daemon\node_modules\saron-daemon-termin al> al> Internal Windows...
I get this in terminal in browser: ``` F:\Programare\Node.JS\derby-0.6\saron-daemon>PATH PATH=(null) ``` Is there a way to have PATH variable the same as on PC? Because PATH is null, I have...
Telagram groups have possibility to create multiple Threads (topics). It is possible to use the [API option](https://core.telegram.org/bots/api#sendmessage) `message_thread_id` to specify in which thread to send the alerts. Would be nice...