Physikbuddha

Results 12 issues of Physikbuddha

This PR adds support for keyboard shortcuts and closes issue #26.

The current solution to switch between individual posts by swiping left and right incorporates a `UICollectionView` which is good but not perfect for this kind of full screen presentation, as...

It would be great to have an option that restricts the height of images to the available size, so that you can view an image without having to scroll. Maybe...

Change the existing buttons to UIButtons or implement pointerInteractionDelegates to the existing ones to add mouse discoverability: https://developer.apple.com/documentation/uikit/pointer_interactions

Hardware keyboards are not working due to a lack of [UIKeyCommand](https://developer.apple.com/documentation/uikit/uikeycommand) support. Some shortcut suggestions: Arrow left / right: Prev / Next image W: Upvote S: Downvote F: Favourite Option...

Rotating your device from landscape to portrait or vice versa causes visual problems: ![CB6818D4-AB9A-482D-BA4F-9BCC8D049772](https://user-images.githubusercontent.com/8708554/119221927-114c5800-baf2-11eb-802d-1b0950855cc1.png) This is probably due to the app not recalculating the available viewport width in `viewWillTransition(to:with:)` This...

## Detailed description I'd like to see serialization support for object properties of type "iterable". They should be treated the same way as arrays (or more precise sequences). ## Context...

Please bear with me if I get this wrong, but as far as my understanding of this extension goes, there are different plugins to show blog posts for a certain...

https://aimeos.org/docs/2024.x/frontend/html/checkout-components/#change-checkout-steps names `client/html/checkout/subparts` as the configuration path to configure the checkout steps. However, the correct configuration path should be `client/html/checkout/standard/subparts`.

Entering an invalid coupon code in the basket checkout page causes the "Checkout" button to disappear. Before entering the code: ![2024-10-30 13_54_29](https://github.com/user-attachments/assets/e6fb2bb3-38e0-44e0-99f1-76eda7a5be80) After entering the code: ![2024-10-30 13_56_10](https://github.com/user-attachments/assets/7e64b092-e7e1-429d-a1d4-bb84f89730a3) This is...