syffs

Results 25 comments of syffs

@boblauer Your last commit on master was in Jan 2019, and this is the 3th opened PR (see also #60 #63 ) about typescript defs Hence, could you please either...

@BobCashStory FYI, here are latest typescript defs required with mongoose>5.11 which now includes its own defs (`@types/mongoose` is no longer needed): ```js declare module 'mongoose' { interface Query { //...

Just ran into a typescript issue with cachegoose: ```ts item = await SomeModel.findOne({_id: id}).cache(60) ``` generating: ``` TS2551: Property 'cache' does not exist on type 'DocumentQuery'. Did you mean 'catch'?...

@boblauer anything missing here ?

@moeddami any reason why this pr is hanging ? cheers

the workaround I found is to combine `to` and `v-scroll-to`: ``` link ```

@danielroe I did know that it could be overrided, but [default scrollBehavior](https://fr.nuxtjs.org/api/configuration-router/#scrollbehavior) looks fine to me... I'll try to play with this one. Playing with the [repro link](https://codesandbox.io/s/mz4wjpzy18), `hash: '#anchor'`...

@danielroe exactly. clicking on an anchored link, scrolling back up and clicking again: 2nd time doesn't work. It might be an issue with [vue-router](https://github.com/vuejs/vue-router/issues/1668) though

it would indeed be great to see at least 1 beautiful unit test... @leanderhoedt few things that could be improved in your sample: - you should use something like [module-alias](https://github.com/ilearnio/module-alias)...

@antipalindrome this has been opened for a while, would it be so complicated to add this ? It would be quite useful