Singh
Singh
@jimmyjamieson How did you manage to solve the issue? Everytime i'm getting redirected to default locale and can't do nothing with the middleware.
I think the easiest way to implement this should be to save the device id or unique identifier, this can be generated by https://www.npmjs.com/package/@fingerprintjs/fingerprintjs (this one require license for commercial...
> The question is how do we logout people on demand. So like manually logout the user right? In this case: admin search’s the user Finds a card of the...
> That sounds easily bypassable tho user can simply hijack that request I might be over engineering here tho Let me implement this, I think it should work
Might help someone, the db might can look like something like this ```js enum SubmissionResult { PENDING PASS FAIL RUNTIME_ERROR COMPILATION_ERROR } model User { id Int @id @default(autoincrement()) submissions...
> are you thinking off adding a subreddit sort of thing as well, if yes then till which depth. @siinghd. Something like this also engages community quite much : https://codeforces.com/blog/entry/127903...
@hkirat veere can you look at this?
@hkirat this is global thing, i think for video we could just expand the comments. We already have different type of comments. In this somehow we could reference the video......
@hkirat sure let me do it
@hkirat should be done, maybe its dumb but i have added env var NEXT_PUBLIC_DISABLE_FEATURES = "featurea,featureb,featurec" if you add `qa` or `QA`, basically you disable it, from server side it...