Hi Rusty,
Thanks very much for this mod, can't live without it anymore :)
I did notice when using it together with Warehousing mod by Anoyomouse, it gives me an error when trying to sort the logistics storage warehouse.
"Error while running the event handler:manual-inventory-sort/control.lua:178: Index out of inventory bounds."
I took a look inside the mod files and saw that the logistics storage warehouse has 2000 inventory size, after some trial and error testing.. it seems that anything over 1000 inventory size gives this error.
If something could be done about this, that would be great.. if not, thats ok too ofcourse! :)
(if people want to use your mod and the warehousing mod together without any errors/crashes, change line 202 in "C:\Users\YOUR_USERNAME\AppData\Roaming\Factorio\mods\Warehousing_0.0.10\prototypes\entity.lua"
result.inventory_size = 2000;
to
result.inventory_size = 1000;
Have a nice day!