Bruno Virlet

Results 32 comments of Bruno Virlet

@gshahbazian did you implement `async` variants of `expect`?

Hi everyone. Could this be merged since it has been approved?

> Hello, engineer at Evernote here. It is a known limitation that our iOS SDK does not support Google sign-in. We currently don't have plans to prioritize this issue. PRs...

This would be a great addition. Can this be merged?

This is a serious issue since it won't be possible to submit apps with UIWebView. If this project is deprecated, can someone as Evernote let us know?

Hello! Could this be merged? Carthage is a standard of package management on iOS. It would make sense to support it and this change is very minimal.

@tboyko false alert or solved otherwise?

- Have you tried downgrading to Redis 3.x? - You should try to use `memory_profiler` to see what you can reproduce. - I'm having an issue but I can reproduce...

You're not seeing a leak, you're just seeing Ruby's memory grow and it ends up plateau-ing. See the output of your tweaked gist: https://gist.github.com/bvirlet/41b99f256c8412f2518b8d40ca5fb946 ``` start: 12,724 kilobytes after cleanup:...

Have you tried using: ``` public func setAttributedText(_ attributedString: NSAttributedString, afterInheritingLabelAttributesAndConfiguringWithBlock block: ((NSMutableAttributedString) -> NSMutableAttributedString)?) ```