allo-
allo-
Seems to be just ``extensions.https_everywhere.toolbar_hint_shown``, which opens two tabs when the toolbar hint is closed.
I guess it needs a third type of setting, "file" which adds a file to a defined path (not only in `extensions/` as folder).
Depends on the infrastructure for including files. https://github.com/allo-/firefox-profilemaker/issues/41
Needs a patched form render method/template and the `get_config_and_addons` method should be split to have a method, which returns the settings as list: - boolean: what is set for true/false...
Thank you. That is similar to what I am doing by hand currently. What is missing (and would work best when the nativefier script suppports it) is re-creating an app...
I implemented a simple verison in my fork: https://github.com/allo-/nativefier. You run `nativefier` as usual, but do not choose a platform (`-p`) and it creates a directory. You can then use...
Other messengers have solved this by linking a Jitsi meet instance, see https://delta.chat/en/2020-07-30-summer-update When [basicWebRTC](https://github.com/cracker0dks/basicwebrtc) is detected, they can even embed the call (I did not try this, yet). Maybe...
As a user I am mostly interested in a solution that works. For group chat I really like the Jitsi meet app at the moment, but you cannot call someone...
In addition, some relationships should be coupled, like parent and child. This needs to take into account, that now relationships like "son" and "step son" need to be separated, as...
I think transitive may be complicated. There are paths that are ambigous or do not have a clear name. But symmetric relationships should be well-defined for everything that is clearly...