• 1 Post
  • 138 Comments
Joined 1 year ago
cake
Cake day: December 9th, 2023

help-circle




  • Ah, but you see, JavaScript is not so straightforward. It tries to help you by automatically inserting missing semicolons, but the approach that it uses is that it will insert them in the first place where doing so would make the code parse. This, unfortunately, means that semicolons are often inserted in places where you were not expecting them, so the advice is to always include them manually yourself so that you are never unpleasantly surprised.







  • I am really confused by what is going on here. Was Neo4j the original author of the code? Because if so, then they can license their own code however they like. The potential sticking point would be if they represented the license as being AGPL3 when it is not because this would be fundamentally misleading, and it sounds like the court agrees that this is a valid concern because it awarded a partial summary judgement that, “The court did affirm that a license created by combining the AGPL with other non-open-source terms cannot be called ‘free and open source.’”

    It is noteworthy that apparently the Free Software Foundation did not think that this legal case was worth intervening in.