Re: [Pharo-users] Cleanup of LDAP for Pharo 6/7

2018-02-22 Thread olivier auverlot
very cool :) 2018-02-23 0:22 GMT+01:00 john pfersich : > Good to know. Thanks for updating that. > > Sent from my iPhone > Encrypted email at jgpfers...@protonmail.com > > > On Feb 22, 2018, at 14:18, Torsten Bergmann wrote: > > > > Just as an info: the LDAP packages from > > > > http://smalltal

Re: [Pharo-users] Pharo and ActiveDirectory

2018-01-10 Thread olivier auverlot
Torsten, I'm not sure that a Active Directory client protocol is available for Pharo. We have only an LDAP framework (LDAPlayer) that runs fine (I use it every day). A quick solution is to use another language to build a REST service (perhaps that a open source gateway is already available ?) an

Re: [Pharo-users] Who is maintaining of Artefact?

2017-09-11 Thread olivier auverlot
e a écrit : > > Hi! > > I would like to explore having support for Unicode characters. I want to > help for it. > > > > Who is the right person to talk about it? > > > > Hi, > > Artefact was originally created by Guillaume Larcheveque and Olivier &

Re: [Pharo-users] PostgreSQL and Pharo 6

2017-04-22 Thread olivier auverlot
Hi Dimitris, It's not a SSL problem. Normaly, you can use PostgreSQL without SSL. The error message says that you must add your client device in the pg_hba.conf file. This file lists all the devices that are authorized to connect to the PostgreSQL server. https://www.postgresql.org/docs/9.1/stati

[Pharo-users] How to use the serial port on MacOS X?

2017-03-12 Thread olivier auverlot
Hi, I try to use the serial port to communicate with an Arduino. On Linux, no problemo. I can open the serial port with the following code: | serialPort baudRate comPortNumber | baudRate := 31250. comPort := '/dev/ttyACM0'. serialPort := SerialPort new baudRate: 31250; dat

Re: [Pharo-users] Arduino

2017-03-02 Thread olivier auverlot
Hi Ben, Thanks for the pointers. I hadn't found all. For the moment, I try mainly to find a usable firmata protocol. Best regards Olivier ;-) 2017-03-02 6:52 GMT+01:00 Ben Coman : > On Thu, Mar 2, 2017 at 5:31 AM, olivier auverlot > wrote: > > > > Hi, > > &g

Re: [Pharo-users] Arduino

2017-03-01 Thread olivier auverlot
For the moment, I just want to do a catalog of the existing solutions. The next step will be to evaluate them. My main target is a Firmata protocol implementation usable with Pharo 5 or 6. Le 1 mars 2017 10:33 PM, "stepharong" a écrit : > Olivier > > What are the topcis you investigated? > > di

[Pharo-users] Arduino

2017-03-01 Thread olivier auverlot
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 latest versions of Pharo. Someone have worked on this domain ? I'm interested by a firmata cl

Re: [Pharo-users] Create png from pdf

2017-01-16 Thread olivier auverlot
Hi Sabine, Converting a PDF into a PNG with Pharo is not an easy task because you must write a PDF reader. With Artefact, the other approach is to draw on a form instead of generating the PDF instructions. For geometrics items, It's relatively easy but the respect of paper formats and the managem

Re: [Pharo-users] Chip-8

2016-11-20 Thread olivier auverlot
Very cool !!! What are the used keys to move the player ? Olivier ;-) 2016-11-21 0:16 GMT+01:00 Henrik Nergaard : > http://smalltalkhub.com/#!/~Latsabben/Chip8 > > > > *From:* Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] *On > Behalf Of *olivier auverlot &

[Pharo-users] Chip-8

2016-11-16 Thread olivier auverlot
Hi, I just read an fun article about Chip-8. Someone has worked on an emulator of this with Pharo? http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ http://miguelduarte.pt/2012/07/09/chip-8-emulator-in-javascript/ Best regards

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread olivier auverlot
Denis, Could you publish a snippet of code that generates a PDF document with a text that contains russians letters ? We need to test. For russian letters, I think That You need a consistent font and the proper encoding. Normally, the Helvetica / Arial should be ok. For the encoding, the standar

