Casper Zandbergen

Results 21 issues of Casper Zandbergen

https://github.com/rechsteiner/Parchment/blob/c9268f4a987229f43e2ac9153d4596cf17ac36e7/Parchment/Structs/PageView.swift#L87 Calling didSelect (and other callbacks) twice overrides the previous callback without warning. Say a user wants to do some logic in their model and some logic for view state...

I can't get this repo to work with SPM. I get the following error: > The remote repository could not be accessed. Make sure a valid repository exists at the...

When you init a ResponderChain for a window you should be able to call `firstResponder = "Field"` on it from a different window, at least on MacOS. Currently this causes...

Add ResponderChainReader for syntax like ScrollViewReader and GeometryReader. ```swift ResponderChainReader { chain in HStack { TextField(...).responderTag("field1") Button("Focus") { chain.firstResponder = "field1" } } } ``` Maybe named ResponderReader?

How do you use this vertically?

This adds support for subgrids like mentioned in #7 I only tested this on one ship, maybe @mkaito can test this on his setup. I also had to change this...

### Description Currently the right click menu on the chat text says (empty), not sure if this is a bug. ### Suggestions "Paste" option for lazy mouse users ### Alternatives...

type:feat

Dock doesn't hide when opening fullscreen app (eg games) by clicking the application icon. When alt-tabbing into a fullscreen app it works fine. Worked fine in nobara 37, broken in...

This switches the window to the monitor on which you interacted with the dock. Since this changes behaviour I think it should be a toggle but Settings.ui is 3000+ lines...

This fixes spaces in file paths for me from r2modmanPlus side (bepinex also doesn't support this but those scripts dont update every time you restart r2modman so manual patches stay...