Armand van der Zwan
Armand van der Zwan
I was trying to make Publish, and it seems to stop at ShellOut: ```swift build -c release Fetching https://github.com/johnsundell/plot.git Fetching https://github.com/johnsundell/shellout.git Fetching https://github.com/johnsundell/codextended.git Fetching https://github.com/johnsundell/sweep.git Fetching https://github.com/johnsundell/ink.git Fetching https://github.com/johnsundell/files.git https://github.com/johnsundell/shellout.git...
**Is your feature request related to a problem? Please describe.** No, it's not. I just had a brainwave. **Describe the solution you'd like** Wouldn't it be great if we (all)...
Would be nice to mention that in the walkthrough.
I think you need a release of the path you create at line 401 of UIBezierPathSerialization.m `CGMutablePathRef path = CGPathCreateMutable();` Maybe insert between line 449 and 450? `CGPathRelease(path);`
``` "verbo": "hablar", ... "indicativo": { ... "presente": { "yo": "me hablo", "tú": "te hablas", "nosotros": "nos hablamos", "vosotros": "os habláis", "él\/ella\/Ud.": "se habla", "ellos\/ellas\/Uds.": "se hablan" ``` Pienso que...