Joseph Earl

Results 27 comments of Joseph Earl

I have run into a use case where I need to lock multiple stages because each stage runs on a different type of agent.

The following should work using redux-localstorage 1.0.0 and redux-localstorage-immutable: ``` javascript import {compose, createStore} from 'redux'; import rootReducer from './reducers'; import persistState, {mergePersistedState} from 'redux-localstorage'; import adapter from 'redux-localstorage/lib/adapters/localStorage'; import...

Can confirm, updated yesterday and was able to remove the suppressions we had

This should work if your modules route file is included into the main routes file.

Currently `swagger-play` only supports the default routes generator in Play 2.4 - `InjectedRoutesGenerator`. This means your Controllers will also be injected so your controller methods should not be static --...

Can you paste your routes files? How are you switching between them? Thanks

Will do, thanks Ron Sent from my iPhone > On 22 Jul 2016, at 00:49, Ron [email protected] wrote: > > @JosephEarl - it looks like you caught a virus that's...

This would be a good feature to have in the plugin :+1:

I believe Netlify supports Git submodules now - I have my site setup using this as submodule and it deploys fine