Loren ☺️
Loren ☺️
Yeah, not sure why this package https://github.com/matb33/meteor-collection-hooks might be not accurately passing the `userId` arg to its hooks.
Hopefully someone will contribute it.
We use the localstorage token: https://github.com/apollostack/meteor-integration/blob/master/main-client.js#L30 so maybe taking `res.token` https://github.com/gwendall/meteor-impersonate/blob/master/client/lib.js#L9 and calling `Accounts._storeLoginToken` https://github.com/meteor/meteor/blob/87681c8f166641c6c3e34958032a5a070aa2d11a/packages/accounts-base/localstorage_token.js#L44
Could modify the method to always return the token of the target user On Wednesday, November 2, 2016, Simon Mansfield [email protected] wrote: > @lorensr https://github.com/lorensr I tried modifying the code...
Pinning to these works: ``` "chromedriver": "2.35.0", "selenium-webdriver": "3.6.0" ```
`macOS 10.14.1`
For v4+ changelog, see Releases: https://github.com/benawad/apollo-mocked-provider/releases
@benawad since I'm failing at using the latest master locally, would you mind cutting a release? 😄
Thanks, that would be great. Looks like the `Add defaultOptions option to createApolloMockedProvider` commit should have had a `BREAKING` message in it according to https://github.com/semantic-release/semantic-release#how-does-it-work 
I don't know what you mean by pagination. I think the white bg should extend to bottom, intead of having this gap:  By `.content` I meant the div with...