Joe Pea
Joe Pea
Based from discussions in #152 and #159, making the public API an adapter to a private API might be nice so that people can create "plugins" for the community by...
For example, I have something like ``` js import _ from 'underscore'; import template from 'header.hbs'; import ViewBase from 'ViewBase'; /** * @class Header * @extends {ViewBase} */ export default...
I'm having this issue: https://github.com/Kuniwak/jsdoctypeparser/issues/6 I wanted to use `famous/core/Context` as a return type, but jsdoctypeparser complains. Would be nice to be able to do this to indicate the precise...
Suppose we install a package from NPM, it gets cached in sinopia, then the npm user decides to delete the package from existence. What guarantee do we have that the...
Based on the discussion at https://github.com/facebook/regenerator/issues/236, `await` should always defer. However, I seem to have found bug? The following example behaves as if the `await null` line doesn't defer, causing...
For example, I have http://github.com/trusktr/infamous (which redirects from http://github.com/infamous/infamous where it was located before), but it doesn't appear in the list. It is a public repo.
It'd be nice, for example, if `atom-typescript` could define a part of a tooltip message to be clickable so that (for example) it would be possible to navigate to the...
It is super convenient to be able copy text inside a tooltip (f.e. lint messages, type errors, etc). No matter what I try with `user-select`, I cannot make the text...
Would be cool if there was a setting to use colored icons. Currently: 
Will this work with CodeMirror 6? I'm not familiar with how similar or different the new CodeMirror API is.