Gabriel Burca
Gabriel Burca
Originally it was possible to upload data from a FIFO pipe, but at some point that feature was lost. This commit brings it back.
Currently if a multi-part upload fails for some reason, there's no way to continue uploading from where the previous upload left off. That's a problem for large archives. In order...
- Fixes a number of outstanding issues, including #182 and #147. - Fixed issue #152 by hiding the warning after the settings have been finalized.
The old dependencies had 20 vulnerabilities (3 low, 10 moderate, 6 high, 1 critical) according to `npm audit`.
See: http://jsfiddle.net/gburca/hwb92esf/33/ The generated HTML looks identical, yet the 1st SVG drawing is not displaying the circles (even though they're in the generated HTML). The 2nd drawing (which doesn't use...
Zillow sometimes returns more than one result for a request (ex: when the apartment number is missing for a multi-unit address). Need to handle the multiple results.
`Conflicting settings at: [file.ccs:4, file.ccs:23].) Using most recent value.` reported even though the setting for both contexts is identical. Perhaps it would be more useful to call it "redundant" than...
- The bits were in the wrong order before.