Jon Craton

Results 13 issues of Jon Craton

Is there interest in a simplified [Goto Anything](http://docs.sublimetext.info/en/latest/file_management/file_navigation.html#goto-anything) feature? This would make it much simpler to navigate inside files for me. I'm aware of the [goto line number issue](https://github.com/gchp/iota/issues/122). This...

This change updates the readme to recommend installing both apt-based dependencies simultaneously via a single apt command. This is more efficient and makes the overall setup slightly simpler.

I'm working on a report that uses some XML data. I'd like to include this data in the report for demonstration purposes. Is there a good way to do this?...

This adds a flag to exit on exception (#100). I've only tested this with Python 3 in the Jupyter engine. I wasn't able to find a clean way to handle...

Is it possible to force Pweave to exit with a non-zero exit status when it encounters an exception is raised from a code block? Often when I'm working on something...

Currently, if delete or backspace is pressed inside an empty element, such as a box, nothing happens. It might be helpful to modify this behavior to remove the box.

It is currently easy to cause an out-of-memory condition when prompting a model with a very long prompt. This is an expected result of the implementation of both certain tokenizers...

enhancement

Smaller [1.6B](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b) and 3B models are available from Stability AI that appear to have good performance characteristics for their size. It may be worth adding support for these, but this...

enhancement

A family of LLMs called [OpenELM](https://arxiv.org/abs/2404.14619) have recently been released. They range in size from 270M to 3B parameters: | **Model Size** | **ARC-c** | **ARC-e** | **BoolQ** | **HellaSwag**...

There are a few places where coupling is too tight between the core engine and the building block examples. As one example, the `SetColor` operation should not exist and should...