Re: [Pharo-users] NBSQLite3 on OS X - Pharo 3

2015-01-19 Thread Mircea S.
Forgot to mention I want to use a relative path if at all possible. Pe 19 ian. 2015, la 00:46, Mircea S. a scris: > Hello everyone, > > I was looking into NBSQLite3 using the guide on smalltalkhub, pasted it below. > > 1. NBSQLite3 seems to be missing from "Tools" -> "Configuration Browser"

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Werner Kassens
Hi Doru, works nicely and makes the playground for the first time actually usable for me. i like the way it works: the automatic commenting and that i only need to press enter. werner

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Tudor Girba
Thanks for the feedback. I am still looking for concrete use cases why people need to see the printout in the editor. Could you provide an example of when you need it? Cheers, Doru On Mon, Jan 19, 2015 at 10:01 AM, Werner Kassens wrote: > Hi Doru, > works nicely and makes the playground for th

Re: [Pharo-users] NBSQLite3 on OS X - Pharo 3

2015-01-19 Thread Guillermo Polito
Hi Mircea, - About the library: You can either install the sqlite library close to the VM or, as mac is a unix, in /usr/lib. I have for example mine in here: /usr/lib/libsqlite3.dylib The VM loads the libraries dinamically, so putting the library in one of those locations should IIRC by default

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Werner Kassens
one thing, i guess it could eventually be preferable if the comment would go on the next line so that one can repeatedly evaluate or print that line. this is at least a common use case for me. werner On 01/19/2015 10:01 AM, Werner Kassens wrote: Hi Doru, works nicely and makes the playground f

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Tudor Girba
Hi Werner, Aha. So, you want to compare multiple runs of the same code? Do you use the print-it for anything else? Cheers, Doru On Mon, Jan 19, 2015 at 10:15 AM, Werner Kassens wrote: > one thing, i guess it could eventually be preferable if the comment would > go on the next line so that on

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Werner Kassens
On 01/19/2015 10:07 AM, Tudor Girba wrote: I am still looking for concrete use cases why people need to see the printout in the editor. Could you provide an example of when you need it? for example for making documentation like https://github.com/SergeStinckwich/SciSmalltalk/wiki/Math-DHB-wk wer

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Werner Kassens
Aha. So, you want to compare multiple runs of the same code? very often, yes werner

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Sven Van Caekenberghe
For me, you nailed it. It makes Playgrounds even more useful. I also want this in every code pane, including all browsers. > On 19 Jan 2015, at 08:33, Tudor Girba wrote: > > Hi, > > I worked with Andrei to find a solution for improving the print-it support. > You can take a look here: > http:/

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Mark Rizun
Hello! Thanks for the change, I think it will come in handy. 2015-01-19 10:27 GMT+01:00 Sven Van Caekenberghe : > For me, you nailed it. > It makes Playgrounds even more useful. > I also want this in every code pane, including all browsers. +1, if it's possible, I would like to see it in all c

[Pharo-users] Glorp on Pharo 4

2015-01-19 Thread Craig
Hi All, I see that Sven is active on this list. I've tried to use his excellent tutorial on his "concerning-pharo" blog to understand Glorp and to get my own instance of the demo app running on Pharo 4 and Postgres. I have not burnt a lot of time on this yet, but I would like to know if this com

Re: [Pharo-users] InfoWorld on Redline Smalltalk

2015-01-19 Thread Marcus Denker
You seem to very good at knowing what other people are supposed to be doing. We really need a “smalltalk-talk” mailing list. Marcus > On 17 Jan 2015, at 12:56, horrido wrote: > > http://www.infoworld.com/article/2867543/java/redline-smalltalk-bridging-smalltalk-jvm-worlds.html >

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Marcus Denker
> On 18 Jan 2015, at 19:37, Sebastian Sastre > wrote: > > Please don’t take it as self-censorship but as strategy on communication. > > It’s fine that you have a taste for history but you need to calculate the way > you make rapport (or not) with your audience and don’t let it interfere too

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Marcus Denker
> On 18 Jan 2015, at 13:16, horrido wrote: > > This is a fine line to tread. I have several problems with self-censorship: > > First of all, "Generalissimo" is just a handle. My previous handle, > "horrido", was surely objectionable as well, since it's a play on the battle > cry associated with

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Marcus Denker
> On 19 Jan 2015, at 06:07, Tudor Girba wrote: > > Thanks for the feedback. > > I am still looking for concrete use cases why people need to see the printout > in the editor. Could you provide an example of when you need it? I like to construct expressions step by step, printing the result in

