Re: [Pharo-users] spotter preview

2015-02-02 Thread Tudor Girba
Hi, The keybindings are: - trigger Spotter with Shift+Enter. - toggle preview with Cmd+P (or Alt+P on Windows/Linux) Doru On Mon, Feb 2, 2015 at 10:06 PM, Ignacio Sniechowski <0800na...@gmail.com> wrote: > Really cool. > What's the key combination for Windows? > Thanks Doru > > > *Lic. Ignacio

[Pharo-users] session two: serving files with FileSystem (is: smalltalk workshops (building a webserver) after code-in)

2015-02-02 Thread Martin Bähr
Excerpts from Martin Bähr's message of 2015-01-29 05:52:52 +0100: > you can read more about the workshop and find the screencast here: > http://societyserver.org/mbaehr/training/Using-the-FileSystem-class-in-Pharo-Smalltalk part two is here: http://societyserver.org/mbaehr/training/Serving-files-t

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
Hello Dale, On Mon, Feb 2, 2015 at 10:52 PM, Dale Henrichs < dale.henri...@gemtalksystems.com> wrote: > Manfred, > > When you use github, you don't need nor do you want to use a > ConfigurationOf. git manages the versions for you so you don't need to > define versions in the ConfigurationOf. If

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Dale Henrichs
Manfred, When you use github, you don't need nor do you want to use a ConfigurationOf. git manages the versions for you so you don't need to define versions in the ConfigurationOf. If you want versions for a git repository, use tags. You still need to specify load order and project dependenc

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Werner Kassens
Hi Stephane, it _is_ in scitalk, at the moment only in the #development version, but i'd guess, that will change in a while. Hi Pierre, the problem - as Stephane pointed out - is that ScaledDecimal essentially is a Fraction, which depending on which function you use can be transformed to Flo

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
One more thing, I am using a Pharo 30862 image on OS X to evaluate the code. Thanks, Manfred On Mon, Feb 2, 2015 at 10:21 PM, Manfred Kröhnert < mkroehner...@googlemail.com> wrote: > Hi, > > sorry for the unfinished email upfront. I accidentially hit the send > button before I was finished... >

Re: [Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
Hi, sorry for the unfinished email upfront. I accidentially hit the send button before I was finished... So here we go again: Some time ago I started a small Pharo based project but didn't want to announce it before I knew how to load it conveniently. For versioning I started using GitFileTree a

[Pharo-users] Error loading own project from GitHub with Metacello

2015-02-02 Thread Manfred Kröhnert
Hi, some time ago I started a small Pharo based project. For versioning I started to use GitFileTree and pushed the code to GitHub together with a ConfigurationOf created with Versionner. But only after a more recent email from Kilon on this list

Re: [Pharo-users] spotter preview

2015-02-02 Thread Ignacio Sniechowski
Really cool. What's the key combination for Windows? Thanks Doru *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Feb 2, 2015 at 6:02 PM, Tudor Girba wrote: > Hi, > > The Glamorous Team is happy to present a new feature in Spotter: preview > (y

[Pharo-users] spotter preview

2015-02-02 Thread Tudor Girba
Hi, The Glamorous Team is happy to present a new feature in Spotter: preview (you toggle it with Cmd+p). We think this boosts the usefulness of the Spotter interface significantly. [image: Inline image 1] For more details, please take a look at: http://www.humane-assessment.com/blog/boosting-gts

Re: [Pharo-users] R: Re: Standalone GUI

2015-02-02 Thread stepharo
remove the key binding you can by redefining the behavior of UnhandledException block the pop up of the debugger but after you will not have debugger :) Le 2/2/15 18:26, falzonidav...@libero.it a écrit : Hi Clement, So how can I prevent a user to execute a doIt? Blocking the opening of wind

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread stepharo
we should move it to scitalk ;) Le 2/2/15 17:51, Werner Kassens a écrit : Hi Pierre, you will find an ArbitraryPrecisionFloat package at sqeaksource that works eg in pharo3 & 4: http://www.squeaksource.com/ArbitraryPrecisionFl.html werner

Re: [Pharo-users] [Pharo-dev] Slides from the Pharo Status talk at FOSDEM 2015

2015-02-02 Thread Eliot Miranda
On Mon, Feb 2, 2015 at 12:19 PM, Marcus Denker wrote: > Hi, > > Here are the slides from my talk from yesterday: > > http://www.slideshare.net/MarcusDenker/2015-fosdempharo > very cool, Marcus! will there be audio of the Q&A? Do you have any recollections of the Q&A? -- best, Eliot

[Pharo-users] Slides from the Pharo Status talk at FOSDEM 2015

