Hesham Salman

Results 11 issues of Hesham Salman

SearchRecentStore & BookmarksStore have different impl., behavior.

🎯 project management

Our current `Store` protocol implementation has O(n) performance for a lot of operations, due to the use of an array instead of an ordered set. Caveat is that `NSOrderedSet` and...

🆕 feature request

### What problem or need do you have? Cross import overlays are a compiler feature that's been available for some time. Although not documented much beyond the [initial proposal](https://gist.github.com/beccadax/8f35216340e829efa5e9c1fc090fda09) and...

type:need/problem

### Summary I've noticed that we occasionally get duplicate entries in merged sources of generated files. It often takes the form of: ```swift public static var __mergedSources: [any ApolloAPI.SelectionSet.Type] {...

bug
needs investigation

### Use case I would like to be able to generate the operations independent of the response models, such that the response models (initially) return a JSON dictionary. ### Describe...

feature
codegen

This should have a tvOS release; there's nothing unique to iOS in this setup and hypothetically this could also be used in tvOS.

help wanted

Saw in the iOS Folks Slack that people were asking about licensing. I don't know what license you'd prefer – I was actually torn between this and the [Unlicense](https://choosealicense.com/licenses/unlicense/) (which...

### What are you trying to accomplish? I noticed that in situations where we have a large number of local cache updates and network cache updates, that we end up...

When I start debugging, I get the following error message: ``` Could not start debugging because executable "/Applications/Xcode-15.3.0-Beta.3.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB" was not found. ``` Interestingly, I don’t have this version of Xcode...

### Use case Currently, we output one file per operation or fragment definition. However, we've found that we can improve our overall compile time by limiting the number of output...

feature
codegen