[Pharo-users] Code highlight

2015-01-19 Thread Mark Rizun
Hi everyione, When one selects piece of code in any code editor pane, every other same piece is highlighted with less bright color. I'm using spec to build a UI and would like to know which event is responsible for this highlihts. For example, in TextModel there is one event that probably is relat

Re: [Pharo-users] Code highlight

2015-01-19 Thread Mark Rizun
btw, I found this post http://forum.world.st/pharo-ide-task-force-morphic-issues-td3682765.html 2015-01-19 14:36 GMT+01:00 Mark Rizun : > Hi everyione, > > When one selects piece of code in any code editor pane, every other same > piece is highlighted with less bright color. > I'm using spec to b

Re: [Pharo-users] Code highlight

2015-01-19 Thread Nicolai Hess
2015-01-19 14:36 GMT+01:00 Mark Rizun : > Hi everyione, > > When one selects piece of code in any code editor pane, every other same > piece is highlighted with less bright color. > I'm using spec to build a UI and would like to know which event is > responsible for this highlihts. > This is in T

Re: [Pharo-users] Code highlight

2015-01-19 Thread Mark Rizun
Ok, I see. That's not good, but thanks. However, TextModel has selection as instance variable, so maybe I could implement event that I need? 2015-01-19 15:13 GMT+01:00 Nicolai Hess : > > 2015-01-19 14:36 GMT+01:00 Mark Rizun : > >> Hi everyione, >> >> When one selects piece of code in any code ed

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Sven Van Caekenberghe
Wow, wow, wow, this is really nice. It was on my todo list to look at but I did not yet find the time, now you made it super easy and accessible. Is this in the latest moose 5.1 build ? > On 19 Jan 2015, at 15:19, Alexandre Bergel wrote: > > Dear All, > > This week end I have integrated the

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Sven Van Caekenberghe
And nice documentation too ! > On 19 Jan 2015, at 15:19, Alexandre Bergel wrote: > > Dear All, > > This week end I have integrated the excellent work of Onil Goubier and > Thierry Goubier. They have worked on a bridge between OpenStreetMap and > Roassal. As a result, you can easily decorate a

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
It should yes Roassal2 now depends on NeoJSON by the way. Alexandre > On Jan 19, 2015, at 11:26 AM, Sven Van Caekenberghe wrote: > > Is this in the latest moose 5.1 build ? -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;

Re: [Pharo-users] Manners on the list?

2015-01-19 Thread Johan Fabry
AI has come a long way in the last few years ! :-) (Sorry, I could not resist … ) > On Jan 19, 2015, at 05:49, Hernán Morales Durand > wrote: > > Alex, we exchanged some e-mails last week, I claim is human based on e-mail > contents. > Cheers, > > Hernán > > 2015-01-18 21:18 GMT-03:00 Alex

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Johan Fabry
Yes, the print-it now is much better than the classic ST behavior! I appreciate the latest feature of being able to get the response as commented text. I have needed that in the past, sporadically. (But I don’t remember specific cases, sorry.) > On Jan 19, 2015, at 08:33, Tudor Girba wrote: >

Re: [Pharo-users] Code highlight

2015-01-19 Thread Johan Fabry
I’m not sure that this is what you need, but have you tried changing the read selection block? ( TextModel>>readSelectionBlock: aBlock ) I would imagine that that is the block that is called when a selection is changed. > On Jan 19, 2015, at 15:20, Mark Rizun wrote: > > Ok, I see. That's not

