mxlnk

Results 3 issues of mxlnk

Hi, currently sync intentionally accesses the state directly. I assume because of this issue https://github.com/davestewart/vuex-pathify/issues/6 ? Would it be possible to introduce some of having it use the getter? Or...

for me jest could not resolve the package because of the leading slash. This should fix it.

Hi, I'm currently trying to write a pcd file like this: ``` def make_xyz_label_layers_point_cloud(points, labels, layers): assert(len(points) == len(labels) and len(points) == len(layers)) md = {'version': .7, 'fields': ['x', 'y',...