RealGecko
RealGecko
> Please set `Lua.semantic.enable` to `false` , check whether the occupancy returns to normal? Yes this helped, things go lot faster now. > Is this project open source? If I...
> this repo's formatting algorithm is come from [EmmyluaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle). you can get cli tool from [release](https://github.com/CppCXY/EmmyLuaCodeStyle/releases) Oh, wait, this is different format tool, sweet will try it too, thanks!
> this repo's formatting algorithm is come from [EmmyluaCodeStyle](https://github.com/CppCXY/EmmyLuaCodeStyle). you can get cli tool from [release](https://github.com/CppCXY/EmmyLuaCodeStyle/releases) Works like a charm, thank you! > Is this project open source? If I...
Yes, `f9b3b65` is much better. Not only file formatting happens faster even with `"Lua.semantic.enable": true`, it also was able to detect some issues with the current code which `3.3.1` was...
I use VS Code for development and I use yapf with following settings: ```json "python.formatting.yapfArgs": [ "--style", "{based_on_style: pep8, column_limit: 127}" ], ``` I also use VS Code feature "Sort...
Test coverage the thing I'm currently working on, slowly but surely we're getting there.
I think we need to perform either migration squashing or redo migrations from scratch in the end of current dev cycle, when all changes will be settled, cause we're currently...
We may create shell script for new installations and move all pre install tasks to there, like creation of `admin` user, maybe add ability to set some settings without actually...
> i am a system engineer more than software developer What IDE do you use? Does it integrate with [YAPF](https://github.com/google/yapf) if so than everything is easy. I created `conf/requirements-dev.txt`, it...
> i moved setttings to appsettings page. for now settings.py is slimmed down. Yeah, that's cool, ability to change settings on the fly is always better than messing with settings.py....