Re: [Pharo-dev] displayingProgress on demand

2015-12-07 Thread Hernán Morales Durand
Hi Thierry 2015-12-07 14:43 GMT-03:00 Thierry Goubier <thierry.goub...@gmail.com>: > Hi Hernán, > > Le 07/12/2015 18:16, Hernán Morales Durand a écrit : > >> Hi Sven >> >> 2015-12-06 17:34 GMT-03:00 Sven Van Caekenberghe <s...@stfx.eu >> <

Re: [Pharo-dev] License agreement - are you kidding me?

2015-12-07 Thread Hernán Morales Durand
Hello webwarrior, Most of your claims are correct, and you could be the best coder but there *is* a trust factor. And part of such trust is built by making life easier to the core team. Maybe the pharo team could implement "closed verification" for cases like yours? Now how do we trust you do

Re: [Pharo-dev] displayingProgress on demand

2015-12-07 Thread Hernán Morales Durand
Nergaard <henri...@student.uia.no>: > Here is my take on it. > > > > http://smalltalkhub.com/#!/~Latsabben/GafletFremgangFremviser > > > > Best regards, > > Henrik > > > > *From:* Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] *On Behalf > O

[Pharo-dev] displayingProgress on demand

2015-12-06 Thread Hernán Morales Durand
Hello everyone, Is there a reason why #collect:displayingProgress: was removed or never included? And as more general question, is there any pointer to automatically add progress bar to iterator messages? For example doing: SmalltalkImage setDisplayProgressTo: MyClass. SmalltalkImage

Re: [Pharo-dev] Machine Learning algorithms

2015-11-30 Thread Hernán Morales Durand
The package NaturalSmalltalk includes some supervised classifiers that you can try: NSBinaryNaiveBayesDocumentClassifier exampleBotchanOrShinran. NSNaiveBayesDocumentClassifier exampleBotchanOrShinran. NSTfidfDocumentClassifier exampleBotchanOrShinran.

Re: [Pharo-dev] [ANN]: AconcaguaAddOns

2015-10-08 Thread Hernán Morales Durand
Hi Sean, Thank you for the clarification. I just created a configuration for AconcaguaAddOns here : http://smalltalkhub.com/#!/~hernan/Playground/packages/ConfigurationOfAconcaguaAddOns I haven't tested yet (too late here) but maybe you can use it for uploading to MetaRepoForPharo's. Cheers,

Re: [Pharo-dev] [ANN]: AconcaguaAddOns

2015-09-18 Thread Hernán Morales Durand
Hi Sean, First thanks for sharing this. Now I suppose this was AconcaguaDeluxe before? Do you have a ConfigurationOf for AconcaguaAddOns? I want to use it but don't have idea what to load. Hernán 2015-04-21 13:21 GMT-03:00 Sean P. DeNigris : > I pushed some Aconcagua

Re: [Pharo-dev] Annotating instance variables

2015-09-11 Thread Hernán Morales Durand
Hi Marcus, Thanks for the answers. I am discovering Reflectivity, I just have a couple more questions if you don't mind: 2015-09-11 15:26 GMT-03:00 Marcus Denker <marcus.den...@inria.fr>: > > > On 11 Sep 2015, at 20:05, Hernán Morales Durand < > hernan.mora...@gmail.com&

[Pharo-dev] Annotating instance variables

2015-09-11 Thread Hernán Morales Durand
I saw some interesting reflection progress in Pharo 5. I wonder if there is a feature to rank instance variables. For example, from the browser I want to assign a category "important" to an instance variable, or "possibly useless", etc. for later refactorings. Is such thing "easily" possible now?

Re: [Pharo-dev] issue with large file path on windows

2015-08-24 Thread Hernán Morales Durand
Nicolai 2015-08-23 8:44 GMT-03:00 Nicolai Hess nicolaih...@web.de: For those who had problems with pharo on windows and github based repositories, I built a windows vm with support for long paths: https://drive.google.com/file/d/0B8yEahnuIem2bmxwdzJuUXFxVGM/view?usp=sharing For browsing

[Pharo-dev] Stability of configurations

2015-08-24 Thread Hernán Morales Durand
I would like to know your opinion on the following issue: Some supposedly stable published configurations are not loading properly. I read once Stef or someone else commented about validating configurations. I agree completely with such idea because guarantees quality. For example I tried to

Re: [Pharo-dev] Metacello CI Build

