Peter Kos

Results 52 issues of Peter Kos

This may be out of scope of `fd`, but I think it'd be cool to have an indexed results list. I'm imagining a workflow like this, with `-I` for `-Index`:...

feature-request

Qilin has no close/minimize/fullscreen icons on the window control buttons when the mouse hovers over: As opposed to other mac apps, such as Firefox:

I'd like to be able to change the order of skills and jobs without copying & pasting manually. Maybe also an option to sort them in chronological/reverse chronological order?

feature-request

Hi there! I'd like to contribute to finishing this bullet point on the README: > Add missing modes for Melodic & Harmonic minor scales However I can't seem to find...

enhancement
question

The whitespace is already preserved, so another enhancement to the viewing of code might be cool.

Not sure how to reproduce this, but for some reason `maxNumSubviews` ends up being -1, which causes a crash in `TimelineTableViewCell` on this line: ```swift let views = viewsInStackView.count

## Background With SwiftUI being the way forward for iOS dev, I would have hoped GoogleSignIn had better support for SwiftUI. Unfortunatley there isn't any SwiftUI-focused documentation, and the patterns...

## Background I'm loading the `clientID` key from an `.xcconfig` file into an `AuthManager`, which is responsible for creating the `GIDConfiguration` object. ```swift // AuthManager.swift var config = GIDConfiguration(clientID: "asdf")...

enhancement

It'd be great if the cursor could have a `solid` mode that does not blink. Sublime Text has a few options("smooth", "phase", "blink", "solid"), but it seems easiest just to...

C-enhancement
A-gui

I've attempted to unify the code formatting across all the various .ahk (and .lua) files. I haven't had a chance to actually test it, so it may have a bug...