vitogit (Alvaro)

Results 27 comments of vitogit (Alvaro)

Thanks for the feedback, you are right. I don't have much time to update the library but I think I have a solution for your project. A board editor seems...

That's a good question, I can't investigate this now but I think you should overwrite this css rule and play a little with it. By default is 320px here is...

Hi @bbarbosa0604 there are a lot of projects using this library https://github.com/vitogit/vue-chessboard/network/dependents?package_id=UGFja2FnZS01MDA1NTMyMw%3D%3D maybe you can find someone that uses stockfish.

I don't know sorry. This uses chessground library to handle the board and pieces so probably you will have more luck asking there https://github.com/ornicar/chessground/issues

If you find a solution, let us know here in the ticket. Good luck

Thanks for let me know. Could be related to chessground version? vue-chessboard uses 7.2.10 but current chessground is 7.9.3

Hi @truongtrungtinh That's an interesting problem. I think you can extend the component so you have more flexibility to configure the underline components (chess.js and chessground), then you have to...

@abhi99sind Currently is not supported. The idea of this project was to show positions. I guess it could be added but is not in my scope. If you want to...

Probably I will add that option in a future version (maybe next month), for now I think you can create a new component that extend vue-chessboard (https://github.com/vitogit/vue-chessboard#extended-component-play-vs-random-ai) and use the...

Not only the login end but also a default config to block malicious ips https://github.com/rack/rack-attack/blob/master/docs/example_configuration.md ``` # If any single client IP is making tons of requests, then they're #...