25,446 questions
-2
votes
0
answers
77
views
User providable Stateful plugins In Go [closed]
I am working on smtp library to act as mux for smpt. User define config with multiple smtp downstream servers and the service. This service will act as proxy between down streams and upstream. Purpose ...
0
votes
0
answers
46
views
java.lang.ClassNotFoundException using exec:java in maven
I have struggle in using the exec:java plugin in a multi-modules maven project.
After using this command: mvn clean compile exec:java -Dexec.mainClass="com.ade.logic.ServerInitializer" it ...
Advice
2
votes
5
replies
94
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
24
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
41
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:
...
0
votes
0
answers
23
views
How to Dynamically Add Pages for Search Indexing at Runtime in VuePress 2?
I'm migrating a VuePress 1 site to VuePress 2. In VuePress 1, I was able to fetch data (e.g., videos) from an API at runtime and inject new pages into $site.pages. This allowed the built-in search ...
Advice
0
votes
0
replies
171
views
AI/IDE Integration: Claude Code for VS Code vs. Cursor Models
I seem to be missing the subtleties in the IDE integration between these two options:
Claude Code for VS Code
Cursor Models
I've been been using Cursor for the Models; I've toggled a few, seems to ...
0
votes
1
answer
63
views
How to prevent echoed messages in XMPP (Openfire + xmpp_plugin 2.2.13) without using message ID filtering?
I’m building a Flutter chat app using the xmpp_plugin (version 2.2.13) with Openfire as the XMPP server.
When sending messages, I noticed that the same message is echoed back to the sender — meaning ...
2
votes
2
answers
93
views
delete_transient on register_deactivation_hook not working
I have no idea why this is not working. It finds the names that i want, but does not delete the transients, when the plugin is deactivated. According to the documentation, the name is required for ...
0
votes
0
answers
42
views
Toast UI Editor: Selection/Cursor jumps to beginning after applying color with custom plugin
Problem
I'm using Toast UI Editor with the color syntax plugin. When I apply a color to selected text:
Issue 1: The cursor jumps to the beginning of the line/paragraph (only on first color change)
...
0
votes
0
answers
71
views
React application : Dynamic runtime plugin import + filebased tanstack routing
I'm currently implementing a plugin system in my application using single-spa and file-based tanstack routing.
One of this issue I'm facing is that I need to share routing context between my app and ...
0
votes
1
answer
132
views
How to remove parameter name from left when developing using FxPlug SDK?
I am developing an Apple Motion effect's plugin using the FxPlug v4.3 SDK. Everything compiles and works great, however, there's one unpleasant problem. When I apply a filter, in the Motion inspector ...
0
votes
0
answers
63
views
using polylang , how to move all the translation po files directly (using a plugin) instead of migrating them manually
I am working on creating a plugin where the site is built using a child of a classic theme.
In my site I am already using Polylang (free) and now I tried to build a plugin where I need to ensure that ...
1
vote
2
answers
100
views
Show info message in plugin settings page when deleting rows from table in database wordpress
1. HTML part in callback-function in plugin settings page: I am deleting rows in database table like so:
<form action="<?php echo admin_url('admin-post.php'); ?>" method="POST&...
1
vote
1
answer
117
views
Wordpress Unsafe SQL calls
I create one custom plugin and submit for review to wordpress.org. But the give me test log they says Unsafe SQL calls
`includes/databases/class-stepup-user-crud.php:313 $sql_orders = $wpdb->...