Jake Russo
Jake Russo
Functions currently have these: ``` __defineGetter__ __defineSetter__ __lookupGetter__ __lookupSetter__ __proto__ ``` So I think the precedent is there.
Yeah, but maybe since docs would only be used in tooling, this might be a time to use the dunder style. I honestly don't mind either way how it's named...
That's be really cool! But also as far as docstrings, leaving them without a format means that one could use JSDoc format, markdown, :bulb: EGDoc(Quaint-based perhaps?), bare text, or something...
According to [this](http://stackoverflow.com/a/21237365/1274498), `const` does cause JS compilation to change but the answer is a bit outdated. However, with ES6 finalized, I think it's definitely a good idea to generate...
I have never gotten an ad with Pithos and I use it all day. On Pandora's web client, I get ads all the time (perhaps making up for all my...
I think it's ethically important that Pithos provide ads. I want to support what Pandora is doing but I also want to use nice Gnome apps whenever possible. I'd like...
You could rotate the two `%` and connect them to form a line with a `>` through it. That way you would still have three-character width too.
But you could also interpret it as "add rhs to lhs variable" which is basically an atomic operation.
I think that's a bad idea because `*` doesn't always mean multiplication. Plus it would be too different to discern what the underlying operator is. On Jul 16, 2016 10:24...
There already is a ligature for `.=`. It just needs to be turned on via `cv32`. In VS Code you can set ligatures by language in your `settings.json`: ```json {...