Re: [Pharo-users] [Moose-dev] OpenStreetMap integration

2015-01-19 Thread Johan Fabry
Very cool indeed !! > On Jan 19, 2015, at 15:19, Alexandre Bergel wrote: > > Dear All, > > This week end I have integrated the excellent work of Onil Goubier and > Thierry Goubier. They have worked on a bridge between OpenStreetMap and > Roassal. As a result, you can easily decorate a map wi

Re: [Pharo-users] Code highlight

2015-01-19 Thread Mark Rizun
Just tried, nope it doesn't work :) 2015-01-19 15:51 GMT+01:00 Johan Fabry : > > I’m not sure that this is what you need, but have you tried changing the > read selection block? ( TextModel>>readSelectionBlock: aBlock ) I would > imagine that that is the block that is called when a selection is c

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Tudor Girba
Hi Alex, I strongly believe that the concrete implementation that links Roassal to the data format should be moved to a separate package and ideally, to another configuration. The generic engine should be decoupled from concrete data sources. Cheers, Doru On Mon, Jan 19, 2015 at 3:30 PM, Alexa

[Pharo-users] Essays

2015-01-19 Thread horrido
We have a couple of essays published at Smalltalk renaissance . *We need more.* This is our opportunity to answer the questions, concerns, and criticisms of non-Smalltalk developers, an opportunity afforded by the SRP, which is drawin

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread horrido
Marcus Denker-4 wrote >> On 18 Jan 2015, at 13:16, horrido < > horrido.hobbies@ > > wrote: >> >> This is a fine line to tread. I have several problems with >> self-censorship: >> >> First of all, "Generalissimo" is just a handle. My previous handle, >> "horrido", was surely objectionable as wel

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread horrido
Marcus Denker-4 wrote >> On 18 Jan 2015, at 19:37, Sebastian Sastre < > sebastian@ > > wrote: >> >> Please don’t take it as self-censorship but as strategy on communication. >> >> It’s fine that you have a taste for history but you need to calculate the >> way you make rapport (or not) with you

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Johan Fabry
I must be old and jaded, or living like a recluse, because I don’t recall anything special beyond an article in Medium, the link to it in ycombinator, and a couple of posts on wordpress . Could you help me out and point me the rest? TIA. > On Jan 19, 2015, at 16:56, horrido wrote: > > Consid

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Sven Van Caekenberghe
This might be a robot, with all his weird handles, and strange talk, we have had some trouble with robots trolling the lists. Then again, he violates the first law of robotics, 'A robot may not injure a human being or, through inaction, allow a human being to come to harm', so he must be human.

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Sven Van Caekenberghe
What does the wife of a public relations expert do when she has insomnia? She rolls over and says, “Tell me again, darling, just what is it that you do for a living?” > On 19 Jan 2015, at 17:14, Johan Fabry wrote: > > > I must be old and jaded, or living like a recluse, because I don’t reca

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Johan Fabry
Hehe … good joke. But seriously, I would like to know what I missed. > On Jan 19, 2015, at 17:33, Sven Van Caekenberghe wrote: > > What does the wife of a public relations expert do when she has insomnia? > > She rolls over and says, “Tell me again, darling, just what is it that you do > fo

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread jtuc...@objektfabrik.de
I think this whole discussion is about te get completely out of control. Anyone who wants to help promote Smalltalk in the IT world is welcome - whether he or she has been in the Community for ages or came to it just the other day. Richard has been doing Smalltalk for quite a few years now, so

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Luc Fabresse
2015-01-19 17:48 GMT+01:00 jtuc...@objektfabrik.de : > > Maybe you can share some facts before you say things like "I achieved more > in a few weeks than ESUG achieved in years". I'd be curious to see what you > are talking about and I guess I am not alone. sure, I am curious too! Luc

Re: [Pharo-users] Manners on the list?

