Harris Enniss
Harris Enniss
### Motivation On startup, I'd like to be able to add a persistent job store and add a job only if that job store is empty. ### What works With...
I'm encountering an odd error after building this project (from develop, and also from Release_13.3). The project runs, but I get exceptions when I open various UI elements (e.g. the...
FloatVariable ignores it's initial_value argument if set to a float, because _init_numeric sets it to 0 unless the initial value is of type `type(0)`, i.e. `int`.
IntegerVariable and FloatVariable have surprising defaults limits of [0, 10] and [-1, 1], respectively. I suggest not restricting these by default. If a plugin author has particular limits in mind,...
I'd like to be able to disable autopep8 by default, and enable on a per-repository basis. I have the following: ~/.config/pep8: [pep8] select=None $PROJECT/setup.cfg [pep8] select= When I run `autopep8...