2015-02-02 Thread Marcus Denker
Hi, Here are the slides from my talk from yesterday: http://www.slideshare.net/MarcusDenker/2015-fosdempharo Marcus

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Hilaire
Le 02/02/2015 19:11, Pierre CHANSON a écrit : > > 2015-02-02 13:49 GMT-03:00 stepharo > >: > > Pay attention ScaledDecimal are just fraction. > > > Yes sure but I think it would be ok for me later, for example using > ScaledDecimal readFrom: '0.065150313600993

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Marcus Denker
> On 02 Feb 2015, at 17:58, p...@highoctane.be wrote: > > On Mon, Feb 2, 2015 at 5:22 PM, Pierre CHANSON > wrote: > Hi everyone, > I was wondering if there was a package to manipulate floats like the MPFR > library in C... > > One issue with MPFR is the licensin

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
2015-02-02 13:49 GMT-03:00 stepharo : > Pay attention ScaledDecimal are just fraction. Yes sure but I think it would be ok for me later, for example using ScaledDecimal readFrom: '0.06515031360099368', then I can manipulate this.

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
2015-02-02 13:51 GMT-03:00 Werner Kassens : > Hi Pierre, > you will find an ArbitraryPrecisionFloat package at sqeaksource that works > eg in pharo3 & 4: > http://www.squeaksource.com/ArbitraryPrecisionFl.html > Thanks Werner, I will have a look

[Pharo-users] R: Re: Standalone GUI

2015-02-02 Thread falzonidav...@libero.it
Hi Clement, So how can I prevent a user to execute a doIt? Blocking the opening of windows? Francis Messaggio originale Da: clement.b...@inria.fr Data: 1-feb-2015 9.46 A: "Any question about pharo is welcome", "falzonidav...@libero.it" Ogg: Re: [Pharo-users] Standalone GUI

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread p...@highoctane.be
On Mon, Feb 2, 2015 at 5:22 PM, Pierre CHANSON wrote: > Hi everyone, > I was wondering if there was a package to manipulate floats like the MPFR > library in C... > One issue with MPFR is the licensing, which is GNU. I wonder if Pharo couldn't get a special licence for embedding as "MPFR has co

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread stepharo
Then I found in http://stephane.ducasse.free.fr/Web/Draft/Float.pdf that using ScaledDecimal allows exact arithmetics. So I guess ScaledDecimal is the best class to use for playing with 20 decimals numbers ? :) I always thought that we should look into using MPFR. There is no way that we

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Werner Kassens
Hi Pierre, you will find an ArbitraryPrecisionFloat package at sqeaksource that works eg in pharo3 & 4: http://www.squeaksource.com/ArbitraryPrecisionFl.html werner

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread stepharo
Pay attention ScaledDecimal are just fraction. Le 2/2/15 17:22, Pierre CHANSON a écrit : Hi everyone, I was wondering if there was a package to manipulate floats like the MPFR library in C... Then I found in http://stephane.ducasse.free.fr/Web/Draft/Float.pdf that using ScaledDecimal allows ex

Re: [Pharo-users] High precision arithmetic

2015-02-02 Thread Marcus Denker
> On 02 Feb 2015, at 17:22, Pierre CHANSON wrote: > > Hi everyone, > I was wondering if there was a package to manipulate floats like the MPFR > library in C… > Then I found in http://stephane.ducasse.free.fr/Web/Draft/Float.pdf > that u

[Pharo-users] High precision arithmetic

2015-02-02 Thread Pierre CHANSON
Hi everyone, I was wondering if there was a package to manipulate floats like the MPFR library in C... Then I found in http://stephane.ducasse.free.fr/Web/Draft/Float.pdf that using ScaledDecimal allows exact arithmetics. So I guess ScaledDecimal is the best class to use for playing with 20 decimal

Re: [Pharo-users] New versions of the Pharo Launcher for Windows and MacOS

2015-02-02 Thread stepharo
Damien even with the latest version of Launcher I have startup error. I can show you :) Stef

Re: [Pharo-users] Pharo on Raspberry Pi 2

2015-02-02 Thread Thierry Goubier
2015-02-02 16:01 GMT+01:00 Ben Coman : > Which platform ?... > http://dev.windows.com/en-us/featured/raspberrypi2support > Oh, Linux for me will be perfect, thanks :) > > On Mon, Feb 2, 2015 at 9:21 PM, Ignacio Sniechowski <0800na...@gmail.com> > wrote: > >> Thierry, >> Pharo runs in the previo

Re: [Pharo-users] Pharo on Raspberry Pi 2

2015-02-02 Thread Sven Van Caekenberghe
Ubuntu of course https://insights.ubuntu.com/2015/02/02/snappy-ubuntu-core-on-raspberry-pi-2/ http://www.raspberrypi.org/downloads/ http://www.ubuntu.com/cloud/tools/snappy Seriously, Rasbian will still be the most used OS I guess. > On 02 Feb 2015, at 16:01, Ben Coman wrote: > > Which platfor

Re: [Pharo-users] Pharo on Raspberry Pi 2

