Ward Vandewege

Results 13 comments of Ward Vandewege

I also ran into this. Here's my workaround: ``` --- acts_as_versioned.rb.bu 2011-06-18 22:19:17.965242002 -0400 +++ acts_as_versioned.rb 2011-06-18 22:18:36.061242003 -0400 @@ -425,8 +425,13 @@ end self.versioned_columns.each do |col| + limit =...

I am seeing the same problem on aarch64 cloud nodes. Seems to work fine on x86_64.

> I did, but I'm not sure how accurate the steps are because it tells you to run `php extensions/SemanticMediaWiki/maintenance/setupStore.php -v` but when I do that it complains `Unexpected option...

Hi @albertopq, thanks for looking into this. The tests will only fail when the date you feed in (in d/m/Y format) does not also work as m/d/Y. So, 3/1/2012 will...

Confirmed, your patch works around the issue. Jquery's upgrade guide suggest using modernizr to fix this more properly (http://jquery.com/upgrade-guide/1.9/)

$.browser no longer being supported in jquery 1.9. Cf. your pull request, above.

I am also seeing this performance regression in jQuery UI 1.12.1, used as part of redmine 4 (backlogs plugin). Applying the patch (I didn't apply the change to the _destroy...

I use this patch as a crude workaround: ``` --- a/Nagstamon/Servers/Alertmanager/alertmanagerserver.py +++ b/Nagstamon/Servers/Alertmanager/alertmanagerserver.py @@ -223,7 +223,10 @@ class AlertmanagerServer(GenericServer): service = AlertmanagerService() service.host = alert_data['host'] - service.name = alert_data['name'] +...