Jamie Greeff

Results 50 comments of Jamie Greeff

Yeah if it's only left click on Mac we should make it consistent with Windows too.

At the moment `injectTapEventPlugin` can only be called once. @delphinefoo I wouldn't recommend putting it in `componentWillMount`, just put it at the top level of your application, just before you...

@prewk material-ui shouldn't be bringing in tap event plugin, you should be calling it in your application and only once. Are you sure another component isn't calling it instead as...

@xmehaut Are you still having this problem? `injectTapEventPlugin` works fine for me with `material-ui`. Where are you calling `injectTapEventPlugin`?

Can't you use normal mouse events like `onMouseDown`?

@tanuck What's the use case here? Why (in your example above) do you need the db service to relaunch in the event of you developing an app service?

Ah yeah fair enough. The main reason nodeps was added is because sometimes developing a service which was heavily depended upon would cause like ~10 services to relaunch which sometimes...

Sounds good. Maybe it's a good idea to try changing the default in a beta or behind a feature flag to trial it?

No there doesn't appear to be a list in the docs 🤕 You can however find them here: https://github.com/momentumft/navy/search?utf8=%E2%9C%93&q=emitAsync&type=Code Most of the lifecycle events are just `cli.(before|after).${command}`

I'm really not sure to be honest, I just noticed this behaviour started from 24.05 onwards, but it didn't happen on another one of my repositories which doesn't use flake-utils-plus,...