Alexander Kurakin

Results 82 issues of Alexander Kurakin

@rushter , thanks for your library! Can you please add references (articles, etc.) describes which (exactly) algorithms heamy realizes? Thanks.

Good day, @artch ! I want to change location before template is fired. So I get authorization status via `resolve` via `$http` and do `$location.path('/login')` in controller. But template is...

Unzip [clone-issue.zip](https://github.com/pvorb/clone/files/2450193/clone-issue.zip) and: ``` npm install ./node_modules/.bin/browserify test.js > bundle.js chromium-browser test.html ``` Got: ``` bundle.js:2206 Uncaught TypeError: Illegal invocation at _clone (bundle.js:2206) at clone (bundle.js:2246) at Object.30.clone (bundle.js:3077) at...

4.5Gb of RAM on 1K-characters word. 30Gb of RAM on 2K-characters word. Is it expected?

Good day! Спасибо за гем! :smile: Would you accept a PR with a (simple) cache/memoizing and tests? /cc @mokevnin

...to avoid https://toster.ru/q/297965 /cc @mokevnin

Hello! Next issue I want to attent is multiple roots issue. We have a 'widget's root' termin: root of widget is its (sub)parent with `nil` parent (see [here](https://github.com/apotonick/apotomo/blob/master/lib/apotomo/widget/tree_node.rb#L99)). Apotomo uses...

Hello! Problem: `trigger` returns `nil`. And I don't understand how to get something like (without patching and output straight to `root.page_updates`): ``` ruby def a_event(evt) trigger(:b) + 'c' + trigger(:d)...

Hello! Results of `trigger` are output in order not they have been called. If I do `trigger(:b)` in `a` event, then result is `ab` but not `ba`. See [here](https://github.com/apotonick/apotomo/blob/master/lib/apotomo/widget/event_methods.rb#L99), then...

Good day! According to https://hub.docker.com/r/deeppavlov/base-gpu/tags, latest Docker image's version is 0.15. Update Docker images, please? Thanks!

enhancement