Ben Peachey

Results 71 issues of Ben Peachey

Several of us have been making an effort to bring together the projects and people who feed sprites into the official [plantuml-stdlib](https://github.com/plantuml/plantuml-stdlib/). We've been doing this under https://github.com/plantuml-stdlib/, with the...

I love http://chir.ag/projects/name-that-color and this plugin could be awesome... sadly I am not using Android Studio but PHPStorm, so I can't use it :sob: I have no idea how much...

I am currently looking into unit-testing my BASH code. The `bats-core` project seems the most likely candidate to write tests in. As part of writing unit-test is mocking/stubbing, I went...

Instead of the PHP ridden mess it is now, the template should been clean XML parsed by PHPTAL.

enhancement
ready

The current implementation of the UI does not play nice with smaller screens and (in combination with the text-area enhancement) does not work on mobile devices. Although supporting phones might...

enhancement

This is a follow-up from Issue #4. The question that remains is what to do with the errors from a previous run? We should save the generated output in a...

To be able to run this on Heroku we need to move file storage away from the local file system and into some external file storage. The [Amazon Web Services...

ready

We need to have an API endpoint for consumers to access directly. This would also expose the functionality to embed graph text,log and images from other sources. This needs to...

enhancement
ready

Currently the submit causes a full POST, causing a delay in the rendering, this should be replaced by an AJAX call, accompanied by a visual cue to show this is...

bug

Although there is a sound logic behind having to submit a graph before the image is updated, it can be handy at time (working on smaller or more experimental graphs)...

enhancement