Jackson Blankenship

Results 11 comments of Jackson Blankenship

I'm getting an infinite redirect using the [basic usage guidance](https://next-auth.js.org/configuration/nextjs#basic-usage). ## Dependencies ```json "dependencies": { "@next-auth/prisma-adapter": "1.0.4", "@prisma/client": "4.1.1", "next": "12.2.2", "next-auth": "4.10.3", "react": "18.2.0", "react-dom": "18.2.0" } ``` ##...

I'm still getting this warning in the console, any plans to fix?

Thanks for this. I'm using a tooltip with a dropdown trigger and the dropdown menu kept triggering the tooltip. By putting `onCloseAutoFocus={e => e.preventDefault()}` on `DropdownMenu.Content` the issue went away.

We started playing with Cal.com today (currently assessing a move from Calendly) and we've noticed slow load times already, too. Edit: Looks like [this](https://github.com/calcom/cal.com/issues/4535) issue is related.

I could really use this for one of my current projects 👀

Since I'm already logged into all my accounts on my local Chrome profile, I added this line to `web_selenium.py` (lines 71-73) so the browser can use my logins. This would...

> Following. This sounds super easy; why can't the AI execute some selenium code? @jacksonblankenship I tried your solution but it didn't seem to work It was working fine for...

> Thanks @jacksonblankenship . Could you elaborate where to look in order for us to fix the issue? I'm really new to Selenium and not sure where to start. >...

Came looking to make sure this was an issue. Could also really use this feature. +1

This happened to me too when enabling Trakt and importing watched statuses to Jellyfin. Media marked as watched keeps showing up in "Continue Watching" even though there's plenty of in-progress...