Andrey Melikhov
Andrey Melikhov
Хойстинг не всплытие, это процесс с другой механикой (два прохода). Мне кажется за «всплытием» теряется суть. Я бы оставил как хойстинг, если вариантов нет — то поднятие. Но технически это...
Я за конкурентность (как и Wikipedia), так как конкурентные процессы **могут**, но не обязательно **исполняются** параллельно. Для примера, в JS невозможны параллельные вычисления (язык однопоточный), но возможны конкурентные. Мы запускаем...
@pepelsbey с одной `конкурентность`
This is because you use the credentials from the example, but the correct credentials: ``` username: 'test-user', password: 'my-password' ```
You can run the application with the `--inspect` flag and debug it with Chrome DevTools. In my case, everything works correctly.
Automated builds is not enough. I have built library on my M1 mac and not all the tests passed and have no idea how to fix them ```sh PASS src/__tests__/test-xy.ts...
Hi, @wesleytodd. Just afraid of any new bugs in minor version :) Take a look at this fix last week https://github.com/ljharb/qs/pull/501
@ljharb from my point of view, `^` is better, but I see that all the deps in this package have a fixed or `~` version
@wesleytodd ok, i did it
Hi, @wesleytodd! I see that #523 is merged. Can we retry the tests?