vitogit (Alvaro)
vitogit (Alvaro)
What´s the best way to get the number of defenders and attackers for each square? I want to show in the board what pieces are unguarded and the "influence" for...
I saw that this method tries to load this files, but the folder is empty. Where do we get that data? Is there a lichess puzzle dataset? or do we...
python-chess 0.17 changed pop_count() to popcount() so there is an error in the code when you run main.py https://github.com/niklasf/python-chess/blob/55c6031465d14f386f1f88754a9baafd1d8813db/CHANGELOG.rst I don´t know if pip can install specific versions, maybe that...
Modify this line to add more options https://github.com/vitogit/lichess-tactics-generator/blob/master/src/App.vue#L87 Add checkbox or dropbox to the page so the user can select other options - Variations: "ultraBullet" "bullet" "blitz" "rapid" "classical" "correspondence"...
- Button to generate lichess study based on the pgn generated? - Practice the tactics in the browser? - Edit the variation length for each tactic and or delete the...
A conversation in this pr https://github.com/vitogit/pgn-tactics-generator/pull/20 about arguments > I am wondering if we shouldn't invert the logic (meaning) of the argument: having something like skipBlunder instead of includeBlunder. Then...
Use case: I'm studying a line but I´m not convinced, so I click the build button and I will get redirected to the end of that line so I can...
@jven what do you think about this? Add a button to open lichess analysis board using the current position FEN like this https://lichess.org/analysis/rnbqkbnr/ppp1pppp/8/3p4/3P4/8/PPP1PPPP/RNBQKBNR%20w%20KQkq%20-%200%202 This is an easy way to resolve...
If the ON HOLD label is quickly added and removed the search will not work because the message is not found by slack. We can use sleep on find_message(text) but...
When a PR is created CI is hang. Probably a bad config. Or we can use travis like this https://github.com/rootstrap/pull_requests_to_slack/blob/master/.travis.yml