MichaIng
MichaIng
Whether it's `string` or `?string` needs to follow the interface vice versa and there was no final decision about yet: https://github.com/nextcloud/server/pull/27929/files#r695632608 Generally `null` passwords were made explicitly possible here: https://github.com/nextcloud/server/pull/29200...
https://github.com/nextcloud/server/pull/27929 has been merged, so work here can go on. When the new interface is used, a password must be set, the string is not nullable at server side.
Vote to get this confusion fixed: https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794/41?u=michaing 🙂
@facelessuser I was just having a look for a possibility to define a custom provider and found your idea a while ago that moreless matches to what I had in...
> What do you mean wrong/missing shorthand icon? As I understand [your idea](https://github.com/facelessuser/pymdown-extensions/issues/583#issuecomment-497981849), it was not to allow completely customised providers with custom icons, and an own set of associated...
> Yeah, there are no icons by default. Any you see in the documentation is due to CSS playing off the classes. I just recognised this now on reviewing a...
Probably it's possible to have that merged with the SysV service default file: https://github.com/openenergymonitor/emonhub/blob/master/conf/default/emonhub Not uncommon for systemd units to use `/etc/default/` as well. But I see the issue that...
The `which sh` mocks in tests need to be adjusted accordingly: https://github.com/pi-hole/pi-hole/blob/0f74165/test/test_any_automated_install.py#L795
> I thought both codes would report the same output. They usually do, but in the test environment the output needs to be faked/mocked for system/architecture dependant tests. And `command...
Strange, tests fail with the same error. Mocking multiple arguments via `-v sh` works, or need individual arguments be separated? Or does it have issues with shell internals (`which` is...