2015-01-19 Thread Laura Risani
Alexandre, i was born human. One day i fell in love and my heart was broken. Not having found a fix, i remain since then a heartless bot. 2 + 3 = 3 + 2 On Sun, Jan 18, 2015 at 9:18 PM, Alexandre Bergel wrote: > Guys… > I am convinced that Laura is not a real person, but simply a bot. > > Laura,

Re: [Pharo-users] Manners on the list?

2015-01-19 Thread Hernán Morales Durand
Yes, I thought about joking. But see, having this kind of e-mails with tone of accusation and request for proof... sounds horrible. This is not a nice welcome for newbies. Hernán 2015-01-19 11:34 GMT-03:00 Johan Fabry : > > AI has come a long way in the last few years ! :-) > > (Sorry, I could

Re: [Pharo-users] NBSQLite3 on OS X - Pharo 3

2015-01-19 Thread Mircea S.
Thank you for the fast response. 1. You are right. OS X 10.9 Mavericks and 10.10 Yosemite come with libsqlite3.dylib built in as SQLite3 is used in Safari and a number of other places. This is the reason Pharo and NBSQLite3 never complained about a missing library to start with. 2. The defau

Re: [Pharo-users] Essays

2015-01-19 Thread Ben Coman
On Mon, Jan 19, 2015 at 11:42 PM, horrido wrote: > We have a couple of essays published at Smalltalk renaissance > . *We need > more.* > > This is our opportunity to answer the questions, concerns, and criticisms > of > non-Smalltalk

[Pharo-users] Hubcap questions

2015-01-19 Thread Hernán Morales Durand
Hi all, My goal is to search the contents of the Description form field in SmalltalkHub. I don't know if matches the design and idea of Hubcap (really nice package BTW). I wonder if anyone (Torsten?) tried to download all package metadata first and perform off-line search? Someone posted time ag

Re: [Pharo-users] Manners on the list?

2015-01-19 Thread kilon alios
Boys dont be fooled , this is Skynet. The End is Nigh! On the subject of manners, you look like a sensible being even for an AI, just be polite. And yes replying to messages is a way to be polite also its not about manners, generally sharing your experience with pharo can help benefit all of us or

[Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread p...@highoctane.be
I was reflecting on the PR efforts and the scale and nature of our community. There is one single thing that is our core: we are a bunch of individuals dedicated to Pharo and we deeply like (should I say "love"?) it. That very fact that we are committed to investing in understanding it and making

Re: [Pharo-users] Hubcap questions

2015-01-19 Thread Stephan Eggermont
Hernán wrote: >My goal is to search the contents of the Description form field in >SmalltalkHub. >I don't know if matches the design and idea of Hubcap (really nice package >BTW). >I wonder if anyone (Torsten?) tried to download all package metadata first and >perform off-line search? What I

Re: [Pharo-users] if Pharo is key for you

2015-01-19 Thread Offray Vladimir Luna Cárdenas
Stef, pdf and Open Document Presentation (Libre Office) are fine as formats. Thanks, Offray El 12/01/15 a las 13:20, stepharo escribió: In which format? I will put them on a dropbox folder and send them to you. If I forget, please reminded it to me. Stef Le 12/1/15 00:05, Offray Vladimir Lu

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread kilon alios
I am very happy with Pharo and of course I love it. I love Pharo because it is very good, and its very good because people have worked hard to improve it. New libraries, new bug fixes, new tools , even pharo is small its actually quite hard to follow its evolution because it surprisingly active.

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2015, at 17:48, jtuc...@objektfabrik.de wrote: > > All that's been said so far is that some people do not like the use of some > military terms, no matter where they come from and whether people know what > these mean or not. We are not on a crusade, and this is not about conquering

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Ben Coman
On Mon, Jan 19, 2015 at 11:56 PM, horrido wrote: > > > Consider all the positive publicity that I've drawn to Smalltalk in just > the > past several weeks. The excitement is palpable. > > Up until recently, Smalltalk has been all but forgotten in the IT community > at large. Do you need evidence?

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread nacho
Great!! Great!! Kilon, Please let me help you, at least reading the drafts or whatever I can be usefull to. I'm eager to learn morphic!!! cheers Nacho - Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- View this message in context: http://forum.world.st/What-we-have-with-our-commu

Re: [Pharo-users] InfoWorld on Redline Smalltalk

2015-01-19 Thread Alain Rastoul
Le 19/01/2015 13:34, Marcus Denker a écrit : We really need a “smalltalk-talk” mailing list. Marcus +1 other lists could be helpful pharo-vm : vm, vmmaker, compiler, plugins, whatever system level pharo-general : orientation of pharo, general open questions I don't think a chat is

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
Yes, I agree. This is on our todo. Cheers, Alexandre > On Jan 19, 2015, at 12:29 PM, Tudor Girba wrote: > > Hi Alex, > > I strongly believe that the concrete implementation that links Roassal to the > data format should be moved to a separate package and ideally, to another > configuration.

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread jtuchel
Sven, I got Richard’s message about ESUG and I asked for facts. It seems you didn't read my full post… Joachim Von: Sven Van Caekenberghe Gesendet: ‎Montag‎, ‎19‎. ‎Januar‎ ‎2015 ‎19‎:‎17 An: Any question about pharo is welcome > On 19 Jan 2015, at 17:48, jtuc...@objektfabrik.de wr

Re: [Pharo-users] Hubcap questions

2015-01-19 Thread Hernán Morales Durand
2015-01-19 15:07 GMT-03:00 Stephan Eggermont : > Hernán wrote: > >My goal is to search the contents of the Description form field in > SmalltalkHub. > >I don't know if matches the design and idea of Hubcap (really nice > package BTW). > >I wonder if anyone (Torsten?) tried to download all package

Re: [Pharo-users] Code highlight

2015-01-19 Thread Johan Fabry
I had a quick look. I confirm that TextModel keeps a value holder on the current selection interval, in the instance variable named ‘selection', but apparently there is no API to register to notifications to that. I consider that a missing feature, so I think it is best that you add a bug repor

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread kilon alios
Actually I could add the book to github group for Pharo documentation so everyone can contribute as long as he is the member of the group which already contains the source for the new PBE and Pharo for the Enterprise and all other books. On Mon, Jan 19, 2015 at 8:41 PM, nacho <0800na...@gmail.com>

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Thushar G R
That looks great. Thank you for your work. On Tue, Jan 20, 2015 at 12:30 AM, Alexandre Bergel wrote: > Yes, I agree. This is on our todo. > > Cheers, > Alexandre > > > > On Jan 19, 2015, at 12:29 PM, Tudor Girba wrote: > > > > Hi Alex, > > > > I strongly believe that the concrete implementation

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2015, at 20:00, > wrote: > > Sven, > > I got Richard’s message about ESUG and I asked for facts. It seems you didn't > read my full post… I did read it, it was well written and I agree with what you said. But you were too polite, you give him the benefit of the doubt. I don't

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread jtuc...@objektfabrik.de
Sven, I got Richard’s message about ESUG and I asked for facts. It seems you didn't read my full post… I did read it, it was well written and I agree with what you said. Thanks. But you were too polite, you give him the benefit of the doubt. No, I asked for proof. Too polite? Well, not a

Re: [Pharo-users] [Pharo-dev] [Moose-dev] OpenStreetMap integration

2015-01-19 Thread Tudor Girba
Great. Doru On Mon, Jan 19, 2015 at 8:00 PM, Alexandre Bergel wrote: > Yes, I agree. This is on our todo. > > Cheers, > Alexandre > > > > On Jan 19, 2015, at 12:29 PM, Tudor Girba wrote: > > > > Hi Alex, > > > > I strongly believe that the concrete implementation that links Roassal > to the da

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Sven Van Caekenberghe
RTOSM was not yet in the latest successful build of Moose 5.1 Just for the record, I got it by loading ConfigurationOfRoassal2 1.9 > On 19 Jan 2015, at 15:30, Alexandre Bergel wrote: > > It should yes > > Roassal2 now depends on NeoJSON by the way. > > Alexandre > > >> On Jan 19, 2015, at

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread stepharo
Le 19/1/15 14:14, Marcus Denker a écrit : On 18 Jan 2015, at 13:16, horrido wrote: This is a fine line to tread. I have several problems with self-censorship: First of all, "Generalissimo" is just a handle. My previous handle, "horrido", was surely objectionable as well, since it's a play on

Re: [Pharo-users] [ Article ] LampSort Revisited, Visualised

2015-01-19 Thread Alain Rastoul
Le 18/01/2015 22:25, Alexandre Bergel a écrit : Immersion in a living system, that's one thing you definitely want to stick with. And the visualization is really cool Thank you Sven :) Yes, this is a cool article! Alexandre On Jan 18, 2015, at 5:23 PM, Tudor Girba wrote: Hi Sven, This i

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread Tudor Girba
Thanks for these words, Phil. Doru On Mon, Jan 19, 2015 at 7:03 PM, p...@highoctane.be wrote: > I was reflecting on the PR efforts and the scale and nature of our > community. > > There is one single thing that is our core: we are a bunch of individuals > dedicated to Pharo and we deeply like (

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread stepharo
Thanks Phil for these great words. I can tell you that sometimes we are overwhelmed by the size of our tasks and the fact that if people would put all the energy together we would obtain something magic and great. Now when you want to on top of a large mountain looking at the pick does not hel

Re: [Pharo-users] What we have with our community: near indestructible

2015-01-19 Thread stepharo
One step at a time. Your videos are good! keep pushing. We learned slowly the system too Stef Le 19/1/15 19:16, kilon alios a écrit : I am very happy with Pharo and of course I love it. I love Pharo because it is very good, and its very good because people have worked hard to improve it.

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread bsselfri...@gmail.com
Steph, I completely agree. This type of hyperbole makes the casual observer think that the Smalltalk community can come off as petty. We're better than this. We should ALL have the goal of promoting Smalltalk. I know that a lot of you have and I applaud all of you for your efforts. The more the m

[Pharo-users] Glorp on Pharo 4

2015-01-19 Thread Torsten Bergmann
Hi Craig, I've Glorp working with Pharo 4 and NBSQlite3 now without any problem. That's why it is now also in the config browser. As you see from the repo I restructured a bit the "Glorp" package to dig deeper into it and hopefully find the time updating the port once I have access to the VW code

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread horrido
There is much to respond to here. First of all, I was NOT putting down ESUG or Smalltalk Foundation. I was simply pointing out that, despite their promotional efforts, Smalltalk has slipped out of the public consciousness, as evidenced by language rankings and coverage in the IT press, as well as t

Re: [Pharo-users] Glorp on Pharo 4

2015-01-19 Thread Craig
Torsten, Can you tell me which packages you needed, and what you did to get this working? I've been trying to get it working with Postgres, but I'm not married to the database engine. Craig -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of

[Pharo-users] "Improper store into indexable object" and weird variable names

2015-01-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- Hi! It happened that variables of my methods changed to t1, t2, t3, etc etc (see here: http://imgur.com/ptbmzMH ) and when I try to see the versions of a method, pharo shows "Improper store into indexable object" (see here: http://imgur.com/pwWT0yc ). Can you help me, please

Re: [Pharo-users] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Sven Van Caekenberghe
> On 19 Jan 2015, at 15:19, Alexandre Bergel wrote: > > Again, thanks Onil and Thierry. This is a very valuable contribution for the > whole community! Guys, I just spent half an hour studying the code in Roassal2-OpenStreetMap and I am really impressed. This is really well written and it wo

Re: [Pharo-users] "Improper store into indexable object" and weird variable names

2015-01-19 Thread Sven Van Caekenberghe
Hi Davide, That means you are looking at decompiled code, because the system can no longer access the source code. Source code lives either in the .sources or .changes file. Did you move or rename any of them ? Sven > On 19 Jan 2015, at 22:22, Davide Varvello via Pharo-users > wrote: > > >

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread stepharo
Le 19/1/15 10:01, Werner Kassens a écrit : Hi Doru, works nicely and makes the playground for the first time actually usable for me. i like the way it works: the automatic commenting and that i only need to press enter. :) I suggested to put it on the next line in addition :) werner

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread stepharo
Le 19/1/15 14:18, Marcus Denker a écrit : On 19 Jan 2015, at 06:07, Tudor Girba wrote: Thanks for the feedback. I am still looking for concrete use cases why people need to see the printout in the editor. Could you provide an example of when you need it? I like to construct expressions step

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread stepharo
Le 19/1/15 10:15, Werner Kassens a écrit : one thing, i guess it could eventually be preferable if the comment would go on the next line so that one can repeatedly evaluate or print that line. this is at least a common use case for me. yes me too. werner On 01/19/2015 10:01 AM, Werner Kass

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread stepharo
Le 19/1/15 10:21, Tudor Girba a écrit : Hi Werner, Aha. So, you want to compare multiple runs of the same code? not necessarily Do you use the print-it for anything else? keep trace. Cheers, Doru On Mon, Jan 19, 2015 at 10:15 AM, Werner Kassens > wrote:

Re: [Pharo-users] "Improper store into indexable object" and weird variable names

2015-01-19 Thread Davide Varvello via Pharo-users
--- Begin Message --- H Sven, I didn't move nor rename any of them. In fact some methods have t1, t2, t3, ... but some others have real variable names. Davide Sven Van Caekenberghe-2 wrote > Hi Davide, > > That means you are looking at decompiled code, because the system can no > longer access

Re: [Pharo-users] [Moose-dev] [Pharo-dev] OpenStreetMap integration

2015-01-19 Thread Alexandre Bergel
Thanks for your nice words Cheers, Alexandre > On Jan 19, 2015, at 6:24 PM, Sven Van Caekenberghe wrote: > > >> On 19 Jan 2015, at 15:19, Alexandre Bergel wrote: >> >> Again, thanks Onil and Thierry. This is a very valuable contribution for the >> whole community! > > Guys, > > I just sp

Re: [Pharo-users] Blitzkrieg!

2015-01-19 Thread Aliaksei Syrel
I bought more popcorn when I read in one of the articles http://horridohobbies.tumblr.com/: *30 years programming in* FORTRAN, C/C++/*C#*/Objective-C, Java, Python

Re: [Pharo-users] Best approach to multiple text colors in Spec

2015-01-19 Thread ErikStayton
Hi Stef, I don't have a good minimal example to hand, but my UI is just a simple Spec model with two widgets, the aforementioned TextModel and a TextInputFieldModel that I use to actually take user commands. I am not wedded to Spec, if it doesn't handle colors well. If it is a long-shot to get it

Re: [Pharo-users] InfoWorld on Redline Smalltalk

2015-01-19 Thread Ben Coman
-1 to pharo-vm. No need to dilute vm-dev. :)--ben On Tue, Jan 20, 2015 at 2:56 AM, Alain Rastoul wrote: > Le 19/01/2015 13:34, Marcus Denker a écrit : > >> >> We really need a “smalltalk-talk” mailing list. >> >> Marcus >> > > +1 > > other lists could be helpful > pharo-vm : vm, vmm

Re: [Pharo-users] Hubcap questions

2015-01-19 Thread Ben Coman
I wonder if it would be easier to modify the SmalltalkHub source to produce a JSON or STON file you could download. cheers -ben On Tue, Jan 20, 2015 at 3:04 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > > 2015-01-19 15:07 GMT-03:00 Stephan Eggermont : > >> Hernán wrote: >> >My go

[Pharo-users] What copyright to use... / Glorp-Fuel interface

2015-01-19 Thread Cameron Sanders via Pharo-users
--- Begin Message --- Hi All. I have decided to share with the community some tools we developed at Debris Publishing, Inc., to simplify project start-up with regard to database access. In particular, the tools allow you to use the Glorp interface on Pharo (or Gemstone) writing to Fuel files on th

Re: [Pharo-users] OpenStreetMap integration

2015-01-19 Thread Norbert Hartl
Looks fantastic. But from can I install it? Did I overlook some detail? thanks,, Norbert > Am 19.01.2015 um 15:19 schrieb Alexandre Bergel : > > Dear All, > > This week end I have integrated the excellent work of Onil Goubier and > Thierry Goubier. They have worked on a bridge between OpenStr

Re: [Pharo-users] What copyright to use... / Glorp-Fuel interface

2015-01-19 Thread James Foster
Hi Cam, Glad to hear of your project and your plans to make it available to the community. As to the copyright approach, see http://choosealicense.com/licenses/mit/ . If the code was developed by employees of your company as part of their job, use “Debr

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Martin Bähr
Excerpts from Tudor Girba's message of 2015-01-19 08:33:04 +0100: > I worked with Andrei to find a solution for improving the print-it support. > You can take a look here: > http://www.humane-assessment.com/blog/improving-print-it-support-in-gtplayground have not tried it yet, but i wondered about

Re: [Pharo-users] parsing a file / stream API advice

2015-01-19 Thread Daniel Lyons
Thanks to all of you for the advice! > On Jan 18, 2015, at 9:31 AM, Johan Fabry wrote: > > Hi Daniel, > > I have disclaimers as the 2 previous responses, this is my feeling about the > matter. :-) > > I would prefer to think purely in terms of the API that you want to use when > reading the

