Ben Peachey

Results 71 issues of Ben Peachey

Instead of hard-coding available image type, they should be read from a config file. That way the build script can overwrite that config file with the image types that are...

bug
in progress

We all love [Yuml](http://yuml.me/). It would be nice if we could support the yuml syntax (since it is thought out pretty decently. As yuml syntax is a DSL we could...

enhancement

The documentation states: > The treemap chart provides a method for displaying hierarchical data using nested rectangles. Everything works fine with flat / single-depth data, but I am having trouble...

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 noticed that an example in the Private Sharing user-story contained the `Content-Type` header twice. For the sake of readability, I thought it might be better to remove it, hence...

When reading through the specs for the Solid REST-API, I noticed that the section regarding "WAC-Allow headers" contains a typo. As this typo is not resolved in either #103 nor...

Now `bpkg.json` has been implemented, we might want to add more documentation regarding the allowed/accepted keys and expected values. It would also be helpful to have a [JSON-Schema](https://json-schema.org/) definition, to...

Pull request #94 has some nice feature implementations. In its current state, however, the PR has too many changes to be merged all at once. To make it possible to...

enhancement

When I run a command that returns an error, I can not get the error status with `$?` I have casually looked at the code to see if it might...

Shell
Bug: Confirmed
POSIX Compliance

When I type the command `history` I get ``` Black Screen: command "history" not found. ``` Is there any way to have any insight into the command history or it...