MichaelJ

Results 4 issues of MichaelJ

simply running ```store.remove("count", initializeStore)``` obviously causes a problem, as initializeStore isn't defined anywhere? I tried creating it, something like this: ``` export const initializeStore = (name, value)=>{ store.setState(name, value); }...

for my example, I have my whole doc in Arial and the reference "Figure" (under the actual figure, #figur) changes to Times New Roman for some reason (repeatable even after...

Started looking at all the Warning when building with react-ros: seems there are currently 5 components: docz, roslib, react-scripts, microbundle-crl, uws: Docz: ``` warning docz > docz-core > wait-on >...

```sudo apt-get install libusb-dev``` otherwise you will get: ``` ups/src/lib/usbhid.h:4:10: fatal error: usb.h: No such file or directory 4 | #include | ^~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/openups.dir/build.make:63: CMakeFiles/openups.dir/src/main.cpp.o] Error...