God

Results 42 comments of God

Did a bit more testing, and I now understand the problem more clearly. The issue actually arises when invoking the reply with any truthy non-error value as the first argument....

Sure thing. In this example, the server invokes the reply with the first argument being any truthy non-error value. In other words, anything that evaluates to `true` and isn't a...

Another use case that unfortunately is restricted to weak hashes is Google Drive. I have a project that needs to locally cache several thousand files from Google Drive, which only...

I'm intermittently running into this on [nodecg/nodecg](https://github.com/nodecg/nodecg). As of yet I've not been able to identify the root cause.

For easier testing, here's a RunKit that reproduces the issue: https://runkit.com/embed/03r03xdac3gn

@caridy The RunKit I linked is running Node v6.11.2, and I can also locally repro it on Node 8. I believe the issue is unrelated to the version of Node...

I am interested in having the ability to have full, arbitrary control over where every audio source in OBS gets routed. My specific use case is that a show I...

My gut feeling is that it should be busses. Not only does it add the useful abstraction you mentioned, but the program could also let a user assign an audio...

I am very interested in browser-based transitions. I currently use the following hack: 1. Play a Stinger that is simply a transparent `.mov` file of a known duration. 2. Using...

I'm trying to do something similar. My goal is to enable clients to connect to the service without having to have the proto file baked in to their own source....