Julian Waller
Julian Waller
@mvaneijken your issue sounds different. And yours sounds like some known issues with emoji (see #2832). Unfortunately this is not simple to fix with the current drawing library, so won't...
This is resolved in the latest release (v3.4.0)
I don't know how easy it will be to figure out some of these values, especially figuring out how to make them consistent across each os. But if they can...
In beta there is now `$(internal:hostname)` and `$(internal:hostname_fqdn)`. For the fqdn, it is using https://systeminformation.io/os.html which uses some platform specific strategies for determining https://github.com/sebhildebrandt/systeminformation/blob/bb006e4ae2ffc21558e7d31622a673e3b12a38f0/lib/osinfo.js#L167-L201
This should be possible by setting the `NODE_EXTRA_CA_CERTS` environment variable (https://nodejs.org/api/cli.html#node_extra_ca_certsfile) for the module processes.
> I did evaluate how to use the OS specific certificate stores from Electron. I guess a problem here now is that we aren't exactly electron anymore, so using anything...
I'm not sure I follow what you are asking for. Could you provide a photo/mock up showing how you want to have your streamdecks arranged, and what regions of the...
I'm going to close this, as I think this is still lacking a justification on why this should be done. The current rotation modes are designed to make it easy...
This is a known limitation, as this is all the dropdown/select component we use supports. It probably is possible to improve this, but its not going to be easy
This is in the 4.0 betas