Andrey Novikov

Results 149 comments of Andrey Novikov

Don't change ini files directly, instead change configuration programmatically, as shown here: https://github.com/Envek/obs-studio-node-example/blob/e6268687c9eabcc50c063f9ef95f7e8abfc110ea/obsRecorder.js#L69-L77 Beware though, that API doesn't match configuration files format 1-to-1 and I believe that there is probably...

@GaeTheDev take a look at https://github.com/Envek/obs-studio-node-example/issues/12#issuecomment-636672631 Does it solve your problem?

Sorry, for now I don't have capacity to look into it. Maybe you need to post an issue into [obs-studio-node](https://github.com/stream-labs/obs-studio-node) itself as they are developers, and I'm also just a...

So, I suppose, you try to run it on MacOS? Currently this demo application is only for Windows. You can try to grab link for MacOS obs-studio-node build from [streamlabs-obs](https://github.com/stream-labs/streamlabs-obs)...

Try to take newer version from #19: https://github.com/Envek/obs-studio-node-example/blob/7914078452853ba04d9affe24cb7481485299a61/README.md#L36 Link to `obs-studio-node-0.5.215-iojs-v6.0.3-osx-release.tar.gz` was taken from Streamlabs OBS codebase when @stream-labs folks were still working on MacOS support (and it wasn't finished...

Yep, will do a new release. Going to bump a minor version at least, as it feels to be a bit breaking change.

Released in [1.2.0](https://github.com/anycable/graphql-anycable/releases/tag/v1.2.0)

> any chance you could bring that back, and take it out in 2.0? Nope (too late) Use [1.1.7](https://github.com/anycable/graphql-anycable/releases/tag/v1.1.7) instead.

@awlayton, thank you! You saved me a plenty of time figuring these typings by myself. However, when I tried to copy these into my project, I got a bunch of...