Christoph Wiechert
Christoph Wiechert
We could simplify the CSS: * Drop bootstrap and use some lightweight specific own rules (or pick at least only used bootstrap styles) * Combine similar selectors * **Use CSS-Variables...
(closes #11553) CLA already signed
Set `doNotFlipLocalVideo=true` in config and choose a virtual background image => flipped https://github.com/jitsi/jitsi-meet/blob/master/react/features/virtual-background/components/VirtualBackgroundDialog.js#L483 ```js if (_localFlipX && options.backgroundType === VIRTUAL_BACKGROUND_TYPE.DESKTOP_SHARE) { dispatch(updateSettings({ localFlipX: !_localFlipX })); } else { // Set...
Hi, are there any plans to support Devices which are controlled 0..100% like dimmers, shutters and so on? Greets
Hi mates, I looked at client.js but I think to re-create a ``-Tag in an SPA env is not the preferred way. So I came up and _drafted_ an Utterances...
Would be nice to include `externalURL`, `generatorURL`, `startsAt` and `endsAt` from the alertmanager [POST-Body](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config) that we can include it in the template.
kube-vip v0.4.0 ```yaml containers: - name: kube-vip image: 'ghcr.io/kube-vip/kube-vip:v0.4.0' args: - manager env: - name: vip_arp value: 'true' - name: port value: '6443' - name: vip_interface value: enp35s0.4000 - name:...
In https://github.com/jitsi/jitsi-meet-electron/blob/master/app/features/conference/components/Conference.js#L216 we do not `JSON.parse()` the values of URL-Params (like config.channelLastN=0) which leads to errors cause it's all strings. https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.js#L57
Storing Metadata in `~/.config/configstore` is rather impractical. You should at least provide an option to set the path.
Hi, I cant use tus-node-server because `google-gax` raises compile errors. But the case is, I don't need any store (or rather implement my own) so it would be really good...