Anton Usmansky
Anton Usmansky
> Does it mean we need to introduce a programmatic way to launch the gui with injected gemini instance No, gemini-gui and plugin will share the same gemini instance
@nquinn721 Thats not the wd issue. Move it to gemini repo, and please add more details: like `npm i` log, `gemini`, `npm` and `node` versions
Closing in favor of: - https://github.com/gemini-testing/hermione/pull/670 - https://github.com/gemini-testing/hermione/pull/671 - https://github.com/gemini-testing/mocha/pull/10 + https://github.com/gemini-testing/hermione/pull/673
> В beforeEach из элементов на странице (пункты меню) создаю массив - объектов {url: '', name: ''} > После в цикле прохожу по этому массиву В hermione (как и практически...
@onhate Hi! May be an option to enable [Promise.allSettled](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled) behaviour would be a better solution. I think those who want an allSettled behaviour wouldn't pay attention to possible performance issues.
And what about ``` js var B = inherit(A, { m1 : function() { return vow.resolve('B').then(function() { return this.__base(); }, this); } }); ``` ?
Thats the point
Блин, я это и из кода понял :) Речь как раз о том, что это неудобно. Хочется что-то вроде такого из плюсов: ``` C++ class A { virtual void someMethod()...
> this.__self.prototype.someMethod() это по идее вызовет метод этого же класса, т.е. этот же метод