Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread stepharo
Stef, Am 30.09.2016 um 08:47 schrieb stepharo : Hi guys I wanted to show latest version of Seaside and I took Seaside on CI and I do not get ZincAdaptor. Seaside looks dying to me sadly. What should I do ? seaside is not (!!) dying. If you do Metacello new

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread stepharo
Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor startOn: 8080 You probably want to refer to

Re: [Pharo-users] Glorp

2016-09-30 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- I typically use MySQL but since I'm into databases a lot, I'll probably play with PostgreSQL, DB2, Oracle, SQLite and SQL Server as well...  I guess this port of Glorp also allows for an ODBC accessor or it only supports native connectors? If that helps, I'm on Windows 10  

Re: [Pharo-users] Glorp

2016-09-30 Thread Renaud de Villemeur
Hi. This documentation should give you the first hint: https://ci.inria.fr/pharo-contribution/job/PharoBookWorkInProgress/lastSuccessfulBuild/artifact/book-result/Glorp/Glorp.html It's still a work in progress, but the install part is accurate. Do you plan to use it with Sqlite, or with

[Pharo-users] Glorp

2016-09-30 Thread Benoit St-Jean via Pharo-users
--- Begin Message --- Hello Pharoers, I want to use Glorp and I am puzzled as to what to install. I have found a few Glorp related package and I really don't know which one to use nor which one is current.  Besides, those packages are spread across different websites. So, which one should I

Re: [Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
Thanks! Cheers, Doru > On Sep 30, 2016, at 8:54 PM, Johan Fabry wrote: > > > Yes, we do this in the Enterprise Pharo book. > > For example there is a link to NeoJSON in the STON chapter >

Re: [Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Johan Fabry
Yes, we do this in the Enterprise Pharo book. For example there is a link to NeoJSON in the STON chapter https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/STON/STON.html -- Does this mail seem too brief? Sorry for that, I don’t mean to be

[Pharo-users] pillar: how to link to different parts?

2016-09-30 Thread Tudor Girba
Hi, I am playing with Pillar, and I am now would like to link different chapters to one another. For example, in the old Pier book support, we could write something like: *ref:../anotherchapter/section* and this would result in a rendering like: Section 15.3 (with a

Re: [Pharo-users] Slides online: "Perfection & Feedback Loops" talk from esug

2016-09-30 Thread Offray Vladimir Luna Cárdenas
Thanks Markus and Oscar. Effectively, the reading of the slides improves a lot! Cheers, Offray On 30/09/16 04:45, Marcus Denker wrote: Hi, - I merged the annotations with the main slides set using annotation sides (thanks to Oscar for that idea!) - The Video is online on youtube, too.

Re: [Pharo-users] bytes to utf8 string / byte stream parsing

2016-09-30 Thread Sven Van Caekenberghe
Hi Fabrice, 'élève en Français' utf8Encoded. #[195 169 108 195 168 118 101 32 101 110 32 70 114 97 110 195 167 97 105 115] utf8Decoded. Read https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/Zinc-Encoding-Meta/Zinc-Encoding-Meta.html

Re: [Pharo-users] bytes to utf8 string / byte stream parsing

2016-09-30 Thread Fabrice Leal
ah i think i found it bytes decodeWith: 'utf8'. On Fri, Sep 30, 2016 at 11:57 AM, Fabrice Leal wrote: > can anyone provide me some pointers on how to turn a bunch of bytes into a > utf8 string? > > i'm planning on writing a byte stream parser, would appreciate

[Pharo-users] bytes to utf8 string / byte stream parsing

2016-09-30 Thread Fabrice Leal
can anyone provide me some pointers on how to turn a bunch of bytes into a utf8 string? i'm planning on writing a byte stream parser, would appreciate anything you might find useful in addition to the Streams chapter from Pharo by Example -- --- Fabrice Leal

Re: [Pharo-users] Speeding-up >>#instVarNamed: in Pharo-5.0 and beyond?

2016-09-30 Thread Marcus Denker
On Thu, Sep 29, 2016 at 10:34 AM, Holger Freyther wrote: > > > On 29 Sep 2016, at 10:25, Marcus Denker wrote: > > > > > > > > > Slice committed: > > > > https://pharo.fogbugz.com/f/cases/19155/speedup-instVarNamed > > > > Marcus > > > that was

Re: [Pharo-users] Slides online: "Perfection & Feedback Loops" talk from esug

2016-09-30 Thread Marcus Denker
Hi, - I merged the annotations with the main slides set using annotation sides (thanks to Oscar for that idea!) - The Video is online on youtube, too. http://www.slideshare.net/MarcusDenker/perfection- feedback-loops-or-why-worse-is-better-65540840 Marcus On Fri, Sep 2, 2016 at 8:38

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
2016-09-30 10:36 GMT+02:00 Stephan Eggermont : > Hi. >> >> I use this script to install and start server: >> >> Metacello new >> configuration: 'Seaside3'; >> repository: >> 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; >> version: '3.2.0';

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Norbert Hartl
Stef, > Am 30.09.2016 um 08:47 schrieb stepharo : > > Hi guys > > I wanted to show latest version of Seaside and I took Seaside on CI > > and I do not get ZincAdaptor. Seaside looks dying to me sadly. > > What should I do ? > seaside is not (!!) dying. If you do

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Stephan Eggermont
On 30-09-16 09:57, Denis Kudriashov wrote: Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
Hi. I use this script to install and start server: Metacello new configuration: 'Seaside3'; repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; version: '3.2.0'; load. server := ZnZincServerAdaptor startOn: 8080 2016-09-30 8:47 GMT+02:00 stepharo

Re: [Pharo-users] About Seaside3.2

2016-09-30 Thread Denis Kudriashov
2016-09-30 9:57 GMT+02:00 Denis Kudriashov : > Hi. > > I use this script to install and start server: > > Metacello new > configuration: 'Seaside3'; > repository: > 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'; > version: '3.2.0'; >