Ma'moun Diraneyya

Results 6 issues of Ma'moun Diraneyya

Interested to hear any thought from the community on how to leverage this in a large team. We have so many separate packages that we would like to automate the...

**Is your feature request related to a problem? Please describe.** When consuming the package via SPM, consumers will still have to download the pods folder. This is ~40MB of totally...

build
pending triage

If you checkout the tag v1.2 in this level, there will be 3 commits only in the history: ``` repo.init FileUtils.touch("app.rb") repo.add("app.rb") repo.commit_all("Initial commit") `echo "Some code" >> app.rb` repo.add("app.rb")...

When subclassing the web browser view controller in Swift, the library seems to not access the resources anymore, making back / forward bar button images disappear.

In line 114, the function ignores the color parameter, with a hardcoded [UIColor whiteColor].

There're scenarios where you really need to know if the refresh control is currently refreshing. Thus, making 'state' a public property or even adding a new property (e.g. isRefreshing) would...