Note that there are some explanatory texts on larger screens.

plurals
  1. USLemmings19
    primarykey
    data
    text
    plurals
    1. COI ran `chmod -R 777 .` on a project directory without thinking it through. (I wanted some sloppy file access...) This resulted in Git picking up the file changes. Oops! I ended up running the command in this answer, pushing my changes, deleting the local branch, and then pulling the remote branch back down. Then I reversed the command in this answer. This alleviated the issue I had created in which everything was now set to `777`.
      singulars
    2. COWorth reading (perhaps after reading the answer provided below): http://www.w3.org/TR/uri-clarification/ Also, the following two links may help clarify when something is a URL VS URN. Permanent URI Schemes: (URL/URN namespaces I guess, though URN has it's own entry in this list which leads to the next link I provide here) http://www.iana.org/assignments/uri-schemes.html URN Namespaces: www.iana.org/assignments/urn-namespaces/urn-namespaces.xml
      singulars
    3. COHaving the same issue. One detail to note is that if you load the page and navigate to the tab before it finishes loading, the map may render properly. If you wait for the page to fully loads and then navigate to the tab, it never renders properly. (should be evidence that the code isn't broken, but rather that it is purely an issue with having it render at the appropriate time)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload