Fabio M. Costa

Results 46 comments of Fabio M. Costa

What about the having the ability to disable it based on a list of hosts? Ex: have it disabled for mail.google.com etc...

Be careful with the suggested solution, the method type in this case is not properly "forwarded". See this example: ```js class X { x: Function; constructor() { super(...arguments); this.x =...

My suggestion: ```js import { Text, withFocus } from 'react-ape'; const Item = ({focusPath}) => { const style = focused ? { outline: '1px solid blue' } : {}; return...

@jbwyme any change this will could be merged? I just wanted to start a conversation. What are the browsers this library has to support?

Let me know if you're moving forward with this, I can solve conflicts to get it merged, but since I didn't get an answer from the beginning I'm not going...

Let me know if you're moving forward with this, I can solve conflicts to get it merged, but since I didn't get an answer from the beginning I'm not going...

Interesting, feel free to mention me as you did on the other reports, I'll be able to help quicker. I'm leaving now, but I'll see if I can take a...

@AndrewSouthpaw I'm guessing changing the unit tests to use `Config` would also be good. I'll try to find time this week.

@bernardofire we have 2 ways of doing the same thing right now. Every web developer should be familiar with CSS, it's definitely not a barrier.