AJ Robertson

Results 3 comments of AJ Robertson

I was able to work around this by hashing the user's email and using that instead of `scope.id`. ``` elixir def storage_dir(version, {file, scope}) do "uploads/user/profile_photo/user_#{uniq_id(scope.email)}" end ``` ``` elixir...

We're experiencing this issue as well. And, of course, we're using an `` tag to trigger JavaScript with `onClick` when we should technically be using a `` tag. I believe...

@mansiibm, have you been able to get Playwright to work? I get the follow error when trying to use the Playwright MCP: ![Image](https://github.com/user-attachments/assets/d0f162a2-8761-4a42-9cc2-3e5d311ed6d7) ``` [ { "type": "text", "text": "Error:...