25,400 questions
0
votes
0
answers
34
views
Wordpress webhook is not live to paypal API and simulator
I am buliding a wordpress plugin. To take payment I am using Paypal. Users wil get an paypal link to pay the payment. I am using webhook for backend confirmation. But paypal can't reach may webhook ...
Advice
0
votes
4
replies
35
views
The format of the maven plugins in the pom.xml
i´d like to know about where to find maven plugins in the following format:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-...
1
vote
1
answer
69
views
How to get the actual number of inserted rows when writing to a table in a DolphinDB plugin function?
I am developing a DolphinDB plugin and need to write data to either an in-memory table or a distributed table. In the plugin, I call the built-in function append! to perform the write, and I want to ...
0
votes
0
answers
31
views
Reading DuckDB TIMESTAMP_NS column returns zero or NULL values via C API in DolphinDB plugin
I am developing a DolphinDB plugin for DuckDB and encountered an issue when reading data of type TIMESTAMP_NS. For example, I have an allTypes table in DuckDB. Executing the following statements:
...
Advice
0
votes
0
replies
29
views
Can I wrap standalone working code as a VST plugin?
I have a question regarding a MIDI control software I have developed. Currently the app is standalone and can interface with a physical synth. It then replicates the synth's controls on-screen so that ...
Advice
1
vote
2
replies
147
views
Coding minecraft plugin with java
I wanted to make a minecraft plugin but i don't have any idea about how...
Do you have any suggestions about editors and library?
Also some tutorials to watch or guides for start from 0, maybe some ...
3
votes
1
answer
53
views
DolphinDB Plugin Function Fails to Write Data to DFS
I am developing a DuckDB plugin for DolphinDB and have the following test case:
@testing:case="test_duckdb_load_to_dfs_with_transform"
-- A. Prepare DFS table
dbPath = "dfs://...
0
votes
0
answers
63
views
What is the new way to have convention plugin for common extension in a jetpack compose project?
I have used the Convention plugin for **`ApplicationExtension`** and **`LibraryExtension`**, but the new version of **Android Gradle Plugin(AGP)** seems to be unable to support some extensions like ...
1
vote
1
answer
81
views
spring boot starter web as plugin application
I'm Trying to add a RestContoller spring functionnality to my application as a plugin.
So far I've been using spring-boot-maven-plugin with the repackage goal, but I don't know how to load the ...
0
votes
0
answers
66
views
Trying to write a Python plug-in for Gimp version 3.0.8 that selects a polygon
After a lot of digging and trying to sort out the older interface API from the gimp 3 version. I find I'm stuck. I'm using the code below to try to select a triangular area. The code runs in the ...
Tooling
0
votes
0
replies
19
views
Gst wpe plugin from gst-plugins-bad seems to be missing?
I'm trying to the the wpe plugin for gstreamer on ubuntu 20.04 but it doesn't seem like it's in the gst-plugins-bad package anymore? I saw in the official gst documentation that wpe plugin is in bad ...
1
vote
0
answers
59
views
How to unit test a nitro plugin in a nuxt 4 app?
I made a little nuxt app with a plugin that fetches some data and put it in a database.
I expected the testing of a nitro plugin in my nuxt application to be easy. When I try to write unit tests for ...
Advice
2
votes
5
replies
106
views
I can't build a Slimefun addon for Minecraft, can't collect dependencies
I cloned this forked repo into IntelliJIDEA in a new project and made a few changes here and there, now when I build the jar file, it says:
[ERROR] Could not collect dependencies for project dev....
0
votes
0
answers
35
views
How to apply scopes and filters to a dependency matrix automatically through OpenAPI in Cameo system modeler
I am currently working on a plugin for Cameo Systems Modeler (Version 2021x Refresh 2) and I automated the creation of self-created Dependency Matrices using manager.createDiagram(...) with my custom ...
0
votes
0
answers
110
views
CKEditorError: plugincollection-plugin-not-found {"plugin": null} when integrating custom CKEditor5 plugin with Drupal 10
I am trying to integrate a custom CKEditor 5 plugin (LanguageTool) into Drupal 10 using a custom module. The plugin builds successfully, but when Drupal loads the editor, the browser console shows:
...