Kanro

Results 69 comments of Kanro

In my impression, there is no libvlc function to do this. But maybe some option can do this.

ThreadedImageControl is useful for a complex UI with player, when main UI thread is stuck. Now even the main UI thread is stuck, the display will play go on. You...

Ummm, I think it is a typo

Create player is a very heavy operation, I think you should multiplexing players.

Ummm, I need a IFO to test it, do you have one?

Hello folks, I am happy to inform you that the first version of Buf integration for JetBrains IDEs has been released ([community support](https://plugins.jetbrains.com/plugin/16422-protobuf)). There are some highlight features for Buf:...

See the discusses in #29 Before @jvolkman refactored the `FileResolveProvider` and `ProjectSettingsConfigurator`, you can download the modified plugin and install it from disk. [protobuf-editor-with-library-support.zip](https://github.com/jvolkman/intellij-protobuf-editor/files/4970415/protobuf-editor-with-library-support.zip)

@jvolkman said he will refactor the file resolver, but there are no updates after many months. I really need this feature for our team, so I built a [new plugin](https://github.com/devkanro/intellij-protobuf-plugin)...

I have created a PR(#29) for this feature, but the author said he will refactor the file resolver, but there are no updates after many months. So I built a...