Mohamed

Results 5 issues of Mohamed

### Which component is affected? Qwik City (routing) ### Describe the bug I am creating a web page and I am trying to make a login form. On localhost it...

bug
triage

When dragging a sortable item between two horizontal containers (SortableContext with horizontalListSortingStrategy), a Maximum update depth exceeded error occurs if the item is hovered exactly on the boundary between the...

When deploying to Vercel with SSR, I get the following runtime errors: When hitting `/_render` after `/api/auth/signin/google`: ``` 2025-08-06T21:31:19.942Z [error] [auth][error] UnknownAction: Unsupported action. Read more at https://errors.authjs.dev#unknownaction 2025-08-06T21:31:19.943Z [error]...

When executing a SQL query containing an array slice expression like: ```sql SELECT a[1:array_length(a,1)-1] FROM (SELECT ARRAY[1,2,3] AS a) t; ``` Outerbase Studio incorrectly detects the `:` as the start...

**What changes were made and why:** * Added a new configuration option `requireNameForSignUp` in the Magic Link plugin. * When enabled, any attempt to create a new user via Magic...