Sam Zhang
Sam Zhang
# description In macos 14.1.2, everything was fine After update to macos 14.4, when I attach to "none-apple" apps, everything was fine too. But if attach to "apple" apps(like notes/podcasts/books/Xcode),...
there is a bug in master branch: master/src/jquery.relatedselects.js $.each(opts.selects, function(){ selects.push(key); # var key is not defined }); should be $.each(opts.selects, function(key){ selects.push(key); });
when using Atlantis with Swift Testing (https://developer.apple.com/documentation/testing/), Testing process exited before atlantis sending out data. The reason is `NetServiceBrowserDelegate.netServiceBrowserDidSearch ` not get called, before process exited.