Re: [Pharo-users] InfoWorld on Redline Smalltalk

2015-01-19 Thread Alain Rastoul
Le 20/01/2015 00:08, Ben Coman a écrit : -1 to pharo-vm. No need to dilute vm-dev. vm-dev ? Of course, if it already exists please don't dilute! :) And now that you said that, I reminds me may be there was a name like that in a recent post and I found squeak.vmdevel on gmane. -- Regards,

[Pharo-users] Fwd: Re: Setters for instance variables

2015-01-19 Thread Offray Vladimir Luna Cárdenas
Sorry, I was replying to the old mailing list address. Here comes again. Mensaje reenviado Asunto: Re: [Pharo-users] Setters for instance variables Fecha: Mon, 19 Jan 2015 22:41:13 -0500 De: Offray Vladimir Luna Cárdenas Para: pharo-us...@lists.gforge.inria.fr Thanks a lot Se

Re: [Pharo-users] improving print-it in playground

2015-01-19 Thread Brian Krent
A two-column UI similar to the Swift playground may be useful. Everything would be printed in parallel in a separate column. (The aforementioned output may be partially visually obscured by half a dozen means for output "typically" considered irrelevant — for example, perhaps a disclosure triang

Re: [Pharo-users] Best approach to multiple text colors in Spec

2015-01-19 Thread Alexander Svyazin
There is a working example of text coloring in my toy MUD client http://smalltalkhub.com/#!/~AlexanderSvyazin/MudTalk. It actually has support of ANSI escape sequences (only colors yet) :) For now it uses plain Morph, not Spec, AFAIR Spec text model was not flexible enough for my needs and it was t

Re: [Pharo-users] Best approach to multiple text colors in Spec

2015-01-19 Thread stepharo
Better go morph Le 19/1/15 23:51, ErikStayton a écrit : Hi Stef, I don't have a good minimal example to hand, but my UI is just a simple Spec model with two widgets, the aforementioned TextModel and a TextInputFieldModel that I use to actually take user commands. I am not wedded to Spec, if it

Re: [Pharo-users] Best approach to multiple text colors in Spec

2015-01-19 Thread stepharo
Le 20/1/15 05:57, Alexander Svyazin a écrit : There is a working example of text coloring in my toy MUD client http://smalltalkhub.com/#!/~AlexanderSvyazin/MudTalk . It actually has support of ANSI escape sequences (only colors yet) :)