const fetchMe$ = state$
    .thru(sampleByAction(action$, fetchMe.request))
    .flatMap(state =>
      ajax$(`${state.globals.root}me`, {
        headers: {