Chris Oakman

Results 99 comments of Chris Oakman

Need more information in order to be able to diagnose this.

Is this error specific to chessboard.js or "upstream" with jQuery?

Absolutely; I will do this. Sorry you had trouble getting up and running. There's also this [issue](https://github.com/oakmac/chessboardjs/issues/18) for separating the chessboard code from the chessboardjs.com site code. They really ought...

FYI - as of earlier this week, [Calva](https://calva.io/) has decent Parinfer support for VS Code. It is not exactly Parinfer's Smart Mode, but a neat combination of Indent Mode +...

FYI - there is an implementation of the Parinfer core algorithm in Lua now: https://github.com/oakmac/parinfer-lua cc @Gavlooth

I have been working on [chessboard2](https://github.com/oakmac/chessboard2) recently, which will support "tap to move".

Thanks for the comment. The quick answer is "no, there's been no update on this issue." The long answer is there is probably another solution for your use case. For...

Yes; you're correct that the default algorithm runs every time. How many results are we talking about here? Can you set up a test to determine if the default matching...

You are a champion. I will integrate these with the website.

You should be able to accomplish this functionality using a custom [matchOptions](http://autocompletejs.com/docs#list_object:matchOptions) function. It would be impractical to add this as a config option since it's basically a custom grammar.