Alexander Wunschik

Results 110 comments of Alexander Wunschik
trafficstars

If the window gets TOO small I also get problems with the commity box: ![image](https://user-images.githubusercontent.com/600565/37389969-9429fdae-2766-11e8-9a15-b032985c5c35.png)

> it seems that the emojis aren't being displayed properly If you have problems with emojis please see #92 and #44

This fix by @komiga does not work for me on linux :cry: I'll try to provide a fix.

> I was going to follow this up by exposing git-standup's maximum search depth option, but it'd have to be built into our search code if we go with git-log....

I just added this function to the SubRouter: ```js cleanUp: function() { _.each(this.appRoutes, function(key, route) { Backbone.history.handlers = _.reject(Backbone.history.handlers, function(handler) { return String(handler.route).localeCompare(Backbone.Router.prototype._routeToRegExp(route)) === 0; }); }, this); } ```...

I could use some help on how to tackle the failed tests in the ci. I tried to run the tests locally but got too many errors.

@archmoj Thanks for reviewing this!

> Right now if I set minscale and maxscaleto 1, I expect the graph not to be scaled. However, usingwheel` scroll zoom the scale changes once. I had a look...

> I'll wait until 2024-06-17 for someone to say it's still relevant and they'll to take it on, and otherwise I will close it then. I still would love to...