I am using pharo 4 and even though this works
Gofer new
smalltalkhubUser: 'LaurentLaffont' project: 'TilingWindowManager';
configuration;
load.
this does not work
(Smalltalk at:#ConfigurationOfTilingWindowManager) ��load .
neither this
(Smalltalk at:#ConfigurationOfTilingWindowManager) ��loadDevelopment .
bleedingEdge is no go too.��
Should I assume that Pharo 4 is not supported yet ?��
This is a great project that I am interested in contributing since managing windows in Pharo is a pain.��