Re: [Pharo-users] [ANN] Image saver with time tag

2017-03-18 Thread stepharong
agreed I would like to use iso by default 2017-03-18- On Sat, 18 Mar 2017 12:11:35 +0100, Ben Coman wrote: Nice feature. I'd actually consider "Save As..." defaulting to the time tag. Any objections? How often do people use "Save As..." and for what purpose besides safety-backup? ch

Re: [Pharo-users] [ANN] Release of the Spec book

2017-03-18 Thread stepharong
Thanks! These books are really valuable asset! Regarding the hardcopy, I hope in the future you could make it a bit more expensive for a more solid construction with staple or spiral. damien did a new version of the template but we should - try it - probably convert the books

Re: [Pharo-users] Specifying library dependencies in UFFI

2017-03-17 Thread stepharong
Tx phil for these cool words. We are pushing and we need inputs too because from time to time I have the impression that we are focusing a bit too much on our own system but this is natural :) Stef On Fri, 17 Mar 2017 07:17:38 +0100, p...@highoctane.be wrote: It is true that you can ki

Re: [Pharo-users] Magritte extension

2017-03-17 Thread stepharong
Hi asbath can you attach your code? So that we can load it in a magritified image? Stef On Fri, 17 Mar 2017 07:54:37 +0100, Asbath Sama biyalou via Pharo-users wrote: Hello. I am using Magritte to generate reports for a pharo class. I want to customize generated components in order to ha

Re: [Pharo-users] New Version of Pillar on Windows

2017-03-15 Thread stepharong
Oki You see I cannot compile the latest version of Entreprise Pharo on my machine. One day I will go back to it. Stef Hello Steph, Thank you and those that helped me on both Slack and Discord. This turned out to be an obsolescence issue! Mine and the April 2016 edition of Enterp

Re: [Pharo-users] programmatic use of the language compiler

2017-03-14 Thread stepharong
Marcus will certainly reply. We are going towards a fluid interface for compiler because all the messages with multiple arguments do not work well for composition. Hi, I'm wondering how to programmatically compile a method. I tried using a variant of ClassDescription>>compile:*:notif

Re: [Pharo-users] small user experience behavior

2017-03-14 Thread stepharong
Agreed with you. I hope that calypso will address such problems. Hi, here's a situation I'm facing quite often: I'm reading the code of a method in the browser and need to see how the method with the same selector looks like in another class (in particular, in the same class hierarchy).

Re: [Pharo-users] snap package can't find vm-display-X11

2017-03-14 Thread stepharong
This is super good that you are pushing this packaging. Hi All, I've tried running Guille's snap package and building my own, but keep getting the same error: $ pharo Pharo.image setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL) could not find display driver vm-display-X11; ei

Re: [Pharo-users] Pharo by example 5.0 is officially released and available

