Giter Site home page Giter Site logo

phil.red's People

Contributors

dependabot[bot] avatar flying-sheep avatar

Stargazers

 avatar  avatar

Watchers

 avatar

phil.red's Issues

Switch to rollup-plugin-postcss

I’ll deprecate rollup-plugin-postcss-modules since rollup-plugin-postcss can do modules now.

I should either move the functionality to write typescript definitions to a better place or create a typescript transform that can load css files (problem here: they need to pass through postcss first, so that transform needs to get postcss plugin info from rollup or webpack somehow…?)

Add post about partitioning

“The impatient hack’s guide to migrating data to a bigger disk using the stuff on Arch’s Live ISO”

  1. If you want to repartition your disk instead of what the title says:
    Make a backup (dd your shit over to another HD, check integrity)
  2. Use cgdisk to create partitions (at least slightly bigger than the old ones, no time to make shit exact)
  3. Use dd to copy your stuff to them (shit’s fast these days wow):
    dd if=/dev/by-id/… of=/dev/by-id/… bs=64k status=progress
    cargo cult bs
  4. For ext4: resize2fs to grow your file system on the partition
  5. Don’t forget to update /boot/loader/entries/your.conf and /etc/fstab you idiot.
    Yeah, if you used LABEL=… you’re in a world of pain if your backup is mounted because identical labels.

fix peer deps

warning "@emotion/styled > @emotion/[email protected]" has unmet peer dependency "@babel/core@^7.0.0".
warning "@emotion/styled > @emotion/babel-plugin > @babel/[email protected]" has unmet peer dependency "@babel/core@^7.0.0-0".
warning " > [email protected]" has unmet peer dependency "prop-types@^15.5.10".
warning " > [email protected]" has incorrect peer dependency "react@^15.3.2 || ^16.0.0".
warning " > [email protected]" has unmet peer dependency "postcss@^8.1.0".
warning " > [email protected]" has unmet peer dependency "eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0".
warning " > [email protected]" has incorrect peer dependency "eslint@^5.6.1".
warning " > [email protected]" has incorrect peer dependency "eslint-config-airbnb@^17.1.0".
warning "eslint-config-flying-sheep > [email protected]" has incorrect peer dependency "eslint@^4.19.1 || ^5.3.0".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.