Andrea Giammarchi

Results 543 comments of Andrea Giammarchi

@littledan agreed, but I couldn't literally find related changes. If there's already a PR I'll have a look there, thanks

FYI current module offers `{"😀": "grinning face"}` as `code => CLRD Short Name`, if you need to have other way around map simply do the following: ```js const esn =...

just FYI since _emoji-short-name_ was crawling the whole unicode full emoji list page but not collecting enough info, I've also created [emoji-essential](https://github.com/WebReflection/emoji-essential), now used by _emoji-short-name_ itself, which has all...

and what about `Python` ? :-) Funny enough, you can map urls to use PHP through the `cli` interface as "slow" CGI execution via `spawn('php', ['-e', fs.fileGetSync(req.url)])` or something similar...

you could do something like this **for testing purpose only**. ``` javascript var fs = require('fs'), http = require('http'), path = require('path'), spawn = require('child_process').spawn, EOL = require('os').EOL, type =...

if you want SQL like database feel free to `npm install dblite` and easily connect to it [dblite](https://github.com/WebReflection/dblite#dblite) you don't have to build or compile anything as long as any...

well @danielchatfield Chromium is built and works without too many problems on RPi in [ArchLinux](http://archlinuxarm.org/platforms/armv6/raspberry-pi). It won't probably work in a reasonable way due to hard caching with the browser...

there is a [reboot](https://github.com/googlecreativelab/coder/blob/master/coder-base/sudo_scripts/reboot), it should be easy to put a `shutdown` too with same privileges, `shutdown -h now` instead of `-r`, and `spawn('sudo_script/shutdown')` through any button/link/url you want.

This issue affects _vercel_ / _now_ CI too, so that I had to put it under optional dependencies that fail every single time but also I manually pre-build assets locally,...

@janwidmer do you know any valid alternative? my interest is about optimizing already available GIFs and nothing else, to be honest, but I might drop that if there's no alternative,...