Results 254 comments of M.K.

> we'd have to extend the current plugin API a bit with an additional callback function that is triggered once someone changes their recording state. This seems desirable anyways.

Another good reason to name a function, or to save some intermediate result in a named variable, is that it gives a free opportunity to describe your intent, if you're...

I'm missing all the various nice German sausages, too. Also some from Austria, Italy and Hungary. While people in need will use all sorts of symbolism, I don't think we...

As far as I understand this library, it is only concerned with the server part, where as the cited rule is one that clients have to obey. The first thing...

Maybe the bearer token was confused with a password hash. You probably get a new bearer token each time you authenticate. It's similar to a session ID.

Thanks for reporting! Totally off-topic: Is there a special reason why you call the Array methods that verbosely? Also if you have error messages related to the Actual behavior please...

@jcyh0120, > is there any workaround for this? You can always intercept the middleware with another one that gives it a proxy (fake) response object and "next" function, and modify...

One more reason to promisifyAll. ;-)

Have you verified the "Token expired" branch is run? I'd dive in deeper if you could provide a minimal runnable example (maybe as a gist). Another minor performance hint: I'd...

Just discovered passenger, sounds like a gift from heaven. :+1: In the project I want to use to explore passenger, I can set specific ports (or env var names to...