Andrew Brampton

Results 83 issues of Andrew Brampton

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server. **Steps to reproduce the issue, if applicable. Include the actual command...

good first issue
stale
Hacktoberfest

**Please ensure that your pull request fulfills these requirements:** - [ ] The pull request is being made against the `master` branch - No. This is based on https://github.com/http-party/http-server/pull/674, but...

patch version
enhancement

This is a great little tool, but when I did "gvm listall" I wasn't sure which is the latest stable. The outputted list looked like: ``` go1 go1.0.1 go1.0.2 go1.0.3...

Feature request

Similar to Hilbert, but divides the grid into 3x3 (instead of 2x2). https://en.wikipedia.org/wiki/Peano_curve

Add a new scale command to shrink or grow the size of the digram. For example ``` scale: 50% a->b: blah ``` Would make the diagram half as tall and...

enhancement

SVG sadly doesn't allow setting the background of text, instead you must create a rect behind the text. This is problematic if the font is chosen at run time, as...

bug
enhancement

Example ``` user->ip.bramp.net: GET / ip.bramp.net->user: 200 OK\n user->ip4.bramp.net: GET /json ip4.bramp.net->user: 200 OK\n {address: 1.2.3.4} user->ip6.bramp.net: GET /json ip6.bramp.net->user: 200 OK\n {address: 2001:db8::1} ``` There is too much of...

bug

http://updates.html5rocks.com/2011/08/Saving-generated-files-on-the-client-side

enhancement

Investigate how [Scuffy](https://github.com/aivarsk/scruffy) does it hand drawn look. It looks nicer, and might be worth incorporating into js-sequence-diagrams.