demarey

Results 130 comments of demarey

I know there was a shortcut but I forgot it. It is cool there is already a menu entry for that but I would never have the idea to search...

> @svenvc / @estebanlm / @MarcusDenker / @demarey > > So how could we introduce this? > > Is it better to place them in Zinc repo (Option 1) or...

In this case, should addVersionInformationExtractedFrom:to: also be moved to MCRepository? It uses an instance variable.

The work is in progress. I moved `addVersionInformationExtractedFrom:to:` and `versionsWithPackageNames:` (was `retrieveVersionsWithPackageNAme:`) to `MCFileBasedRepository` as `versionsWithPackageNames:` uses `readableFileNames` only defined in `MCFileBasedRepository`. You will need to check if current implementation...

Need to wait for integration into Pharo: https://pharo.fogbugz.com/default.asp?11445

I just mean that default implementation of `retrieveVersionsWithPackageNames:`is slightly different from the one in FileTree. FileTree: ``` name last isDigit ifFalse: [ Array with: name with: '' with: '' with:...

Yes, my question was rather: should we remove the implementation of `retrieveVersionsWithPackageNames:`in filetree? Implementations are not so different, and maybe the default implementation is also fine for FileTree. But maybe...

yes, I had the problem with a clone fail on git credentials missing. The pb is that CI gives an IceCloneLocationAlreadyExists instead of an IceAuthenticationError that is more clear. Anyway,...

I just downloaded a fresh P8 and followed the given instructions. The problem is still there. To reproduce (in Pharo 8): - open iceberg - clone `pharo-project/pharo-launcher`from github - select...

Thanks for the report. I did a commit with some fixes: - you can now launch images by pressing enter - filter field is accessible with meta + f Mnemonics...