Rodney
Rodney
> > > > the deprecations made in 30.1 are too recent to fully remove already. > > > > > > > > > The 30.1 deprecations might be...
> Here is a way to ensure that only obs-widgets.hpp can be included. The intention is that singular widgets can be included where other are not required, so I don't...
I'm open to suggestions for the name, I just didn't like a generic `obs-widgets`, and I wasn't sure about just going with `yami` since that's the theme/visual identity, and while...
"playground" perhaps?
Updated to rename it to "Playground"
1. Restored it for themes that had it, it wasn't used in this PR and I didn't realise it was used by urs 2. Yeah colours and styling should be...
> Good point, if the `std::string` storage is UTF-8-based, the value needs to be converted to the correct encoding of the path `value_type`. > > _Unfortunately_ `u8path` has been deprecated...
This is probably just due to the GPU switching to a higher clock speed once you're scaling, resulting in the average time to render going down. Use a tool like...
In implemeting this in https://github.com/obsproject/obs-studio/pull/9122 I was wondering if perhaps there is a need for something like `bool os_keychain_available(void)` to query keychain support? This may be important mostly on Linux...
Updated with `os_keychain_available()` and a `label` parameter that is used to specify a user-facing name for the group/service a keychain entry belongs to, e.g. "OBS Studio OAuth Credentials".