plugins

Cannot load python gstreamer elements

寵の児 提交于 2020-06-25 22:06:31
问题 I'm following a guide at https://mathieuduponchelle.github.io/2018-02-01-Python-Elements.html?gi-language=undefined to create a sample gstreamer element in Python. However, I can't get GStreamer to load it. I've been fiddling with the GST_PLUGIN_PATH but I can't get my python files to be found. I can get GStreamer to find compiled .so elements, but the python elements seem to evade the plugin loader. I've installed gstreamer1.0, pygobject, and gst-python to the best of my ability onto Debian

How to share sbt plugin configuration between multiple projects?

假如想象 提交于 2020-06-09 10:58:51
问题 We have a multitude of smaller sbt projects, which we would like to keep separate (no multi-project build). However we would like to share configuration between the builds. In order to do so we currently have yet another project, which all the projects use as a libraryDependency in their project/project/Build.scala files. We were able to centralize build configuration using only built-in sbt features this way. What we haven't figured out is how to centralize plugin specific build

How to share sbt plugin configuration between multiple projects?

ⅰ亾dé卋堺 提交于 2020-06-09 10:58:14
问题 We have a multitude of smaller sbt projects, which we would like to keep separate (no multi-project build). However we would like to share configuration between the builds. In order to do so we currently have yet another project, which all the projects use as a libraryDependency in their project/project/Build.scala files. We were able to centralize build configuration using only built-in sbt features this way. What we haven't figured out is how to centralize plugin specific build

Atom: Why Linter does not highlight my errors inline with text?

末鹿安然 提交于 2020-05-30 08:14:38
问题 I saw in tutorials that linter in atom must highlight html syntax errors inline with text and it also highlights lines with red bubbles near them like below: I installed linter-htmlhint besides of linter but it did not help and currently my atom editor only reports error and do not highlight them inline with text: What Should I do? Here is list of my installed plugins: atom-html-preview atom-ternjs autoclose-html busy-signal csslint emmet htmlhint intentions language-ejs linter linter-eslint

Atom: Why Linter does not highlight my errors inline with text?

微笑、不失礼 提交于 2020-05-30 08:14:11
问题 I saw in tutorials that linter in atom must highlight html syntax errors inline with text and it also highlights lines with red bubbles near them like below: I installed linter-htmlhint besides of linter but it did not help and currently my atom editor only reports error and do not highlight them inline with text: What Should I do? Here is list of my installed plugins: atom-html-preview atom-ternjs autoclose-html busy-signal csslint emmet htmlhint intentions language-ejs linter linter-eslint

How to embed Java code into Gradle build using JavaExec task

时光总嘲笑我的痴心妄想 提交于 2020-05-29 07:29:49
问题 I have a Gradle-driven project to which I want to add a simple Java task. This task is very specific to the project and if it can be helped I don't want to develop it as a separate plugin. So the question is can I define such custom task within the same build.gradle I'm using for my project? Or is it inevitable that I need to package it as a separate project (plugin) and install to the local repo? Also it's probably important to note that the original project is not Java related (no other

Can't fetch plugins from repositories with scala's sbt

谁说我不能喝 提交于 2020-05-28 03:21:10
问题 I try to compile/build scala project with sbt, there are two plugins mentioned in project/plugins.sbt: addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.17") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.4") Error while importing sbt project: [error] sbt.librarymanagement.ResolveException: download failed: com.typesafe.play#sbt-plugin;2.6.17!sbt-plugin.jar [error] download failed: com.typesafe.sbt#sbt-native-packager;1.3.4!sbt-native- packager.jar Seems that problem in

groups of projects in intellij idea

徘徊边缘 提交于 2020-05-28 03:20:25
问题 For now, at least since IntelliJ Idea 14+, ide remembers the last set of opened projects. Could we control it comfortably and have switchable sets (groups) of projects? This is another way of opening projects, not like Modules. My hope is some plugin already do the functionality, but which one? 回答1: As of 2017-08, IntelliJ Idea 2017.2.1 can group projects. To use the feature, in the project selection window, right-click on the project name: I've created a group called 'kata', that contains

Video Editor in Flutter using dart [closed]

心已入冬 提交于 2020-05-25 11:32:25
问题 Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 15 days ago . I am looking for a plugin or example of a video editor in flutter using dart. I have tried the following plugin https://pub.dartlang.org/packages/video_player, but it doesn't seems to have properties that I can edit the video. Example trim or add a watermark on the video. Many Thanks

Finder Sync/Overlays Extension not launching

孤人 提交于 2020-05-17 07:46:09
问题 I am facing an issue where finder overlays sync icons are not shown. Here is the code that I tried: NSString* bundleID = @"com.my.myapp"; NSString* extBundleID = [NSString stringWithFormat:@"%@.finderoverlays", bundleID]; NSString* runCommand = [NSString stringWithFormat:@"pluginkit -e use -i %@", extBundleID]; NSLog(@"runcommand= %s", runCommand.UTF8String); int result = system(runCommand.UTF8String); NSLog(@"setting up finder overlays, returned = %d", result); The result is always 0, but