benbro

Results 61 issues of benbro

try_files allow you to server a static file but if it doesn't exists pass the request to the app server. It'll be useful to have something similar in nginx-gridfs. try_files...

Is it possible to use libvirt-sandbox with this lib? https://www.berrange.com/posts/2012/01/17/building-application-sandboxes-with-libvirt-lxc-kvm/ Thanks

Are there plans to remove the jquery dependency? Modern browsers don't really need it. A separate polyfill can be used for old browsers. Making MathQuill self contained without external dependencies...

Feature
Refactor
community input wanted

This [page](https://ninenines.eu/docs/en/cowboy/2.2/manual/cowboy.start_clear/) links to a missing [page](https://ninenines.eu/docs/en/cowboy/2.2/manual/ranch_tcp).

When dragging an existing file to a object storage bucket in the manager a button appears asking whether to replace the file. When I click on the Replace button the...

The [manual](https://ninenines.eu/docs/en/gun/2.0/manual/gun_down/) says that gun_down should have a list of killed streams but I'm getting an empty list. I'm using recent commit in the master branch. ```erlang {gun_down, ConnPid, Protocol,...

When reading the following ggb I'm getting an error when it tries to parse the "k_H" expression and execute ``` javascript JXG.boards['jxgBoard1'].select("k_a").X() ``` http://tube.geogebra.org/material/show/id/125392 The parsed k_H expression ``` javascript...

In the following ggb file the segments of the polygon are drawn as small lines https://drive.google.com/file/d/0B12AhxvnYHrAcHlYOExRTEJHQ0E/view?usp=sharing Why is the reader trying to create a segment from [x, y, z] input?...

In the following ggb I have a segment a and Circle c with a radius "a / 2": https://drive.google.com/file/d/0B12AhxvnYHrAX2ZMdnl0d2dadkU/edit?usp=sharing The reader can't find a matching element or expression for a1="a...

Hi, I'm trying to load the attached file with the ggbviewer example and getting an error. I'm using jsxgrpah 0.99.1, geogebra 4.4.37.0, firefox 29.0.1. ggb file https://drive.google.com/file/d/0B12AhxvnYHrATkl1M1BReUo1ZlE/edit?usp=sharing viewer https://github.com/jsxgraph/jsxgraph/blob/master/examples/ggb/ggbviewer.html ```...