Brett Stevenson
Brett Stevenson
## Description * Added separate file for constants that are used across components. * Added callback support for the callbacks that are present in the Disqus `embed.js` config I'm still...
I've been using Atom for a few months now on my Windows 10 laptop and just yesterday, when I try to search for a package to install under the _Settings_...
**Is your feature request related to a problem? Please describe.** While it would be great to be able to integrate the [python-inquirer](https://github.com/magmax/python-inquirer) package for a more interactive and user-friendly CLI,...
After updating the skin data, the skin must be refreshed twice for the updated contribution calendar to be displayed. Nevertheless, this issue shouldn't otherwise effect the performance of the skin....
# Fix me In case you're looking for an easy way to contribute to this project but aren't sure where to start, I created a list of minor bugs and/or...
Hey jprichardson, I've been utilizing your package on an app that I've been developing, though I've run into an issue when trying to add a dialog that prompts the user...
The `TextEditor` constructor is no longer public. To construct a text editor, use `atom.workspace.buildTextEditor()`. To check if an object is a text editor, use `atom.workspace.isTextEditor(object)`. ``` Object.TextEditor (C:\Users\there\AppData\Local\atom\app-1.10.2\resources\app.asar\exports\atom.js:47:14) AtomAutocompletePackage._isJavaFile (C:\Users\there\.atom\packages\autocomplete-java\lib\atomAutocompletePackage.js:194:37)...