traffic icon indicating copy to clipboard operation
traffic copied to clipboard

Massively real-time traffic streaming application

Results 4 traffic issues
Sort by recently updated
recently updated
newest added

Look at these examples of gauges not drawing correctly. Browser: Safari Machine: Mac 14" M1 Chip **Problem is in full screen mode** **Seems ok not in full screen**

This will fail if NPM not found as follows `➜ swimos-traffic git:(run_sh_error_handling) ✗ sh ./run.sh + cd ui /Users/jimzucker/Documents/dev-icloud-jim/swimos-traffic/ui + npm install ./run.sh: line 4: npm: command not found` if...

**User Story** As a developer I want run.sh to fail if npm is not installed or fails rather than just continue along. **Acceptance Criteria** 1. Fail if any command fails...