Re: [Pharo-users] Material Design Lite

2015-12-03 Thread olivier auverlot
and demos. > > Improve it would be to create upper level components to ease the use but > all MDL components as google provide it are implemented. > > 2015-12-03 9:32 GMT+01:00 olivier auverlot : > >> Hi, >> >> Kevin and me have worked this summer on a port of Mat

Re: [Pharo-users] Artefact and WideString

2015-10-21 Thread olivier auverlot
Hi Hilaire, Take a look in the Artefact demos. I think there are a PDF document with a monetary character. 2015-10-21 22:02 GMT+02:00 Hilaire : > Hello, > > Is it me, or is there a problem with WideString and Artefact? > > The following produces an empty page: > > page add: ((PDFFormattedTextEl

Re: [Pharo-users] Pharo and VPS

2015-10-15 Thread olivier auverlot
Hi, OVH have a very cool plan with Debian7 or 8. https://www.ovh.com/fr/vps/vps-ssd.xml Olivier ;-) 2015-10-15 17:40 GMT+02:00 Andres Fortier : > As an alternative, Openshift has a free plan that includes 3 small gears > (512RAM - 1GB storage IIRC). I've used to host different things (mostly R

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread olivier auverlot
On debian 32 bits, the standard version works very well. Just unzip the archive and lauch pharo with the pharo bash script. Le 7 oct. 2015 22:21, "justonium" a écrit : > ./pharo-ui path/to/Pharo.image > > This isn't an executable command. > > > > -- > View this message in context: > http://forum.

Re: [Pharo-users] Artifact

2015-07-26 Thread olivier auverlot
Hi Hilaire, I just tried the stable version of Artefact in a Pharo 3.0 image. All demos are ok but I uses Mac OS X. Could you test with Acrobat Reader on Linux? The PDF reader (Evince ?) has a lack of functionalities and it's not a good thing to use it. Many PDF specifications are not or bad sup

Re: [Pharo-users] [ANN] Teapot 0.91

2015-05-10 Thread olivier auverlot
very interesting :-) 2015-05-09 21:13 GMT+02:00 Attila Magyar : > Hello, > > Teapot 0.91 released today. > > Teapot is micro web framework that focuses on simplicity and ease of use. > > Here's a summary of changes: > - Routes and before/after filters may include conditions (see the example > be

[Pharo-users] Syslog client

2015-03-31 Thread olivier auverlot
Hi, I just released an UDP client for the Syslog network protocol (RFC5424). The product is available on SmalltalkHub. http://smalltalkhub.com/#!/~olivierauverlot/Syslog Best regards Olivier ;-)

Re: [Pharo-users] Boardician (board game framework)

2015-03-24 Thread olivier auverlot
very cool ! 2015-03-24 15:41 GMT+01:00 Laura Risani : > Hi all, > > A time ago i posted two board games on the list and Stéphane said that he > would like to extract from these and other ones he has gathered a framework > for doing board games. So i developed a little one called 'Boardician' and

Re: [Pharo-users] MySQL Access

2015-03-22 Thread olivier auverlot
Hi Volkert, If you have no need of portability, you can try the ODBC connector ( http://smalltalkhub.com/#!/~PharoExtras/ODBC) Best regards Olivier ;-) 2015-03-22 11:37 GMT+01:00 volkert : > Dear all, > > i need access to a MySQL DB from Pharo. What are my options here? Is > dbxtalk the way to

Re: [Pharo-users] Published some old games ...

2015-02-08 Thread olivier auverlot
very cool ! 2015-02-08 12:05 GMT+01:00 Ignacio Sniechowski <0800na...@gmail.com>: > Stef, > Thanks so much! > I love this because its fun to analyze the code and learn from it. > Best > Nacho > > > *Lic. Ignacio Sniechowski, MBA* > *Prosavic SRL* > > *Tel: (011) 4542-6714* > > > > > > > > > > > >

Re: [Pharo-users] REST approach?

2015-02-03 Thread olivier auverlot
Zinc + Seaside REST is a very good solution that I use every days ;-) Olivier 2015-02-04 7:13 GMT+01:00 S Krish : > > Seaside REST / Teapot aka Sinatra from Ruby hope to push this > framework further > > On Wed, Feb 4, 2015 at 9:35 AM, Cameron Sanders via Pharo-users < > pharo-users@lists.

Re: [Pharo-users] Running Pharo headless

2015-01-21 Thread olivier auverlot
Yes, don't forget no-quit My starting file for Seaside is: #!/bin/sh USER="www-data" VM="/usr/bin/pharo" VM_PARAMS="--mmap 256m -vm-sound-null -vm-display-null" IMAGE="/opt/myApp/Pharo3.0.image" exec \ setuidgid "$USER" \ "$VM" $VM_PARAMS "$IMAGE" \ --no-quit Olivier ;-)

Re: [Pharo-users] Pharo and ODBC

2014-11-20 Thread olivier auverlot
"If you use the 64-bit odbcad32.exe to configure or remove a DSN that > connects to a 32-bit driver, for example, Driver do Microsoft Access > (*.mdb), you will receive the following error message:" > > On Thu, Nov 20, 2014 at 1:35 PM, olivier auverlot < > olivier.auver...

[Pharo-users] Pharo and ODBC

2014-11-20 Thread olivier auverlot
Hi, I try to use the ODBC framework presents in the configurations list and named "ODBC (TorstenBergmann.5)" I want connect Pharo to a Postgresql server and I installed the latest version of the ODBC driver. The datasource is configured as system datasource. The connection test is ok. My computer

Re: [Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread Olivier Auverlot
No but with Pharo, I think that's not difficult to launch a PDF viewer at the end of PDF generation process. Le 4 nov. 2014 à 21:59, François Stephany a écrit : > Does artefact support *displaying* PDF in Pharo? > > On Tue, Nov 4, 2014 at 11:53 AM, Olivier Auverlot >

Re: [Pharo-users] Render PDF / Web Document in Pharo

2014-11-04 Thread Olivier Auverlot
Hi Sean, For rendering PDF documents, you could use Artefact ( https://sites.google.com/site/artefactpdf/ ) Best regards Olivier ;-) Le 4 nov. 2014 à 20:13, Sean P. DeNigris a écrit : > Is it possible to display either in a Morphic world? As a start, even a > non-interactive preview would be v

Re: [Pharo-users] Voyage: how to delete references to objects.

2014-04-18 Thread olivier auverlot
orbert Hartl wrote: > > > Am 17.04.2014 um 15:05 schrieb olivier auverlot < > olivier.auver...@gmail.com>: > > thanks Robert for the explications. > > It’s Norbert btw. :) > > I agree with you that's the best way to remove a book is to delete the

Re: [Pharo-users] Voyage: how to delete references to objects.

2014-04-17 Thread olivier auverlot
Norbert, Sorry for my mistake ;-) 2014-04-17 15:18 GMT+02:00 Norbert Hartl : > > Am 17.04.2014 um 15:05 schrieb olivier auverlot < > olivier.auver...@gmail.com>: > > thanks Robert for the explications. > > It’s Norbert btw. :) > > I agree with you that'

