Sean DeNigris

Results 159 comments of Sean DeNigris

The proof-of-concept adaptations to filetree are in [this gist](https://gist.github.com/3582649) until I make up something to push...

I'm thinking about transforming the class names in the source. Martin said it wouldn't be that important, but I think it will make keeping the platform branches in sync that...

This is the same issue as #26, where the fix has already been discussed, but I don't know how to submit it! Any help you can offer there would be...

The fix seems simple. Edit [this one method](https://github.com/pharo-vcs/iceberg/blob/b0defd14dae159537f9bab2c920b92bc666d91da/Iceberg-Libgit/IceLibgitRepository.class.st#L97) as follows to not resolve: ```smalltalk IceLibgitRepository >> #localRepositoriesLocation ^ FileLocator localDirectory / #iceberg ``` PR incoming...

Not sure how to do the PR @estebanlm @guillep. If I add this as a remote repo in P8, many unrelated changes show up before I do anything...

When trying to check out that branch, it shows quite a few changes in Pharo 8: Bump, @estebanlm @guillep

@estebanlm @guillep Bump!! It would be nice to fix this in time for P8 :)

@tesonep's merge seems to have fixed this. Can someone close it?

> there is no standard as how to represent this contents, at all. So it has to be handled on a case-by-case basis? Don't browsers somehow show something reasonable when...

> It is not the browser/client that does something, it is the server. Oh, gotcha. Thanks, that clears it up