andy.boot
andy.boot
This solution is clearer The space complexity is less (O(1)). It requires much less code compared to previous merge this has: Algorithm description updated for new solution. Comments added to...
https://github.com/smarkets/smk_python_sdk/blob/master/smarkets/odds.py#L594 snap_to_decimal() snap_to_decimal_move_out_by() These function can return None. This feels wrong especially for snap_to_decimal(). I think an exception would be neater.
Firstly thanks for the extension. Import magic itself has the attribute max_columns: https://github.com/alecthomas/importmagic max_columns = 120 But adding this to the user settings file doesn't make vscode-importmagic obey the line...
Use new cargo_bin_cmd macro. Old way of building Commands is deprecated
Ansi term seems to be unmaintained: https://github.com/ogham/rust-ansi-term Should we move on to something else like: https://docs.rs/yansi/latest/yansi/ ?