Alex Klein

Results 5 comments of Alex Klein

Already tried reinstalling and readjusting slider?

I'm not completely familiar with the analytics script. But couldn't we add a `visibilitychange` handler in the analytics script and use [`Navigator.sendBeacon()`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon) there to send information to umami once the...

Yes, will fix it later today. It's due to a misplaced parenthesis. Fixed it in another PR, but forgot to cherry-pick the fix here.

Hotfix for you: use a default export, and access the value there ```ts import bb from 'bitbucket' // ... export const bitbucket: APIClient = new bb.Bitbucket({...}) ```