You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is necessary / desirable to require that the user define vote_floor in the config file, the program should fail gracefully if it isn't. Currently, it fails unintentionally. My preference is that vote_floor not be a required config option. You can provide defaults easily in many way. One way is via the Mojo Config plugin directive. You can set defaults. Another way is when you define the attribute with has vote_floor you can specify a default value, as has vote_floor => -2;
The text was updated successfully, but these errors were encountered:
If it is necessary / desirable to require that the user define vote_floor in the config file, the program should fail gracefully if it isn't. Currently, it fails unintentionally. My preference is that vote_floor not be a required config option. You can provide defaults easily in many way. One way is via the Mojo Config plugin directive. You can set defaults. Another way is when you define the attribute with
has vote_floor
you can specify a default value, ashas vote_floor => -2;
The text was updated successfully, but these errors were encountered: