Frantisek Kolar

Results 32 comments of Frantisek Kolar

I am using this inside intellij plugins all works under Mac and soon I will be testing this on other platforms. here is the project you might check out: https://github.com/fkolar/angular-console/tree/master/apps/intellij...

Do you still have a problem with this? I just tested my plugin with your package inside window and even it works, I am running to issue where the JourneyBrowserView...

I know. I am using sons PC with 4MB ram where I have nothing setup, so I would not be able to get thouse picture out - easily ;-) I...

I have created simple plugin where I demostrate what is the issue. I wonder if you have the same problem on your side: https://github.com/fkolar/journey-intellij-plugin

I foung this issue https://github.com/CodeBrig/Journey/issues/13, could this be related? there is something wrong with this zoom level in general. By fixing #13 could there be some side-effect or relation with...

@i563785, Please do not provide a links to internal issues, this is open source projects with many contributors that does not have access to some internal links.

yes, seems like a problem. You are probably using default Array DataProvider, which does not reflect RealWorld scenario and its meant more to work with local arrays. Better approach is...

In term of performance, for this issue, you are loading all the records found in the backend right ? How many issues we have here? Let's try to isolate them:...

As already communicated please see this [repo](https://github.com/fkolar/multicombo-events) to show some workarounds : * DataProvider should limit number of records retrieved. Whatever number of items you see in the suggestion popover...

> If the developer wants to use objects, but does not provide a lookupKey, I think we should automatically generate unique ID's for each item. But I would also like...