Results 51 issues of Alec Rust

If I enable "On save", this package seems to sort properties on save on in any Atom window, regardless of whether that project has a `postcssSortingConfig` or equivalent in `package.json`....

It would be great if this package could respect the main config for postcss-sorting in my `package.json` e.g. ```js "postcss": { "plugins": { "postcss-import": {}, "postcss-nested": {}, "postcss-sorting": { "properties-order":...

Thanks for this great package! I'm using `auto-changelog` in GitHub Actions to generate changelog in a WordPress plugin `readme.txt` using a Handlebars template. As-per [WordPress guidelines](https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#how-many-versions-should-i-keep-in-my-changelog) I don't want to...

### Current Problem If I run `auto-changelog` (via something like [release-it](https://github.com/release-it/release-it)) _before_ creation of a `Release x.x.x` commit, the resulting changelog is as expected. But if I run `auto-changelog` _after_...

I noticed some issues with the responsive behaviour of my post pages after installing this plugin. Note scrollbars: https://user-images.githubusercontent.com/247634/104838822-3a937800-58b5-11eb-8c9c-0f6537c37481.mp4 This issue is not present if no WP YouTube Lyte embeds...

I'm trying to replace [mac2imgur](https://github.com/mileswd/mac2imgur) with an equivalent tool that will automatically upload a screenshot taken in any way on macOS. Katana doesn't seem to look for any new screenshot...

Make it more obvious to new users that this app offers automatic uploading when a screenshot is taken. A lot of other apps offer drag/drop upload of files but few...

The Browserify example seems to have been left behind and is no longer relevant: https://github.com/rollbar/rollbar.js/tree/master/examples/browserify Could this be updated with your latest recommendations?

enhancement

I'm working with inputs that have a border radius: ![screenshot](https://i.imgur.com/yshXPqV.png) And when the results are open I'd like to remove the bottom border radius from the input, to achieve: ![screenshot](https://i.imgur.com/fS9EEGd.png)...

feature request

This is more of a question than anything since I assume there's a reason. Why isn't `type="search"` used on the input field of this autocomplete? This would: - Prevent Chrome's...

Question: decision-making