Hi Sven and Phil,
Thanks for your answers.
So I already use the zeroconf handlers ;-)
The problem is that I do not benefit from the cache well enough because our
command line tool (pharo-based and installed by this script
http://car.mines-douai.fr/scripts/PhaROS) is dedicated to create custom
im
Le 23/10/2014 22:48, Peter Uhnák a écrit :
> But if you want introductory-level then there is "A first application"
> chapter in Pharo by Example book (http://pharobyexample.org/)
This book is a good resource to learn. To test the examples be sure to
download the matching "Pharo by Example" image
iStoa 14.10 for GNU/Linux released!
It is a Pharo desktop application.
iStoa is a corpus of math interactive exercises for grade 1. It comes
with about 25 set of exercises, presented in categories.
The project is in active development, new set of exercises are regularly
added.
http://istoa.drgeo
Op 22-okt.-2014, om 13:39 heeft Sven Van Caekenberghe het
volgende geschreven:
> I do not know how to enable the logging inside the plugin, Chris Gybels just
> told me that he got that working, maybe he can answer. Kris ?
Here's a version of Zodiac-Core with ZdcPluginSSLSession changed to enab
this nice discussion should be turned into a blog/chapter :)
Any taker?
Stef
On 23/10/14 20:16, Esteban A. Maringolo wrote:
tl;dr version:
I'd like to be able to do something like
$PATH/app/pharo-vm/pharo --nodisplay app.image st setup-worker.st --port 8091
and:
$PATH/app/pharo-vm/pharo --nod
Kris,
I merged your changes in (except for the default being false instead of true
for logging) - Thanks!
===
Name: Zodiac-Core-SvenVanCaekenberghe.35
Author: SvenVanCaekenberghe
Time: 24 October 2014, 1:56:40.080389 pm
UUID: d27bbfa1-187d-4ab9-b7e8-5a77a34aeb6a
Ancestors: Zodiac-Core-KrisGybels
Here is a simple example about fork.
Try the following :
10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr].
Then the following :
[10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr]]
fork.
I think this should go in an introduction to Pha
you can also use:
1 second wait.
2 seconds wait. ;-)
Luc
2014-10-24 14:11 GMT+02:00 Annick Fron :
>
> Here is a simple example about fork.
>
> Try the following :
>
> 10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr].
>
> Then the following :
> [10 timesRepeat:
>> I'd like to know the development process of others, from SCM to
>> building, deploying and server provisioning.
>
> I would say the standard approach is:
>
> - use Monticello with any repo type
> - split your code in some big modules, some private, some from public source
> - have a single overa
Ah, I forgot.
The only drawback here is the 5% permanent idle load per image.
Every image I add adds a 5% load to the server, even when it's only standby.
That's a totally bummer, though manageable if you have less than 10
images like I do :)
Esteban A. Maringolo
2014-10-24 16:29 GMT-03:00
Hi,
We are quite actively working on GT.
First of all, thanks everyone for the feedback. We take it quite seriously
and we do our best to take it into account. Please keep the discussions
flowing.
I summarized some of the things that happened recently in the playground
and inspector here:
http:/
11 matches
Mail list logo