Ken Cheung

Results 17 comments of Ken Cheung

I have created vue2 version of vue-loading https://github.com/vip30/vue2-loading PLease see if it can be used

I found that using functional components in jest will cause error as without the config `transformAssetUrls: true`, filename will not pass to compiler See [here](https://github.com/vuejs/component-compiler-utils/blob/master/lib/compileTemplate.ts#L119) Here is the full config...

Found that if change filename to `Functional.functional.vue`, it works

I had the same issue in `GoogleApi.Admin.Directory_v1.Api.Users.directory_users_watch` I suspect google api doesn't support `multipart/form-data` in OAuth2 api refs: https://stackoverflow.com/a/37587304/9721470

> I'm encountering the same issue with `GoogleApi.Drive.V3.Api.Files.drive_files_watch`. Did either of you find a solution @Ephemera @vip30 ? I gave up the client in directory watch and implemented it by...

> I think I'll go ahead and do that too. Spent the last few hours fiddling. Do you have a sample of the Poison code you wrote for that request?...

Would like to try this if this is merged

React 18 official version has been released just thinking about if this is already a good chance for supporting this feature? Thanks a lot

https://github.com/vuetifyjs/vuetify/issues/6307 As the pr is closed, shall we stick at this issue?

For the others have the same issue, change the useIntersection to this ```typescript import { useCallback, useEffect, useState } from "react"; export const useIntersection = (options: IntersectionObserverInit) => { const...