whacked
whacked
I was looking into using this but ended up writing a separate url helper to get around using back/front `url_for` for consistency because it was a simpler option. Regardless, it...
As far as I can tell, there is no timestamp syntax handling in the current version. A variety are described in the [8.1 Timestamps, deadlines, and scheduling](http://orgmode.org/manual/Timestamps.html#Timestamps) in the manual...
From my understanding of `json-rpc` in [json-rpc.el L77-L93](https://github.com/skeeto/elisp-json-rpc/blob/a83189b126d8d3d7a856008a5b6ad267b2fcc126/json-rpc.el#L77-L93), there are 2 limitations that I encountered in my use case. 1. the request endpoint is hard-coded to the root path `/`...
This is a wishful feature request. I landed here after reading your [blog post](https://mitchellh.com/writing/nix-with-dockerfiles). The `nix build` worked as-is. That's the first example I found that's self contained, reasonably grokkable,...