[Pharo-users] Fuel Error

2015-08-03 Thread Sean P. DeNigris
While materializing, I'm getting a Fuel error that's ground one of my projects to a halt. Luckily, there's not *too* much data involved, but I'd like to get it back. http://forum.world.st/file/n4840866/Screenshot_2015-08-03_19.png Ever see anything like this? Any idea what the problem is?

Re: [Pharo-users] Fuel Error

2015-08-03 Thread Mariano Martinez Peck
Hi Sean, Those kind of errors are the most complicated to debug because it means there is mostly a problem at the serialization. I mean, the balance between what the serializer thought it wrote, and what the materializer tries to materialize, doesn't match. So the error tells you nothing...just

Re: [Pharo-users] Comparison for SequencableCollection

2015-08-03 Thread Ben Coman
On Mon, Aug 3, 2015 at 12:04 AM, Peter Uhnák i.uh...@gmail.com wrote: (a b c) = (b a c) if a = b (a b c) (b a c) if a b The semantics are well defined. A comparison between sequenceable collections compares each element in sequence. This makes intutive sense. Since you mentioned

Re: [Pharo-users] protobufs for Pharo

2015-08-03 Thread Paul DeBruicker
Hit 'send' inadvertently. Goran Krampe has gotten it as far as it is now. I may have a use for protobufs to access a 3rd party library and would be willing to help get it finished in the event anyone else is interested. Paul DeBruicker wrote http://www.smalltalkhub.com/#!/~gokr/Protobuf

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban A. Maringolo
2015-08-03 16:20 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: yes… just that is not accurate :) is basically like that, just that DBXTalk is not a driver, is an umbrella project. The OpenDBX drivers is still called OpenDBXDriver :P TooManyAbstractionsException signal. ;) Esteban A.

Re: [Pharo-users] Fuel Error

2015-08-03 Thread Sean P. DeNigris
Mariano Martinez Peck wrote Those kind of errors... Thanks for the detailed answer! It seems that anObsoleteXyz snuck into my graph :/ Once I replaced it with the-class-I-thought-it-was, everything straightened out. - Cheers, Sean -- View this message in context:

[Pharo-users] PharoByExample Announcements chapter

2015-08-03 Thread Peter Uhnák
Hi, shouldn't there be Announcements chapter in the new PharoByExampleUpdated book? Because I don't see it there and I think it should be there, since currently I don't see any authoritative source of information for people about Announcements. Thanks, Peter

Re: [Pharo-users] Comparison for SequencableCollection

2015-08-03 Thread jtuc...@objektfabrik.de
Am 04.08.15 um 00:22 schrieb webwarrior: We're drifting too much into philosophy here. Meaning of this, meaning of that... Thanks. I'd love to be clever enough to be a philosopher. I'd argue there is no intrinsic meaning in statements such as string A is less than string B. But it is useful

[Pharo-users] MongoDB: console commands? query embedded indexed fields?

2015-08-03 Thread Sabine Manaa
Hi, I have 2 questions concerning use of mongoDB classes: 1) how can I send mongo console commands directly from smalltalk 2) how to query on an embedded collection with an index Model: I have trips and each trip has an embedded collection of N receipts like this: { tripName : trip 1,

Re: [Pharo-users] Pillar automatic anchors

2015-08-03 Thread Ferlicot D. Cyril
Le 31/07/2015 20:06, Peter Uhnák a écrit : Hi, I would like to resolve this issue: Automatic section anchors: Each section title should automatically generate an implicit hyperlink target (aka, anchor) pointing to the section. The text of the hyperlink target (the reference name) is the

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban Lorenzano
yes… just that is not accurate :) is basically like that, just that DBXTalk is not a driver, is an umbrella project. The OpenDBX drivers is still called OpenDBXDriver :P Esteban On 03 Aug 2015, at 20:55, Sean P. DeNigris s...@clipperadams.com wrote: Esteban A. Maringolo wrote Garage is...

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban A. Maringolo
Garage is a (IMO lousy named) Pharo database interface abstraction, like Perl's DBI, ADODB, or JDBC. Any program that uses Garage's objects to access the database should be abstract enough to enable you to replace the backend by something else without changing the programming logic (e.g. replace

Re: [Pharo-users] Pillar hyperref and refs numbering

2015-08-03 Thread Ferlicot D. Cyril
Le 03/08/2015 12:44, Peter Uhnák a écrit : Hi, Hi I have two questions: 1. Would it be possible to add \usepackage{hyperref} to Pillar pdf output? Because currently all links are invisible (well, not invisible but they look like regular text so if the). So if you have sentence like

[Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Tommaso Dal Sasso
Hello, I was trying the version of Glorp ported to Garage, and I must say it runs smoothly, nice job! I am reading large amount of data from a Postgres db, and I was curious about the use of cursors. I remember that the old version of Glorp for Pharo did not support cursors in Postgresql, has

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Alexandre Bergel
I'm little bit shy, but what is Garage? Good question! Alexandre 2015-08-03 15:33 GMT+03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com mailto:tommaso.dalsa...@gmail.com: Hello, I was trying the version of Glorp ported to Garage, and I must say it runs smoothly, nice job! I am

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Sean P. DeNigris
vmusulainen wrote http://pharo.org/news/garage-database I'm also confused. What is the relationship between OpenDBX and Garage? IIRC DBXTalk was the previous name of OpenDBX, right? Maybe an FAQ is in order as the DB-related names seem to be multiplying ;) - Cheers, Sean -- View this

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Esteban Lorenzano
On 03 Aug 2015, at 15:35, Sean P. DeNigris s...@clipperadams.com wrote: vmusulainen wrote http://pharo.org/news/garage-database I'm also confused. What is the relationship between OpenDBX and Garage? IIRC DBXTalk was the previous name of OpenDBX, right? Maybe an FAQ is in order as the

Re: [Pharo-users] Garage, Glorp, PostgreSQL and Cursors

2015-08-03 Thread Norbert Hartl
Am 03.08.2015 um 15:11 schrieb Юрий Мироненко assargad...@gmail.com: I'm little bit shy, but what is Garage? http://pharo.org/news/garage-database http://pharo.org/news/garage-database Norbert 2015-08-03 15:33 GMT+03:00 Tommaso Dal Sasso tommaso.dalsa...@gmail.com

Re: [Pharo-users] Pillar hyperref and refs numbering

2015-08-03 Thread Sean P. DeNigris
jecisc wrote If you compile only 1 chapter in LaTeX then you will only have the numbering of the chapter. If you compile the whole book you will have the numbering of all chapters. This seems to come up quite a bit. Can we add a parameter to specify the numbering when only compiling one

Re: [Pharo-users] Comparison for SequencableCollection

2015-08-03 Thread jtuc...@objektfabrik.de
Am 02.08.15 um 15:23 schrieb webwarrior: On 02.08.2015 15:44, jtuchel [via Smalltalk] wrote: I'd say it is questonable if SequenceableCollections should be comparable by default. is (a b c) equal or lower than (b a c) ? Doesn't this depend heavily on what is in the Collection and what the

Re: [Pharo-users] Pillar hyperref and refs numbering

2015-08-03 Thread Ferlicot D. Cyril
Le 03/08/2015 15:37, Sean P. DeNigris a écrit : jecisc wrote If you compile only 1 chapter in LaTeX then you will only have the numbering of the chapter. If you compile the whole book you will have the numbering of all chapters. This seems to come up quite a bit. Can we add a parameter to