Jackson Ray Hamilton

Results 13 issues of Jackson Ray Hamilton

Your implementation saves the output of js-beautify to a tmp file. Can you not simply replace the input region with the shell command's output? > (shell-command-on-region START END COMMAND &optional...

Oftentimes when browsing SCSS files I stumble across a comment that flies off the screen. Habitually I place point inside the comment and do M-q with the expectation that Emacs...

Would you consider restoring the ability to select text on headings and labels? I see that it was intentionally removed in https://github.com/atom/settings-view/pull/44 and https://github.com/atom/settings-view/pull/54, but the reasoning that it "makes...

If I send an HTTP 1.0 request, [according to specification,](https://stackoverflow.com/a/17438094) I can expect the server to automatically close the connection at the end unless both the client and server send...

Fixes https://github.com/chaijs/chai-jquery/issues/40. In CommonJS environments, jQuery would still need to be a global variable, which made using this library more difficult. Also, adding it as a "*" peer dependency causes...

On two occasions I’ve dedicated my time to try to improve the package manager that ships with Node, and both experiences have been poor: - https://github.com/npm/npm/pull/19198 - https://github.com/npm/npm/pull/19233 In the...

Previously, specifying `nonull: true` would only cause the task to log a warning about a file being missing. This change modifies the task to issue a "real" warning and abort...

JSX highlighting is currently available only if - the user installs Emacs 27 and uses js-mode with js2-minor-mode enabled, or - the user installs [rjsx-mode](https://github.com/felipeochoa/rjsx-mode). It would be nice if...

JSX indentation is currently only available if - the user is using Emacs =27 and uses js-mode with js2-minor-mode enabled (this indentation is better), or - the user installs [rjsx-mode](https://github.com/felipeochoa/rjsx-mode)....

Continuing the discussion from [here](https://github.com/mooz/js2-mode/issues/292#issuecomment-258616453) in light of my comment from [here](https://github.com/mooz/js2-mode/pull/523#issuecomment-496288390)… It would be nice if js2-mode added JSX nodes to its AST, like @felipeochoa’s [rjsx-mode](https://github.com/felipeochoa/rjsx-mode) does. This issue...