ilu33
ilu33
Or he could use a "release" page on github for distribution to us Waterfox users. I just discovered this addon and I absolutely love it! Or maybe development is dead...
Great! I hope soon :-) I think he was already half way there. Just the frontmatter looks wrong and not in the right place.
Solution to this annoying but ignored problem as long as the menu uses a sidebar: Modify maintenance template like this ``` {% extends 'partials/base.html.twig' %} {% block sidebar %} {%...
It would really help if you included this explanation and maybe an example in the readme (here and on the login-plugin readme). Hiding the menu is a frequent question, usually...
Editing the README.MD like this would help everyone: ``` If you don't want the menu to show up during maintenance you can remove it. In case of learn2 theme the...
I cannot edit comments on github anymore. I used backticks instead of quotes, sorry about that.
I tried to convert with python-walrus but ran into another exception. ``` File "~/.local/lib/python3.7/site-packages/walrus.py", line 524, in _process_funcdef func_def, func_name, func_param, func_op, func_suite = node.children ValueError: too many values to...
``` if credentials: token = credentials.get("token") if token: self.headers["authorization"] = f"token {token}" ``` ?
Changed the code as shown above and program is running without errors again. Haven't tested the github token stuff though.
@DUTNO1 Changing that did not help. Does it work for you? @omicron-o Do you have any idea how one could include the modified library you mentioned instead of the on...