I understand. I will create the BaselineOf.
Thank you Dale,
Cheers,
Hernán
El vie., 26 abr. 2019 a las 15:31, Dale Henrichs
() escribió:
>
> Hernán,
>
> The multiple retrying messages imply that Metacello/Monticello is not
> able to download the ConfigurationOf ... which points to another issue
Hernán,
The multiple retrying messages imply that Metacello/Monticello is not
able to download the ConfigurationOf ... which points to another issue:
a ConfigurationOf cannot really be used with a git repository ... a
ConfigurationOf should only be used with a http:// repo ... you should
be
Hi Dale,
El vie., 26 abr. 2019 a las 15:12, Dale Henrichs
() escribió:
>
> I'm not exactly sure why you are getting the error, but the standard way
> to deal with a package-cache issue (or at least eliminate the
> package-cache as the real culprit) is to clear the package-cage in the
> Monticello
I'm not exactly sure why you are getting the error, but the standard way
to deal with a package-cache issue (or at least eliminate the
package-cache as the real culprit) is to clear the package-cage in the
Monticello browser ...
An alternative (or next step) would be to try the following:
Met
Hi guys,
Is there any way to tell Metacello to ignore the local package cache
after a failed load?
Say I tried to load:
Metacello new
configuration: 'MyConfig';
repository: 'github://hernanmd/MyPackage';
load.
Then I figure the "repository" path is missing and I add it:
Metacello n
TedVanGaalen wrote:
> Hi Stephan
> I am a bit confused, not really at home in your VM world,
> so please send me a link for the VM + an Image that you'd like me to try on
> my mac.
> Thanks
> Ted
>
>
>
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>
>
Se
Hi Stephan,
Pending: (Which VM?)
If you still think trying a VM with Pharo 7 on my Mac is
important for you to conquer the bug in the VM,
then please tell me which VM I should try out on my Mac.
Regards
TedvG
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Yes, that "addFlexOf" thing seems to be the message I needed to add to get
the morph to rotate. Forgive the naive question.
On Thu, Apr 25, 2019 at 9:19 AM K K Subbu wrote:
> On 25/04/19 7:29 PM, Steve Quezadas wrote:
> > I am trying to rotate an instance of a [Transformation morph]. I am
> > se