Wojtek
Wojtek
Hi, we've installed your plugin (0.4) on our Redmine 1.1.1.stable but there is a problem. On every page there is noticeable lag between page loading (everything is visible) and time...
``` org.codinjutsu.tools.mongo.MongoComponent@4c784a74 java.lang.IllegalStateException: Already disposed: Project (name=, containerState=DISPOSE_IN_PROGRESS, componentStore=) at com.intellij.serviceContainer.ComponentManagerImpl.getMessageBus(ComponentManagerImpl.kt:139) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.fireStateChanged(ToolWindowManagerImpl.kt:1445) at com.intellij.openapi.wm.impl.ToolWindowManagerImpl.unregisterToolWindow(ToolWindowManagerImpl.kt:1012) at org.codinjutsu.tools.mongo.view.MongoWindowManager.unregisterMyself(MongoWindowManager.java:63) at org.codinjutsu.tools.mongo.MongoComponent.projectClosed(MongoComponent.java:45) at com.intellij.openapi.project.impl.ProjectManagerImpl.fireProjectClosed(ProjectManagerImpl.java:813) at com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$11(ProjectManagerImpl.java:693) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:976) at com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.java:686) at com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDispose(ProjectManagerImpl.java:717) at...
Google clock application has neat feature - showing elapsed time in stopwatch mode in notification. This allows peaking how much time elapsed without opening the application.
(I haven't done anything for android before so this is my first attempt at this) issue #1179 - change notifications so the oldest messages are on top; it's also possible...
Forces the keyboard to show emoji button instead of enter - more handy in a chat application where there is abundance of single-liners with smiley at the end #1168 -...
It would be very handy to be able to select destination path from the "Download panel". Currently, it's possible to type the path by it's not that handy as clicking...
Assign duration information so it's available in episode list view without starting playback; #45
Currently we know what's the episode's length only once we start playing. It would be nice to have this info displayed for all episodes. From what I can see the...
Based on observation it seems that feeds are updated sequentially, which takes some time with rather long list of subscriptions. Doing it concurrently should speed up the process.
Currently the only options to navigate through the episode is to either drag the slider or use skip/rewind options. It would be handy to have "Jump to time" option as...