mike w

Results 9 issues of mike w

Hi Stephen, I'd like to support a strict hierarchy of products. Perhaps an illustration of the desired outcome will explain best. Here's what the store's left nav and URLs would...

This looks to be a bug in `management/commands/bower.py`; `BaseBowerCommand._install` is only used when there are no arguments. ``` py # myapp/settings.py BOWER_INSTALLED_APPS = ( 'jquery', ) ``` ``` $ python...

This change set adds the `-k` flag, which affects the TCP listener. When `-k` is given, the TCP socket will continue to publish newly-decoded messages to any connected clients. I've...

Create a demo mode so that the server can run without real connections. Use this for both local dev and to demo the frontend. Make demo data available (ideally without...

Using rtl_ais tcp listener, the connection sends a burst of accumulated data, and then no more. In other words, it doesn't stream forever. The effect is ships appear for a...

The webpack config has a bunch of leftover unused features from create-react-app. Clean it up to the minimum necessary functionality, & so it's easier to understand.

It would be great to have different SVG images for major categories of aircraft: * Heavy/commercial * GA * Helicopter * Military

help wanted

For use with [running the fake AIS server](https://github.com/mik3y/airdash/wiki/Running-the-Fake-AIS-Server).

documentation