Peter Linss
Peter Linss
Hopefully the priority isn't lowered very much. While the Matterbridge solution is *something*, the UX is not very user friendly. Also, if the solution here is bridging rather than switching...
To be specific, what I'm thinking regarding integration is ideally changing Talk from being an XMPP client (and including an XMPP server) to just being a Matrix client. You should...
Just realized that merging windows on macOS creates an additional level of tabs for individual windows, each with tabs for repositories rather than merging windows as repository tabs of each...
Hi Dylan, just tested again and I can in fact drag a repo tab between two windows. I was probably confused initially and was dragging the window tabs rather than...
Here's pdoc's documentation: https://pdoc3.github.io/pdoc/doc/pdoc/#docstrings-for-variables epydoc's documentation: http://epydoc.sourceforge.net/manual-docstring.html#variable-docstrings Sphinx docs don't talk about them much but they are in the examples: https://www.sphinx-doc.org/en/master/usage/extensions/example_numpy.html The purpose is to add a description of the...
@twolfson I've been looking at the code to see about submitting a PR to fix this. I'm currently thinking this would be a *lot* easier to implement if the extension...
Ah, missed that, thanks. I'll check if those are physical or logical, I think they're physical. In the approach I was thinking about, flake8 calls the extension once per logical...
This appears to be a duplicate of #192
Can confirm the patch above works for me.
Another option (and a bit more modern JS) could be to use a dictionary initializer as a single argument to the constructor. It also buys you some extensibility and flexibility....