Maksim
Maksim
When i run ```js 'use strict' const { Telnet } = require('telnet-client') (async function () { const connection = new Telnet() // these parameters are just examples and most probably...
I don't know exactly why this is happening, but in node before `(async() => {})()` should always be a semicolon, I made a video: https://www.youtube.com/watch?v=ScjAT9dO-Ec
> Yes, this is something nice to have. I will try to find some time this week to work on this feature. Or would you like to work on this?...
With ajax navigation no page reload needed (when you click to the link it load content of page / page with `fetch` or `XMLRequestHttp` and insert getted HTML to current...
yes, this technology was before spa and even now it is, where there is no spa, but unlike spa, it is usually there where ssr is used and it is...
I thought to do it without a backend (without php, node...) because there is no need for a backend, it will greatly complicate life) and will not give any profit...
Interesting idea, but what about localization? Many bots use it. I think the use of such solutions complicates the localization and translating of the text, even if i18n was not...
> What do you mean by writable getter? A setter? Can you provide an example? https://github.com/koajs/koa/blob/5ba533f83117316486a55f097a764dac9e7c140a/lib/response.js#L534
You can write to session directly and change scenes object, but it is bad to enter user into scene without any action from him. If you use default session middleware,...
> @backspaces @Viiprogrammer I am working on a new version of clean-jsdoc-theme in which I will use next js. Do you have any opinions? > > I have created a...