Results 3 issues of Charlie Windolf

I was a bit surprised to see that the following is possible: ``` rec = si.read_binary_folder(...) rec1 = rec.save_to_memory() print(rec.sample_index_to_time(0), rec1.sample_index_to_time(0)) # => 2451.763033333333, 0.0 ``` I'm working around this...

bug
core

When trying to save a hybrid recording, I get the error `TypeError: Object of type DriftingTemplates is not JSON serializable`. This makes sense, because DriftingTemplates inherits from Templates which is...

bug
hybrid

Following some discussions with @samuelgarcia and @JoeZiminski , I wanted to open an issue to work out the details of handling time_vectors in a way that won't crash everyone's computers....

enhancement
core