Results 50 comments of Alec Rust

To achieve an "update volta and all global packages" command I've setup an alias to simply re-run my Node install script: https://github.com/AlecRust/dotfiles/blob/master/scripts/node.sh This is far from ideal, as it seems...

> Yeah, looking at this, it seems case doesn't matter in charset declarations Looking at #447 I think that was [known at the time](https://github.com/postcss/postcss-import/pull/447/files#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R156) so I guess that "lowercase matching"...

Actually looking now, this is the only charset I'm importing: https://github.com/basecamp/trix/blob/b6c0047f87fa078aa65beb8ba297aba32ea4bcf1/dist/trix.css#L1 No matter where the Trix import is in my stylesheet: ```css /* * Main application styles */ @import "trix";...

I think there were two charsets when I created the issue, but when looking now, there is just one charset imported via `trix`. Same warning though.

I'm also getting this, though if I use `` instead it works. Running React 15.5.4. Some elements work such as `meta` and `link`, but this doesn't for e.g. (from README):...

For those searching on how to achieve these two things in the meantime, [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) behaves like this by default.

For this to work on iOS `position`, `width` and `height` are also necessary: ```css .ReactModal__Body--open { overflow: hidden; position: fixed; width: 100%; height: 100%; } ``` However this will cause...

@kaiomagalhaes only to use [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) instead.

In my testing, GPS data is retained in the image's exif data when exported with Takeout. So this tool could manually re-apply the JSON data to the image, but there's...

Is there still not a simple way to toggle KeepingYouAwake from the command line? I've been using Lungo only because it [has a CLI](https://github.com/sindresorhus/lungo-cli) for this.