Hi everybody,
I wrote yesterday night on the same topic, and later in the night Sven proposed
a solution.
I just tried it, but it didn't work. In fact it doen't work on my computer, as
can be seen in the attached picture.
Has anyone using a computer with a French KB experienced the same proble
Le 17/02/2017 à 12:13, Mark Neagu a écrit :
> Hi everybody,
>
> I wrote yesterday night on the same topic, and later in the night Sven
> proposed a solution.
>
> I just tried it, but it didn't work. In fact it doen't work on my computer,
> as can be seen in the attached picture.
>
> Has anyone
Hello,
I am getting the error message while trying to load magritte through the
Pharo5 Catalog on a Windows machine:
"This package depends on the following classes:
GRPharoPlatform
You must resolve these dependencies before you will be able to load these
definitions:
GRPharoPlatform>>#magritteAll
Hi,
I'm probably missing something but have you tried : altgr + 6 ?
On my keyboard altgr is the alt on the right of the spacebar:
Le ven. 17 févr. 2017 à 12:14, Mark Neagu a écrit :
> Hi everybody,
>
> I wrote yesterday night on the same topic, and later in the night Sven
> proposed a solutio
Hi,
I need to test Voyage for a project in development but...
installing Voyage on Pharo4 with Seaside already installed (from Pharo4
configuration) produces a broken Seaside installation.
Voyage installation installs Seaside-core, which in turn break the
installed Seaside. It is strange Seaside
Some more info.
Installing the configuration of Voyage from Pharo4 itself also breaks
the installed Seaside, which was previously installed from the Pharo4
configuration too.
Now when installing the Voyage configuration, it warns about installing
Seaside-Core and the conflict with installed versi
Getting the latest unstable VM is a bit mysterious. Where to get it?
Is it available here:
http://files.pharo.org/vm/pharo/mac/
?
No idea
The latest VM on the files.pharo.org is tagged as 6.0-pre. I guess this is not
the latest unstable VM...
Alexandre
> On Feb 15, 2017, at 1:32 PM, Juraj Kubel
Hi Everybody,
Someone gave me the unique proper way to type a | , and I want to make it
available to every person confronted to this problem.
It's enough to maintaind the key AltGR and hit the kay 6 of the KBD (not the
numeric pad).
I'm not sure it will help anyone since I'm not sure someone a
Am 16.02.17 um 22:52 schrieb pharo-users-requ...@lists.pharo.org:
Just checking in to see if there were any projects out there that included
a stage machine. There is one that I?ve been using in Ruby for awhile that
I really like. I would love if we have something like that available..
Thanks!
On 17/02/17 12:34, Vitor Medina Cruz wrote:StephanEggermont
I am getting the error message while trying to load magritte through the
Pharo5 Catalog on a Windows machine:
Looks like a wrong version of the configuration.
It looks like ConfigurationOfMagritte3-TudorGirba.122 did not get
copied to
curl get.pharo.org/vmLatest60 | bash
> Le 17 févr. 2017 à 14:48, Alexandre Bergel a écrit :
>
> Getting the latest unstable VM is a bit mysterious. Where to get it?
> Is it available here:
> http://files.pharo.org/vm/pharo/mac/
> ?
> No idea
>
> The latest VM on the files.pharo.org is tagged as
Thanks, that works!
On Fri, Feb 17, 2017 at 1:06 PM, Stephan Eggermont wrote:
> On 17/02/17 12:34, Vitor Medina Cruz wrote:StephanEggermont
>
>> I am getting the error message while trying to load magritte through the
>> Pharo5 Catalog on a Windows machine:
>>
>
> Looks like a wrong version of t
Trying to understand this problem:
>From my development image, I uninstalled all seaside, then I installed
Voyage. This time it went fine AND Seaside-core *was not* installed
during the process.
What the heck is going on?
When Seaside was present in my dev. image, installing Voyage make
Seaside-
You have a very strong point.
The problem you emphasised, without explicitly naming it, comes from the
image. Because the image preserves state it is also a great receptacle
and accumulator for entropies, and as we know entropies only increase,
never decrease!
The direct consequence is that, at som
I've used ENVY for a couple of years, and marginally used Store. Store
is nothing compared with ENVY, ENVY is far superior. Store is like
Monticello, but as such it lacks the "Configuration Map" part of it,
that is offered by Metacello in Pharo/Squeak/GemStone.
However I find ENVY to be too cumber
Hilaire,
You don't mention how you are loading Voyage. If I had the load
expression and Transcript output from the load, I'd pretty much be able
to tell pretty much what is going on.
I have a couple of theories about what could be going wrong, but without
the load expression and Transcript o
Dear All
It feels delighted to be nominated as finalist for *Red Hat International
Women in Open Source Academic Awards 2017* owing to my significant
contributions to the open source community spanning various organisations &
projects viz FOSSASIA, Pharo/Smalltalk, European Smalltalk Users Group
Hi Dale,
At first I was more thinking of a problem in the dependencies of Voyage,
but then it seems not as with unload Seaside, Voyage get load. It did
not help anyway becasue Seaside can't be reinstalled (Obsolete class
syndrom hit there)
Voyage is installed as:
"VoyageMongo EstebanLorenzano.47
On 02/15/2017 02:43 PM, horrido wrote:
In file-based word, the answer is tests and CI. What is the smalltalk way?
And please do not say "It's in the conceptual nature of programming" -- if
the scenario makes no sense in the smalltalk world (maybe you are not
supposed to have 20 people working o
Hilaire,
Thanks for the detailed information ...
I see that you are using the old-style loading of Voyage
(`ConfigurationOfVoyageMongo load`) ... when using this style of
loading, Metacello has to guess about which projects are loaded and what
version of the project is loaded. I is possible t
Hello
Is possible to do alignment in list? in Label?
especially in multilist
TextEmphasis work correctly but TextAlignment not
"
|c|
c := OrderedCollection new.
10 timesRepeat: [c add: (Text string: 'a' attribute: TextAlignment
centered)].
(ListModel new items: c)
openWithSpec.
"
"
|c|
c := Or
Hi Dale,
Thanks for your detailed suggestions. I follow instructions, here the
report bellow.
Installed newest Metacello, then Voyage with new style:
Metacello new
baseline: 'Metacello';
repository: 'github://dalehenrich/metacello-work:master/repository';
get.
Metacello new
baseline: 'Me
Again, thanks for detailed info ...
The fact that you loaded Seaside3.1.x is good enough for my purposes
.. the fact that Seaside3.2 is getting installed implies that there is a
hard dependency on Seaside in one of the projects (Magritte3 perhaps?)
... odd that ConfigurationOfSeaside3 wasn't
The configuration of seaside is the same before and after the
'Monticello new' loads. #278
It match the fact you don't see a ConfigurationOfSeaside3 download in
the transcript.
As I wrote in a previous email, if Seaside is not installed, the install
of Voyage doesn't trigger a Seaside install. Don
Am 17.02.2017 um 18:51 schrieb Esteban A. Maringolo:
> I've used ENVY for a couple of years, and marginally used Store. Store
> is nothing compared with ENVY, ENVY is far superior. Store is like
> Monticello, but as such it lacks the "Configuration Map" part of it,
> that is offered by Metacello in
25 matches
Mail list logo