Why am i unable to upload it?
Next Auth - Apple sign in - Pages router
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
an example of something triggering this is
```ts
const onSomeEvent = () => {
document.body.style.overflow = showMobileFilters ? "auto" : "hidden";...Send extra info (student id) to upload functionality
Ping build with webrtc
software architecture of a T3 application
Can anyone tell me how to use environment variables for different environments within T3 please?
Uploading files remain in the uploading state.
full stack ideas to ask
IndexedDB sharding library feedback
Noob, I tried to follow along with the docs but got a different file structure.
Has anyone tried security testing via DAST software?
Frameworks for testing in monorepos, what are y'all using?
Unable to upload zips
port is already allocated
Hello, can I pull an already existing postgresql db from supabase to my drizzle schema?
Hello I'm using react router my biggest problem is re-routing the error from invalid queries
Sizing to fit parent container, while respecting css "aspect-ratio"
aspect-square h-[min(100vh,100vw)]
for my original problem (not shown here) i had to do:
aspect-square h-[min(50vw-24px,100vh-210px)]
(50vw since there are 2 side by side, and the arbitrary px values guessed/checked until it matched parent) ...TypeScript Type Mismatch in Microsoft Authentication with Passport