Peter Beshai
Peter Beshai
The bottomData code in TacoTable and throughout is somewhat messy and should be cleaned up.
Currently has me committing dist and lib to the repo. Would prefer not to. Would be nice if the site was auto-built and the docs auto generated before updating.
Instead of setting state inside the table, see if it can be managed via props and callbacks as an option to enable the state to be completely controlled by an...
It would be cool to give an object that listed props as keys and true/false if they changed or not. This would enable components to check if certain subset of...
* extract_thumbnails.py -- just gets the thumbnails from a video * frames_from_thumbnails.py -- gets the frame numbers corresponding to thumbnails * get_num_frames.py -- gets the total number of frames in...