Aleksandr Filatov
Aleksandr Filatov
My toastrConfig.ts has ``` export function toastrConfig(toastrConfig: any): void { ... toastrConfig.positionClass = 'toast-top-right'; ... } ``` but for one my particular case I just want to show toastr bottom-right:...
Project becomes complex and would be nice to introduce any test framework and write couple tests.
more info in issue #67 Check and refactor project structure before resolving the issue
[Contributing template](https://github.com/greybax/IT-films/blob/master/CONTRIBUTING.md)
Now in UI https://greybax.github.com/IT-films we have only 3 categories: * movies * documentary * tv-series Also would be nice to have some specific filters for each category such as **year**...
Now, this repo supports Russian and Ukrainian languages. But I believe that we can add more language for support. If you want to propose support for a new language let's...
Add ability for switching between ‘transform’ and ‘reverse’ methods in UI
Seems now formula is like: > sum(stars) + (1.0 - 1.0/count(repositories)) Is it possible to make it more complexity and add more parameters such as: - users **PRs** - created...