there is no "should" in a open source project. Saying that I very much
doubt it there is a single pharoer that does not care about the stability
and improvement of his own code. Experimentation is part of the game of
learning, and without learning you can have no bug fixes. If you don't
understand
2013/12/24 kilon alios
> I agree too , having realistic expectations is the wise thing to do. All
> of us want the Stars and the Moon , the question is what we can really
> have and that we all or at least most of us do contribute even in very
> small portions. Whats better way to live than impr
On 24 December 2013 21:01, Ronie Salgado wrote:
> Hi Denis,
>
> The shape color is not enough to know about its transparency, because it
> could have a texture with partially transparent elements. Despite that,
> there's another kind of transparency, fully opaque or fully transparent,
> which doe
I agree too , having realistic expectations is the wise thing to do. All of
us want the Stars and the Moon , the question is what we can really have
and that we all or at least most of us do contribute even in very small
portions. Whats better way to live than improve the very things we love ?
Pe
Hi Denis,
The shape color is not enough to know about its transparency, because it
could have a texture with partially transparent elements. Despite that,
there's another kind of transparency, fully opaque or fully transparent,
which doesn't require special rendering. That other kind of transparen
Thank you to remind me. I will fix it on Thursday. Jura.
--
Juraj Kubelka
> El 24/12/2013, a las 13:57, Stéphane Ducasse
> escribió:
>
> Hi Juraj
>
> did you fix the problem reported with the search input capturing events or I
> do not know what that was reported a
> while ago?
>
> Stef
>>
I'm trying to signup on INRIA CI site here :
https://ci.inria.fr/users/new
without success ... apparently the continue button is inactive.
Regards,
On Thu, Nov 21, 2013 at 10:34 AM, Christophe Demarey
wrote:
> Hi,
>
> Le 21 nov. 2013 à 10:05, Serge Stinckwich a écrit :
>
>> I would like to abl
I have tried in Pharo 2.0 configurations from Config Browser
(ConfigurationOfXMLParser-StephaneDucasse.16) and latest from
http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main(ConfigurationOfXMLParser-monty.37)
and both have this bug.
Hernán
2013/12/24 Stéphane Ducasse
> Hi Satoshi
>
> Di
Hi chris
I think that it would be great if:
- your api is compatible with the one of doru
- that we can introduce your extension to Pharo
- keep the package of doru outside because it is larger.
With such approach we could get a first version with your code and a larger o
I do not know but we should log that somewhere.
Stef
On 21 Dec 2013, at 15:03, Sven Van Caekenberghe wrote:
> Hi,
>
> It seems that #explorerContents and #hasContentsInExplorer are no longer used.
>
> Implementing a new Eye inspector with #addSpecialFields: seems to affect both
> the Inspect
Yes, you should change the tickPrintBlock because it probably incorrectly
use (aFloat roundTo: 0.1) printString.
There is no guaranty that this return the nearest Float to the aimed
decimal fraction.
Since this is not the nearest Float, you have additional digits displayed.
The print block should u
Ok thank you Stéphane, but activity diagrams are quite different from
sequence ones:
https://en.wikipedia.org/wiki/Activity_diagram
On Tue, Dec 24, 2013 at 6:02 PM, Stéphane Ducasse
wrote:
> http://www.laputan.org/brant/brant.html
>
> I remember that we used it.
>
> Stef
>
>> Serge
>>
>> in VW t
Serge
in VW there was an extension of MethodWrappers that supported the generation of
SequenceDiagrams.
Stef
On 23 Dec 2013, at 15:39, Serge Stinckwich wrote:
> Dear all,
>
> with a colleague from Savoie University, we are looking for some
> Smalltalk code in order to model, execute and ani
http://www.laputan.org/brant/brant.html
I remember that we used it.
Stef
> Serge
>
> in VW there was an extension of MethodWrappers that supported the generation
> of SequenceDiagrams.
>
> Stef
>
> On 23 Dec 2013, at 15:39, Serge Stinckwich wrote:
>
>> Dear all,
>>
>> with a colleague f
Hi Satoshi
Did you try with the latest configuration of XMLParser?
Because I do not know what it is in Moose.
Stef
On 23 Dec 2013, at 18:26, NISHIHARA Satoshi wrote:
> Hello
>
> using: Pharo3.0 Latest update: #30659 (it occurs same error to
> Pharo2.0 Latest update: #20628)
> (Moose 4.9 with X
Hi satoshi
Do you use the latest version of Nautilus?
Stef
> Hello
>
> select and do it below:
>
>Nautilus
>pluginClasses:
>{{FinderPlugin. #top}.
>{AnnotationPanePlugin. #middle}.
>{PackageTasksPlugin. #bottom}} asOrderedCollection.
>browser
Hi Juraj
did you fix the problem reported with the search input capturing events or I do
not know what that was reported a
while ago?
Stef
On 24 Dec 2013, at 00:47, Juraj Kubelka wrote:
> And what about to set the same filter when opening browser from browser?
>
> And maybe history can be s
Thanks for your contribution.
It would be great if you could add the catalog metadata to your configuration
see method catalog* in the Soup project
for example. And publish the project to the metacelloRepository so that it
become available to the ConfigurationBrowser
https://ci.inria.fr/pharo-c
> I cannot find PharoExtras in SmalltalkHub.
> Can I find from within image if a package belongs to Pharo or PharoExtras?
http://smalltalkhub.com/#!/~PharoExtras
>
> That information should be more visible somewhere.
>
>
> we, as core pharo developers take responsibility over the packages t
Hi (nicolas :))
I was fixing the sound package and the EnvelopeEditorMorph shows a strange
glitch
EnvelopeEditorMorph openOn: (FMSound brass1) copy title: 'brass1'
See below
I have the impression that this related to float printString. Any idea how to
fix it?
Screen Shot 2
2013/12/24 Esteban Lorenzano
>
> On 24 Dec 2013, at 14:50, Hernán Morales Durand
> wrote:
>
>
> 2013/12/24 Esteban Lorenzano
>
>> Yeah, that part I can understand it.
>> What I don’t understand is what would be that.
>>
>>
> Involving community is what social groups do for self-optimization and
>> I really like Nautilus, the groups, the history navigation, the code panel
>> with the color warning for
>> long methods. It is good doing experiments with new or better developer
>> tools.
>>
>> But some parts just looking as "quickly hacked into it", just to make it
>> running.
>> And t
On 24 Dec 2013, at 14:50, Hernán Morales Durand
wrote:
>
> 2013/12/24 Esteban Lorenzano
> Yeah, that part I can understand it.
> What I don’t understand is what would be that.
>
>
> Involving community is what social groups do for self-optimization and
> evolution.
> A model where people d
2013/12/24 Esteban Lorenzano
> Yeah, that part I can understand it.
> What I don’t understand is what would be that.
>
>
Involving community is what social groups do for self-optimization and
evolution.
A model where people does not contribute code is the Microsoft EULA license.
> Packages part
btw that also means that we do not accept code in the form of : simple packages
(without configuration or Issue/SLICE), change sets or code in mail threads
(something that happens a lot more than it should).
On 24 Dec 2013, at 14:06, Esteban Lorenzano wrote:
> Yeah, that part I can understand
Yeah, that part I can understand it.
What I don’t understand is what would be that.
Packages part of pharo core are in in Pharo team in smalltalkhub
Packages part of pharo extras are un PharoExtras team in smalltalkhub
we, as core pharo developers take responsibility over the packages that resid
Hi Sergi,
Thank you for trying to install PunQLite.
Actually, I've also found this error happening when I try to install
PunQLite to the latest Pharo 3.0 beta image (30659).
I've originally developed PunQLite on Pharo 3.0 alpha (30487) image.
So I think some changes occurred between them.
The er
2013/12/24 Sergi Reyner
> Looks pretty cool, and I may have a couple of uses for it
> already! However, I get this when trying to load it on a fresh 30659 image:
>
> IncompatibleLayoutConfig: Class with ByteLayout cannot be extended as slot.
>
Proceeding twice will finish loading it, but somehow
Hi
2013/12/24 Alexandre Bergel
>
> el1 := (R3CubeShape new color: (Color purple alpha: 0.2)) element.
> el2 := (R3CubeShape new color: (Color purple alpha: 0.2)) element.
> el1 makeTranslucent.
Can it be automatic? Element has color which know about its transparency
> And what about to set the same filter when opening browser from browser?
+1
> And maybe history can be shared?
+1
Alexandre
>
> --
> Juraj Kubelka
>
>> El 23/12/2013, a las 18:23, Yuriy Tymchuk escribió:
>>
>> The thing is what if you have different things in a handful of browsers? I
30 matches
Mail list logo