Kyle Minshall
Kyle Minshall
**Is your feature request related to a problem? Please describe.** `memcached` (and `mcrouter` since it also implements the `memcached` spec) allows multiple keys to be provided to the `get` and...
# Background For some context that inspired this request, currently working on a site using XHP for server-side HTML rendering. Looked into progressive enhancement frameworks for JS and found one...
Is it intentional that this image runs HHVM as root instead of www-data? Running `ps aux | grep hhvm` inside the container shows: ``` root@692812879a71:/# ps aux | grep hhvm...
### Description Hi! I read/write a lot of Hack code in my day-to-day. My primary editor is Neovim and I've been hoping to leverage tree-sitter to power syntax highlighting. However,...