paul-tqh-nguyen / swing_dance_scores

A web interface to an implementation of a relative placement scoring system commonly used in Swing Dance competitions
0 stars 0 forks source link

Featurize functionality that's Linux-dependent #21

Open paul-tqh-nguyen opened 5 years ago

paul-tqh-nguyen commented 5 years ago

https://github.com/paul-tqh-nguyen/swing_dance_scores/commit/d9358f7713cab24c5948856ff0f06f73524c9d7b

This patch contains some functionality that relies on Linux.

A lot of it can be simply unavailable on non-Linux platforms since they're mostly for convenience.

Currently, only our development tools depend on a Linux-based OS. We should do a sweep to verify this is the case.

Nothing that we'll deploy will utilize these Linux-specific tools.

We should also note in the wiki or README somewhere that we use LSOF. I think that this doesn't come pre-installed on all Linux flavors, but we should double-check this.