Eric Marchand

Results 122 comments of Eric Marchand

I have the same issue, maybe an soundcloud issue with google... We cannot test soundcloud login using safari or any mobile web browser, because soundcloud want us to use phone...

then use https see demo app for some provider two solution - have an internal web view and when url change call `OAuthSwift.handle(url: url)` in the web view delegate -...

There is not planning to implement it But if I can test it and with some help I can integrate it with the one planned for Xcode 11 @flangel Did...

I am not familiar with rust, packaging, types, etc... but I can read some code https://github.com/rust-lang-nursery/rand/tree/master/src/distributions and see mention of zigurat, exponential distrib, etc... ### Be fast There is more...

I can rename but I will make my mode less intrusive, so it is not always fullscreen Set `fullscreen` only if in `automatic`, so if someone choose explicitly an other...

I has made my code more restrictive to fix the segue but! I see that fixing the segue is not the solution In you test the demo app, which is...

I try something like that using a CSS parser (like 100mango/SwiftCssParser, ...) but plist or json it's easier to load file `Bundle(forClass: self.dynamicType)`

I play also with https://github.com/146BC/StyleKit, https://github.com/akane/Gaikan but I want the result in storyboard editor, not at execution time I try also to edit storyboard XML (by modifying https://github.com/krzyzanowskim/Natalie) to edit...

If you parse your own style sheet(in code or file using the good Bundle to read file) and apply directly to some view attributes, yes it will work on the...