Utkarsh Maheshwari
Utkarsh Maheshwari
@lucifercr07 this improvement works well in 2 scenarios: 1. when the only reporter is CLI. 2. when reporter is not CLI, and you don't care about the response. Have you...
LGTM! 🚀 Few tests failing, verify that they pass and I think we're good to go then.
Pending test changes in `run-summary.test.js`. @codenirvana does [this](https://github.com/postmanlabs/newman/pull/2509/files#diff-95cf23cc6a55e698a678e439f3c802a48774747e4560af3ed39314959ebf09abR80) seem like a valid approach for [skipping execution summary for CLI reporter in CLI mode](https://github.com/postmanlabs/newman/pull/2509/files#diff-029feab71a45a0c6f6d5fda9e94d34ac178a0ef29f61fc7594fc86a62f64002fR24)?
Hey everyone, here's a small workaround bash script which solves this case until we implement it in `newman`. Might have to tweak this for your use-cases: ```bash #!/usr/bin/env sh ##...
Arey I know about the '/admin' thing. What I'm asking is, Is there a check in the code such that, say, a command is run only by an admin... Yes,...
@SebastinSanty, Will do that too...
Isn't ```socket.js``` public? Also, I am unable to figure out a way to get user session data (ie username or id) in the socket events in the ```routes/index.js``` file... :/
@SebastinSanty, that works for a function that takes ```req``` as an argument (ie a middleware), but it fails for socket... I think ```passport.socketio```, like @mukkachaitanya suggested, should work...
Can we use [Last.fs API](http://www.last.fm/api/intro) or [Spotify API](https://developer.spotify.com/web-api/) for this? We can get related artists, songs etc from that...
@Samridhi-98 Please go ahead.