Holland Wilson
Holland Wilson
I have to reload Atom every time I adjust the config settings before the package recognizes that they've changed. [Here is a GIF](https://puu.sh/Bij5m/d23d8ecb65.gif) demonstrating the phenomenon. I don't see any...
# Bug Report ## Describe the bug When you run `generate_reflex`, the boilerplate template gets run through the Django template engine in order to create an appropriately named generic `html`...
I'm building a tree of `Collection` instances programmatically to reflect a subdirectory of `app/media/` (so that I can sync images outside of Wagtail and have them be reflected within the...
Pardon me if this has come up before. I did an issue search for `on_copy` and didn't find any discussion that seemed specific to what I'm thinking about. I've got...
`apm help` acts as expected, but `apm help ` just brings up the same text. ``` $ apm help clean apm - Atom Package Manager powered by https://atom.io Usage: apm...
The documentation lists options for the CLI side of `autopep8`, but not for using it as a module. It's logical therefore to assume that all CLI options that make sense...
This should fix #147. I had to update `package.json` to pin `@types/jest` to `^27.0.0` to resolve a dependency conflict on install. Every other change is directly related to the issue...
I would like to have AsciiDoc bibliography citations appear in the `atom-ide-ui` [datatips](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/datatips.md) and [references](https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/find-references.md). I'm willing to do the work and am only wondering if the maintainers of this...