Lewis Gaul

Results 80 comments of Lewis Gaul

I have added a 'features' section to the README (based on the `minegauler/files/features.txt` file used in-app), but it would still be good to have some more detailed documentation of how...

Hey @deepgandhi, I've just pushed a pylint config file (use the `dev` branch as the base). You can find errors by running e.g.: ``` pip install pylint pylint minegauler/shared/utils.py ```...

> Does pylint is to be checked with all files? Yep pylint can be used to find suggestions for cleaner code in any of the files. I'd probably suggest focusing...

#83 plus offering to download the new release and do an in-place update gets us a large part of the way there.

There are a number of approaches that can be taken: 1. Store the cell updates and mouse movement 2. Store the left/right/both mouse interactions that have an effect, and mouse...

This is kind of horrible to get working properly :) - Maximise button should be enabled (easy) - Default size should be the tight fit around the board (or with...

Enabled in beta options in PR https://github.com/LewisGaul/minegauler/pull/125, although buggy and state not persisted.

Partially addressed by a5cffb780dc7927383ffc73138253e1d2e5c1fa7: - Moved `Caller` class to be private (now `_Notifier`) - Made the 'switching controller' the main abstract controller, moved the 'non-switching controller' base class to engine

Things have moved around, or at least been renamed a fair bit since this issue was created. I don't feel there's an urgent need to tidy things up further, but...

> Hi @LewisGaul can i contribute in this issue You're welcome to have a go. The basic intent is that there should be a `CONTRIBUTING.md` file in the root of...