Victor Mosin

Results 35 comments of Victor Mosin

Is the https://github.com/joelvh/flowy-engine "official" fork of npm feature? @joelvh do you have any examples of the usage?

@ivanschuetz Could we merge it and deploy latest version ASAP? Can't be used with latest xcode/swift :(

Hello, I am still have change fire on load... Chrome 22.0.1229.94, Win7x64 Is there any solution? Thank you

@remmeier Can we please merge this change? I need self link to be generated based on ServiceUrlProvider as well

@pekka-ia are you gonna provide the changes @remmeier asked for?

Actually I prepared almost everything it's at https://github.com/vicmosin/jcabi-aether, but the problem is that your requirement `@Immutable` fails in one case because of the inconsistency between sonatype and eclipse implementations.

@ebourg nope, sorry

I had exactly the same problem, solved it by overriding `onDrag` method: ``` ... onDrag: function ($item, position, _super, event) { position.left = 0; position.top -= 55; $item.css(position) }, ......