Thomas M Kehrenberg

Results 112 comments of Thomas M Kehrenberg

I reported it here: https://github.com/python/mypy/issues/13824

Hmm, I can still reproduce: ``` tmke8@ubuntu:~$ pip install git+https://github.com/pandas-dev/pandas-stubs.git Collecting git+https://github.com/pandas-dev/pandas-stubs.git Cloning https://github.com/pandas-dev/pandas-stubs.git to /tmp/pip-req-build-fb3nmjwl Running command git clone --filter=blob:none --quiet https://github.com/pandas-dev/pandas-stubs.git /tmp/pip-req-build-fb3nmjwl Resolved https://github.com/pandas-dev/pandas-stubs.git to commit fbec52bbff022384bd30bd69dcda776c22d19729 Installing...

Alternatively there could maybe be a shortcut to jump to the last point where insert mode was used. The advantage would be that this could work even across files.

Wouldn't the following work? - if the Wayland compositor supports the [xdg-decoration](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml) protocol, use it for the titlebar to get a native-looking titlebar - if the Wayland compositor does not...

GNOME doesn't support server-side decorations in Wayland, so having native titlebars on GNOME is going to be difficult. There was a comment about this above: https://github.com/zed-industries/zed/issues/14165#issuecomment-2297380547

> There is a Bugzilla [issue](https://bugs.webkit.org/show_bug.cgi?id=129097) which I believe alludes to the problem. That seems to be a webkit issue. I think this is the Firefox issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1816217

Looking at the `#[cfg(feature = "fontconfig")]` code in fontdb, it seems to me it's pretty close to a solid fontconfig replacement. It uses [fontconfig-parser](https://crates.io/crates/fontconfig-parser) to parse the config files, so...

Another option: selecting colors requires pressing shift as well. So, for example, shift+Q selects black while just pressing Q toggles the tool lock, as before. EDIT: right now, there are...

One problem with `` is that it's not part of [MathML Core](https://www.w3.org/TR/mathml-core/) and so has poor support in browsers (only Firefox supports it). However, there have been discussions about adding...

The `D` warnings come from [pydocstyle](https://github.com/PyCQA/pydocstyle), not pylint. Sphinx can take the documentation both from the class docstring or the `__init__` docstring. You can control which with this setting: https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content...