Results 17 issues of Justin Warwick

Simple approach: a single extra special CSS class that is applied to the body tag (and just as easily removed). Pure CSS, though it could be coordinated with some js...

It would be nice to have a simple way of activating a Red Alert condition that overrides some styling (mostly color) to emulate the well known Red Alert effect.

With the adding of sections, the left-hand side bar now overflows on the bottom on not-too modestly sized screens (a laptop, in my case). Even though it reduces the flavor,...

good first issue

Currently, the lcars-title class (that is seen in the solid horizontal bar with embedded text) shows the text's character glyphs with a little bit of empty space above and below...

While the current text font is sans serif and pretty clean, I think it is not narrow enough, and some of more recognizable glyphs (like S and C and R...

In the simple side-bracket case, as demonstrated in the index.html sample/doc, the entire height of the header is a "clipping" zone for the main content: ![image](https://user-images.githubusercontent.com/1444084/69465338-c3f0fe00-0d35-11ea-942d-0b85af81f31a.png) If we want content...

I found a couple of minor errors in lua-api.txt such as example argument order error and spelling error. patch for the ones I am confident about: [0001-Minor-edits-and-clarifications-to-lua-api.patch.txt](https://github.com/smcameron/space-nerds-in-space/files/4356793/0001-Minor-edits-and-clarifications-to-lua-api.patch.txt) Here are some...

The client launch feature for open HTTP/HTTPs ports is really slick. It would be even better to also have similar functionality for open SSH ports (22), RDP (3389), and VNC...

To clean up the track title display a little more: 1. Replace URL encoding in the track titles 2. replace underscores with spaces. 3. Remove hyperlink underline in playlist (css...

Running `python setup.py test` results in many tests passed, but test 13 fails with this message: ``` FAIL: test13_star (test.test_kernel.TestKernel) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/pyaiml_test/aiml/test/test_kernel.py", line 106,...