-
Hello
I have a question regarding the plugins from PAM.
Would it be possible to write a custom plugin and include it in CMake?
I would like to have two plugins displayed at once, for example R12…
-
I'd like to add custom plugin support to tota11y, as well as the ability to toggle plugins.
Custom plugins:
``` js
tota11y.addPlugin('my-plugin', {
run: function() {
// ...
},
cl…
-
How can I start elasticsearch container with some plugins (from zip files) already installed in it? Or I need to manually install them using execInContainer and restart elastic using execInContainer t…
-
I wonder if it would be possible/practical to allow a project to have its own plugins for the CLI. For example, a custom generator.
The CLI could look at the project's "unthink" block in the packag…
-
```
Will you please upload pdf technical document file or manual, so we can do
custom coding. Because you didn't mention in comments in coding. so may be it
will help to us.
```
Original issue rep…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
Hi,
It would be very nice to be able to define one or many plugins locations instead of relaying on a single default one.
I'd like for instance to be able to load plugins to populate toolboxes, …
-
**Is your feature request related to a problem? Please describe.**
I'm trying to setup an authentication to happen before any request is processed. I think subclassing `proxy.http.proxy.auth.AuthPlug…
-
For commands like `fpm doc` or `fpm fmt` the available pool of tools is quite large and heterogeneous, if we want to support such functionality it must allow some kind of customization
A non-compre…
-
Certain types of plugins (an debugger, an custom-header, etc) needs to store additional data for scripts. There are several ways to do so without the help of CLEO, but that would be too much duplicati…