dj1vs

Results 4 issues of dj1vs

setDirectory function opens terminal in a specified folder (just a cd command)

Помотрел первую страницу вопросов по С/C++, нашёл немного проблем с содержанием: # Опечатки в названиях 1. https://easyoffer.ru/question/4158 2. https://easyoffer.ru/question/4057 # Опечатки в тексте 1. https://easyoffer.ru/question/3879 - в тексте вообще не...

`jsxx` only uses `std::experimental` for coroutines, and i couldn't find any option to instead use coroutines from standard library as they were introduced in C++20. Would be nice if there...

Here is the minimal example that triggers an error: ```js let arr = [1, 2, 3]; arr[3-1] = 4; ``` `jsxx` launch: ```bash cat ../test.js | cargo run ``` ---...