Gaston Morixe

Results 44 issues of Gaston Morixe

I have optimized withHandlers like this ```js const withHandlers = handlers => (props: any = {}) => { const realHandlers = React.useMemo( () => (typeof handlers === "function" ? handlers(props)...

To work on cypress we should add this to step function ```js cy.on("fail", (error, test)=> markRemainingTestsAndSubSuitesAsPending(test)) ```

Why isn't image property allowed to be set? I'd be cool to be able to disable title text too. For only image buttons. Thx!

t1:enhancement

``` swift for v in (self.tabBar.subviews as Array){ let z = "ntCol" let b = "setUnselect" let s = "_\(b)edTi\(z)or:" if v.respondsToSelector(Selector(s)) { v.swift_performSelector(Selector(s), withObject: UIColor.redColor()) } } ``` I...

https://github.com/navjobs/upload/blob/cc04a42debd8a6e01797050db8c4866892cf40ee/src/request/index.js#L29

Hi, I'd like to know if there's a way to have a callback method like `def subscribe` for subscriptions but for **unsubscribed**. We have a lot of context information in...

Right now `findRowUnderActiveRow` needs to be called on every single Y position change. I see some performance issues in iPhone 6 which is really bad. To be able to `throttle`...

I have a paid Apple Dev Account already and I have created a safari cert. Steps? I tried using the scripts but I failed :) Thanks!

question