Jacob Rhoda
Jacob Rhoda
Partially addresses #26. This PR adds the ability to merge the currentVersion property for the XCVersionGroup dictionary. If both branches have diverged from base, then it fails. This doesn't fix...
It seems I'm running into a crash with the latest version of mergepbx. My Xcode project is from the latest 8.3.1. ``` Traceback (most recent call last): File "", line...
### How frequently does the bug occur? All the time ### Description I've been trying to debug a UITableView crash where there is an inconsistent number of rows. I can...
**Is your feature request related to a problem? Please describe.** I've noticed that I am repeating text sizes all over the place when I am placing an icon next to...
There should be a way to have the toast show up under the navigation bar. I think is you have a "sticky" toast shown to indicate a refresh, then it...
Is there a way to change a property, while a notification is in fligh? For example, changing the outgoing animation based on user interaction.
I've noticed that status bar notifications aren't spaced out really well when they have images and/or an activity indicator. We should be able to specify how much padding we want...
How can you disable user interaction using an option? I've tried setting an empty array for kCRToastInteractionRespondersKey, but it merges that and the defaults instead of overriding it.
It seems like UIVisualEffectView is getting hidden in the `updateUIView` function. The guarded unwrap of `context.environment.visualEffect` fails and causes the `uiView` to get hidden. However, the visualEffect environment property *is*...
I ran into an issue today where `.nbNavigationDestination` would recompute the destination view, even when the path had not changed. Most of the time, this shouldn't be an issue since...