Alexander Wunschik
Alexander Wunschik
If the window gets TOO small I also get problems with the commity box: 
> 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....
:+1:
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...