nik32

Results 31 comments of nik32

> > ```js > > /* Hack for focus blur from liveSearch input */ > > > > var blurState = false; > > > > $('.bs-searchbox .form-control').on('focus', function() {...

@ThangHuuVu @balazsorban44 Hi guys! This is not working. Kindly refer to my comment in https://github.com/nextauthjs/next-auth/issues/4935#issuecomment-1606108080

> ```js > refetchInterval={60} > refetchOnWindowFocus={typeof navigator !== "undefined" && navigator.onLine} > refetchWhenOffline={false} > > > ``` @ThangHuuVu @balazsorban44 hi guys! I tried this but it is not working. Session...

@jozefhruska is this feature still working for you? I am using NextAuth - 4.10.1. If its working for you... can you help me out for what I might be doing...

A Temporary solution until this enhancement is added to the lib - ``` const removeExtension = (fileName: string) => fileName.substring(0, fileName.lastIndexOf('.')) || fileName; export async function compress(file, quality, maxHeight, maxWidth)...

Hi @ryanto, thanks for your replay!!! So I tried for 2 files [one of 900KB and the other of 5.3MB] with slow 3G, and the result was same [it was...

> However, messing with the defaults can sometimes create more headaches so I'd like to avoid that if at all possible. Thanks @ryanto!!! Do try it, but if it ends...

Hi @ryanto!! sorry for the late replay and thank you for your efforts. I went into this [aws/aws-sdk-js-v3#3101]( https://github.com/aws/aws-sdk-js-v3/issues/3101) and especially this one [XHRHttpHandller](https://www.npmjs.com/package/@aws-sdk/xhr-http-handler). So do I need to implement...

@ryanto thank you for doing this!!! Take your time in doing this, as we are not in a hurry for the next month or so.

@ryanto > Also would opting into `xhr-http-handler` replace `fetch` as our http request handler [coz in the docs they use the word 'substituted'... as seen in the screenshot below]?? If...