Marco Pappalardo
Marco Pappalardo
Hello! If https://www.iterm2.com/3.0/documentation-shell-integration.html are installed and sourced in the bash profile: ``` test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" ``` chruby stops working even if .ruby-version is present in a folder
This just makes the app compile out of the box on iOS 15
Fixes #124 Edit the Scheme of the 2 ARC test project and makes them sharable. Please if this is merged, can you generate a new tag on Master? Else Carthage...
Hello, When trying to use Reachability via Carthage the following error is triggered: ``` Project "MacOSReachabilityTestARC.xcodeproj" has no shared schemes ``` I guess both the MacOS and the iOS should...
``` - Target "XYZ" has a missing source directory ``` Would be great to have a `option` similar to `generateEmptyDirectories` that allows the creation of missing source directories. Would help...
Hello. I made a small demo app to verify the crash I have in my production app. I tested this app with the default style and it works successfully. We...
Hello, `MGLCameraChangeReason` is reset in the mapView only when `regionDidChange` is called. Problem is that Programmatic changes (like `setCamera`) are not calling `regionDidChange` `regionDidChange` is only called from a gesture...
Hello! I am sorry I can't provide many more debug details. We are using `bitrise` with `fastlane` and `xcbeautify` to run our iOS builds. all of our builds had extreme...
Hello, using ```NSLayoutConstraint.autoSetPriority(.init(rawValue: 900)) {}``` to setup some constrains with a specific priority makes the application crash if the constrains are set on a CollectionView. Remving the autoSetPriority makes the...
`mint cleanup` would work like `brew cleanup` and remove all non mintfile packages and provide a option to fully uninstall all packages (to get a clean env)