Amy Troschinetz

Results 111 comments of Amy Troschinetz

Ugh, I also hate when files don't end with a newline. Yuck, even having Atom's [`whitespace` package](https://github.com/atom/whitespace) installed, enabled, and configured to enable `Ensure Single Trailing Newline` doesn't help. I...

@jnields there's at least one (maybe more) editorconfig packages for Atom that should, in theory, make this work. Those packages would set `Ensure Single Trailing Newline` properly, and then the...

Thank you for the kind words! The best solution for now would probably be to install a keyboard shortcut to make the command more accessible. See [this comment](https://github.com/federomero/pretty-json/issues/63#issuecomment-268646525) from a...

Sounds similar to JSONL support: Essentially being able to deal with multiple JSON blobs at a time.

I also use a light terminal theme so I created a shell script to solve this issue. `weather.sh`: ``` #!/bin/bash # default location LOC="${1:-ADD_YOUR_DEFAULT_LOCATION_HERE}" # force dark background color esc=$'\e'...

Sadly I don't know of any examples. I'm just going off the documentation which says that it does make a comment with such details.

So those links work just fine, but those are only active when the checks are running or if one of the checks has failed. If the checks ran and ran...

Ah, I found an example in the wild of a comment like this: https://github.com/repetere/modelx/pull/3#issuecomment-614988802

Well that's an odd one. Ty for the report. 🤔

Not currently, sorry. It wouldn't be too hard to add though. Sadly I don't have much time to devote to working on this at this time.