Aleksandar Vacić

Results 18 issues of Aleksandar Vacić

I added an option to choose where the web browser control buttons (back, fw. share etc) located. By default it stays in the toolbar at the bottom, but you can...

As the title says, this is just inquiry is it planned / possible on Windows?

Windows

This seems interesting but would be easier to pick up if you had an example project. I assume this only works for the simple translations and it's not intended to...

Implemented Resource Owner Password Credentials flow, as described in [RFC 6749 4.3](https://tools.ietf.org/html/rfc6749#page-37) It's an extension of the Client Credentials flow.

I hate to re-invent hot water so I picked up the Server Trust handling from Alamofire. Added Extension to URLSession to pick up current serverTrustPolicy from HTTPConfig struct, which is...

Sprinkled `Sendable` and `@MainActor` as needed. Converted few `var`s into `let`. Set `strict-concurrency-checking` to `Complete`. Moved minimum deployment to iOS 15, tvOS 15, macOS 10.15 (concurrency aware versions). Updated version...

This board uses JHL7540 controller, Titan Ridge. I tried with pre-release version from sep 2019, it halts with this error: ![IMG_8612](https://user-images.githubusercontent.com/80697/103479132-d1e3d000-4dcb-11eb-85b2-f68a38926149.jpg) I also tried version from issue #4 (which is...

I just got this crash report. I assume it's this closure u in `File.swift` file ``` private func write(_ text: String?) -> String? { if let str = text, !str.isEmpty...