Joe Pea
Joe Pea
Check out this cool feature of documentation.js: https://github.com/documentationjs/documentation/blob/master/docs/THEMING.md That might be something cool to add to dox, which would make dox pluggable (people add themes in the community, while the...
@tomekwi Good question! Can you think of a scenario where it might not scale?
Not sure if related, but I see the following at the bottom in the status bar (from linter-ui-default), which looks awesome with the colored style, but when I click it...
I also have atom-ide-ui enabled. Not sure if both can be enabled at the same time?
Basically, here's with `atom-ide-ui` enabled, and `linter-ui-default`/`intentions` disabled (shows nothing helpful): And here's with `atom-ide-ui` disabled, and `linter-ui-default`/`intentions` enabled (shows helpful info, but clicking on the red/blue errors/diagnostics at the...
Here's what I did to get the best experience: I installed both `linter-ui-default` and `linter-ui-plus`, then I disabled the features of each package that I didn't want, keeping only the...
Almost twice as fast.
Not sure I know enough to make the change yet. So even if a constructor function is bound, it can still be constructed and the binding doesn't affect the construction?...
Oh, I see, because unknown number of args. Doh.