Re: [Pharo-users] Voyage: how to delete references to objects.

2014-04-17 Thread olivier auverlot
thanks Robert for the explications. I agree with you that's the best way to remove a book is to delete the reference in ComicsCollection. But how to do that ? Must I simply remove the reference in the ordered collection ? Voyage will syncronize automatically the data in memory with the content o

Re: [Pharo-users] how to duplicate document with Voyage

2014-04-17 Thread olivier auverlot
simply ? Thanks ;-) 2014-04-17 10:42 GMT+02:00 Esteban Lorenzano : > > On 17 Apr 2014, at 10:17, Norbert Hartl wrote: > > > > > Am 17.04.2014 um 10:08 schrieb Olivier Auverlot < > olivier.auver...@gmail.com>: > > > >> Hi, > >> > >>

[Pharo-users] how to duplicate document with Voyage

2014-04-17 Thread Olivier Auverlot
Hi, I'm using Voyage and I need to duplicate an existing document in a Mongo database. I suppose that the id must be changed before saving. What is the best way to do that ? Best regards Olivier ;-)

Re: [Pharo-users] JPEG support in Artifact

2014-04-04 Thread olivier auverlot
Hi Stephan, Yes, we have discussed with Guillaume. We don't have a better solution to propose but we will be really interested if someone write a portable JPEG support. It will be cool to have the possibility to extract header informations from pictures without using a plugin. Best regards 201

