Paul O’Shannessy

Results 65 comments of Paul O’Shannessy

It's not abandonware but it is open source. I haven't had any time to see how possible this is with the extensions API. Hopefully soon but can't make any promises.

nsIObserverService, which was the main way this worked, is no longer accessible. Nor can I read prefs (or prompt?). Maybe it's still possible to get something with some of the...

@vincekd Yea, I tried to write this inside Firefox once, am CCed on that bug (though not reading bugmail). https://bugzilla.mozilla.org/show_bug.cgi?id=565567 for those interested. I think it might get some renewed...

Unfortunately I'm not really maintaining this at the moment unless it totally breaks on OSX. I don't have the time :( I'd be happy to incorporate pull requests if they...

Yea, this happened in #3, though it still works with keyboards. For me (OSX) `` does the same as before (or `` to cancel I think). You're the first to...

😧 TIL. That's much messier than I thought. Alright. I'll abandon this then. The only initial thought I had around this was actually doing the opposite and pull things out...

How current is this list? Can we switch back to upstream for any of these?

React Native stopped using fbjs a year ago (https://github.com/facebook/react-native/commit/54e19a6b7f217ffc0611e660f2a6b1a8ad14775b), as did metro (https://github.com/facebook/metro/commit/203fb31ec028f9f147bd0a1b689b587a396d9b37). I know RN has done a release or 2 since then so I'd recommend upgrading RN as...

@jer-sen react-native-dom is using fbjs but it's usage is limited and doesn't import anything that uses the promise module. What problems are you seeing? I'm not against shipping this just...

Best I can tell, `promise` is never actually required in any paths used by `fbemitter` nor `react-native-web`. Just because the old version is a dependency somewhere doesn't mean it's actually...