Philipp Gesang

Results 19 comments of Philipp Gesang

What needs to be done in order to get his option stabilized? Cargo pulling in Windows and Redox deps unconditionally is currently forcing us to patch the ``Cargo.toml`` files of...

Looks like the search paths have not been updated. Running `mktexlsr` should fix that. (The table _caches_ was introduced by the git update.)

ยทยทยทยทยทยทยทยทยท > I wonder what would be the best interface for this sort of feature. Regardless of the fontspec interface to load them in the first > place, I'd like...

Blacklisting is a permanent measure. When manually disabled via the button Iโ€™d expect the addon to preserve that state until I manually re-enable it. Modifying the blacklist to temporarily disable...

> Looks like it is a browser issue, not the plugin. It worked correctly in vimperator. There has got to be a way of coaxing Firefox into accessing the correct...

> Same on Arch when building from the cctools-git AUR package. I had to edit the PKGBUILD and add `CFLAGS='-U_GLIBCXX_ASSERTIONS'` and `CXXFLAGS='-U_GLIBCXX_ASSERTIONS'` to the configure line to get it to...

Cool. Another situation where assigning custom types would be beneficial is when you have a ``&str`` or ``Cow

> Hmm, easiest thing would be a generator option specifying not to generate the Display trait. That would be useful for other traits too. I just tripped over the ``PartialEq``...

In case it helps, I just had a similar issue on a nix install that I updated from the python 3.7 version of the script to 3.9. After the upgrade...

> This might be happening because the input field is no longer a "password" field, per [element-hq/element-meta#2888](https://github.com/element-hq/element-meta/issues/2888) Interesting, thanks for digging that out. Could this be brought back in a...