Markus Winkler
Markus Winkler
@QuynhNguyen I have different sources, hackernews (https://news.ycombinator.com) is pretty good, also heise.de (although german). Latest big reveal: https://medium.com/@chronic_9612/76-popular-apps-confirmed-vulnerable-to-silent-interception-of-tls-protected-data-2c9a2409dd1 One workaround (in theory) could be to implement a cloud code test...
Maybe someone from the community can implement it?
I managed to track it down, wasn't obvious. Problem was I used an app name that contained an "@". Easy to reproduce, just use this config file for parse-dashboard: ```...
Cool! :) I solved the bezier path. I wanted an icon to move along a path while getting smaller and fade out towards the end. ``` func QuadBezier(t:CGFloat, start:CGFloat, c1:CGFloat,...
great! very cool :)