Coder Social home page Coder Social logo

passerine.io's People

Contributors

mnussbaumer avatar rishiosaur avatar slightknack avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

chinay-domitrix

passerine.io's Issues

Use serif font for body text

Work Sans is a nice font, but using it throughout the entire site feels a bit monotonous compared to the old one. We should switch it to a serif one, perhaps like Lora, Crimson Text, Piazolla, or Lusitana.

As an aside: After working with the updated orange-centric color scheme when designing potential new logos, I feel it contrasts less and is more washed-out. This, of course depends on the color-gamut of one's monitor, among other things, but needless to say I believe I liked the green-based theme better.

err: not found

The install.sh script refers twice to the command err:

$ grep -n err install.sh
114:        err "Need '$1' (command not found)"
127:        err "Need '$1' (command not found)"

However, said err command is not defined in the install script itself, neither is it a builtin in POSIX compliant shells.

It could be as simple as:

err() {
  echo "$@" >&2
  exit 1
}

Please note, though, that the variable '$1' will never be expanded since it is enclosed in single quotes in the original script.

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.