Dany Shaanan
Dany Shaanan
* Location based stop identification in web interface. Allow browser access of location services to guess my current stop / show a short list of the closest stops. * Show...
A note about dynamic creation of groups (@vojtajina) - We should be aware of how this affects tests that happen to have side effects. Imagine tests B, C, and D,...
@LFDM We have nothing to share at the moment, but I'm just about to rewrite a smarter version of it in the coming couple of weeks. I'll try to do...
@aaichlmayr : yeah, bad ones - It didn't seem to work out that well; This feature's spec is non trivial, therefore the implementation was not as clean and I would...
I think that `require('os').type()` might return a more standard value that will not require a regexp. (but this should be tested and I don't have a windows machine around).
@ahmadawais This could look nicer in the history if squashed to a single commit.
I'm for squashing and force-pushing, (just in this case of a temp fork's branch). This will automatically update the pull request.
Hi @koistya. Some points regarding easystatic, which seems like an odd projects in several aspects: - Its repo seems to be created an hour before the opening of this PR....
I think that there isn't a shared API key. This might be caused by someone in your network running lots of google api calls. (This probably makes more sense if...
:+1: This line: ``` bash git --no-pager log --format='git checkout %H && git tag %s' -G '"version":' package.json ``` Will identify commits that changed the version in package.json, and output...