Evgeniy Gavryushin
Evgeniy Gavryushin
Hi! I'm using coa in `my-script.js` this way: ``` js require('coa').Cmd() .name(process.argv[1]).title('Makes awesome things').helpful() .opt() .name('awesomeOpt') .title('My awesome option') .long('awesome-opt') .arr() .def(['1', '2']) .end() .act(opts => console.log(opts)) .run(); ``` Then...
Selenoid version: 1.10.7 Broken since selenoid version: 1.10.7 Run selenoid with options `-disable-queue -limit 5` Current behaviour: ``` If queue is full selenoid returns an unknown error with status code...
Selenoid version: 1.10.7 Docker version: 20.10.7, build f0df350 Selenoid config: ```json {"firefox":{"versions":{"95.0":{"image":"selenoid/firefox:95.0","path":"/wd/hub","port":"4444","tmpfs":{"/tmp":"size=128m"}}}}} ``` Selenoid run: ```bash docker run -it --rm -p 4444:4444 -v /var/run/docker.sock:/var/run/docker.sock -v :/etc/selenoid/:ro aerokube/selenoid:1.10.7 -disable-queue -limit 5...
На винде падает сборка стайлуса из-за симлинок. По логу ошибки там очевидно, что stylus рассматривает симлинку как обычный файл и не подменяет контент по пути, а просто читает его (строка,...
`ie8` does not support `[email protected]`, so the plugin fails even if I manually specify another the version of `jQuery` in my Karma configuration.
`node-htmlparser` parses these two codes in the same way! ``` html Copyright content ``` ``` html Copyright content ```
`diffBy: 'chars'` - diffs two blocks of text, comparing character by character. `diffBy: 'words'` - diffs two blocks of text, comparing word by word. `diffBy: 'lines'` - diffs two blocks...
Мб, к самой тулзе html-differ прицепить html репортер, а отсюда убрать?