2017-03-12 Thread stepharong
Apparently we need to produce a pdf to the new format. I will check with damien P On Sun, 12 Mar 2017 17:43:15 +0100, stepharong wrote: Hilaire I like your suggestion and I checked on lulu The current size is format royal 15.6 * 23.39 (and I think that we should not get smaller

Re: [Pharo-users] Pharo by example 5.0 is officially released and available

2017-03-12 Thread stepharong
Hilaire I like your suggestion and I checked on lulu The current size is format royal 15.6 * 23.39 (and I think that we should not get smaller) Now on spiral I got black and white: Letter US 21.6 * 27.94 A5 but this is smaller 14.81 * 20.99 cream: 15.24 * 22.86 (

Re: [Pharo-users] Pharo by example 5.0 is officially released and available

2017-03-12 Thread stepharong
Hilaire Le 10/03/2017 à 20:54, stepharong a écrit : After several iterations and some month of efforts, the new version of Pharo by Example is finally available in print form and pdf. http://books.pharo.org -- Using Opera's mail client: http://www.opera.com/mail/

[Pharo-users] [Pillar dev news] cleaned commandline logic

2017-03-12 Thread stepharong
Hi I started a new branch for Pharo 60. Past actions for this branch are: - clean and document the commandline logic and API in 4.0.11 - extract an object from the commandLine logic so that we can now invoke the logic without having to do it from the image. Next actions

Re: [Pharo-users] Pharo by example 5.0 is officially released and available

2017-03-12 Thread stepharong
Very nice, much needed, much appreciated. PS: Why no html (yet) ? HTML chapters make it easy to show people where to look. The pictures are not well exported if I remember. no good template no time no energy no help... Right now I'm trying to avoid to trash pillar (it was not in my agand

[Pharo-users] Pharo by example 5.0 is officially released and available

2017-03-10 Thread stepharong
Hi After several iterations and some month of efforts, the new version of Pharo by Example is finally available in print form and pdf. http://books.pharo.org Tx all the contributors. --

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread stepharong
victim` string in the text output from an inspector ... I have come to really depend upon bug notebooks when addressing difficult bugs and I think that support for creating and maintaining bug notebooks would be a >>valuable addition the the debugging arsenal... Dale On 03/09/20

Re: [Pharo-users] New Version of Pillar on Windows

2017-03-09 Thread stepharong
Hi mike I just checked - ./download.sh and it took the 50 stable version - make this created the html Now on windows you do not have make probably :) so you should $(OUTPUTDIRECTORY)/%.html: $(OUTPUTDIRECTORY)/%.html.json ./mustache --data=$< --template=${HTMLTEM

Re: [Pharo-users] New Version of Pillar on Windows

2017-03-09 Thread stepharong
Hi mike Was it working before? I will check on the HTML case (now) because I'm checked the mooc and the book. I am trying out the new version of Pillar (build 1940 or 1941) on Windows on Pharo 50770, following the Pillar tutorial in Enterprise Pharo book: I created the new file first.pi

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread stepharong
we were talking during the workshop and on the simple things to help. - watch points with history of the value. - stop if the value of an instance variable is getting irregular i.e., = you get integer and suddenly inside you get a float! 1 1 1 1 2 3 4 2 2 1 1 12 2 3 32 1 1 1 1 22

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread stepharong
On Thu, 09 Mar 2017 20:53:48 +0100, Evan Donahue wrote: I actually have a whole class of bugs and elements of a very Pharo-y solution. I do a lot of work in a logic programming framework. Being a logic programming framework, it does not execute the code you write in a start-to-finish manner,

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread stepharong
ink that support for creating and maintaining bug notebooks would be a valuable >addition the the debugging arsenal... Dale On 03/09/2017 10:50 AM, stepharong wrote: Thanks you all. The idea is that we want to see how we cn improve our debugging arsenal. So it is important that your scenar

Re: [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread stepharong
Thanks you all. The idea is that we want to see how we cn improve our debugging arsenal. So it is important that your scenario give use some hints. It is difficult to convey what we are really looking for :) Hi guys During the DSU workshop we were brainstorming about what are the most diff

Re: [Pharo-users] [Pharo-dev] Archive Page for Pharo TechTalks

2017-03-09 Thread stepharong
excellent On Thu, 09 Mar 2017 11:02:59 +0100, Marcus Denker wrote: Hi, I added http://pharo.org/TechTalk This is linked from http://pharo.org/community The idea is to keep a log of all past tech talks with links to the archival recording (if there is one). >Marcus -- Using Opera'

Re: [Pharo-users] Voyage and Date

2017-03-08 Thread stepharong
On Sun, 05 Mar 2017 09:49:02 +0100, Hilaire wrote: Hi Stephan, I am maintaining such a digest, with links to the discussion on the list. I will post it once I am done with Voyage. super cool Hilaire Le 04/03/2017 à 21:34, stepharong a écrit

Re: [Pharo-users] [Pharo-dev] New version of Pillar

2017-03-08 Thread stepharong
I made - a new pharo 50 with lightPhaser as version 1.0 and not bleeding edge. - then on pharo 60 now we have 4.0.9 with the fixes of doru next the command line fixes of Maxime. We will finish to get agile :) Stef :) thanks Stef and Maxime. On Wed, Mar 8, 2017 at 10:47 AM, Stephane Ducass

Re: [Pharo-users] Seaside memory leaks ?

2017-03-08 Thread stepharong
Annick Hello I hope that you are going well. Let me help you getting an ansver which version of seaside? which version of Pharo? which OS? which VM are you using? without such information I think that people will not even try to react. We can accept that from

Re: [Pharo-users] couchdb integration?

2017-03-07 Thread stepharong

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-07 Thread stepharong

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-07 Thread stepharong

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-07 Thread stepharong

Re: [Pharo-users] Pharo Spur 64 VM

2017-03-07 Thread stepharong
Yes we know that we should improve the windows part. We agree. Now I do not know how to create money. Stef Just asking, Did someone already tried to get funding to update the Windows VM? Because it's like the 90% of the world still uses Windows... Regards, Hernán 2017-03-02 12:51 GMT-03:0

Re: [Pharo-users] couchdb integration?

2017-03-07 Thread stepharong
Yes there was a package Igor did one long time ago. Hi, Does anyone know if there any CouchDB integration in Pharo? For example, I would be interested if there is any Pharo implementation for the CouchDB Replication Protocol: http://docs.couchdb.org/en/master/replication/protocol.html Ch

Re: [Pharo-users] MOOC english subtitles

2017-03-06 Thread stepharong
May I do a pass over the english subtitles for the MOOC? With the limited space and reading time you get with subtitles, I see some things I could fine-tune. Of course. A company did them and we were really happy because french :) Now I wonder how we can make sure that we keep the modified fi

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-06 Thread stepharong
. Tia Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Dividato SA 25 de Mayo 521 San Miguel de Tucumán Email: pdigonze...@softsargentina.com pdigonze...@gmail.com Cel: 5493815982714 De: "stepharong" Para: "Steven Costiou" , "Pablo Digonzelli" , "A

Re: [Pharo-users] [Modeling with Pharo] How to model a simple human interaction.

2017-03-05 Thread stepharong
On Sun, 05 Mar 2017 00:42:44 +0100, Paul DeBruicker wrote: This may be overkill for your use but would love to have an MIT licensed set of classes that allow for/enable something like this: https://medium.com/assist/theres-a-dozen-ways-to-order-a-coffee-why-do-dumb-bots-only-allow-one-272

Re: [Pharo-users] [Modeling with Pharo] How to model a simple human interaction.

2017-03-05 Thread stepharong
Looks awesome. Now, how hard would it be to reuse a WATask from Seaside from normal, non web code? A lot of WAxxx concepts could be brought back into nornal "Spec/Morphic" apps, like WASession, WATask, filters etc. Indeed and we can accept them and cocoon them :)

Re: [Pharo-users] Voyage and Date

2017-03-04 Thread stepharong
I would love to have a digest of the problems you encountered and the solution. Because like that we could write a better documentation. I cannot because I do not face the problems (since I'm not developing real apps for lack of time/concentration). Stef On Sat, 04 Mar 2017 12:15:39 +

Re: [Pharo-users] [Modeling with Pharo] How to model a simple human interaction.

2017-03-04 Thread stepharong
Hi sergio Hey all.. I got my first paying gig that i am able to use pharo with, and i am on the last leg before calling it complete. super! I'm really happy for you. just this makes pharo and all our effort worth it. Here’s what I need to do.. This application accepts SMS text messages.

Re: [Pharo-users] [Pharo-dev] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-04 Thread stepharong
about a billion code generators at the moment with small differences... so I will merge that at some point too...) Peter On Wed, Mar 01, 2017 at 10:29:38PM +0100, stepharong wrote: Hi torsten do you know the work of peter to generate classes out of XMI and populate models? Because it

Re: [Pharo-users] [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-04 Thread stepharong
And I think that his remark makes sense. I was wondering if we should not ressurect the RePlugin to make sure that users can use perlish regexp and do not feel that our world is strange. +1 +23 I've been using regexes casually for years and yet every time I use them in Pharo I have to

Re: [Pharo-users] Arduino

2017-03-04 Thread stepharong
Hi Olivier, You probably have a few of these references, but since you don't mention which you have, I'll list what I found from a quick sweep... I read [1] that the Firmata protocol "uses the MIDI message format." Pharo seems to have removed the MIDI related code after it forked from Squeak

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-04 Thread stepharong
It is really possible and we are working on a new implementation of talents based on anonymous classes. Now what you should know is that - i would use this mechanism for debugging/tooling - i would try to avoid this as much as possible for domain modeling because it breaks all the hidden assum

Re: [Pharo-users] adding messages dinamically to a single instance object

2017-03-04 Thread stepharong
Pablo I would not use talents. You can use an anonymous classes. Have a look at the chapter of https://ci.inria.fr/pharo-contribution/view/Books/job/BuildingLanguageKernels/4/artifact/build/book.pdf Thanks Denis, I will take a look . I think this is what i need. Tia Ing. Pablo Digonzell

Re: [Pharo-users] [Pharo-dev] [ANN] Regex Tester Tool for Pharo

2017-03-01 Thread stepharong
Torsten Olivier in our team that is perl freaks from time to time, told me that this is sad that Pharo regexp are not compatible with the "standard" = rePlugin. And I think that his remark makes sense. I was wondering if we should not ressurect the RePlugin to make sure that users can use p

Re: [Pharo-users] Arduino

2017-03-01 Thread stepharong
Olivier What are the topcis you investigated? did you contact the authors? STef Hi, Since some weeks, I do some experimentations with an Arduino board. I search now to use my Arduino with Pharo. I have found some informations on the web but nothing >seems usable or up to date for the lat

Re: [Pharo-users] [Pharo-dev] [ANN] XML Metadata Interchange (XMI) for Pharo

2017-03-01 Thread stepharong
Hi torsten do you know the work of peter to generate classes out of XMI and populate models? Because it complements your approach. stef On Wed, 01 Mar 2017 22:26:05 +0100, Torsten Bergmann wrote: Hi, if you work with UML, modeling tools or model data exchange often you might know XM

Re: [Pharo-users] Seaside : including a static stylesheet.

2017-03-01 Thread stepharong
Hi dominique did you look on the seaside book, because your apache configuration should serve the static page and the stylesheet is one. Stef On Wed, 01 Mar 2017 22:13:12 +0100, Dominique Dartois wrote: Thank you Sven. I have tried successfully the FileLibrary but I want to be able t

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-28 Thread stepharong
it means that we could also use the same setup to store pillar books On 28/02/17 10:56, Thierry Goubier wrote: 2017-02-28 16:43 GMT+01:00 Offray Vladimir Luna Cárdenas : Hi Thierry, What I'm using is the Fossil JSON API as described in [1]. Managing Grafoscopio documentation with it

Re: [Pharo-users] And the Oscar goes to...

2017-02-28 Thread stepharong
:) Now I undersrand... Amazing when you think about it stef

Re: [Pharo-users] Proof of Concept: FileTree and Fossil

2017-02-27 Thread stepharong
This is cool. I'm curious to see if we could manage fossil back-end via iceberg. Stef On Tue, 28 Feb 2017 01:19:50 +0100, Pierce Ng wrote: Hi all, I have written a simple integration of FileTree with Fossil to avoid the 2-step Pharo- and shell-level work to add/delete/commit files. At

Re: [Pharo-users] Loading Seaside via Bootstrap in Pharo 6

2017-02-25 Thread stepharong
I do not know when we removed NewListModel We should check that. And probably update clients to use ListModel. Stef Hi Torsten, On 21 Feb 2017, at 14:24, Torsten Bergmann wrote: Hi, regarding the problem Sven mentioned on http://lists.pharo.org/pipermail/pharo-users_lists.pharo.org/201

Re: [Pharo-users] Loading Seaside via Bootstrap in Pharo 6

2017-02-25 Thread stepharong
On Tue, 21 Feb 2017 14:24:32 +0100, Torsten Bergmann wrote: Hi, regarding the problem Sven mentioned on http://lists.pharo.org/pipermail/pharo-users_lists.pharo.org/2017-February/030542.html here are my findings: When I use latest Pharo 6 (Image 60404) and run Metacello new smal

Re: [Pharo-users] Grafoscopio User Manual: Early beta

2017-02-25 Thread stepharong
This is what I was asking myself. :) As a side note, Grafoscopio documentation was made in Grafoscopio... you know, we love self-referential systems ;-). Cheers, Offray On 24/02/17 09:17, Offray Vladimir Luna Cárdenas wrote: Hi all, I'm making a couple of articles for the JOSS[1], whic

Re: [Pharo-users] changing font size in Spec TreeModel or FastTable Tree

2017-02-25 Thread stepharong
On Sat, 25 Feb 2017 14:23:21 +0100, Peter Uhnak wrote: Hi, how can I change the font size of either (or both) Spec TreeModel or FastTable's tree? The font size is by default taken from the StandardFonts defaultFont, but I see no option to change it anywhere for _a specific tree only_.

Re: [Pharo-users] Fast Table causes Instances of Matrix are not indexable?

2017-02-25 Thread stepharong
Hi alistair if you use matrix as a grid (and not as a mathematical matrix) you may want to have a look at 2Darray and Grid available in Containers http://smalltalkhub.com/#!/~StephaneDucasse/Containers MCHttpRepository location: 'http://smalltalkhub.com/mc/Ste

[Pharo-users] 4 new chapters for new book on OOP and Design

2017-02-25 Thread stepharong
Hi I just released four new chapters for the Learning OO programming and design with Pharo. https://ci.inria.fr/pharo-contribution/view/Books/job/LearningObjectOrientedProgramming/98/artifact/book.pdf 6 Objects and Classes 7 LateBinding 13 Inheritance 14 Understanding Super Super thanks to H

[Pharo-users] Pharo days 2017 at Lille: block the dates 18/19 of May

2017-02-24 Thread stepharong
Dear Pharoers I’m happy to tell you that we will organise a new edition of the PharoDays at Lille the 18 et 19 of May. The program and registration will be announced soon. The setup will be similar to the ones of previous editions: Little cool presentations and hacking/discussions sessions

Re: [Pharo-users] Crash in Athens

2017-02-24 Thread stepharong
Hi alex can you try the fix of ronie and let us know if it makes roassal more stable? Stef Dear Alexander, Sine the new FFI of Pharo, using Athens has become unreliable. This is a pity, but fixing this is not trivial at all (we have been trying for years). What exactly are you doing

Re: [Pharo-users] [Verssioner] Committing changes -> "SubscriptOoutOfBounds: 1"

2017-02-23 Thread stepharong
your repo using Monticello. That's working pretty well. Cheers, Offray On 23/02/17 17:08, stepharong wrote: Hi victor in which verison of pharo are you? Yes versionner will be deprecated because we are migrating to git and it has some glitches. Stef For some reason, when i use Ver

Re: [Pharo-users] UFFI and ByteArray

2017-02-23 Thread stepharong
What about an existing library that I don't want or cannot modify? Really, I agree that this is a problem that Pharo has to solve. Yes we all agree on that. For the record, esteban rewrote from Scratch an FFI and it was not in our plans due to the change in Spur. We would have preferred

Re: [Pharo-users] [Verssioner] Committing changes -> "SubscriptOoutOfBounds: 1"

2017-02-23 Thread stepharong
Hi victor in which verison of pharo are you? Yes versionner will be deprecated because we are migrating to git and it has some glitches. Stef For some reason, when i use Versionner to commit my changes to my configuration, I consistently get: "SubscriptOoutOfBounds: 1” If i make changes

Re: [Pharo-users] Crash in Athens

2017-02-23 Thread stepharong
Hi alexander Thanks for reporting to us your findings. Can you report on which - os - version os - which pharo vm (there is a system report option) - which image Stef Hello. I can reproduce the bug "semi-automatically". The tree classes I use to crash are attached. Run Athens

Re: [Pharo-users] UFFI and ByteArray

2017-02-23 Thread stepharong
Hi rafaello once you find the solution can you do a pull request on the UFFI doc? Your question is important we should improve the documentation. tx Stf Hi, browsing through ByteArray's and ExternalAddress's code, I'm getting the impression that copying *portions* of ByteArrays from/to the C

Re: [Pharo-users] Adding TextModel widgets dynamically into window

2017-02-19 Thread stepharong
did you read the chapter on dynamic spec on the spec book? On Sun, 19 Feb 2017 12:51:58 +0100, chrismihaylyk wrote: Hi! I need to add dynamically widgets of TextModel to the ComposableModel window. For example: The object of ComposableModel window is created and opened, and I have a but

Re: [Pharo-users] Typing a | character with a French AZERTY keybord : problem solved

2017-02-18 Thread stepharong
Thanks mark. I hope that now you will have fun exploring Pharo and building great programs. Do not hesitate to ask questions. Stef Hi Everybody, Someone gave me the unique proper way to type a | , and I want to make it available to every person confronted to this problem. It's enough to

Re: [Pharo-users] expanding Pharo window to left and Window positioning

2017-02-18 Thread stepharong
Peter look at the realEstateAgent logic. Normally it should be control the window placement. Stef On Wed, 15 Feb 2017 11:13:42 +0100, Peter Uhnak wrote: Hi, what rules govern window positioning? I have a dual monitor setup and and sometimes extend the Pharo window over both of them; for s

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
On 02/15/2017 02:43 PM, horrido wrote: In file-based word, the answer is tests and CI. What is the smalltalk way? And please do not say "It's in the conceptual nature of programming" -- if the scenario makes no sense in the smalltalk world (maybe you are not supposed to have 20 people work

Re: [Pharo-users] TextAlignment in Spec

2017-02-18 Thread stepharong
Tx Pau Hello Is possible to do alignment in list? in Label? especially in multilist TextEmphasis work correctly but TextAlignment not May be this is a bug I'm not sure that it is related to Spec. " |c| c := OrderedCollection new. 10 timesRepeat: [c add: (Text string: 'a' attribute: TextAli

Re: [Pharo-users] Issue with Iceberg

2017-02-18 Thread stepharong
there is only one way get.pharo.org curl get.pharo.org/vmLatest60 | bash It has been like that since 2013 or 2012

Re: [Pharo-users] Seeking support: Vote for Jigyasa Grover for Red Hat International Women in Open Source Academic Awards 2017

2017-02-18 Thread stepharong
I voted On Fri, 17 Feb 2017 18:56:51 +0100, Jigyasa Grover wrote: Dear All It feels delighted to be nominated as finalist for *Red Hat International Women in Open Source Academic Awards 2017* owing to my significant contributions to the open source community spanning various organisation

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
For the record I never lost code with MC. We are managing Pharo since 2008 with MC and it works. Now I cannot open my old code stored in Envy on my current mac. While I can dezip MC files. So you see the devil is in the details.

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
You see. Pharo is free. Give me money and you will get something much better. For me closed and proprietary tools do not exist anymore. You see I'm moving from Keynote for my lecture slides because they decided that they do not want to load my old lectures :). Tx apple. I worked with Envy.

Re: [Pharo-users] Team programming with Smalltalk

2017-02-18 Thread stepharong
Hilaire What we do and it is working for a lot of projects. I used the launcher to grab an image built from a CI based on a release Pharo image and a configuration of my project so that I do not have to wait. Pharo50 + ConfigurationOf/BaselineOf + jenkins => image Ph

Re: [Pharo-users] Latest Voyage for Pharo4

2017-02-18 Thread stepharong
Hilaire I do not understand what Voyage would be dependent from Seaside. Stef On Sat, 18 Feb 2017 16:32:48 +0100, Hilaire wrote: Dale, May be you don't want to waste anymore time on that. Thanks for your effort. I got a way to get Voyage installed in my development image. Not sure what wro

Re: [Pharo-users] [Data Modeling] approaches to data persistence

2017-02-15 Thread stepharong
On Tue, 14 Feb 2017 17:29:18 +0100, Ben Coman wrote: On Tue, Feb 14, 2017 at 11:01 PM, sergio ruiz wrote: Hey, all.. I have been working on creating a REST interface using Teapot. In learning how to handle exceptions, I have been following along with the library example. One of the

Re: [Pharo-users] Bold label

2017-02-15 Thread stepharong
Hi you may not are realised it but you can read the code of popup: You can also add a new method if needed. Stef Hmm, why this is shown in white color instead bold? And, honestly speaking, I need to be bold string stored in text variable in this example ('COLLECTION') which I pass in UIMan

Re: [Pharo-users] Depending on MetaRepo instead of the target repo

2017-02-14 Thread stepharong
3, 2017 at 2:48 AM, Dale Henrichs wrote: Very good to hear ... I have to try to be a bit more patient :) On 2/12/17 9:37 AM, stepharong wrote: On Sun, 12 Feb 2017 16:36:42 +0100, Dale Henrichs wrote: Peter, In the long term the the MetaRepo should be replaced by a repository of project

Re: [Pharo-users] Citezen bug MessageNotUnderstood: Metaclass>>allMethodsInCategory:

2017-02-12 Thread stepharong
Ok I will have a look. Ping me if I forget. Hi, On 12/02/17 09:19, stepharong wrote: Hi offray I generate all my web page and cv with Citezen. Can you tell which version of citezen? The one provided by ConfigurationOfCitezen (StephaneDucasse.137) how you load it? From the

Re: [Pharo-users] Depending on MetaRepo instead of the target repo

2017-02-12 Thread stepharong
On Sun, 12 Feb 2017 16:36:42 +0100, Dale Henrichs wrote: Peter, In the long term the the MetaRepo should be replaced by a repository of project specification objects (like this [1]). Each project specification would contain the meta data for a project (like this[2]) instead of a copy

Re: [Pharo-users] Something wrong with my installation of Pharo

2017-02-12 Thread stepharong
tx nicole Mark I feel sorry. I only have macs and I do not know windows. Stef On Sun, 12 Feb 2017 18:04:15 +0100, Nicole de Graaf wrote: Hi Mark, I can try to help you .. It is possible that I can not find the solution directly but than we can ask other people more concrete questions. F

Re: [Pharo-users] getting real changes from RB refactoring

2017-02-12 Thread stepharong
Hi peter is there some filter that will reject RB changes that actually do not do anything? I.e. applying them would have no effect (same method code, class, inst var exists, ...). I do not know. Do you have an example of when such changes are created? For methods I can do reject: [ :ea

Re: [Pharo-users] Citezen bug MessageNotUnderstood: Metaclass>>allMethodsInCategory:

2017-02-12 Thread stepharong
what is your account on smalltalkhub? On Sun, 12 Feb 2017 00:52:10 +0100, Offray Vladimir Luna Cárdenas wrote: Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package? Is good to have a chat channel for this knowl

Re: [Pharo-users] Citezen bug MessageNotUnderstood: Metaclass>>allMethodsInCategory:

2017-02-12 Thread stepharong
On which version are you working? I should add an inbox to citezen (waiting to migrate to github). Thanks to Cyril I have fixed the bug. Now is called #allSelectorsInProtocol. How can I propose a bug fix for the citezen package? Is good to have a chat channel for this knowledge... it's a sh

Re: [Pharo-users] Depending on MetaRepo instead of the target repo

2017-02-12 Thread stepharong
Hi, would it make sense to take configurations from metarepos instead directly from the source? I do not think so but if people show me otherwise I could follow that. Usually I have a conf in my repo referencing other repo and not the meta one Then I push in the meta just to config. A

Re: [Pharo-users] Citezen bug MessageNotUnderstood: Metaclass>>allMethodsInCategory:

2017-02-12 Thread stepharong
Hi offray I generate all my web page and cv with Citezen. Can you tell which version of citezen? how you load it? which version of Pharo the expressions you executed? Stef Hi, I'm adding some Zotero[1] integration for my Grafoscopio project, now that I'm pre

Re: [Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-10 Thread stepharong
Let us if we get accepted and we address this problem. I think that this is important to have "students" not just having to learn pharo to get started. Hi, As I said, I would like to work on Grafoscopio for the GSOC, but I lack a supervisor. I even can work on the proposal but I would need

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-04 Thread stepharong
On Fri, 03 Feb 2017 22:20:28 +0100, Hilaire wrote: UI quality team could be fun. Here are some ideas how it could be organised: - at least 3/5/7 persons looking at issues and reporting it. Why three? Easier to decide and UI may for some part be very opinionated These persons could discuss how

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-04 Thread stepharong
, stepharong wrote: On Tue, 31 Jan 2017 13:52:54 +0100, Hilaire wrote: I would like to help in both accessibility and implementation detail of the theme. In the other hand I fell we are in such flux with the future UI in Pharo. What are the grounds we can stand on regarding UI? Improve now. Think

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-04 Thread stepharong
ly* improve the UI quality, or just words? Hilaire Le 02/02/2017 à 19:38, stepharong a écrit : On Tue, 31 Jan 2017 13:52:54 +0100, Hilaire wrote: I would like to help in both accessibility and implementation detail of the theme. In the other hand I fell we are in such flux with the future UI in

Re: [Pharo-users] self in Nautilus

2017-02-02 Thread stepharong
On Tue, 31 Jan 2017 16:02:38 +0100, Siemen Baader wrote: On Fri, Jan 27, 2017 at 9:11 PM, stepharong wrote: I should tell you that I do not like it at all.Hey students inside comments self means the class and outside the instance! WTF? Which behaviour do you no like, Stef? The current

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-02 Thread stepharong
On Tue, 31 Jan 2017 13:52:54 +0100, Hilaire wrote: I would like to help in both accessibility and implementation detail of the theme. In the other hand I fell we are in such flux with the future UI in Pharo. What are the grounds we can stand on regarding UI? Improve now. Think later. Bloc/Bri

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-02 Thread stepharong
+1 there are colors that I cannot see well in the drak theme and I'm not disabled or color blind. One way to address this going forward is for theme developers to check their color selections against the e.g. Web Content Accessibility Guidelines (https://www.w3.org/TR/WCAG20/) Using a readi

Re: [Pharo-users] self in Nautilus

2017-01-27 Thread stepharong
I should tell you that I do not like it at all. Hey students inside comments self means the class and outside the instance! WTF? I think that we should have another kind of pseudo variable but not self. Hi all, in Nautilus, `self` is always the current class instance. This is great for

Re: [Pharo-users] [Pharo-dev] Pharo by Example 50 released!

2017-01-26 Thread stepharong
each chapter, enjoy :) On Sun, Jan 22, 2017 at 6:11 PM Sven Van Caekenberghe wrote: Great work, can't wait for the HTML version (to link to when answering questions). Thank you ! On 22 Jan 2017, at 16:53, stepharong wrote: https://pharoweekly.wordpress.com/2017/01/22/pharo-by-examp

Re: [Pharo-users] Deployment pharo with multiple instances and voyage

2017-01-26 Thread stepharong
This is great I would love to know what is your application and we should add it in the success stories. Stef Hi! I’m close to deploy a web service using Pharo with Voyage and MongoDB. I have been playing with it and everything works ok with a single Pharo image. Couple of days ago I

Re: [Pharo-users] Xtreams docs (previously: Tools for easy subtext extraction from text)

2017-01-22 Thread stepharong
Hi Peter Is there a build for the PharoLimbo, or do I have to compile it myself? No and it is incomplete. I should convert the web site to a chapter. But let us see it from time to time I 'm tired to do such kind of boring job. I will send you the pdf I have

Re: [Pharo-users] Tools for easy subtext extraction from text

2017-01-22 Thread stepharong
Guille I think that we should also have a look at Xtreams and see if there is not a core inside. What I think that is that current stream implementation is quite terrible. Stef

Re: [Pharo-users] Tools for easy subtext extraction from text

2017-01-22 Thread stepharong
BTW we were discussing about deprecating Regexp and using a RePlugin to bind to a default mainstream regexp expressions lib so that people can use the same expressions that they are used to in Pharo. Any ideas? If this is important for you, you can help making it true.

Re: [Pharo-users] Tools for easy subtext extraction from text

2017-01-22 Thread stepharong
... the kernel uses the compiler and the code importer that depend on parsing streams... We should plan :) sure as always :) On Sat, Jan 21, 2017 at 10:07 PM, stepharong wrote: Yes I should finish to convert everything.I hope that in Pharo 70 we will be able add Xtream like library and

[Pharo-users] Pharo by Example 50 released!

2017-01-22 Thread stepharong
https://pharoweekly.wordpress.com/2017/01/22/pharo-by-example-50-released/ Super special thanks to Nicolai Hess that pushed me to do the last steps to release. Thanks Nicolai your steady commits pushed me! Stef

Re: [Pharo-users] singleton trait

2017-01-21 Thread stepharong
Yes I like your blog entry. But my point is orthogonal :) On Sat, Jan 21, 2017 at 11:19:24AM +0100, stepharong wrote: Pay attention that Singleton should not be about access but time. If you can by adding on instance variable avoid to need a singleton then it means that it was not a singleton

  1   2   >