Mehran Poursadeghi
Mehran Poursadeghi
What do you think about a `-v` flag which specifies we want to see the list of included and excluded files on running command `air`?
In postal link shortener, Links such as `https://www.pakat.net?a=b&c=d` should unescape (like what Bitly does) before storing as a short link. (that would be an invalid link) The result should be...
I need to implement an __outbox pattern__ using gravity. I need to capture the `create` operation on the `outbox` collection of our MongoDB database and send it as output to...
In my chrome extension, Where should I register my `messaging.onTokenRefresh` listener to detect user instance ID changes? If I register it in the `background.js`, so it calls every time a...