jonschz
jonschz
### The problem ### I have had several problems with the Rightarrow style, which have their root in the way `/tikz/double` works. 1. In several editors, one (or both) lines...
If you have "restore last session on startup" enabled, Sync Tab Groups correctly remembers which group you were in and shows the active group in bold. However, if Firefox cannot...
### Environment - TeXstudio: 4.2.3 - Qt: 6.3.0 - OS: Windows 10 - TeX distribution: miktex ### Expected behavior My LaTeX file compiles without error ("process terminated normally") and produced...
### Environment - TeXstudio: 4.2.2 - Qt: 5.15.2 - OS: Windows 10 - TeX distribution: miktex ### How to reproduce Not sure if this is a bug, feature request, or...
The following code was generated on comtypes 1.1.14 using `comtypes.client.GetModule("portabledeviceapi.dll")`: ```python class IEnumPortableDeviceObjectIDs(IUnknown): """IEnumPortableDeviceObjectIDs Interface""" [...] def __iter__(self): return self def next(self): item, fetched = self.Next(1) [...] def __getitem__(self, index):...
Dear Pomax, first of all, thank you so much for your work! My project would not have been possible without it. I gave the due credits in multiple places. My...
The standard treatment of argument directions is as follows: - An `'in'` argument must be provided and is not returned. - An `'out'` argument is returned by the function and...
The single biggest issue I had with Google Calendar and Thunderbird was the lack of support for event colors. In this proof-of-concept I approach this issue the following way: *...
Hello everyone, I am not sure if the following is a bug: First I configure a key binding for `git-graph.openFile`, let's say F4. Now, when I press F4 in an...
Continuing the discussion in https://github.com/jellyfin/jellyfin/pull/9043 here. As a quick recap, the underlying issue is that Jellyfin does not prevent Windows from automatically entering sleep mode after X minutes even when...