Chris Oakman

Results 99 comments of Chris Oakman

What platform and version of Atom are you using? When you open that file, do you see a message like the following: ![parinfer-warning](https://user-images.githubusercontent.com/98485/37939537-e6030c94-3128-11e8-8dc6-d049e2a94d23.png) I am trying to recreate this bug,...

I experienced this bug today! Or at least a similar bug. Steps: 1) On Mac OSX. Atom v1.24.1 2) Window was maximized 3) Opened a file that Parinfer needed to...

The answer to both your questions is "yes", but I'm out right now and will answer when I get back. Look at the CSS file for the highlight classes. On...

I'm thinking this should be handled by CSS as in [Example 5003](http://chessboardjs.com/examples#5003) Still pondering it though.

I'm leaning towards not adding this method and encouraging people to just use CSS to handle highlighting. See [Example 5003](http://chessboardjs.com/examples#5003) Still not 100% though; need to make a few more...

I think [this line](https://github.com/oakmac/chessboardjs/blob/f2b0c8928b264a3e75be2198a81743196218c348/lib/chessboard.js#L1819-L1823) should allow Chessboard.js to participate in most JavaScript package systems (ie: node.js, babel, etc)

Thank you for checking in on this @redcpp - seems this needs further investigation :)

It should work on mobile, although I have a limited number of devices to test it on. Pretty sure chessboard.js works in IE8 and up. I agree this information should...

I'm not sure if this will address your specific issue, but [this page](https://git.io/atom_clojure_setup) might be helpful if you haven't seen it already.

There is no built-in functionality in chessboard.js for this, but there probably should be. It's very similar to [onMouseoverSquare](http://chessboardjs.com/docs#config:onMouseoverSquare) In the meantime you should be able to get by using...