2015-08-21 Thread Hernán Morales Durand
Hi Sean, Thank you for the update. Is there a way to get the Metacello updates in 4.0 by evaluating code? Hernán 2015-08-21 21:27 GMT-03:00 Sean P. DeNigris s...@clipperadams.com: Dale has implemented some really cool Metacello features (e.g. bitbucket://, github://) after the version

Re: [Pharo-dev] [Pharo5] Improvements for Anonymous classes

2015-08-21 Thread Hernán Morales Durand
2015-08-21 2:38 GMT-03:00 Marcus Denker marcus.den...@inria.fr: Hi, Besides cleaning for the bootstrap, another thing we did yesterday was improving handling of Anonymous classes. 1) you can now browse methods of anonymous classes with nautilus *if* they inherit from Object (the main

Re: [Pharo-dev] [Pharo5] Improvements for Anonymous classes

2015-08-21 Thread Hernán Morales Durand
Hi Yuriy You can read a SO thread here: http://stackoverflow.com/questions/14196417/is-it-possible-to-extend-an-individual-object-in-smalltalk/14202534#14202534 Cheers, Hernán 2015-08-21 3:34 GMT-03:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi, where can I read more about anonymous classes.

[Pharo-dev] Status of Tanker?

2015-08-20 Thread Hernán Morales Durand
Hello, What is the status of Tanker? I tried to loadDevelopment in Pharo 4 but there are references to PackageInfo, and tests fails. Cheers, Hernán

Re: [Pharo-dev] Status of Tanker?

2015-08-20 Thread Hernán Morales Durand
Hi Mariano, 2015-08-20 15:54 GMT-03:00 Mariano Martinez Peck marianop...@gmail.com: On Thu, Aug 20, 2015 at 3:49 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hello Max, 2015-08-20 15:15 GMT-03:00 Max Leske maxle...@gmail.com: On 20 Aug 2015, at 19:38, Hernán Morales

Re: [Pharo-dev] Status of Tanker?

2015-08-20 Thread Hernán Morales Durand
. Is just that PackageInfo stuff preventing to use Tanker? Could you comment how far is Tanker from being stable or usable? Hernán (we moved from Mariano's repo, but the old one wasn't deleted). Cheers, Martín El jue., 20 ago. 2015 a las 8:24, Hernán Morales Durand ( hernan.mora

Re: [Pharo-dev] Status of Tanker?

2015-08-20 Thread Hernán Morales Durand
Hello Max, 2015-08-20 15:15 GMT-03:00 Max Leske maxle...@gmail.com: On 20 Aug 2015, at 19:38, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hello Martín 2015-08-20 5:31 GMT-03:00 Martin Dias tinchod...@gmail.com: Hello Hernán, It's outdated, we were not taking care of Tanker

Re: [Pharo-dev] why do I get a slice when I just want to commit package with versioner?

2015-08-01 Thread Hernán Morales Durand
Yes I experimented that one too, it's a classic :) To fix I used to close versioner, add the repository to package in the monticello, then open versioner again. Hernán 2015-08-01 17:08 GMT-03:00 stepharo steph...@free.fr: Hi I just wanted to save a configuration with versioner and now I'm

Re: [Pharo-dev] [ANN]: TextURL in Pharo 4.0

2015-07-31 Thread Hernán Morales Durand
Hi Sean, Thanks for sharing this. Indeed open links in external browser is so common that should be a core feature. Cheers, Hernán 2015-07-30 13:13 GMT-03:00 Sean P. DeNigris s...@clipperadams.com: http://youtu.be/-pdYK9Xg8Jw I made a small extension to NewExternalWebBrowser to launch an

Re: [Pharo-dev] About nextPutAll: $(

2015-07-29 Thread Hernán Morales Durand
2015-07-29 20:09 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: On Sat, Jul 25, 2015 at 9:39 AM, Hernán Morales Durand hernan.mora...@gmail.com wrote: In BioSmalltalk I use this pattern a lot: aStream nextPutAll: self name between: $[ - $]. so yes, that would

Re: [Pharo-dev] About nextPutAll: $(

2015-07-27 Thread Hernán Morales Durand
2015-07-26 15:49 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: Hi, Well, If there wouldn't be already a way to do it, I wouldn't care which one to take. But this is not the case: we are discussing the introduction of a new vocabulary when there is already another who is fulfilling the

Re: [Pharo-dev] About nextPutAll: $(

2015-07-27 Thread Hernán Morales Durand
2015-07-27 4:24 GMT-03:00 Nicolai Hess nicolaih...@web.de: 2015-07-27 8:26 GMT+02:00 Hernán Morales Durand hernan.mora...@gmail.com : 2015-07-26 15:49 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: Hi, Well, If there wouldn't be already a way to do it, I wouldn't care which one

Re: [Pharo-dev] About nextPutAll: $(

2015-07-25 Thread Hernán Morales Durand
In BioSmalltalk I use this pattern a lot: aStream nextPutAll: self name between: $[ - $]. so yes, that would be a nice inclusion for me :) Cheers, Hernán 2015-07-24 17:48 GMT-03:00 stepharo steph...@free.fr: HI while working on a lecture I saw that we have about 75

Re: [Pharo-dev] Rubic is getting more and more lowlevel

2015-07-09 Thread Hernán Morales Durand
Hi Stef, 2015-07-07 16:15 GMT-03:00 stepharo steph...@free.fr: Hi Pavel Rubric will replace the PluggableTextMorph and friends. So it is at the same level. This will impact Spec? Hernán

Re: [Pharo-dev] New Collections for Pharo

2015-05-20 Thread Hernán Morales Durand
Hello Alexander, For the MultiValueDictionary IMHO you can need to use other Collections beside OrderedCollection, so you can replace #asOrderedCollection with #asSortedCollection, etc adding an inst. var. storing the converting selector could result in a more flexible Collection. I know at

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Hernán Morales Durand
loaded by default in Pharo images. Hernán 2015-04-16 11:38 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: On 16 Apr 2015, at 16:32, Hernán Morales Durand hernan.mora...@gmail.com wrote: You didn't specified which Pharo version. And you didn't provided even a minimal description

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Hernán Morales Durand
You didn't specified which Pharo version. And you didn't provided even a minimal description... for an outsider Monticello and Metacello sounds almost the same, same with GTPlayground and GTSpotter, etc. Cheers, Hernán 2015-04-16 10:48 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: Hi,

Re: [Pharo-dev] Downloading the latest 40 Image - Error

2015-04-06 Thread Hernán Morales Durand
Which cache service? 2015-04-06 3:46 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: has to be something with the cache service, because it works fine for me. Esteban On 06 Apr 2015, at 06:38, Hernán Morales Durand hernan.mora...@gmail.com wrote: Reproduced with Windows and CentOS 7

Re: [Pharo-dev] Downloading the latest 40 Image - Error

2015-04-06 Thread Hernán Morales Durand
slow). anyway, I purged it… can you try now? cheers, Esteban On 06 Apr 2015, at 09:05, Hernán Morales Durand hernan.mora...@gmail.com wrote: Which cache service? 2015-04-06 3:46 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: has to be something with the cache service, because it works

Re: [Pharo-dev] Downloading the latest 40 Image - Error

2015-04-05 Thread Hernán Morales Durand
. On 04 Apr 2015, at 20:46, Hernán Morales Durand hernan.mora...@gmail.com wrote: FYI $ wget -O- get.pharo.org/40+vm | bash --2015-04-04 18:41:59-- http://get.pharo.org/40+vm Resolving get.pharo.org... 128.93.162.72 Connecting to get.pharo.org|128.93.162.72|:80... connected. HTTP

[Pharo-dev] Downloading the latest 40 Image - Error

2015-04-04 Thread Hernán Morales Durand
FYI $ wget -O- get.pharo.org/40+vm | bash --2015-04-04 18:41:59-- http://get.pharo.org/40+vm Resolving get.pharo.org... 128.93.162.72 Connecting to get.pharo.org|128.93.162.72|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2885 (2.8K) [text/html] Saving to: `STDOUT'

Re: [Pharo-dev] get.pharo.org broken ?

2015-03-25 Thread Hernán Morales Durand
I have the same behavior from the University machines [hernan@igevet sf]$ wget -O- -v get.pharo.org/30+vm | bash --2015-03-26 02:06:04-- http://get.pharo.org/30+vm Resolving get.pharo.org... 128.93.162.72 Connecting to get.pharo.org|128.93.162.72|:80... failed: Connection timed out. Retrying.

Re: [Pharo-dev] ||

2015-02-08 Thread Hernán Morales Durand
Hi Eliot, 2015-02-08 12:50 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: Hi Hernan, On Feb 7, 2015, at 12:55 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hi Eliot, 2015-02-07 14:48 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: Hi Hernan, On Sat, Feb 7, 2015 at 7

Re: [Pharo-dev] ||

2015-02-08 Thread Hernán Morales Durand
2015-02-08 19:46 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: On Sun, Feb 8, 2015 at 1:26 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Hi Eliot, 2015-02-08 12:50 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: Hi Hernan, On Feb 7, 2015, at 12:55 PM, Hernán Morales

Re: [Pharo-dev] ||

2015-02-07 Thread Hernán Morales Durand
2015-02-07 5:59 GMT-03:00 kilon alios kilon.al...@gmail.com: Personally I don't like Pragmas, they have not convinced me so far that they fit the style of Smalltalk syntax. I have to confess though I never liked descriptive elements and languages . Me neither. Actually the pragma idea is not

Re: [Pharo-dev] ||

2015-02-07 Thread Hernán Morales Durand
Hi Eliot, 2015-02-07 14:48 GMT-03:00 Eliot Miranda eliot.mira...@gmail.com: Hi Hernan, On Sat, Feb 7, 2015 at 7:41 AM, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2015-02-07 5:59 GMT-03:00 kilon alios kilon.al...@gmail.com: Personally I don't like Pragmas, they have

Re: [Pharo-dev] Real Selectors

2015-02-04 Thread Hernán Morales Durand
Yes, I defined it once, it's not difficult to implement. The protocol was something like: SymbolasUnarySelector SymbolasBinarySelector SymbolasKeywordSelector Selector#suggestedSelectorFor: aString Selector#precedence SelectorargumentsSize I defined also compare protocol methods #unaryProtocol,

Re: [Pharo-dev] Anonymous classes should be browseable

2015-02-01 Thread Hernán Morales Durand
a dummy package. I think that would be a good solution. Stef Le 26/1/15 07:44, Hernán Morales Durand a écrit : I want to discuss case 14789 (https://pharo.fogbugz.com/f/ cases/14789/Nautilus-assumes-a-class-always-understand-package) because a class should be browseable even without

Re: [Pharo-dev] Tools for automatic recognition of Design Patterns

2015-02-01 Thread Hernán Morales Durand
Hi Nevena, I don't know of such tool for Smalltalk. But if you feel inspired to build something you could check : DPB: A Benchmark for Design Pattern Detection Tools which is a good review. Cheers, Hernán 2015-01-30 13:07 GMT-03:00 Nevena Milojkovic nev...@iam.unibe.ch: Hi, Can anyone

Re: [Pharo-dev] Any way to avoid the filmification effect in GTInspector?

2015-01-28 Thread Hernán Morales Durand
2015-01-28 5:44 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: On 28 Jan 2015, at 08:33, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2015-01-27 5:11 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi Hernan, GTInspector was built to be extensible without any subclassing

Re: [Pharo-dev] Any way to avoid the filmification effect in GTInspector?

2015-01-27 Thread Hernán Morales Durand
]; selectionAct: [ self actionForA ] on: $A entitled: 'Menu Item A'; selectionAct: [ self actionForB ] on: $B entitled: 'Menu Item B'. It is possible to remove the Raw and Meta tabs? Does it help? Doru On Tue, Jan 27, 2015 at 8:52 AM, Hernán Morales Durand hernan.mora...@gmail.com

Re: [Pharo-dev] Anonymous classes should be browseable

2015-01-26 Thread Hernán Morales Durand
Miranda eliot.mira...@gmail.com: Hi Hernàn, I'm curious. How are the anonymous behaviours found so they can be shown in the browser? On Mon, Jan 26, 2015 at 12:20 AM, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2015-01-26 5:04 GMT-03:00 Nicolai Hess nicolaih...@web.de

Re: [Pharo-dev] Any way to avoid the filmification effect in GTInspector?

2015-01-26 Thread Hernán Morales Durand
2015-01-27 3:41 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi, On Mon, Jan 26, 2015 at 11:58 PM, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2015-01-26 6:25 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi, On Mon, Jan 26, 2015 at 10:18 AM, Hernán Morales Durand

Re: [Pharo-dev] Any way to avoid the filmification effect in GTInspector?

2015-01-26 Thread Hernán Morales Durand
in the new inspector sub-window. 2) I select the item to send a message to it, or bring a pop-up menu to remove the item (I have implemented it in the old inspector and I would like to port it to Pharo 4) Hernán Doru On Mon, Jan 26, 2015 at 7:30 AM, Hernán Morales Durand hernan.mora...@gmail.com

Re: [Pharo-dev] Anonymous classes should be browseable

2015-01-26 Thread Hernán Morales Durand
2015-01-26 5:04 GMT-03:00 Nicolai Hess nicolaih...@web.de: 2015-01-26 7:44 GMT+01:00 Hernán Morales Durand hernan.mora...@gmail.com : I want to discuss case 14789 ( https://pharo.fogbugz.com/f/cases/14789/Nautilus-assumes-a-class-always-understand-package) because a class should

Re: [Pharo-dev] GTInspector does not refresh printString

2015-01-25 Thread Hernán Morales Durand
Is this fixed? I couldn't find an entry case in fogbugz. I remember the UpdatingStringMorph used a #stepTime: method, which I suppose you could borrow to implement the timer. It would be cool to have a configurable step time for refreshing contents. Cheers, Hernán 2015-01-13 9:26 GMT-03:00

[Pharo-dev] Any way to avoid the filmification effect in GTInspector?

2015-01-25 Thread Hernán Morales Durand
For example Process allInstances inspect. I am using #40460, and I want to select an item in a list and continue to see the list. I have tried to set the Number of inspector panes to 1, but that only shift the selected object sub-window. Hernán

Re: [Pharo-dev] Anonymous classes should be browseable

2015-01-25 Thread Hernán Morales Durand
Marcus, I don't see it. Why an UI tool defect should impact Behavior? 2015-01-26 3:49 GMT-03:00 Marcus Denker marcus.den...@inria.fr: On 26 Jan 2015, at 07:44, Hernán Morales Durand hernan.mora...@gmail.com wrote: I want to discuss case 14789 ( https://pharo.fogbugz.com/f/cases/14789

[Pharo-dev] Anonymous classes should be browseable

2015-01-25 Thread Hernán Morales Durand
I want to discuss case 14789 ( https://pharo.fogbugz.com/f/cases/14789/Nautilus-assumes-a-class-always-understand-package) because a class should be browseable even without a definition. Anonymous classes are still classes. If Nautilus project cannot deal with the whole Smalltalk power then it is

Re: [Pharo-dev] Why this hangs the VM?

2015-01-25 Thread Hernán Morales Durand
Yes, apparently one has to debug the primitive to get what's really happening. Thanks Ben, Hernán 2015-01-25 13:08 GMT-03:00 Ben Coman b...@openinworld.com: On Sun, Jan 25, 2015 at 8:16 AM, Hernán Morales Durand hernan.mora...@gmail.com wrote: Behavior basicNew basicNew. I guess

Re: [Pharo-dev] Anonymous classes should be browseable

2015-01-25 Thread Hernán Morales Durand
No problem, I will try to fix so you can review if you find time. Cheers, Hernán 2015-01-26 3:55 GMT-03:00 Marcus Denker marcus.den...@inria.fr: On 26 Jan 2015, at 07:52, Hernán Morales Durand hernan.mora...@gmail.com wrote: Marcus, I don't see it. Why an UI tool defect should impact

[Pharo-dev] Why this hangs the VM?

2015-01-24 Thread Hernán Morales Durand
Behavior basicNew basicNew. Class basicNew basicNew. No .log is generated Applies to Pharo4 #40460 and Pharo 3.0 (Windows 8.1) Cheers, Hernán

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 10:00 GMT-03:00 Atlas e...@chello.at: It's all a matter of viewpoint, that's why we should include as many of them possible :) But, even though the answer was not directed as me, I'd like to step in: Log4J does a good job of what I would consider the laymen spirit of logging

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 13:42 GMT-03:00 stepharo steph...@free.fr: You see if people using logging frameworks would have look for real at Beacon or systemLogger and add one single appenders and publish the code then we would have more of them. We will merge Beacon and SystemLogger with Doru and Norbert

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 5:17 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: On 13 Jan 2015, at 07:00, Hernán Morales Durand hernan.mora...@gmail.com wrote: First of all, I am not the developer of Log4s, but I have been using it for a while and I see no significant gain switching to SystemLogger

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 14:50 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: On 13 Jan 2015, at 18:27, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2015-01-13 5:17 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: On 13 Jan 2015, at 07:00, Hernán Morales Durand hernan.mora...@gmail.com

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 16:25 GMT-03:00 Atlas e...@chello.at: hernanmd wrote That depends in what you want to interpret. A log entry format is something you invent for your system. For log analysis you don't usually write a parser, you can just grep over the output to see why things didn't worked.

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-13 Thread Hernán Morales Durand
2015-01-13 17:08 GMT-03:00 Norbert Hartl norb...@hartl.name: Am 13.01.2015 um 19:41 schrieb Hernán Morales Durand hernan.mora...@gmail.com: 2015-01-13 14:50 GMT-03:00 Sven Van Caekenberghe s...@stfx.eu: On 13 Jan 2015, at 18:27, Hernán Morales Durand hernan.mora...@gmail.com wrote

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-12 Thread Hernán Morales Durand
First of all, I am not the developer of Log4s, but I have been using it for a while and I see no significant gain switching to SystemLogger or ZnLogEvent. As Alain said, it is based in Log4j, which has his own Wikipedia page: http://en.wikipedia.org/wiki/Log4j I don't think there is too much

Re: [Pharo-dev] What Logging framework for Pharo

2015-01-12 Thread Hernán Morales Durand
Hi Alain, You have a Log4s podcast here http://www.jarober.com/blog/blogView?entry=3509625595 and documentation here http://www.instantiations.com/docs/852/wwhelp/wwhimpl/js/html/wwhelp.htm#href=sg/log4s.530.8.html I have a real web application using Log4s here:

Re: [Pharo-dev] Building UI

2014-12-25 Thread Hernán Morales Durand
Hi Norbert, Can you provide an example what do you expect to see? Cheers, Hernán 2014-12-25 13:32 GMT-03:00 Norbert Hartl norb...@hartl.name: Is there a more complex example of a data entry ui in pharo? Spec would be ok but everything will do. thanks, Norbert

Re: [Pharo-dev] Building UI

2014-12-25 Thread Hernán Morales Durand
: 'A'. view labelB text: 'B'. Open the Window (view openDialogWithSpecLayout: layout) centered; modalRelativeTo: World. Cheers, Hernán 2014-12-25 16:02 GMT-03:00 Norbert Hartl norb...@hartl.name: Hernan, Am 25.12.2014 um 19:23 schrieb Hernán Morales Durand hernan.mora

Re: [Pharo-dev] NativeBoost libraries hosting

2014-12-21 Thread Hernán Morales Durand
2014-12-21 19:02 GMT-03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com: What about writing some glue classes that check for the presence of the libraries and download them automatically if the libraries are not present? In this way, the developer would only have to specify a download url (or

Re: [Pharo-dev] NativeBoost libraries hosting

2014-12-21 Thread Hernán Morales Durand
Thank you for the links, I am reading some of them now. Hernán 2014-12-20 6:20 GMT-03:00 Ben Coman b...@openinworld.com: Esteban Lorenzano wrote: I don’t think so. We cannot pollute pharo file server with specific libraries :( we could in the future set up a service for that, but then we

Re: [Pharo-dev] NativeBoost libraries hosting

2014-12-19 Thread Hernán Morales Durand
Hi Esteban, 2014-12-19 8:31 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: I don’t think so. We cannot pollute pharo file server with specific libraries :( I know you have some concern, but I ask you for reconsider because R has many users and the whole download size of required .dll is

Re: [Pharo-dev] [ANN] RProjectConnector V1.0

2014-12-16 Thread Hernán Morales Durand
2014-12-16 11:14 GMT-03:00 csra...@bol.com.br: Vincent BLONDEAU a ecrit: Hello everyone, I am glad to announce the first version of the RProjectConnector, a binding between Pharo and R using NativeBoost. You can now call directly your R methods from Pharo: data := (1 to: 1000)

Re: [Pharo-dev] how do you use scripts?

2014-12-12 Thread Hernán Morales Durand
Hi 2014-12-12 8:14 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi, As input for designing new features that better support scripting in Pharo, we would benefit from a bit more input around the role scripts play in your development life. To this end, I would like to invite you to share

Re: [Pharo-dev] playground vs workspace

2014-12-08 Thread Hernán Morales Durand
Hello Doru, I think you have a new different implementation of the classic Workspace, for better or worst. The problem is everybody wants their tool be named as the highest taxonomic rank. Compare it with naming your cat as Cat and not as Siamese Felis Catus which is a specific breed. On the

Re: [Pharo-dev] SmalltalkHub bugs hangs :-(

2014-12-02 Thread Hernán Morales Durand
2014-12-02 6:22 GMT-03:00 kilon alios kilon.al...@gmail.com: I prefer the Smalltalk environment. so do I Sorry, if that would be true then Java or C# would be of extraordinary quality. Smalltalk has been there for more than 30 years and will probably another 30 years. Hypes come and go.

Re: [Pharo-dev] Time Series in Smalltalk

2014-10-31 Thread Hernán Morales Durand
Hi Serge, 2014-10-31 11:06 GMT-03:00 Serge Stinckwich serge.stinckw...@gmail.com: On 31 Oct 2014, at 14:42, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2014-10-31 6:50 GMT-03:00 Blondeau Vincent vincent.blond...@worldline.com: Dear Serge, Hi Hernán, That's nice

Re: [Pharo-dev] Time Series in Smalltalk

2014-10-31 Thread Hernán Morales Durand
2014-10-31 11:06 GMT-03:00 Serge Stinckwich serge.stinckw...@gmail.com: On 31 Oct 2014, at 14:42, Hernán Morales Durand hernan.mora...@gmail.com wrote: 2014-10-31 6:50 GMT-03:00 Blondeau Vincent vincent.blond...@worldline.com: Dear Serge, Hi Hernán, That's nice but I

Re: [Pharo-dev] Way to embed efficiently data?

2014-10-27 Thread Hernán Morales Durand
2014-10-27 15:00 GMT-03:00 Andreas Wacknitz a.wackn...@gmx.de: Am 27.10.2014 um 02:01 schrieb p...@highoctane.be: I've seen a couple configurations retrieve tar files from DropBox. http://www.smalltalkhub.com/#!/~hernan/ApplicationSecurity loads NaCl library (libsodium) from Dropbox. See

Re: [Pharo-dev] Spec Understandability

2014-10-21 Thread Hernán Morales Durand
2014-10-21 15:20 GMT-03:00 kilon alios kilon.al...@gmail.com: Why are you saying that. You can get halos on any morph, just halos do not show up when you do not want them. I am saying because of my experience with halos , I have not seen anything new added to them or improved the last 2

Re: [Pharo-dev] Spec Understandability

2014-10-21 Thread Hernán Morales Durand
2014-10-21 16:51 GMT-03:00 kilon alios kilon.al...@gmail.com: I didn't check but I wonder how they perform with resizing layouts? Do they use spacers? Do they use constraints? I don't know/ remember for the other 2 (I have used them a couple of times long time ago) but Lazarus is

Re: [Pharo-dev] About ways to participate in community and general negativity

2014-10-05 Thread Hernán Morales Durand
2014-10-03 17:03 GMT-03:00 stepharo steph...@free.fr: On 3/10/14 18:56, Hernán Morales Durand wrote: I have the same feeling. Pharo is yours, but I take the main decisions. Actually it feels a little bit insulting, I am using Pharo since several years in a domain which nobody works

[Pharo-dev] GT first impressions

2014-10-04 Thread Hernán Morales Durand
Sorry if following issues were reported. I have seen so many mails about GT that I wanted to try it. These are my first notes and personal tastes, don't take them as negative just want to provide some feedback: - First weird thing: The Workspace doesn't open a Workspace anymore, it opens a

Re: [Pharo-dev] blogging about Pharo stuff? send me your link!

2014-10-03 Thread Hernán Morales Durand
Thank you. Hernán 2014-10-03 9:47 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: missed in the pile, sorry. added now. On 03 Oct 2014, at 14:41, Hernán Morales Durand hernan.mora...@gmail.com wrote: I have sent you the link to my Pharo blog by private message five days ago, but never

Re: [Pharo-dev] About ways to participate in community and general negativity

2014-10-03 Thread Hernán Morales Durand
2014-10-03 9:27 GMT-03:00 kilon alios kilon.al...@gmail.com: First of all, if you are referring to me I never said this is a shit. Second what you see as negativity I see it as honesty and for me is far more important than Pharo is yours. Assuming honesty does not become rudeness. Third I

Re: [Pharo-dev] Why version `GLIBC_2.15'?

2014-10-03 Thread Hernán Morales Durand
I don't know but I would like to read the answer too. Hernán 2014-09-25 21:40 GMT-03:00 Bernardo Ezequiel Contreras vonbecm...@gmail.com : hi all, i just want to know why the pharo-vm is compiled with `GLIBC_2.15'? is there a bug due to glibc's version? thanks. -- Bernardo E.C.

Re: [Pharo-dev] XMLPullParser hex bug

2014-09-08 Thread Hernán Morales Durand
Tommaso I can give you access to the repository if you send me your SmalltalkHub user name. Cheers, Hernán 2014-09-08 6:28 GMT-03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com: Hello everybody, I found a bug while playing with the XMLPullParser: When using XML entities encoded in

Re: [Pharo-dev] XMLPullParser hex bug

2014-09-08 Thread Hernán Morales Durand
Done. Cheers, Hernán 2014-09-08 10:18 GMT-03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com: On 08/09/14 15:16, Hernán Morales Durand wrote: Tommaso I can give you access to the repository if you send me your SmalltalkHub user name. Cheers, Hernán Sure, it is dalsat Thanks

Re: [Pharo-dev] XMLPullParser hex bug

2014-09-08 Thread Hernán Morales Durand
the ConfigurationOf, is it safe to push it to stable? Thanks, Tommaso P.s.: of course I also added the test cases ;-) On 08/09/14 16:51, Hernán Morales Durand wrote: Done. Cheers, Hernán 2014-09-08 10:18 GMT-03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com mailto:tommaso.dalsa...@gmail.com

Re: [Pharo-dev] When all you have is Spec, everything looks like a nail?

2014-09-01 Thread Hernán Morales Durand
| dcm | (dcm := DynamicComposableModel new) instantiateModels: #(button ButtonModel). dcm button label: 'Button'; action: [ self halt ]. dcm openWithSpecLayout: (SpecLayout composed newColumn: [: c | c add: #button ]; yourself). 2014-09-01 8:49 GMT-03:00 kilon alios

Re: [Pharo-dev] ESUG 2014 REMINDER: 11th Innovation Technology Awards

2014-07-31 Thread Hernán Morales Durand
Hi Jordi, Apologies if this was asked before. Does ESUG accept a presentation/demo without the coder being in presence in Cambridge, England? Cheers, Hernán 2014-07-27 4:15 GMT-03:00 jdelg...@lsi.upc.edu: Hi guys, It's been sort of a tradition to do last minute submits to ESUG Innovation

Re: [Pharo-dev] Updated XMLPullParser for SIXX?

2014-07-29 Thread Hernán Morales Durand
I have added the following methods available in the Configuration Browser for Pharo 3: #currentNode #currentNodeUpToAny: #includesTag: #isTag #peekText #textWhileNotTag: and tests #testIncludesTag #testIsTag #testPeekText #testTagName #testTextWhileNotTag these are mostly convenience methods

Re: [Pharo-dev] File Outs: Can We Have Unix Line Endings?

2014-07-25 Thread Hernán Morales Durand
There is no need to choose a default because before the file out is executed, one could check the which OS the system is running. And then switch to the proper line ending. Is just a one-liner Smalltalk os isUnix 2014-07-24 11:12 GMT-03:00 Esteban A. Maringolo emaring...@gmail.com:

Re: [Pharo-dev] File Outs: Can We Have Unix Line Endings?

2014-07-25 Thread Hernán Morales Durand
? Hernán 2014-07-25 4:42 GMT-03:00 Sean P. DeNigris s...@clipperadams.com: Hernán Morales Durand wrote There is no need to choose a default... git was mentioned (which is my use-case too). Since the community is using it more and more, it might make sense to have a default, no? - Cheers

Re: [Pharo-dev] File Outs: Can We Have Unix Line Endings?

2014-07-24 Thread Hernán Morales Durand
Why you cannot detect OS and then format accordingly? Hernán 2014-07-24 2:17 GMT-03:00 Sean P. DeNigris s...@clipperadams.com: Any reason not to? Tedious to continually do %s/\r/\r/gs on Mac to fix: TextStream subclass:^M#UCTextStream^MinstanceVariableNames: ''^MclassVariableNames:

Re: [Pharo-dev] [ANN] Ephestos - Using and Coding Blender from inside Pharo

2014-07-17 Thread Hernán Morales Durand
2014-07-16 12:31 GMT-03:00 kilon alios kilon.al...@gmail.com: yes the one I am considering as strong candidate is (BPYObjects at: 'Cube' ) location : #( 0 0 0 ) Why not BPYCube? I would try to simplify bpy ( Blender Python API) and make it a lot more pharo friendly. However plain

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Hernán Morales Durand
The contest is gone? Anyway, the closest useful method I have found by iterating all ASTs in standard 3.0 image : - Declares arguments - Has assignment - Has sequence - Has blocks with 0 and 2 arguments - Declares temporaries - Has binary messages - Has unary messages - Has keyword messages -

Re: [Pharo-dev] Smalltalk Syntax in a Postcard contest

2014-07-08 Thread Hernán Morales Durand
, Hernán? Hernán Morales Durand wrote The contest is gone? Anyway, the closest useful method I have found by iterating all ASTs in standard 3.0 image : - Declares arguments - Has assignment - Has sequence - Has blocks with 0 and 2 arguments - Declares temporaries - Has

Re: [Pharo-dev] Sharing/Versioning Data

2014-06-29 Thread Hernán Morales Durand
Have a look at ConfigurationOfNacl in doits category, I've used Dropbox to download resource files to a directory. Hernán 2014-06-29 0:22 GMT-03:00 Sean P. DeNigris s...@clipperadams.com: How do we do this now with MC? Are there options other than encode in string returned by method like

Re: [Pharo-dev] evicted zombie process from run queue

2014-06-26 Thread Hernán Morales Durand
Yes, sorry I forgot that. Pharo 3.0 clean image Latest update: #30850, on Windows 8 The VM is the one downloaded when you do $ wget -O- get.pharo.org/30+vm | bash Then you open and press F2, Display version information, CogVM 4.0.0 from May 15 2014. Script to reproduce it: Smalltalk

Re: [Pharo-dev] evicted zombie process from run queue

2014-06-26 Thread Hernán Morales Durand
2014-06-26 10:09 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: you are basically creating 1000 * 10 morphs (and complex ones). Actually, I want to create about 20 million of rows. I would just do a matrix morph with just one morph and rendering the matrix in the canvas (overriding

[Pharo-dev] EyeTreeInspector yellow crossed red rectangles

2014-06-22 Thread Hernán Morales Durand
(Matrix rows: 10 columns: 10) explore. Do you get yellow crossed red rectangles on items? There is any fix for this one? Hernán

Re: [Pharo-dev] Access to XMLPullParser

2014-06-09 Thread Hernán Morales Durand
Done 2014-06-08 18:00 GMT-03:00 Serge Stinckwich serge.stinckw...@gmail.com: Can someone add me to XMLPullParser: http://smalltalkhub.com/#!/~hernan/XMLPullParser There is a red test and I want to correct it. Regards, -- Serge Stinckwich UCBN UMI UMMISCO 209 (IRD/UPMC) Every DSL ends

Re: [Pharo-dev] [Pharo-users] [ANN] Application Security for your domains

2014-03-28 Thread Hernán Morales Durand
Thank you for reporting. I have added links to Pharo and Fuel websites. Cheers, Hernán 2014-03-28 4:53 GMT-03:00 Pharo4Stef pharo4s...@free.fr: the linke o your blog leads to http://www.smalltalkhub.com/#%21/%7Ehernan/ApplicationSecurity On 28 Mar 2014, at 00:58, Hernán Morales Durand

[Pharo-dev] [ANN] Application Security for your domains

2014-03-27 Thread Hernán Morales Durand
Hello guys, I'm doing a double announcement here. First, a new blog about development with Pharo, and Smalltalk: http://80738163270632.blogspot.com.ar/ Second, my first entry contains a post about Application Security, a new package to make Pharo applications more secure. You can start playing

Re: [Pharo-dev] Pharo on Debian 7

2014-03-21 Thread Hernán Morales Durand
Thanks for the instructions Philippe. Just one note: Should be # dpkg --add-architecture i386 and not # dpkg --add architecture i386 Adding a repository could be done with one command: echo deb http://ftp.debian.org/debian experimental main /etc/apt/sources.list Hernan 2014-03-20 22:31

<    1   2   3   >