Hans Schülein

Results 46 issues of Hans Schülein

During the day my terminal is in the tomorrow-light theme. This results in `print(run(...))` not really rendering the prefix because it uses the same white color as the background. Can...

Corrected tests for updated `select_multiple` and added test for Keyboard Interrupt. This entailed adding [an option for keyword arguments](https://github.com/Kamik423/cutie/blob/4297862762e5192a7fdd84cc5b7403164d5b1d48/test/__init__.py#L8) to `PrintCall`. Example [here](https://github.com/Kamik423/cutie/blob/4297862762e5192a7fdd84cc5b7403164d5b1d48/test/test_select_multiple.py#L16).

As discussed in #7 it would make a lot of sense to shift cutie to a class structure to allow for overall customizability. This is a modified and updated version...

discussion

Keys entered into `prompt_yes_or_no` do not work if they are in the arrow key list. This currently concerns `jk`, which do not pose a real issue for the English language,...

bug

With two displays not having the same scaling the features are different sizes. I have my 5k iMac monitor set to the smallest possible scaling (smallest text – most content)...

enhancement

When using `browser.get(url, stream=True)` it does not in fact stream, but wait for the entire content to download and add it to the soup. One has to do `browser.session.get(...)`. This...

Notifications have stopped working again (yes, they are enabled in settings). iPad Pro (12.9-inch) (3rd generation) – iOS 12.3

The current version has black bars on the top and bottom (letterbox compatibility mode) and forces other apps into the same mode in split view. Could you rebuild the app...

Is there any way of executing code when a panel closes? I tried overriding different methods I can see in the open source code, but most are in extensions and...

enhancement

It would be great if it were possible to have tabs, like in Goodnotes or Safari ![alt](http://creativedigitalplanning.weebly.com/uploads/5/4/9/9/5499619/shiny-gold_1.jpg)\ They would be created when dragging a panel over a non-floating panel. I...

enhancement