Joe Pea

Results 1899 comments of Joe Pea

Furthermore, if I really _really_ wanted people to see a property's usage site and immediately know the property to be private, I could easily adopt a double-underscore-prefix convention for that....

> Having both "hard" and "soft" privacy in the same language would be good as it invites flexibility. Allowing both to be expressed in the same `class` feels like a...

The command I'm running is ```sh httrack famo.us/docs -O famo.us -n -T30 ``` Then access something like ``` file:///Users/YOUR_USER_NAME/somewhere/famo.us/docs/reference/pages/0.3/the-engine-and-contexts.html ``` and you'll see the error. Maybe I need to modify...

@xroche Is perhaps the `../` in the URL throwing things off?

Is there a way to run a script on a downloaded file before it is processed/parsed/read by httrack? I'd like to try and manually adjust the `../` URL to see...

What I'm observing is that an iframe like ```html ``` is being converted into ```html ``` which tries to fetch ``` file:///Users/jpea/Desktop/famous%20docs/famo.us/s3-us-west-2.amazonaws.com/university.famo.us/releases/20150129145231/container/index.html ``` but that file simply doesn't exist. If...

> Encourage the use of "best practice" use cases New best practices may now be: - If you're a framework/library author, - do not use class fields. They may override...

> problems in `[[Set]]` vs `[[Define]]` I feel that it would be _**so simple**_ to just make `[[Set]]` the default, with a syntax for `[[Define]]` like `define foo = 123`....

Yeah, perhaps single clicking on a line or node makes it permanently greyed out (rather than on hover of other node), and clicking on it again makes it back to...