generalov

Results 14 comments of generalov

`showControls: never` just hides default controls, but it does not prevents the appending controls to DOM. Anyway, the issue is about that documented feature does not work.

It seems the `--remote` argument could be used to open a file in the same VIM window http://vimdoc.sourceforge.net/htmldoc/remote.html .

It should be useful to use django-rosetta as a web-based interface to generate and translate *.po files for external projects (which does not shares the same code base). We use...

и response на request. ведь это запрос. :)

@Hypnosphi, the latest commit in `wd` repo was 11 days ago. Firefox example works fine at http://webdriver.io/guide.html.

I create new yo backbone project with: ``` $ yo backbone --test-framework=mocha --template-framework=handlebars ``` When I run `grunt serve`, and I open `test/spec/test.js` in the editor and save it Then...

A custom loader can be passed to the `require-directory` in the first argument. For example ES6 modules loading using [@std/esm](https://www.npmjs.com/package/@std/esm): cli.js ``` const loader = require('@std/esm')(module) const requireDirectory = require('require-directory')...

Here is an issue for Chromium https://code.google.com/p/chromium/issues/detail?id=141942

It seems that it is possible to reload tabs in Chrome through the remote debugger https://gist.github.com/generalov/9778791 .