Results 27 issues of Stijn de Witt

Is it possible to intercept the process by which NPM reads `package.json` so I can do some processing on it? I have some stuff I would like to try out...

When trying to get the help for the yii2 console commands on a server, I ran this: ```sh $ yii help ``` and was greeted with this error message: >...

I see you don't tag your releases. That's unfortunate because it makes it harder to use your plugin directly from [RawGit](https://rawgit.com) CDN. If you were to tag your releases we...

This PR adds a folder `generate-fonts` under `scripts/` that contains a small Node JS project that generates `ttf` and `woff2` fonts for the assets in this project. SEE #16

**TL;DR;** Allow client code to intercept the decoration process by defining a [well-known](https://tc39.github.io/ecma262/#sec-well-known-symbols) `Symbol.decoratorCall`. When the runtime detects a property on a decorator with this symbol as it's name and...

I am working on a small web database, [WebDB](https://download.github.io/webdb), which supports 'queries' like this: ``` js var results = db.someTable.get({someColumn:'some-value'}); ``` In this example, `results` is an array with potentially...

Hah! I saw you added `wait-run` to the `react-isomorphic-starterkit`.. quickly checked it and realized it was a utility to wait for a file to change (which makes a lot more...

I read your blog post and browsed this repo and it is amazing stuff you have here! I got really inspired by your work so I ran with it and...

Please go to the [complexify homepage](https://www.danpalmer.me/jquery-complexify/) and type in this password: `Id0ntTh!nkTh1sB4gSh04ldGet4Fr33Pass` Notice how its complexity is 0%. Now remove the last letter: `Id0ntTh!nkTh1sB4gSh04ldGet4Fr33Pas` Notice how its complexity is now...

By the time https://github.com/babel/babel/pull/4850 materializes in Babel, we'll have to make some fixes here.

enhancement