Paul English

Results 14 issues of Paul English

Vega allows force-directed graphs, http://trifacta.github.io/vega/editor/index.html?spec=force It would be nice to make use of these within gorilla-repl. What needs to be done to add a new type of plot?

plot
feature

When trying to view a worksheet in the public viewer, I'm getting a console error. ``` Uncaught SyntaxError: Expected "\n", "\r\n" or any character but end of input found. ```...

bug
core

This may be a Vega issue, if so I'll move it, but there are definite issues plotting extreme values. Consider this function & plot, ``` clojure (defn g [x] (Math/log...

plot

I can't seem to get localshop to mirror a proper version of `urllib3`. I can install it once no problem, but any additional attempt to install it fails. The latest...

I'm not the best understanding LDAP standards or syntax but it seems that currently the authenticator is limited in the group attributes it understands: https://github.com/jupyterhub/ldapauthenticator/blob/7545ba0fe43ca8a01bd66b8a3bb6fc6b8114b34a/ldapauthenticator/ldapauthenticator.py#L343 The LDAP server I'm working...

feature-request

It seems unusual to have for example `models.Pet` as the name of a definition. It also leads to unusual results from swagger-codegen. I can understand how it can be useful...

Using rustup to install would allow us to run nightly only things like `rustfmt` alongside the stable build.

Not totally sure on the cause of this, but it looks like submodules need some work. ``` ➜ git:(master) ✗ git-mount HEAD 2016/03/23 11:15:18 fatal: bad object HEAD:path/to/submodule 2016/03/23 11:15:18...

This updates the validation regex to allow keys in an env file to start with an underscore. I just noticed this in conflict with an env var `_TYPER_STANDARD_TRACEBACK`. This [SO](https://stackoverflow.com/questions/2821043/allowed-characters-in-linux-environment-variable-names)...

I ported this library from an earlier scheme library which made use of a global var `e`. This is used as a counter in `forward-mode` and `reverse-mode`. This can be...