Results 9 issues of Farhan Ahmed

Currently I can't find this, but would like to have added to the wrapper to include the ability to create a new access control object that can take as input...

After checking out v1.5.2, Xcode 8 was still complaining/recommending updated project settings. This pull request resolves those warnings in Xcode 8.

If I have a method like: ``` func init { let something = 1 let another = somethingElse(start: 0, end: 1) let anArray = [ "1", "2", "3" ] if...

Anyone know if there are plans (I suppose there are always plans 🙂) to support Apple Silicon (arm64, along with Intel) architecture? I am more than happy to submit a...

Hi, I am trying to show both local and remote branches for a repository. Therefore, I am using the method `-branches:` that is [available](https://github.com/libgit2/objective-git/blob/249b64cc9301c70b11e25c5fb6339f83f040ee2e/ObjectiveGit/GTRepository.m#L475) on the `GTRepository` class. In the...

The fix for issues #66 and #67 is accomplished by extracting the project setting logic into its own class and using a closure to defer processing until project settings have...

I understand this is not the typical swift format and majority of the code in the wild (at least on GitHub/GitLab) don't align assignments. That said, this is my preferred...

enhancement

These pragmas are applied after opening a connection; e.g. enforcing foreign keys. ## Examples ### Using the `.bootstrap` method ```swift struct MyApp: App { let db = { let pragmas:...

Hi, I have recently started using the wonderful Lighter library as a potential replacement for SwiftData. I wanted to know how do I enable the functionality for the cascade deletes...

enhancement
help wanted