�� Metacello new
�� �� baseline: 'FileDialog';
�� �� repository: 'github://peteruhnak/file-dialog/repository';
�� �� get;
�� �� load.Using #get indeed downloads a fresh copy, however the code in Pharo is _not_ reloaded.Is this a bug? Or do I need to do yet something more to reload that too?Peter