2015-02-02 Thread Ben Coman
Which platform ?... http://dev.windows.com/en-us/featured/raspberrypi2support On Mon, Feb 2, 2015 at 9:21 PM, Ignacio Sniechowski <0800na...@gmail.com> wrote: > Thierry, > Pharo runs in the previous RPI, the problem actually is not more > horsepower but a JIT VM. > I think Tim was working in that

Re: [Pharo-users] [ANN] PUnQLite NoSQL database project updated

2015-02-02 Thread Pierce Ng
On Thu, Jan 29, 2015 at 06:09:41PM -, PBKResearch wrote: > This looks very interesting. I am looking at a project which needs simple > persistence, and I was considering MongoDB plus Voyage, which looked like > overkill. I shall definitely be trying PUnQLite. You might want to try SimplePersis

Re: [Pharo-users] Problem due to deprecation of class Url in Pharo 3 and Moose 5.0

2015-02-02 Thread Sven Van Caekenberghe
https://pharo.fogbugz.com/f/cases/14855/Add-reference-resolution-to-ZnUrl > On 12 Jan 2015, at 09:57, Sven Van Caekenberghe wrote: > > Hi Peter, > >> On 11 Jan 2015, at 12:47, PBKResearch wrote: >> >> Sven >> >> Apologies for the delay in replying. >> >> Basically, the relative argument can

Re: [Pharo-users] Pharo on Raspberry Pi 2

2015-02-02 Thread Ignacio Sniechowski
Thierry, Pharo runs in the previous RPI, the problem actually is not more horsepower but a JIT VM. I think Tim was working in that, but the VM is not quiet there yet. >From my experience, Pharo at this stage is only barely usable. But if the VM was similar in specification to that of the x86 archi

Re: [Pharo-users] Nice review of Pharo by Example

2015-02-02 Thread Sven Van Caekenberghe
Yes, cool 'external' review. > On 02 Feb 2015, at 13:43, Marcus Denker wrote: > > http://www.adamtornhill.com/reviews/pharobyexample.htm

[Pharo-users] Nice review of Pharo by Example

2015-02-02 Thread Marcus Denker
http://www.adamtornhill.com/reviews/pharobyexample.htm

[Pharo-users] [OT] Two questions about coding with Amber

2015-02-02 Thread Sebastian Sastre
Hi there! I hope this not get too off topic here but I consider Amber and Pharo to be kind of best friends and we need more data/input for this to improve the development experience. Did you tried or use Amber ? We want to have some insight and understand better this tw

[Pharo-users] Pharo on Raspberry Pi 2

2015-02-02 Thread Thierry Goubier
Hi all, given this announcement, what would this mean for Pharo on the Raspberry Pi 2? Thierry http://www.raspberrypi.org/raspberry-pi-2-on-sale/ Let's get the good stuff out of the way above the fold. Raspberry Pi 2 is now on sale *for $35* (the same price as the existing Model B+), featuring

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread Guillermo Polito
Well yes, but GCs are happening all the time :). So the problem is that someone is keeping a strong reference on the symbol. I tried the following: - create a method named #unusedUnexpectedMessage: That came up in the auto completion, ok - remove it: Still in auto completion - force GC a looot: s

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread Sven Van Caekenberghe
But weak refs are only killed after GC, right ? And even then... > On 02 Feb 2015, at 12:03, Guillermo Polito wrote: > > It's the table that keeps the symbols and checks their uniqueness. > > but AFAIK the symbol table is weak. So probably it's the completion mechanism > that is keeping extra

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread Guillermo Polito
It's the table that keeps the symbols and checks their uniqueness. but AFAIK the symbol table is weak. So probably it's the completion mechanism that is keeping extra references... El Mon Feb 02 2015 at 11:52:28 AM, p...@highoctane.be escribió: > Got the same problem here. > > Annoying when thir

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread Sven Van Caekenberghe
Maybe try Symbol compactSymbolTable But completion could do its own caching, I don't know. > On 02 Feb 2015, at 11:44, stepharo wrote: > > Probably by resetting the Symbol intern table. but no time to dive into it > now. >> Hi all, >> >> Code completition tools show class/method old

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread p...@highoctane.be
Got the same problem here. Annoying when third parties have to do something in the environment as they are shown things that do not exist. Where to look? What's the symbol intern table? Phil On Mon, Feb 2, 2015 at 11:44 AM, stepharo wrote: > Probably by resetting the Symbol intern table. but

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-02 Thread stepharo
Probably by resetting the Symbol intern table. but no time to dive into it now. Hi all, Code completition tools show class/method old names i've changed and no longer use. How can i remove all unused (occurring nowhere in source code) or unimplemented names? Best, Laura

[Pharo-users] Internship at Thales

2015-02-02 Thread Marcus Denker
There is an offering at Thales for an internship for a student (in france): > Thank you for your interest in a career with Thales. Below you will find a > link to the job that you found on the mobile website. When clicked, this link > will allow you to view the job details again and Apply for th