Hans Schülein

Results 46 issues of Hans Schülein

When using arrow keys to select a row the blue (OPEN) button will immediately turn white. But using the mouse will have a short lag which looks suboptimal and weird....

bug

When increasing the size of the window vertically or diagonally it is very jumpy. Decreasing the size is fine. **Version** - OS: 11.2 Beta - Xcodes: 1.0.3 (4)

bug

I created a font with Ligaturizer (Liga SF Mono). In Font Book on Mac it shows up as monospaced, but on iOS it is lacking the [`traitMonoSpace`](https://developer.apple.com/documentation/uikit/uifontdescriptor/symbolictraits/1616708-traitmonospace), hence why it...

help wanted

There is a contrast difference between the background color of the panel and the background color in the terminal. Can an option be added to match the panel background color...

Can this be achieved either with an event listener (I could not find a really suitable one in the documentation) or a timer running every 5 or 10 seconds that...

No time to make a separate pull request for this, but I got the scraper working: ```python import ui import time class Scraper (object): def __init__(self, url, js = 'document.documentElement.outerHTML'):...

I am not sure what one could do to fix this, but I had to uninstall textor so I could view a .usdz file from the files app. It would...

Because this can't be the correct way to do it ```swift // bgc is a UIColor let h = bgc.hsvValue?.h ?? 0.0 let s = bgc.hsvValue?.s ?? 0.0 let v...

Can we have a circular HSV picker like this one: ![image](https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/images/color-picker-ring.png)

Minimal working example ```latex \documentclass[a4paper]{article} \usepackage[german, ngerman]{babel} \usepackage{ngerman} % I am the bad line \usepackage{pythontex} \begin{document} \begin{pycode} print("y") \end{pycode} \end{document} ``` Running ``` xelatex mwe.tex ``` yields ``` ! Argument...

doc