David Pankros
David Pankros
In theory, the only difference is the typeof the progressTemplate attribute. If it's a function, execute it. If it's a string render the template with that name. I can't see...
No. It hasn't been implemented but is in development. > On Jan 16, 2015, at 5:01 PM, Habib Ayob [email protected] wrote: > > Has the progressbar functionality been implemented yet?...
I am, but due to some issues, like the reactivity issue we discussed, and demands on my time, it’s taking longer than anticipated. On January 29, 2015 at 4:51:21 PM,...
@ndee I will do my best to make the updates granular so you don't have to replace all the files in a batch, unless you want to. I'm going to...
"Delete on remove" is an option that you can specify in the new preferences object. If you want them to be removed, set it to true. Otherwise it will be...
@tcastelli "Delete on Remove" is in [my fork](https://github.com/dpankros/meteor-cfs-autoform) (not merged back into the main yet). I think the default behavior should be off, however, because I do not want to...
@tcastelli Yes. That's correct. I also have a [test app](https://github.com/dpankros/cfs-autoform-test), if you want to try it separately or use it an example. I feel compelled to reiterate that you should...
The code hasn't been worked on in some time, mainly because it never not the testing it needed beyond what I and a few others had done. Because of the...
How does it handle failure cases? That is, when are you deleting the files? Are you deleting the old files on a successful update and the new files on failure?...
I'm going to leave this one to @aldeed. Personally, I think we need to handle the failure cases slightly better in that a failure should put the database back to...