Sylvain Guillope

Results 3 issues of Sylvain Guillope

This issue is probably related to #1189 but is focused on the encoding of path variables instead. We've recently upgraded to Spring Cloud to [`Hoxton.SR3`](https://spring.io/blog/2020/03/05/spring-cloud-hoxton-service-release-3-sr3-is-available) which includes a bump of...

waiting for feedback
feedback provided

Using AMRatingControl v1.2.0 ``` AMRatingControl.m:130:32: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0 - Use -drawAtPoint:withAttributes: AMRatingControl.m:147:23: 'drawAtPoint:withFont:' is deprecated: first deprecated in iOS 7.0 - Use -drawAtPoint:withAttributes: ```

If the name of the branch currently checked out contains the single-quote character `'`, `git up` fails with the following error: ``` Failed to rebase feature/john's-branch onto origin/feature/john's-branch Here's what...