Oleksiy Rudenko

Results 67 issues of Oleksiy Rudenko

When `package.json` contains the scripts as follows ``` { "scripts" : { "install:sub-project": "cd ./sub-project && yarn", "postinstall": "run-p install:**" } } ``` `yarn install` does what is expected, i.e....

enhancement

In my particular situation I had OBS Studio v.24.0.3 x64 installed under `/Program Files/obs-studio` (following the default destination suggested by OBS Studio installer) while VirtualCam plugin ended up installing under...

https://github.com/kottans/frontend/blob/master/tasks/linux-cli-http.md Optional sub-task, item2: Vagrant looks outdated. Some platforms (e.g. Win 10 Home) do not support Hyper V, which is required to complete the submodule. Suggested approach: Option 1. Add...

https://github.com/jakearchibald/wittr requires Python, gyp and build tools installed. Node and gulp versions in use are way too outdated this triggers project installation errors. Switching to https://github.com/jakearchibald/wittr-modern partly helps. Even when...

bug

Consider replacing or supplementing current (as of 2020-11-12) https://classroom.udacity.com/courses/ud015 with https://classroom.udacity.com/courses/ud711

Memory pair game: - kaizengami [demo](https://kaizengami.github.io/memory-pair-game/dist/) / [source](https://github.com/kaizengami/memory-pair-game) Weather app: - namariam [demo](https://nazmariam.github.io/weather-app/) / [source](https://github.com/nazmariam/weather-app/) more to be added

Blocked by #283. Once #283 completed * the videos that have associations with modules must be added to relevant modules (those that aren't yet) * the videos that have no...

Hacktoberfest
content

Link videos from [Kottans FE 2019 course on youtube](https://www.youtube.com/playlist?list=PLS8sEUxbfFY-Xjv3JPLUAgMqGgF8CbcjZ) that aren't linked yet (with e.g. #281) to relevant modules from [`./tasks` directory](https://github.com/kottans/frontend/tree/master/tasks) ## Suggested approach 1. Create `./tasks/video-map.md` 2. List...

Hacktoberfest
content

The last module of online course part ([Friends app](https://github.com/kottans/frontend/blob/master/tasks/friends-app.md)) only offers to proceed to the course [content](https://github.com/kottans/frontend/blob/master/contents.md), which lists offline part topics/modules but offers no links. So offline modules from...

Hacktoberfest
content

* Create a test based on a [List of (Advanced) JavaScript Questions](https://github.com/lydiahallie/javascript-questions) * Add link to test and instructions to report result to [JS Basics task](../blob/master/tasks/js-basics.md) Implementation approach suggestions: *...