Tom
Tom
**UPDATE 2018**: new maintainers are welcome! The project original author is not able to provide responsive and reliable support for this project. If you or your company are using on...
A nice to have, but low priority, potential feature. See: https://godoc.org/rsc.io/letsencrypt
Only HTTP API docs solves part of the problem for most users. What about rending code examples in different languages. I'm currently using [ReDoc](https://github.com/Rebilly/ReDoc) which provides such feature taking code...
CLI: ``` ffmpeg -i small.mp4 -vf "zoompan=z='min(zoom+0.0015,1.5)':d=125:s=640x360" -c:v libx264 -c:a libfdk_aac -y smallzoom.mp4 ``` ``` ffmpeg -loop 1 -i image_1.jpg -vf "zoompan=z='if(lte(zoom,1.0),1.5,max(1.001,zoom-0.0015))':d=125" -c:v libx264 -t 5 -s "800x450" zoomout.mp4 ```...
Like using `melt`: https://www.youtube.com/watch?v=3PRZ9L_KLdI
Infer the file type, and run it properly as binary or pure `nar` archive
Support passing custom headers from CLI ``` bash $ nar get http://server.net/app.nar --headers 'API-Token=901237891231091293' ```
This thread is intended to provide a design discussion frame in order to consolidate a homogeneous and versatile HTTP client middleware interface that can be used in `gentleman`, as well...