Valikov Kirill

Results 3 issues of Valikov Kirill

https://mol.js.org/app/demo/-/#demo=mol_chat Сломана демка mol_chat Ссылка взята с https://github.com/eigenmethod/mol ----> Widgets ![Screenshot from 2020-03-08 17-20-52](https://user-images.githubusercontent.com/15774676/76164603-4e346500-6161-11ea-815d-620e3ec2446a.png)

help wanted

Последовательный вызов 2х запросов отправляет их последовательно. $mol_fetch.json("http://localhost:3000/todos") $mol_fetch.json("http://localhost:3000/todos") Отсутствует возможность отправить их параллельно. Так же стоит учесть, что должна быть возможность контролировать количество одновременных запросов (rxjs mergeMap?)

improvement
atom2

In order to deal with rendering large amounts of data, angular-tree-component has a virtual scroll. However, it is not possible to load small chunks of data on demand. Is it...

enhancement