go-obs-websocket icon indicating copy to clipboard operation
go-obs-websocket copied to clipboard

Go client for obs-websocket

Results 6 go-obs-websocket issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...

dependencies

Update to obs-websocket 4.8.0

Stuff like this is really gross: https://github.com/christopher-dG/go-obs-websocket/blob/2efc3605bff52dbb4e4043286352d90e9b3061ac/requests_streaming.go#L246-L256 Implementing something along [these lines](https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis) would be much nicer. Maybe it's also time to look at using `go generate`, since the Python script...

It looks like nested objects in JSON aren't correctly encoded or parsed: `position.x` or `position.alignment` will always be 0 because that's not the correct JSON key. The key is `alignment`...

It would be nice to have updated bindings to support newly implemented API functionality. Could you also document how you generated the sources, because I can't quite figure out how...