Frank Lehmann

Results 10 comments of Frank Lehmann

`@Persisted` to save `Codable` values as JSON to the hard drive.

When I try to use your PR with CocoaPods in a tvOS project like this: ``` pod 'Disk', :git => 'https://github.com/craigrouse/Disk.git', :branch => 'master' ``` I get this error: ```...

First of all, thanks for your efforts. It's working great, but I had to embed it without CocoaPods. I followed your advice and downloaded your project, and embedded it via...

Thanks for the offer, but feel free to do it yourself. Would be more work to fork and PR than the actual change :D

> @fl034 Are there cases where you'd want to dismiss the view and this will prevent you from being able to? @dehli yeah maybe some user has `isUserInteractionEnabled` set to...

I'm having the same issue if I set the `keyboardDismissMode` to `onDrag` or `interactive`. After using the specific gesture to dismiss the keyboard, contentInsets are not being restored. I did...

After a an hour of struggling, Xcode told me that the parameter name `initialValue` is deprecated in favour of `wrappedValue`. So the following should work ``` init(wrappedValue value: Value) {...

I'm trying out a few Swift CSV libraries for my current project. If this one is the one I will use eventually, I might find the time to implement it...

@tmolitor-stud-tu you're right, thanks for pointing that out! [sigAlgOID](https://github.com/filom/ASN1Decoder/blob/master/ASN1Decoder/X509Certificate.swift#L208) seems to be [RFC 5280 4.1.2.3](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.3). But there must be the same value in [RFC 5280 4.1.1.2](https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.1.2): > This field MUST...

@filom could you check this PR please :)?