Pinned Loading
-
grim console errors
grim console errors 1console.error(`${ navigation } is not an option`)
23console.error(`${ user } did not submit`)
-
Type algebra to detect empty objects
Type algebra to detect empty objects 1/**
2* This came out of some work where we were sending an encoded JSON object as a query param in a network call.
3* But, we can't send nothing, `param=`, or we crash the server, that's taken care of by restricting the type
4* to at least `Record<string, string>`, but it left open the possibility of empty objects. Encoded as `'%7B%7D'`.
5*
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.