Ron Lugge
Ron Lugge
This is an awesome and very, very, very useful bit of code that I'm glad to have. Unfortunately, while the data is definitely getting exported to an AngularJS file, I...
So the existing documentation is extremely scarce. The readme file's data is extremely limited, exposing only the very most basic bare bones of the module's API. It's confusing, and doesn't...
How are we supposed to handle errors? The delegate doesn't seem to have any error method protocols, so if something goes wrong with unzipping, everything just... stops?
I want to implement the ability to let unzipping occur as a background task. If I understand what I'm putting together, it should be as easy as creating a service...
I have a minor conflict between Materialize and JQuery.UI over the .autocomplete method, and the described 'solution' is to use the Materialize 'M' backup method -- `M.autocomplete(element, data)`. In a...
I've managed to work around most of the issues involved in using blocking code, but I've got a small annoyance left. Because I need this as a long-running process running...
I'm running into an issue with decompress-zip. It works fine on most of the zip files my server generates for packaging files, but on some of the larger files (nearing...
My API follows the standard rails convention of returning the object body back to the user, with an errors key present in the object body. Request: { "object":{ "optional_key":"present", "rquired_key":"invalid_data"...