Omar Elgabry

Results 6 issues of Omar Elgabry

Hello!, I tried to use the [code](https://github.com/checkcheckzz/coding-questions/blob/master/problem/Math/Delete%20k%20digits.cpp) for deleting k digits but it seems it fails in some test cases. Given `num` = 891, `k` =1. `Output` 89 I think...

Instead of passing user_id in the URL as action method argument, passing the encrypted version of user_id in query parameter will work just fine. The link looks long and ugly...

Is there any reason why we aren't converting http status code (500) to a trace.Status code? The `http.StatusInternalServerError` has a corresponding trace status code `trace.StatusCodeInternal`

cla: yes

Hello!, Is there any way to use multiple animations(animates one after another) instead of only one? ``` js $(".crosscover").crosscover({ animateInClass:['fade-in', 'zoomInUp', 'rotateIn'], animateOutClass:['fade-out', 'zoomOutUp', 'rotateOut'], ..... ```

It seems like this has been changed from "string" to "interface{}" in this PR: https://github.com/plivo/plivo-go/pull/77/files#diff-ad3ebf6fd77d67a722e314a5c522bbf92c0be506e5eb23fadfd2358de63c08b9R95 Can someone clarify where in the Plivo docs do they mention `RequestUUID` is not always...

Consider a situation where you are allowing users to upload files with mime _image/png_, _image/jpeg_, _text/plain_, ..etc. Now, a user uploaded a file with spoofed extension, let's say an image...