Re: [Pharo-users] Iceberg: Installing a baseline from a self hosted Git/Gitea repository branch

2020-07-16 Thread Christophe Demarey
Hi Offray, You can also use something like: location := FileLocator localDirectory / 'iceberg' / 'pharo-contributions' / 'taskit'. (IceRepositoryCreator new location: location; remote: (IceGitRemote url: 'https://github.com/pharo-contributions/taskit.git'); createReposit

Re: [Pharo-users] Iceberg: Installing a baseline from a self hosted Git/Gitea repository branch

2020-07-16 Thread Offray Vladimir Luna Cárdenas
Hi Pierce, I'm loading the stuff in the self Gitea repositories from local copies and in the order I know they are needed. So in a sense I following a similar behavior as yours (but I will use the `tonel:///` trick now when needed, thanks for it). My problem is with sharing my baseline with other

[Pharo-users] Metacello, Github and Cryptography

2020-07-16 Thread Francis via Pharo-users
--- Begin Message --- Hi Guys, I'm looking for a guide on how to load a project from github but I can't find anything. Specifically I want to load the Cryptography package. Udo, told me it is on https://github.com/pharo-contributions/Cryptography, so I went to https://github.com/pharo-contribution

Re: [Pharo-users] mentor help continued

2020-07-16 Thread Richard O'Keefe
You "have to make a clock where the minutes and seconds should not be above 60." What does that actually *mean*? The *second* part of a UTC time can be 60. The *minute* part cannot. So the limits for minutes and seconds should be different. But what does "should not be above" mean? One approach,

Re: [Pharo-users] smalltalkhub down

2020-07-16 Thread Christophe Demarey
Hi Sven, > Le 13 juil. 2020 à 21:19, Sven Van Caekenberghe a écrit : > > Hi Christophe, > > Thanks a lot for taking care. > > About the static version: that already looks great, it even has a search > interface. > > What functionality is still missing if I may ask ? Do you need help ? No fu