Ilya Chalov
Ilya Chalov
@gregvanl @brownbonnie The transcript can be obtained as follows:  I think the issue can now be renamed to 'Accessibility: Intro videos should provide open captions (subtitles)' or something similar.
There are errors in the subtitles, for example, in the introvideo '[Productivity Tips](https://code.visualstudio.com/docs/introvideos/productivity)': **time stamp 01:08** _caption:_ 'You can do the same thing with the **add (+)** sign to go...
@chrisdias I created subtitles for introvideo «[Productivity Tips](https://code.visualstudio.com/docs/introvideos/productivity)» using «[Azure Video Indexer](https://www.videoindexer.ai/)»: [productivity-vi.srt](https://github.com/ilyachalov/ru-vscode-introvideo-subtitles/blob/main/productivity-vi.srt) These subtitles are very different from the subtitles in the original introvideo. I changed them manually: [productivity-en.srt](https://github.com/ilyachalov/ru-vscode-introvideo-subtitles/blob/main/productivity-en.srt)...
I created subtitles for introvideo '[Getting started](https://code.visualstudio.com/docs/introvideos/basics)' which is embedded from 'Youtube': in English ( @theReynald ) [basics-en.srt](https://github.com/ilyachalov/ru-vscode-introvideo-subtitles/blob/main/basics-en.srt) in Russian (my translation) [basics-ru.srt](https://github.com/ilyachalov/ru-vscode-introvideo-subtitles/blob/main/basics-ru.srt)
@danilmoh I have the same thing. **I need** https://en.bem.info/methodology/naming-convention/ ``` block-name block-name__elem-name block-name block-name_bool-modifier-name block-name block-name_modifier-name_modifier-value block-name__elem-name block-name__elem-name_bool-modifier-name block-name__elem-name block-name__elem-name_modifier-name_modifier-value ``` bemHelper.classNameCase: `kebab` bemHelper.elementSeparator: `__` (double underscore) bemHelper.modifierSeparator: `_` (single...
@medikoo I'm trying to install 'gulp-cli' from 'npm' and I have the same problem (Windows 10):  `||` is pipeline chain operator. They appeared in 'PowerShell 7': https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_pipeline_chain_operators 'Windows Powershell'...
@medikoo Thanks for the reply. I've already figured it out. `npm` can be configured in command line: ``` > npm config set script-shell="pwsh" ``` And now I have succeeded (I...
@mrJli Are you really running the installation in PowerShell? PowerShell command prompt usually looks like this `PS C:\>`. You have the command prompt shown as `$`. Perhaps you are using...
@mrJli Earlier it was about a mistake with operator `||`. To fix this error I used 'PowerShell 7' and 'npm' setting `npm config set script-shell="pwsh"`. You have a different situation....
@jennimckinnon I understand that the Docs team is going to move this article to DevHub. But I think that the article needs to be corrected first, and then transferred, since...