mikeazo

Results 8 comments of mikeazo

My guess is you are seeing [this bug](https://stackoverflow.com/questions/15588478/internet-explorer-10-not-showing-svg-path-d3-js-graph) manifested.

It would seem that in this case, JSEP mimics the behavior of Excel and Matlab. See [Order of operations, special cases](https://en.wikipedia.org/wiki/Order_of_operations#Special_cases). It also happens if you input `2^3^2`, which should...

This is probably a duplicate of #40

I'm having a similar problem. I am using tabs in my app, where updates on one tab can cause state changes that affect other tabs. When I stay on the...

@ryrych Did you try `ModalManager.show`

Super interested in this feature and willing to help out. I was poking around on my machine the other day and got stuck when downloading TigerVNC. It is trying to...

I created a [fork](https://github.com/mikeazo/md380tools) a while back to build this repo on an Intel mac. Basically had to change some compiler flags and some of the USB interfacing code (see...

@msmuenchen thanks for the analysis. That is exactly why I never submitted a pull request, I figured it wasn't a universal fix. It worked for me, but I need to...