NullCodex

Results 3 issues of NullCodex

Even when the setting enable_add_header_to_hidden_file set to false, the plugin is still trying to insert headers into the directory. I'm using sublime text 2 just as a fyi

Currently, it looks like the calendar is not accepting any new labels? Additionally the css looks off? Overlapping with the heat map itself. I'm calling it with: ``` ``` The...

I am currently trying to fetch the velocity related to each data via: ``` FILENAME = 'training_0000/segment-1005081002024129653_5313_150_5333_150_with_camera_labels.tfrecord' dataset = tf.data.TFRecordDataset(FILENAME, compression_type='') for data in dataset: byte_array = bytearray(data.numpy()) # grab...