Re: [Pharo-users] This interpreter (vers. 6505) cannot read image file (vers. 6521). [FreeBSD]

2016-06-16 Thread Bernardo Ezequiel Contreras
i found it. http://forum.world.st/ANN-Pre-compiled-Pharo-Spur32-VM-for-Debian-Stable-tp4871332.html On Thu, Jun 16, 2016 at 11:31 PM, Bernardo Ezequiel Contreras < vonbecm...@gmail.com> wrote: > hi Petr, > im using this vm > > https://swing.fit.cvut.cz/jenkins/view/All/job/pharo-vm-spur-swing/l

Re: [Pharo-users] This interpreter (vers. 6505) cannot read image file (vers. 6521). [FreeBSD]

2016-06-16 Thread Bernardo Ezequiel Contreras
hi Petr, im using this vm https://swing.fit.cvut.cz/jenkins/view/All/job/pharo-vm-spur-swing/lastSuccessfulBuild/artifact/pharo-vm-spur-swing.zip on debian wheezy. i think jan did it, he announced it in this mailing list. On Thu, Jun 16, 2016 at 10:36 PM, Petr Fischer wrote: > Why is incompa

Re: [Pharo-users] This interpreter (vers. 6505) cannot read image file (vers. 6521). [FreeBSD]

2016-06-16 Thread Petr Fischer
Why is incompatible VM and Image in official (centos) distribution (main download) on pharo.org? This first impression is really terrible... Simply don't work... What about newcomers? Your links to stable spur vms are compiled with glibc >= 2.15 - is there vms compiled with older glibc (< 2.15

Re: [Pharo-users] This interpreter (vers. 6505) cannot read image file (vers. 6521). [FreeBSD]

2016-06-16 Thread Ben Coman
On Fri, Jun 17, 2016 at 6:04 AM, Petr Fischer wrote: > Hello, I finally managed linux compatibility layer and all 32bit dependencies > on FreeBSD to run official Pharo 5 VM, but got this error: > > "This interpreter (vers. 6505) cannot read image file (vers. 6521)." > > It's official centos downl

Re: [Pharo-users] Glamour question

2016-06-16 Thread Esteban Lorenzano
I implemented that some time ago… I need to remember where… tomorrow I can patch something and upload it. I remember I added some method "#enabledWhen: condition” to perform the task… cheers, Esteban > On 16 Jun 2016, at 22:19, Tudor Girba wrote: > > Hi, > > Unfortunately, this is not support

Re: [Pharo-users] Glamour question

2016-06-16 Thread Tudor Girba
Hi, Unfortunately, this is not supported. Would you maybe want to look at how to add a behavior like this? Cheers, Doru > On Jun 16, 2016, at 5:01 PM, Werner Kassens wrote: > > Hi, > im using a GLMGenericAction in a popup menu of a browser. i noticed that i > can completely hide it with GLM

Re: [Pharo-users] SmalltalkHub permission denied

2016-06-16 Thread Esteban Lorenzano
yes, smalltalkhub is showing some age. also, sometimes infrastructure has some problems and responds slower than usual… today seems to be one of those days :( Esteban > On 16 Jun 2016, at 17:42, Mariano Martinez Peck wrote: > > I also have a private project (created several months ago) and ve

Re: [Pharo-users] SmalltalkHub permission denied

2016-06-16 Thread Mariano Martinez Peck
I also have a private project (created several months ago) and very frequently I find timeouts trying to commit. The other day I had one (see the email I sent to the mailing list). Today (now), I have this problem again: From image side, when I commit, Pharo keeps "Updating" progress bar for a l

Re: [Pharo-users] SmalltalkHub permission denied

2016-06-16 Thread mbratch
HilaireFernandes wrote > Le 02/06/2015 17:06, Ben Coman a écrit : > But I am forbiden to do diff for example: > > Diff browser > Error: you are forbidden to access > "/mc/HilaireFernandes/Cofilair/main/Cofigest- > > or to download .mcz file. > > Error: you are forbidden to access > "/mc/HilaireF

[Pharo-users] Glamour question

2016-06-16 Thread Werner Kassens
Hi, im using a GLMGenericAction in a popup menu of a browser. i noticed that i can completely hide it with GLMGenericAction(GLMAction)>>condition:aBlock in that menu. now i wonder whether i can grey-out it instead in that menu by setting isEnabled somehow in a similar simple way? werner

Re: [Pharo-users] Pharo 5 accented chars bug/regression

2016-06-16 Thread Milan Vavra via Pharo-users
--- Begin Message --- Hi Stef, I was thinking it might be a good idea to attend the conference. I'm not sure I can make it, but if at all possible I want to go. After all it is quite close to home for me - being a Czech citizen I would only need to travel nationally. I even had a flash of inspira

Re: [Pharo-users] Information Theory

2016-06-16 Thread Alexandre Bergel
I am not expert in Latent Semantic Indexing, but it is very simple to implement. Give a try, we will help Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jun 16, 2016, at 3:05 AM, Bric

[Pharo-users] SQLite on multiple images

2016-06-16 Thread Hilaire
Hi, I have a question regarding the use of the same SQLite DB from several Pharo images (all running in the same host, but likely on different cores). Is it safe in this scenario? I mean does lock on write operation correctly work? Thanks Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Smalltalkhub & Squeaksource3

2016-06-16 Thread Mark Bratcher
Oy. I am so sorry. :-/ I would drop that box down and my gaze stopped at the license I ultimately had in mind. Thanks. On 6/16/2016 2:06 AM, Esteban Lorenzano wrote: On 16 Jun 2016, at 03:42, Mark Bratcher > wrote: Does anyone know on what part of this project set

Re: [Pharo-users] Information Theory

2016-06-16 Thread Brice GOVIN
Information theory is about quantifying and qualifying the content of an information in a data set. Basically, it means that for a specific dataset I could say which data is interesting or not (according to the algorithm I use). It is used in information retrieval (IR). I should have started wi

Re: [Pharo-users] Information Theory

2016-06-16 Thread Brice GOVIN
Information theory is about quantifying and qualifying the content of an information in a data set. Basically, it means that for a specific dataset I could say which data is interesting or not (according to the algorithm I use). It is used in information retrieval (IR). I should have started wi