TimeWaster

Results 6 issues of TimeWaster

## Expected Behavior that it works ## Actual Behavior when i try to union the 5 elements the attached below script generated or click on "generate stl" (i presume it...

following the "onUpdate" example in https://stuk.github.io/jszip/documentation/api_jszip/generate_async.html all log statements execute at the same time when the zipping is done, rendering the callback useless. (run in browser)

apparently the ajax response can sometimes miss "data.query", this fixes errors reported when that happens. i also fixed some indentation.

on make i get these (more than i pasted here): ``` /usr/bin/ld: usrp_source.cc:(.text+0x3c3): undefined reference to `rtlsdr_get_device_name' /usr/bin/ld: usrp_source.cc:(.text+0x3fe): undefined reference to `rtlsdr_get_device_name' /usr/bin/ld: usrp_source.cc:(.text+0x42a): undefined reference to `rtlsdr_open' /usr/bin/ld:...

raw email: `From: "Almaifd, Tim" ` return: ``` from: [ { address: '"Almaifd', name: null }, { address: '[email protected]', name: ' Tim"' } ], ``` should be: ``` from: {...

bug

removed unused "recommends" dependency to "better-fabric-console" that is not used in code and creates warnings in the game console if not installed.