Alex Ivanov

Results 131 comments of Alex Ivanov

I'm not sure that it works like in the topic. As you can see the theme from there uses proc of SASS. For the Mainroad the solution from [here](https://discourse.gohugo.io/t/static-css-changes-no-updating-browser-cache-with-hugo-serve/16169/2?u=oshliaer) is...

For what purpose are you interested?

@cristobalgvera Unfortunately, this repository doesn't contain the latest solutions. But it is checked for the relevance of links and updated as far as possible. I add tools that I come...

@goq, необходимо оставить эту ветку и собирать сюда отзывы о некачественных чатах и группах. На начальном этапе принимать субъективное решение об удалении из списка. # Всем Если вы обнаружили некачественный...

@goq, необходимо оставить эту ветку и собирать сюда отзывы о покинутых чатах и группах. На начальном этапе принимать субъективное решение об удалении из списка. # Всем Если вы обнаружили брошенный...

Большой список несуществующих #802

Список ресурсов, которые больше не каналы/чаты #812

@thanatos The native editor also fails when you add same file names. Without errors. As far as I know, Drive API for Script Files usually returns not `200OK` while an...

It's not the current app. The best way is to check files names and code in the native IDE ![screenshot from 2017-07-10 15-51-42](https://user-images.githubusercontent.com/5027939/28018926-bfee0f08-6587-11e7-86b9-e3fff558efdf.png)

If I need to open all trees for the default UI ```js (() => { const i = setInterval(() => { [...document.querySelectorAll('[aria-expanded="false"]')].map((el) => el.click() ).length || clearInterval(i); }, 1000); })();...