coffeeDev

Results 10 comments of coffeeDev

Hey @jhlywa , Great to see this is back in development!! Have been using the stable package for our project... Had a request... Is it possible to add variations support...?...

Hey @jhlywa, Had a doubt... How would you go about with creating the PEG file / Grammar file? Will you be creating one from scratch or referring to an existing...

Hey @jhlywa, I shall do a deep dive of the code before contributing... Any advice on the same...? I'm new to contributions on github... 😅. Also, would be great if...

@jhlywa Does this package create variations and later discard/ignore them when the user **undos** and makes another move? Would like to get in touch with you if possible to discuss...

Came across an es6 rework of this package by @aaronfi ([here](https://github.com/jhlywa/chess.js/issues/93)) which includes move variations but am unable to use the package in my project with React.

Hey @aaronfi , Is it possible to use your es6 rework of chess.js in a React(JS/Typescript) project? Not well versed with Ruby so, I'm having a bit of trouble going...

Hey @aaronfi, Thanks for the help! It was very useful. Had a doubt. Is it possible to implement creating a variation from any point of the match by clicking on...

I've facing this same issue on my end as well. ```js "use strict"; // Future versions of Hyper may add additional config options, // which will not automatically be merged...

Hi @DaxGoon, I think it's a permissions issue blocking plugin installs. try `cd ~/.hyper_plugins` and then `npm i`

@brozeph @Piterden Thanks for the responses! Yes, It is not to be used in a gameplay scenario where the use cases of this package mainly lie in. Was looking to...