Re: [Pharo-users] Spec website: nice!

2014-02-28 Thread olivier auverlot
Hi Benjamin It's very cool ! The website and the documentation are very pleasant and well presented. Perhaps you could add links to the Pharo web site and the RMoD team ? Olivier ;-) 2014-02-28 11:34 GMT+01:00 Goubier Thierry : > > > Le 28/02/2014 11:26, Benjamin a écrit : > > Because I did n

Re: [Pharo-users] New version of Artefact

2014-01-24 Thread Olivier Auverlot
Samir, You can look at PDFDemos>>twoColoredRectsOpacityTest Olivier ;-) On 24/01/2014 13:20, Samir Saleh wrote: Awesome! Will give it a try! Cheers 2014/1/24 Olivier Auverlot <mailto:olivier.auver...@gmail.com>> Hi, I released a new version of Artefact. The new v

[Pharo-users] New version of Artefact

2014-01-24 Thread Olivier Auverlot
Hi, I released a new version of Artefact. The new version supports opacity effect. http://smalltalkhub.com/#!/~RMoD/Artefact/ Best regards Olivier ;-)

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-24 Thread Olivier Auverlot
Hi Sven, Fantastic work ! I just tested the new version and it seem that all is ok. Olivier ;-)

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-23 Thread Olivier Auverlot
Thanks for the improvement. Don't hesitate to contact me if I can help you Olivier ;-) Le 22 oct. 2013 à 18:49, Sven Van Caekenberghe a écrit : > > On 22 Oct 2013, at 18:27, "p...@highoctane.be" wrote: > >> Ok, point taken. >> >> Still, ZnClient is unusable for the intended purpose as is. No

Re: [Pharo-users] Zinc: How to use the @ character in an URL

2013-10-22 Thread Olivier Auverlot
lient. This approach don't modify the actual behaviour but allow to manage bad usages of HTTP. Otherwise, I will follow your suggestion and use a subclass of ZnUrl. Le 22 oct. 2013 à 13:39, Sven Van Caekenberghe a écrit : > Hi Olivier, > > On 22 Oct 2013, at 09:57, Olivier Auverl

[Pharo-users] Zinc: How to use the @ character in an URL

2013-10-22 Thread Olivier Auverlot
Hi, I work actually on a framework to manage a Proxmox server. The Proxmox solution is based on a strange REST API… :-( To get informations about an user, I must send a string with the login and the authentication domain. The two values are separated by a character @. For example: GET /api2/e

Re: [Pharo-users] How to use a MongoDB account with Voyage

2013-09-12 Thread Olivier Auverlot
infrastructure is already there, it is just missing the plugging > stuff, check into MongoDatabase>>#username:password: > so, ideally, you could have a method in VOMongoRepository who just translates > the validation to the driver. > > Cheers, > Esteban > > On Sep 1

[Pharo-users] How to use a MongoDB account with Voyage

2013-09-10 Thread Olivier Auverlot
Hello, I need to use a login and password to connect my application to a Mongo DB database. The access to the database is restricted by an account. How to use a login and a password with Voyage ? Best regards Olivier ;-)

Re: [Pharo-users] JPEG export producing images with black background

2013-06-16 Thread Olivier Auverlot
Hi Husman, A little piece of code to use an intermediate morph that has not a transparency background. When the morph is exported, the JPEG file is correct. |window m graph | window := ESExamples new kiviat2. graph := window model canvas imageForm asMorph. m := Morph new extent: graph extent; c