> On 13 Mar 2015, at 20:36, stepharo wrote:
>
>>> Am 13.03.2015 um 14:51 schrieb Esteban Lorenzano :
>>>
>>> As one of the authors of Tide, I wouldn’t recommend to use it today… unless
>>> you are planning to maintain it too, because atm I do not have time to do
>>> it and Nico (the other/mai
> On 14 Mar 2015, at 09:05, Esteban Lorenzano wrote:
>
>>
>> On 13 Mar 2015, at 20:36, stepharo wrote:
>>
Am 13.03.2015 um 14:51 schrieb Esteban Lorenzano :
As one of the authors of Tide, I wouldn’t recommend to use it today…
unless you are planning to maintain it too, b
Yes :P
here is the thing: I have far too many children/projects so I decided to keep
maintaining just two… and I picked the two I think are contributions more
important to community: Voyage and Reef.
Also they have the advantage (for me) of being 100% Pharo (for me, this is a
big constraint t
Marcus Denker-4 wrote
> which version do we pick? We should pick one, rename the callers
As someone mentioned earlier in the thread, #doWithIndex: has the advantage
of mirroring the argument order (although this still should be documented),
and it's the one most people are probably most familiar w
In such cases I might use a stream and monitor the `stream position` and
iterate with
[ stream atEnd ] whileFalse: [
item := stream next.
stream position even ifTrue: [ self highlight: item ].
]
from mobile
> On 10/03/2015, at 09:11, Sanjay Minni wrote:
>
> Hi
>
> when iterating
More Reef docs, or a podcast recording (I can pick your brain there,
just tell me when).
I'd love to use Reef but need help to start.
Phil
On Sat, Mar 14, 2015 at 9:05 AM, Esteban Lorenzano wrote:
>
>> On 13 Mar 2015, at 20:36, stepharo wrote:
>>
Am 13.03.2015 um 14:51 schrieb Esteban Lor
Hi phil
there is a draft of a documentation I tried to write from before esteban
joined the team
but since I did not know it
It is on github in the book in the progres folder
https://github.com/SquareBracketAssociates/PharoInProgress
Stef
Le 14/3/15 13:06, p...@highoctane.be a écrit :
My suggestion is try to use as much as possible smalltalkhub and
monticello before diving into git.
The pharo git support is working for people knowing it (= not me for
example).
Stef
Le 8/3/15 10:14, rohit sharma a écrit :
hi everyone. I am facing a problem. I cloned a repo. of package. After
Thanks torsten
This little steps are really important!
Stef
Le 4/3/15 11:25, Torsten Bergmann a écrit :
Hi,
cleaned up MongoTalk a little bit:
- added a new baseline 1.7 with separate test packages for "BSON" and "Core",
so tests are now separately loadable
- more comments and more/better ca
I do not understand what are you trying to do.
you cloned a repo in your disk, then you have, for example:
path/to/myProject/myPackage.package/etc…
to use it, you have to add the repository (path/to/myProject) to monticello
browser, as a filetree repository.
then you can browse and interact e
I have been writing more extensive class comments for MongoTalk and
Mapless+MongoMapless.
Will release next week.
Need to remix the Voyage pool with tye Mapless pool and it will quite neat.
Note: we need a full features pool once and for all, like JEE DataSources.
What we have is okay but still
Thx
Le 14 mars 2015 14:14, "stepharo" a écrit :
> Hi phil
>
> there is a draft of a documentation I tried to write from before esteban
> joined the team
> but since I did not know it
> It is on github in the book in the progres folder
>
> https://github.com/SquareBracketAssociates/PharoInPro
Sent from my iPhone
> On 14 mars 2015, at 14:41, "p...@highoctane.be" wrote:
>
> I have been writing more extensive class comments for MongoTalk and
> Mapless+MongoMapless.
>
> Will release next week.
>
> Need to remix the Voyage pool with tye Mapless pool and it will quite neat.
>
> Note:
I can make a video for that.
Stay tuned!
Phil
Le 14 mars 2015 17:45, "Serge Stinckwich" a
écrit :
>
>
> Sent from my iPhone
>
> On 14 mars 2015, at 14:41, "p...@highoctane.be"
> wrote:
>
> I have been writing more extensive class comments for MongoTalk and
> Mapless+MongoMapless.
>
> Will rele
Actually i was using "if statements" to find which radio button is
selected. So alternative of using "If statements" is to extend
RadioButtonGroup and adding a method which return " ^buttons detect: [ :b
| b state ] ifNone: [ nil ] " and categorized it under *name_of_my_package
protocol. This meth
Hi again,
This is how to copy the R Windows dll's to the Pharo VM directory,
detecting the installation path using the registry (requires latest
OSWindows package). Tested under Windows 8.1
| rPath dlls |
(rPath := WinRegistry
queryValue: 'InstallPath'
fromKey: (WinRegistryKey localMachin
Peter Uhnák writes:
> Hi,
>
> is it currently possible to import file contents into pillar?
>
> For example I have a script stored in my-script.st and I would like to do
> something like
>
> [[[source=my-script.st
> ]]]
thanks for the feature suggestion. This is now in
http://www.smalltalkhub.co
Whenever I click on Install stable version of GitFileTree (ThierryGoubier
.33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic
version #stable is not defined in Configuration GitFileTree for the current
platform. Possible symbolic version values include : #(#bleedingEdge
#dev
Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100:
> Whenever I click on Install stable version of GitFileTree (ThierryGoubier
> .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic
> version #stable is not defined in Configuration GitFileTree for the curren
Does there exist any alternative ?
Thanks
Jigyasa Grover
On Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr <
mba...@email.archlab.tuwien.ac.at> wrote:
> Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100:
> > Whenever I click on Install stable version of GitFileTree (ThierryGoubier
20 matches
Mail list logo