Why?
This:
.action {
@extend .ml-3;
}
#!/usr/bin/env bash | |
# With revisions from @parasyte for macOS compatibility | |
# Requires bash >= 5 (mapfile) | |
if [[ "$1" == "--keep-versions" ]]; then | |
keep_versions="1" | |
fi | |
purple="\e[0;35m" | |
reset="\e[0m" |
Why?
This:
.action {
@extend .ml-3;
}
Version 5 was not only a complete rewrite, but a complete re-imagining of the library, of its architecture, of its approach, of its goals.
A bit of history: versions 0 through 4 had a pretty simple goal: to work. Notify first started because I wanted to build cargo-watch. I never planned to write a cross-platform library spanning years of work and powering many different applications in the Rust world. I just wanted a tool that would recompile my code when I edited it. As time went on and more and more demand piled on Notify, the limitations of its humble beginnings and approach got to show.
Version 5 started as a technical redesign. And then I burnt out. Then I came back to it and re-imagined Notify with a focus on people instead. With a focus on well-being. Mine and others'.
The overarching goal of Notify is now to make it easy for people. For consumers: easy to use. For power users: easy to customise. For developers: easy to contribute to. For me: easy to manage and maintain.
The truth is:
#![feature(custom_attribute)] | |
struct Something; | |
struct Bar; | |
trait SomeTrait { | |
type Result; | |
} | |
macro_rules! mac { | |
($some:ident, $my:ty, $mys:expr) => { |
// ==UserScript== | |
// @name BTD from_list mute filter | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description mm | |
// @author You | |
// @match https://tweetdeck.twitter.com | |
// @grant none | |
// ==/UserScript== |
{ | |
"mockup": { | |
"controls": { | |
"control": [ | |
{ | |
"ID": "1", | |
"typeID": "Arrow", | |
"zOrder": "1", | |
"w": "36", | |
"h": "109", |
const { permutation } = require('array-permutation') | |
const nouns = ['tucker', 'children', 'school', 'america', 'evil'] | |
function verb (noun) { | |
return noun === 'children' ? 'are' : 'is' | |
} | |
function phrase ([ a, b, c, d, e ]) { | |
return `${a}: ${b} ${verb(b)} learning in ${c} that ${d} ${verb(d)} ${e}` | |
} |
Now available at:
Use with: [Stylus], [Stylish], [Stylish for Chrome].
{ | |
"version": "2.4.0", | |
"devDependencies": { | |
"babel": "^6.5.2", | |
"babel-cli": "^6.18.0", | |
"babel-preset-es2015": "^6.18.0", | |
"babel-preset-react": "^6.16.0", | |
"babel-preset-stage-2": "^6.18.0", | |
"babelify": "^7.2.0", | |
"bpb": "^0.2.2", |