Andrew Ray

Results 14 issues of Andrew Ray

The syntax highlighters used in code cells and markdown are modified relative to the versions in these projects to include missing keywords. The changes should be pushed upstream.

question

IPython allows code to call a raw_input function. The notebook then asks the user for input. Can this be hooked to stdin somehow?

enhancement

When you look up object info with it goes through 4 stages. 1. Show types 2. Grow popup to show documentation 3. Hold the popup for 10 secs while typing...

bug

launch iocaml with an inbuilt notebook which provides the documentation for the tools. Make the option prominent when -h/-help is given.

To add direct support for publishing notebooks to the cloud. A possible Javascript version for iocamljs would also make statically served notebooks more useful.

For file accesses using resolve_file will strip `..` and help to keep us within appropriate file paths (symlinks not withstanding)

The following are potential candidates (esp. `-short-paths`). ``` Usage: ocaml [script-file [arguments]] options are: -absname Show absolute filenames in error messages -I Add to the list of include directories -labels...

enhancement

Running with the libev backend on Ubuntu 12.04 or 14.04 (in VirtualBox) leads to the test suite hanging on this test. Switching the libev back to use select makes the...

- Refactor the bindings code so it can be overridden and customised (via an optional parameter to `edit`) - Add new action `Custom_skip` similar to `Custom` except the user function...

I've been thinking about how to provide scrollbars for widget containers. It seems some of the functionality currently hidden in the toplevel widget would be needed - stuff like allocation...