Josh Slate

Results 17 comments of Josh Slate

Thanks! Could you provide me with the stats you'd find helpful? ``` hits: 10, misses: 5, ``` Do you need more information to be stored? For example: ``` hits: {...

@pupipipu could I get a bit more context? This test is passing: https://github.com/joshuaslate/type-cacheable/commit/4e694bb19e87f7c7c563d66c623b76a6500c2b8d#diff-ea1aac11c730e1fa8cab288badbc340c9c880f39fbf749beb0dae81429cc479cR350

I could see the use case for implementing this more properly, but for now you could accomplish this by doing the following (I think): `@CacheClear({ ..., isPattern: true, cacheKey: '.'...

I would happily review PRs if someone had the time to submit one. My hands are a bit tied for the next couple of months, unfortunately. I would prefer the...

Hi everyone, Sorry, I have been busy. Take a look at the custom callback section of the Passport docs: http://passportjs.org/docs This can be implemented, I just didn't do it here...

Hey, I was able to solve this in my new starter, which uses Koa instead of Express. I would imagine the implementation would be similar, if you care to take...

Hi Dave, I believe your problem is going to be fixed around here: https://github.com/joshuaslate/mern-starter/blob/master/server/config/passport.js#L39 Try console logging payload on line 41. For some reason, I've had a few people who...

Okay, so it seems your client-side is making a request with an undefined user id: /api/user/undefined Try console logging userId const right after you load the uid cookie and before...