Stephen J. Carnam

Results 49 comments of Stephen J. Carnam

Your best bet is to determine the URL it is attempting to open in a new window and use gotoURL, after the onDownload method.

Hello Addoda, To help resolve this issue, we'll need some basic code to reproduce this it. Can you submit the JSON of your flow and/or a basic server side code...

The system must be capable of running the NightmareJS engine based on Electron. To do this, the docker container would need additional libraries to create enough of a "window manager"...

Confirmed, Xvfb resolves this issue. Closing.

Sorry @philipsd6. That machine has since been recycled. I'll re-open this ticket if anyone has the resources (time & hardware) to provide a step by step.

No question about it; if you don't have a window manager you'll need xvfb. See the error message.

Sounds like we need more "action" and "filter" hooks (not unlike how WordPress does it via a plugins directory). We already have pre and post install hooks to run routines...

They are just a two changes; but there is some code cleanup that needs to take place to ensure full extendability. I've submitted a pull request.

I've created a side project to allow WordPress-like plugins to HestiaCP. It basically patches a few files to allow for third-party code hooks one can author and place into a...

A plugin architecture can alleviate some pressure as it allows you to isolate features. In the WordPress community, we have the idea of "canonical plugins"; this allows us to propose...