Results 51 issues of Alec Rust

If I use postcss-import [v14](https://github.com/postcss/postcss-import/releases/tag/14.0.0) I get the following warning: ``` postcss-import: @charset must precede all other statements ``` I see this was introduced in #447. Looks like my charsets...

bug
help wanted

In `conventional-github-releaser` versions below 3.1.2 my `gulp release` script works correctly: ```js function createRelease(done) { githubReleaser( { type: 'oauth', token: process.env.CONVENTIONAL_GITHUB_RELEASER_TOKEN }, done ) } ``` With version 3.1.2 though...

type::defect
type::help wanted
platform:github

We use `image_processing` with ImageMagick currently, but I'm looking to switch to faster VIPS now it's default in Rails 7. I'm struggling with a basic equivalent "trim" to remove excess...

_(continuing from https://github.com/atlassian/github-for-jira/issues/119#issuecomment-1010360037)_ Recently you released a feature where a Jira issue ID like `TEST-12` can be included in the description of a PR and automatically linked to the issue....

enhancement
stay tuned

I'm switching to VIPS from ImageMagick since Rails has made it the default in version 7, via [image_processing](https://github.com/janko/image_processing) gem. I'm struggling with a basic "trim" to remove excess pixels (white...

On my MacBook, if I run the following command it completes successfully: ```sh hass-cli service call notify.alec --arguments title="My Title",message="My description." ``` If I SSH in to my NUC where...

If you have a form that uses Hyperdom's `binding` (which I assume listens to the input's `onchange` event) and then fill that form with iOS Chrome's autofill, the `onchange` event...

- Improve "profile not public" copy - Improve "I accept the terms" copy - Fix "Your order" casing inconsistency on Review Order

I use a command like this to set a wallpaper: ```sh # Download random photo from "Unsplash Editorial" collection at 3440x1440 resolution wallpaper https://source.unsplash.com/collection/317099/3440x1440 ``` This works great, but whenever...