Sören Nils Kuklau

Results 86 issues of Sören Nils Kuklau

### Is your feature request related to a problem? Please describe WinUI's TabView has features the WPF TabControl lacks: ![image](https://github.com/lepoco/wpfui/assets/20194/9f0216ca-7cc4-4154-8601-50697b3d8df4) For example, * tabs can be dragged to change their...

enhancement

### Describe the bug The default style for `` doesn't seem to set a drop shadow (or any other kind of border). However, the style for subseqent submenus does. ###...

bug

(Maybe I'm missing a step where I need to tell `swift-log` not to swallow them?) Given the following code: ```swift logger.debug("debug") logger.info("info") logger.critical("critical") logger.error("error") logger.notice("notice") logger.trace("trace") logger.warning("warning") ``` And a...

[My fork](https://github.com/chucker/MastodonKit) is in turn based on [another fork](https://github.com/brunophilipe/MastodonKit) from [almost four years ago](https://github.com/MastodonKit/MastodonKit/compare/master...brunophilipe:MastodonKit:master). I wonder how realistic it would be to reconcile those changes, and how much interest there...

Implements #110 ## ToDo - [ ] the layout as a whole needs to be shrunk. - [ ] toolbar button to show and hide this. Do we want this...

Suppose you have the Notifications, Home, FooList. But you want Home, Notifications, FooList. Right now, that would be awkward to rearrange. Drag & drop would be nice here. We probably...

- [x] '+' in the path - [x] '@' for user names

Best as I can tell, the current status is: - [x] API: [Support fetching a status's language](https://github.com/chucker/MastodonKit/blob/master/Sources/MastodonKit/Models/Status.swift) - [ ] API: Support writing it when posting a status - [...

You're in the new toot window (1), then add an image, which has a little thumbnail, where you click on a bubble (2), and that opens a popover (3), which...

enhancement

Requested at https://mstdn.social/@MaryHenryGEO/110944566802463482 `@IBAction func next(_ sender: Any?)` ultimately finds an existing Keychain entry with `func clientAppRegistration(for instanceBaseUrl: String) -> ClientApplication?`. At no point is there a prompt if you...