rekna1

Results 15 comments of rekna1

I maybe have a case that is related to this bug. The sample is somewhat more complicated with more nested flexboxes. https://jsbin.com/deticuzuvi/1/edit?html,css,output As you can see content of div.docs will...

It is a rather large code base and not open source ... It does not seems to happen in smaller projects. Also in same solution, e.g. in a simple model...

It occurs in the project that contains some big file (if this is the cause, I don't know, but this big file contains generated partial classes for all controllers so...

I have now same project with and without T4 template. In both solutions, I than created a simple class with a constructor with 2 arguments and then invoking the refactoring...

Uses System.Windows.Clipboard ``` void Main() { var text = Clipboard.GetText(); Console.WriteLine(text); } ``` The above compiles but gives the error on running: Current thread must be set to single thread...

Oké, finally had a chance to try your workaround and that works great !

I tried angular-scrollevents, but it seems to break the vs-repeat... I have put it on the same element as vs-repeat. update : It works when I structure is like div[ng-scroll-event]>div[vs-repeat]>div[ng-repeat]....

I'm having the same problem, n++ 8.1.5, plugin version 1.3.1 (64bit). When I move the view to another instance, it starts working. Even on new tabs. I have default settings...

What is the status ? I have similar problem : button on toolbar needs to trigger a rxjs subject... but apparently it is not inside angular zone which I would...