25,371 questions
Tooling
0
votes
0
replies
47
views
Best drag-and-drop store builder/plugin for a multi-vendor marketplace (similar to Amazon Brand Stores)?
I'm building a multi-vendor marketplace using the MERN stack (React + Node.js + MongoDB), and I'm looking for the best way to let each vendor create their own branded storefront.
I'm trying to achieve ...
Score of 0
0 answers
119 views
I'm trying to create a new YML file in my config
I'm working on making a config file for my plugin and to make my test file to make sure it works but I can't seem to use getDataFolder. From what I found it's still a thing in docs. Here is what I ...
Score of 2
1 answer
142 views
Cannot integrate Leaflet plugin into R Shiny application
I would like to implement the leaflet-labeler plugin into a R Shiny application that renders a Leaflet map, but I have been making very little headway.
The GeoJson data is a point layer ...
Score of 0
1 answer
106 views
iframe redirect break out from parent page and make parent redirect
I am using the ASP plugin to accept credit card payments in my website:
https://wordpress.org/plugins/stripe-payments/
This plugin has a shortcode, that displays a button, that when clicked, it opens ...
Tooling
0
votes
0
replies
101
views
What WordPress Forms/Quiz plugin is good for Desktop and Mobile?
I'm creating a website in WordPress that will include multiple (5-10) quizzes and I need it to work well on desktop and mobile.
The quizzes are composed of around 20-40 questions, which the user will ...
Score of 2
0 answers
158 views
Making Composer consider other directories for packages, to avoid duplication
I'm trying to fold league/omnipay into a plugin suite in such a way that it's modular. So the core project module has this composer.json:
{
"require": {
"league/omnipay"...
Tooling
0
votes
0
replies
101
views
Externally Loaded Dynamic Plugins for Backstage
Backstage 1.48.0/ 1.49.0 introduced a dynamic plugin loader which takes already packaged plugins and loads them dynamically at the point of building your Backstage application.
I can only see a way to ...
Score of 0
0 answers
161 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
5
replies
111
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-...
Score of 1
1 answer
143 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 ...
Score of 0
0 answers
95 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
42
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
163
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 ...
Score of 3
1 answer
62 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://...
Score of 1
0 answers
111 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 ...