I wondered how these two things are related.
Will slots be giving MWs facilities out of the box?
When should I use both?
Phil
In my case it once took eons because I had lots of fonts on a machine.
It depends if you have the font check enabled or not I guess.
But yeah, loading truetype fonts and all glyphs etc take a while I assume.
Having this "boot time sequence log" is nice.
Clement told me once to do this in a 5.0
W
If my Seaside app is generating graphics (it is) using FT2 fonts, well, I
cannot escape this...
Phil
On Fri, Jul 28, 2017 at 11:37 AM, Denis Kudriashov
wrote:
> 2017-07-28 10:26 GMT+02:00 Esteban Lorenzano :
>
>>
>>
>> On 28 Jul 2017, at 10:15, Denis Kudriashov wrote:
>>
>> 6ms startup:true a
Massive.
What is in the super small image?
Is Hermes going to be a generic binary content loader?
Phil
On Aug 1, 2017 11:58, "Pavel Krivanek" wrote:
Hello,
we are checking a huge pull request #177 (https://github.com/pharo-
project/pharo/pull/177) that will change some basics of the bootstrap
I don't know why you think that anybody would silence you.
Just the fact that you bother mentioning that is just a huge internal
insecurity showcase to me.
Come on, if we cared about popular opinions, this would be a javascript or
nodejs list, not a Pharo list.
I do not care a bit about popularit
Got an architecture discussion with a client this morning and a lot of pain
they face is that there are too many choices out there on some platforms.
A batteries included distro with one good framework doing its thing nicely
if really a good thing to have.
It reduces the amount of choice and thus
Hey Denis,
That's a decent name. At least this is settled.
Now code that reads:
remotePharo := TlpRemoteIDE connectTo: ()
is annoying with the "Remote" because it somewhat implies that the IDE is
remote.
But the IDE is local and connects to a remote.
Maybe
remotePharo := TlpIDE connectToR
Can be around.
I did the MOOC once.
Phil, missing ESUG :-(
On Mon, Sep 4, 2017 at 7:34 PM, Myroslava Romaniuk
wrote:
> Hi I would like to help too, if possible.
>
> On 2 September 2017 at 22:33, Rene Paul Mages (ramix)
> wrote:
>
>>
>>
>> Le 01/09/2017 à 11:40, Serge Stinckwich a écrit :
>> >
I used it but not enough to help you with this issue.
Phil
On Thu, Sep 14, 2017 at 12:22 AM, Andrei Chis
wrote:
> Hi,
>
> Does anybody use Pharo 6.1 (32 or 64 bit) on CentOS 7?
> I am getting randomly the following crash when trying to clone a
> repository from github. While this might suggest
Thx
Will try that.
Phil
On Tue, Sep 19, 2017 at 4:17 PM, Torsten Bergmann wrote:
> Hi Phil,
>
> maybe also my https://github.com/astares/pharo-contributor
> can help you here.
>
> Clone it locally and run download.bat (Windows) or download.sh (other) and
> wait until all is finished.
>
> This
We also have
http://norbert.hartl.name/blog/2013/10/03/mustache-templates-for-smalltalk/
Phil
On Thu, Sep 28, 2017 at 4:20 PM, Sven Van Caekenberghe wrote:
> Hi,
>
> I got into a little office discussion about string interpolation as it is
> done in different programming languages.
>
> In Pharo
gt;
> > On 28 Sep 2017, at 16:27, p...@highoctane.be wrote:
> >
> > We also have http://norbert.hartl.name/blog/2013/10/03/mustache-
> templates-for-smalltalk/
> >
> > Phil
>
> Yes, Mustache is a cool templating engine, but it is similar to #format:
> not t
;
>
> > On 28 Sep 2017, at 17:13, Thierry Goubier
> wrote:
> >
> >
> >
> > 2017-09-28 17:08 GMT+02:00 Sven Van Caekenberghe :
> >
> >
> > > On 28 Sep 2017, at 16:58, p...@highoctane.be wrote:
> > >
> > > I stand corrected.
>
What about
LD_LIBRARY_PATH=;$LD_LIBRARYPATH ./pharo-ui some.image
Phil
On Thu, Sep 28, 2017 at 7:41 PM, Jigyasa Grover
wrote:
> Hello hernanmd,
>
> Please check out the link to the repository
> (github.com/jigyasa-grover/GCI-2017-with-Pharo) it should work for you, I
> added you as a collabor
Just wanted to say that one can have Pharo on a 4K display without blurry
fonts.
https://i.imgur.com/FDeLFTN.png
This requires to use the settings with Large or Huge fonts.
And create a shortcut to Pharo.exe with the following settings in the
properties of that shortcut:
https://i.imgur.com/7G1
I also like the , message for those vectors and the concatenation of
dimensions makes sense.
vector := (1,3,4,5,7,-2).
looks how it should be.
Readable, easy to translate vector stuff from reference text.
Phil
On Thu, Oct 26, 2017 at 7:00 AM, Nicolai Hess wrote:
>
>
> Am 25.10.2017 10:50 PM
> vector := 1,3,4,5,7,-2.
>
> Which is not as nice.
>
> And even though it looks ok for literal numbers (#(1 3 4 5 7 -2) asVector
would work too), this starts to look quite generic:
>
> vector := width, height, depth.
>
>
> Question: why not extend @ notation?
>
> x @
I do not turn on autoformatting and use the format menu entry on an as
needed basis.
Autoformatting on Seaside renderOn: methods is a royal PITA.
Phil
On Thu, Oct 26, 2017 at 8:44 PM, Peter Uhnák wrote:
> > Autoformatting messing with my parentheses is just a mistake.
> > I put them in, leave
I am using
FileLocator preferences pathString
--> C:\Users\phil\AppData\Roaming
And FileLocator preferences asFileReference in a playground opens the
folder on the right.
Phil
On Mon, Oct 30, 2017 at 8:39 AM, Clément Bera
wrote:
>
>
> On Sun, Oct 29, 2017 at 9:27 PM, Stephane Ducasse > wrot
Ok. Now, how is one using those super tools?
You mean Quality Assistant for example?
Phil
On Fri, Nov 17, 2017 at 11:52 AM, Torsten Bergmann wrote:
> Hi,
>
> when we forked Pharo back in the days (2008) one of the primary goals of
> Pharo was and still is to provide a CLEAN SYSTEM.
>
> Now afte
Yes, very.
Phil
On Thu, Nov 23, 2017 at 12:26 PM, Alexandre Bergel
wrote:
> Impressive!!
>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On Nov 23, 2017, at 7:12 AM, Stephane Ducass
I have installed the rpms provided by Norbert and Holger.
Now, I have a working 60 in 64 bit.
But I'd like to get a 61 in 64 bit.
I can rebuild the rpms from source and currently stand at version 1.13.1
(seems to be an update).
I also find it annoying to not have an image provided, we have the
I have found the http://files.pharo.org/get-files/61/ with a 64 bit version
but the VM I have on CentOS is making bad artefacts on the text.
[image: Inline image 1]
Phil
On Sun, Nov 26, 2017 at 10:22 PM, p...@highoctane.be
wrote:
> I have installed the rpms provided by Norbert and Hol
Back from the grave on this one but the current 6.1 is not fixed on that
front and the antivirus (Defender) does not delete anything.
This makes 6.1 an unusable target on Windows and 70 is also unusable.
So, the only viable thing is a 50.
This is not really serious.
What's the point of piling
Sounds like a realistic plan.
Good to read that.
I have the impression that Pharo 3, Pharo 5, Pharo 7 will be the solid
releases.
Are we having a pattern here?
Phil
On Jan 23, 2018 14:20, "Esteban Lorenzano" wrote:
> Hi all,
>
> After some analysis of current condition of development, we deci
For Windows one can change it using a resource editor.
http://www.angusj.com/resourcehacker/
Phil
On Feb 2, 2018 20:33, "Stephane Ducasse" wrote:
> Would it be possible to change the icon without having to compile a new VM?
> To me the current setup looks so monolithic and dated.
> I would exp
Is FileOuterNG available?
Phil
On Feb 15, 2018 12:06, "Maxime Roelandt" wrote:
> Hi all,
>
> I'm searching for an internship as student of Master's 2 degree in
> Computer Science at University of Lille1.
>
> My skills are essentially in Smalltalk and C.
>
> Minimum 1500 € net salary.
> I am ava
I think that if we want a "proper" matrix, it should live in PolyMath, and
there is a PMMatrix.
Then there is also DataFrame.
And then get a prefix to its name, like we have a RTTabTable in Roassal.
http://agilevisualization.com/AgileVisualization/QuickStart/0101-QuickStart.html
We also have Tab
But, where is the server?
Phil
On Sat, Mar 10, 2018 at 10:17 AM, Dimitris Chloupis
wrote:
> That's my bad, apparently when I transferred ownership to Esteban I forgot
> to remove the moderation role from my bot Lighthouse.
>
> I also made the stupid mistake to post security tokens inside the so
interruptible.. yes!
On Sat, Apr 7, 2018, 19:10 Thierry Goubier
wrote:
> Hi Alex,
>
> Le 07/04/2018 à 17:48, Aliaksei Syrel a écrit :
> > Hi
> >
> > Here is a link to a report about their experience with Pharo:
> > https://gitlab.fit.cvut.cz/taibrmar/sokoban-using-bloc
> >
> > There definitely e
On Tue, Apr 10, 2018, 08:17 Stephane Ducasse
wrote:
> It was a year ago and now Iceberg will become iceberg20.
> And a year ago we could/should have used Pharo 50 but we used Pharo
> 6.1 and the 64bits bit us.
> Let us focus on the future and yes we should improve.
>
If there is something I lear
ot;CRT"
>
> 2015-09-10 12:51 GMT+02:00 p...@highoctane.be :
>
>> Is there a way to hint without having the subpixels rendered with the RGB
>> artifacts?
>> Just getting grayscale for the font?
>>
>> I ask because it is getting disturbing for me with larger
Time to dust off Xcode :-)
Pharo 5.0 on iPad would be cool.
Phil
On Thu, Sep 10, 2015 at 3:46 PM, Dimitris Chloupis
wrote:
> WOW thats quite a change of direction !!!
> Thanks for bringing this to my attention :) Suddenly I am way more
> optimistic :)
>
> On Thu, Sep 10, 2015 at 3:52 PM Stepha
Still, this is better than having your app die on your own device coz some
damn dev cert expired.
Phil
On Thu, Sep 10, 2015 at 3:57 PM, Dimitris Chloupis
wrote:
> wait, wait, I knew there was a catch :D
>
> This refers to creating your own app with XCODE and installing it to your
> OWN iOS devi
I came to realize the value of that too.
Phil
On Thu, Sep 10, 2015 at 4:34 PM, Max Leske wrote:
> I’m with Sven on this. Just because JavaScript implementations (and
> others) choose to perform implicit type conversion doesn’t mean it’s a good
> thing. It might make it easier for newcomers to w
On Mon, Sep 14, 2015 at 2:25 PM, Esteban Lorenzano
wrote:
>
> > On 14 Sep 2015, at 14:21, David T. Lewis wrote:
> >
> > On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote:
> >>
> >>> On 14 Sep 2015, at 11:12, Skip Lentz wrote:
> >>>
> >>>
> On Sep 14, 2015, at 11:04 AM,
> On 21-09-15 07:00, seas...@rmod.lille.inria.fr wrote:
>Hi! We're sending this automatic email twice a month, to give the
community an opportunity to easily know what's happening and to coordinate
efforts. Just answer informally, and feel free to spawn discussions
thereafter!
>
> ### Here's what
On Tue, Sep 22, 2015 at 9:13 AM, Tudor Girba wrote:
> Hi,
>
> I think that having Pillar in comments is definitely the way to go.
>
> In:
>
> http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector
>
> I show also an extension that renders comments with PIllar highlighting
debug it on the first one gives "MNU: receiver of "doSemanticAnalyisIn:" is
nil.
Weird.
On Wed, Sep 23, 2015 at 8:40 AM, stepharo wrote:
> Hi guys
>
> I think that this is quite bad that
> - 250 * 1.5 returns -2.25
>
> while
>
> -250 * 1.5 return 375
>
> stef
>
>
NonInteractiveTranscript is usually the class then, so no need to File
stdout anything I guess.
NonInteractiveTranscript install is "de rigueur" for CLI style apps.
Phil
On Wed, Sep 23, 2015 at 1:16 PM, stepharo wrote:
> Hi
>
> I have the impression that some references to Transcript should be
Sean, King of the World.st
Thx for this!
Phil
On Thu, Sep 24, 2015 at 8:55 PM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:
> I have always found the world.st very very useful. Thank you very much
> Geert.
> And thanks Sean, you will do a great job as always.
>
> On Thu, Sep 24, 20
Well, there is some kind of but I was tired and the stream broke as my
internet connection went bust.
(and I should have done the full setup). Ah these things pile up.
Still, one can see the trainwreck over here:
https://www.livecoding.tv/philippeback/videos/
Pick the things with "git" in the ti
Yes, about the git config core.longpaths true: works here as well.
It requires git for windows > 1.9 to work. My 1.8.x choked, had to upgrade.
I have checked out the VM code where there was the GeniePlugin problem and
the issue was gone with that setup.
cp -r or rm -rf indeed give trouble.
If w
Completion in the comment pane is a major PITA for me.
There are times when it makes sense, but not that often.
Phil
On Wed, Sep 30, 2015 at 9:56 PM, Peter Uhnak wrote:
> Hi,
>
> Some time ago I ran into a problem with typing left brackets into comment
> pane.
>
> As you know, code blocks in P
Have not tires #50359 but my WFT rate per minute just had a dirac spike.
In TWM that I am trying to port to 5.0 there are tons of icons... Geez.
Phil
On Fri, Oct 2, 2015 at 7:40 PM, Torsten Bergmann wrote:
> The latest changes on ThemeIcons completely broke functionality and
> icons of externa
>
> >> From my point of view, proxies are from last century ;-)
>
> >They are indeed, but then again so is Smalltalk. ;)
>
You made my day Peter :-)
Isn't that why we have Pharo for the 21st? (You that thing where we do
Smalltalk vm, Smalltalk globals...)
Phil
And maybe some Grafoscopio
On Wed, Oct 7, 2015 at 10:09 PM, Torsten Bergmann wrote:
> As we have:
>
> - Pillar to write content in wiki syntax and generate HTML out of it
> - Mustache as template engine
> - Teapot to easily server static and dynamic web content
>
> one might create his next P
On Mon, Oct 12, 2015 at 3:20 PM, Thierry Goubier
wrote:
> Hi Sebastiàn,
>
> 2015-10-12 13:53 GMT+02:00 Sebastián Krynski :
>
>> Hello my name is Sebastián Krynski from Buenos Aires, Argentina.
>> Just writing to let you know that I'm starting to work on adding an
>> atomic swap operator in Pharo
I am using Ubuntu 14.04 and Pharo Launcher without issues.
Which image ? 4.0?
Phil
On Mon, Oct 12, 2015 at 3:27 PM, Robert Withers
wrote:
> Hello, I am new to Pharo and just getting into it.
>
> I have Ubuntu and used PPA to install Pharo. The launcher is failing with
> a segfault crash.dmp wh
Very nice!
Will come handy for me next monday (hackathon time).
Phil
On Mon, Oct 12, 2015 at 3:37 PM, Torsten Bergmann wrote:
> Hi,
>
> I took a few minutes to add a custom inspector tool ("Cupboard") to
> Teapot showing all the available teapots. The tool is accessible from the
> Tool menu ri
How
> would I check? I installed whatever came with apt-get.
>
> Oh, I tried a image/changes for the launcher dated 2015.09.14, if that
> helps. It segfaulted.
>
> - Robert
>
>
> On 10/12/2015 09:36 AM, p...@highoctane.be wrote:
>
> I am using Ubuntu 14.04 and Phar
On Fri, Oct 16, 2015 at 12:56 PM, stepharo wrote:
> Personally I do not want to be forced to deploy R or whatever when I
> deploy Pharo. Period.
> We have enough dependencies to external libraries dll and other.
> If for one of your project you want to use a hyper cool super hyper coool
> externa
Question: how long to drop the slice into the inbox?
On Fri, Dec 4, 2015 at 8:51 AM, EuanM wrote:
> Hi Steph,
>
> As a newcomer, here is my experience with my first bug-fix:
>
> I wrote the fix in about 5 minutes.
>
> It then took several weeks to get the big-fix accepted because of
> issues wit
On Tue, Dec 8, 2015 at 12:47 AM, webwarrior wrote:
> Considering that there are a couple of responses and the fact that you
> guys are so easily offended, I will not answer everyone but just state
> couple of theses.
>
>
> 0. I will not reveal my real name, because I value privacy. Nickname is
>
FWIW, the Blue Book is very good and is a free PDF now.
Phil
On Tue, Dec 8, 2015 at 4:36 PM, Dimitris Chloupis
wrote:
> "Actually this joke I think is "stolen" by a previous joke about 3d
> artists"
>
> nope I think I am wrong once again, looks older.
>
> By the way Pharo documentation is so go
Anyone having used D to build system-level extensions for Pharo?
TIA,
Phil
t; certain.
>
> PS: Just realised you commented on that blog post so you may be aware of
> all this, but you can take this as a friendly reminder of your potential
> solutions :)
>
>
>
> On Sun, Dec 13, 2015 at 2:16 AM p...@highoctane.be
> wrote:
>
>> Anyone having used D to build system-level extensions for Pharo?
>>
>> TIA,
>> Phil
>>
>
ultiple developers of course.
>
> As always the hard part is to make something that works not only for your
> own personal needs but for the needs of many other users. So many diffirent
> designs have to applied and planned ahead.
>
> On Sun, Dec 13, 2015 at 1:54 PM p...@highoctane
I wish it could stay around!
But with more targets (arm, x64) that may become harder to maintain.
Too bad Igor is not floating around anymore...
Phil
On Tue, Dec 15, 2015 at 12:06 PM, Jan Vrany wrote:
> Hi guys,
>
> two queations:
>
> (i) Is AsmJit going to be developed any more or it's aband
En franstaligers die nederlands kunnen begrijpen.
Schrijven is een andere verhaal :-)
Phil
On Tue, Dec 15, 2015 at 12:11 PM, Skip Lentz wrote:
>
> > On Dec 15, 2015, at 10:39 AM, Sven Van Caekenberghe
> wrote:
> >
> >
> >> On 15 Dec 2015, at 10:34, Stephan Eggermont wrote:
> >>
> >> On 15-12
Eliot,
The C code generator has been externalized, so it is not dependent on
VMMaker.
http://www.smalltalkhub.com/#!/~PavelKrivanek/CCodeGenerator
As far as we can have an ASM DSL that would be working along with that
generator, there is no reason why we couldn't have assembly code part
emitted
Can you make a more detailed vision (with a picture) about this?
As I have a cluster running and am paid to do some stuff with all you list,
I can use some time exploring those avenues.
Phil
On Wed, Dec 16, 2015 at 7:07 PM, Robert Withers
wrote:
> Excuse me:
>
> With interfaces I think groovy.
odule, and invoked back through FFI.
Hope it is clearer.
Phil
On Wed, Dec 16, 2015 at 9:01 PM, Eliot Miranda
wrote:
> Hi Phil,
>
> On Wed, Dec 16, 2015 at 10:14 AM, p...@highoctane.be
> wrote:
>
>> Eliot,
>>
>> The C code generator has been externalized, so it
Git is a DVCS.
Github happens to be hosting repos, but it is just a remote that one pushes
to.
You can have multiple remotes and push to them.
So, a project can have a couple remotes to push/pull to/from.
e.g. I have a couple things going on now where one company uses github
private repos and a
Hi Denis,
This makes me think about the VNC server, which is a TCP server.
The implementation of it is on top of another generic one.
http://www.smalltalkhub.com/#!/~PharoExtras/RFB
Best,
Phil
On Fri, Dec 18, 2015 at 1:28 PM, Denis Kudriashov
wrote:
> Hello.
>
> So my question not about how
Love to read that!
On Mon, Dec 21, 2015 at 10:30 AM, Denis Kudriashov
wrote:
> Hello
>
> 2015-12-20 19:54 GMT+01:00 Mariano Martinez Peck :
>
>> That being said, I of course like the idea of distributing processing
>> across multiple images. No wonder, my PhD tool (Marea) and related
>> sub-proj
I guess that that image is a Spur one, requiring a Spur VM.
Phil
On Tue, Dec 22, 2015 at 11:14 AM, nacho <0800na...@gmail.com> wrote:
> Hi Folks,
> I've installed pharo-vm and pharo-launcher from AUR as stated in the pharo
> site.
> Everything works fine for Pharo 4.
> But when I try to load a P
Maybe this: https://github.com/ronsaldo/swig/
On Tue, Dec 22, 2015 at 9:24 PM, teso...@gmail.com
wrote:
> Hello Mariano,
> WNOHANG is a constant is defined in sys/wait.h, after the
> compilation is not included in the object file.
>
> You will have to duplicate its value in the Smalltalk Co
On Wed, Dec 23, 2015 at 4:08 AM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:
>
>> >
>> >
>> > No, wait. You are getting down to the details so I want to discuss :)
>> >
>> > OSProcess does not use popen()/system() but rather fork()+exec(). That
>> means
>> > that OSProcess has implementi
On Wed, Dec 23, 2015 at 1:54 PM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:
>
>>>
>>>
Also I read [j] that a problem with popen is that you do not get pid
of child so you cannot wait on command to complete. Could posix_spawn
be preferrable to popen?
>>> Exactly
This is getting annoying as in using obscure references that personally I
do not care about.
The main problem being that there is interesting code mixed with "noise"
for pharo-dev.
Please make posts on Medium about it and post a link if needed (I may even
actually read them), but not the Transcri
Hi,
Interesting, as there is a lot of good support for Windows in it.
How would you see this working along with Pharo?
Phil
On Tue, Dec 29, 2015 at 2:47 PM, Torsten Bergmann wrote:
> Hi,
>
> just as an info and in case you missed it but might be interested:
>
> Dolphin Smalltalk for Windows 7
I happen to know quite a number of projects.
So, what's the best path to follow to put a description in them?
Editing configs and saving to MetaRepo is not an issue but will put my name
all over upon save, which is not really nice to people making the work.
I can spend a couple hours on it this
I have room for a couple people here near Wavre, Belgium.
Also, there is the http://creativespark.be/ nearby and I think I can get
things shaped for a Pharo sprint or two.
Just tell me and I'll arrange for it.
Phil
On Wed, Jan 6, 2016 at 8:27 AM, Marcus Denker
wrote:
> Hello,
>
> We looked at
I am currently in a project where we use Phabricator.
Interesting tool for sure but also a huge PITA as the flow isn't
streamlined.
Phil
On Wed, Jan 13, 2016 at 7:26 PM, David Allouche wrote:
>
> > On 13 Jan 2016, at 18:37, Ben Coman wrote:
> >
> > On Thu, Jan 14, 2016 at 12:22 AM, David All
Keep up the good work, this is a huge step in making the whole thing a
crystal clear box!
Phil
On Tue, Jan 19, 2016 at 3:29 PM, Christophe Demarey <
christophe.dema...@inria.fr> wrote:
> Hi all,
>
> In case you do not know, we work on bootstrapping Pharo, i.e. create a
> Pharo image from sources
On Wed, Jan 20, 2016 at 4:19 PM, Peter H. Meadows via Pharo-dev <
pharo-dev@lists.pharo.org> wrote:
>
>
> -- Forwarded message --
> From: "Peter H. Meadows"
> To: Pharo Development List
> Cc:
> Date: Wed, 20 Jan 2016 15:17:59 +
> Subject: Re: [Pharo-dev] [ANN] Pharo bootstrap
On Thu, Jan 21, 2016 at 10:33 AM, Christophe Demarey <
christophe.dema...@inria.fr> wrote:
>
> Le 20 janv. 2016 à 20:09, Craig Latta a écrit :
>
>
> Hi all--
>
> Phil writes:
>
> The point is not to clean but to start with an empty object engine and
>
> fill it in with the minimum required cor
Craig,
Apologies for being blunt, but supercool stuff that I know about but am not
able to use is not of any use to me.
>From my perspective, I am very frustrated to not be able to use:
- Context in Pharo
- Your remote running of tiny images in my Pharo browser (including the
sonar ping sound wh
I use it on Ubuntu Linux for starting images that run some tools I use to
generate other languages template-based code.
On Sat, Feb 20, 2016 at 11:49 AM, Damien Cassou
wrote:
> For my CV, I need to know who is using the stuff I'm doing. If you use
> the Pharo Launcher, could you please tell me i
Writing documentation for http://pharo.org/success/CableExpertise
* administration book
* development guidelines book
* devops book
* training manual
On Sat, Feb 20, 2016 at 11:46 AM, Damien Cassou
wrote:
> For my CV, I need to know who is using the stuff I'm doing. If you use
> Pillar, could
http://geeko.lesoir.be/2016/02/22/hackapost-un-hackathon-sur-les-applis-iot-pour-le-service-postal-belge/
t; >>
> >>
> >> On Tue, Feb 23, 2016 at 3:30 PM, stepharo wrote:
> >> > I'm interested too because we Rmod wants to check Pharo as a IoT
> >> > platform in
> >> > the future
> >> >
> >> > Le 22/2/16 15:07, p
Make it working with all graphviz tools and it will be wonderful already.
BTW, there is already a tool generating graphviz things as this is what was
used to document seaside dependencies.
Here us thread:
http://forum.world.st/GraphViz-renggli-repo-down-td4722561.html
Seems that Roassal 1 had suc
Le 11 mai 2014 17:22, "Eliot Miranda" a écrit :
>
> Hi Hilaire,
>
> mornin'. Thanks for such a helpful, in-depth answer! You ask about
support for ARM... answer below.
>
>
> On May 11, 2014, at 3:09 AM, Hilaire Fernandes <
hilaire.fernan...@gmail.com> wrote:
>
> > Morning!
> >
> > As several
Le 11 mai 2014 18:33, "Eliot Miranda" a écrit :
>
>
http://www.polygon.com/2014/5/9/5699058/free-to-play-mobile-candy-crush-the-room
>
> Interesting. There may be parallels with programming language and
software development environment popularity, revenue and success.
I discussed the surprising
Ah, nice!
I got a couple warnings on compile
Generating files for all chapters
The method AbstractFileReference>>ensureDeleted has been deprecated.
Use ensureDelete
*** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted
has been deprecated.
Use ensureDelete
The method Abstract
There is the liveliness aspect. Today we get this with React for example on
the web.
That's also what Morphic provides (albeit the internals may be better, it
is still great at the core) with the stepping methods.
I wouldn't go down the Agile road as this is looking more and more like a
religion
On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry wrote:
> Hi all,
>
> has anybody success using serial ports with Pharo on Mac or Linux? We're
> having reports of lack of success, including lack of success in recompiling
> a Pharo VM with a correct serial port access (a few months ago), where the
On Wed, May 14, 2014 at 10:39 AM, Sven Van Caekenberghe wrote:
> Hi,
>
> I have been using the new Pharo 3 Dark Theme since it was announced on May
> 1st. In my specific case, I am using the FreeType fonts Open Sans Regular
> 11 and Source Code Pro Regular 11 on a MacBookAir, both on the 13 inch
>
On Wed, May 14, 2014 at 10:47 AM, Esteban Lorenzano wrote:
>
> On 14 May 2014, at 10:40, p...@highoctane.be wrote:
>
> On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry
> wrote:
>
>> Hi all,
>>
>> has anybody success using serial ports with Pharo on Mac or Li
A while ago, Sean did this:
Sean P. DeNigris
10/23/13
to pharo-dev
philippeback wrote
> Would be great to have a logout, in order to give images to other people
> without leaving credentials around.
Done, added to world menu under the individual repo login options
The way the logins work is t
Java/JVM doesn't have become: which is something that helps a lot in
Smalltalk being Smalltalk.
Object>>become: otherObject
"Primitive. Swap the object pointers of the receiver and the argument.
All variables in the entire system that used to point to the
receiver now point to the argu
On Wed, May 14, 2014 at 1:52 PM, Clément Bera wrote:
>
>
>
> 2014-05-14 12:27 GMT+02:00 askoh :
>
>> There is a trend of making languages to run on Java Virtual Machine. But
>> it
>> still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a
>> possible
>> goal?
>>
>
> Always the same drea
The values can be found with:
StartupPreferencesLoader preferencesGeneralFolder
StartupPreferencesLoader preferencesVersionFolder
Windows 8.1
File @ C:\Users\\AppData\Roaming\pharo
File @ C:\Users\User\AppData\Roaming\pharo\3.0
Linux
File @ /home/philippeback/.config/pharo
File @ /home/philippe
The file is named:
SourceCodePro_FontsOnly-1.017.zip
In the TTF folder you have:
$ ls
SourceCodePro-Black.ttf SourceCodePro-Medium.ttf
SourceCodePro-Bold.ttfSourceCodePro-Regular.ttf
SourceCodePro-ExtraLight.ttf SourceCodePro-Semibold.ttf
SourceCodePro-Light.ttf
Must click on eac
On Wed, May 14, 2014 at 3:39 PM, Craig Latta wrote:
>
> > [recent Pharo accomplishments]
> >
> > No such thing in Squeak these days.
>
> That was an unnecessary dig, and totally uninteresting to newcomers
> (not to mention false). Also, Pharo progress doesn't come at the expense
> of progres
On Wed, May 14, 2014 at 3:45 PM, Esteban A. Maringolo
wrote:
> 05-14 10:42 GMT-03:00 p...@highoctane.be :
> > The file is named:
> >
> > SourceCodePro_FontsOnly-1.017.zip
> >
> > In the TTF folder you have:
> >
> > $ ls
> > SourceCodePro-Black.t
On Wed, May 14, 2014 at 9:43 PM, Clément Bera wrote:
> Hello,
>
> The work to port Pharo to 64 bits has started.
>
> The new memory manager Spur will be ported to Pharo 4 alpha next week and
> it supports 64 bits (this is fresh news, it has been decided 3 hours ago).
> This was one of the main iss
e how it works.
Phil
>
> Thanks
>
> Le 14/05/2014 22:28, p...@highoctane.be a écrit :
> >
> > Keypad works on my linux build. There was a lost commit somewhere and I
> > fwded the file to Esteban for integration.
>
> --
> Dr. Geo http://drgeo.eu
>
>
>
301 - 400 of 1287 matches
Mail list logo