Mojca Miklavec
Mojca Miklavec
@neverpanic, @jmroot: could you please provide feedback to the revisited code? @MihirLuthra: sorry for the delayed answer. One possible way to run performance tests without overheating your laptop could be...
@umeshksingla: after something gets changed in git, we need to update the database in the app. One option is to send the full portindex to the app (probably more than...
@umeshksingla: yes, it takes "forever" to build it for the first time. It's not about its size alone, it's about the fact that one might take several hundred thousand queries...
@umeshksingla: port name and directory name should match by our policy (I'm not saying we have one officially written, but I hope this is the case for all of our...
Indeed. I disconnected / disabled the worker in question and it still appears as if it was connected on the master. I restarted the master as well, but it doesn't...
On the worker that's trying to connect to the server I'm getting ``` > tail -f /var/log/system.log Mar 14 16:42:43 hostname com.apple.xpc.launchd[1] (org.xxx.yyy.zzz[39776]): Service exited with abnormal code: 1 Mar...
First of all: the failure to start the server came from a missing dependency (sorry, that was my fault after upgrading python, https://trac.macports.org/ticket/64823). My initial attempt to "solve" the problem...
OK, I need to admit that the syntax is super strange in that case. I'm also not 100% sure if my patch is correct then. ``` $ unzip -c test.zip...