Michael Heuberger

Results 202 issues of Michael Heuberger

to reproduce 1. use the simple example 2. start recording and switch away to another tab asap 3. after a while come back and look in the console, it recorded...

instead of constantly improving with the aim to increase videomail.io usage, it is probably time to give marketing some more attention. a friend told me this "cheapest way to market...

help wanted

See https://core.trac.wordpress.org/ticket/29497#comment:5 WP plugins are all written in PHP but I wonder if we could write one on node.js (for technical reasons)?

Where are the measurements? (Interested, not being negative, nice job, but needs evidence)

Hello there I'd like to pipe the output with a tool util like https://github.com/pwmckenna/grunt-bunyan with a command like this: ``` node server.js | ./node_modules/bunyan/bin/bunyan ``` so that bunyan's log is...

With this little addition, the supervisor won't exit until the child process has really exited. I need this feature because my app has a graceful shutdown. Already tested it on...

Howdy Do you think you could add a new option to send a SIGTERM to the node.js app instead of crashing it? Like that I would be able to build...

Hello Isaacs Somehow the supervisor is giving me headaches with my own shutdown script. It never calls the timeout below: ``` js var graceTimeout; var gracefullyClosing = false; if (app.get('env')...

For long running E2E tests with Saucelabs this would be very nice. Currently, when you run a test that takes more than 8 minutes, all you see is just: ```...