Re: [Pharo-dev] Anoying bug fond in Artefact running in Windows 10

2017-10-19 Thread olivier auverlot
Hi Casimiro, Which version of Pharo do you use ? 6.1 ? Olivier :) 2017-10-19 18:27 GMT+02:00 : > When you insert a jpeg from a file, for some reason the file descriptor > (stream) is kept open (at least in the Windows end of things). Then, if a > second page is to

Re: [Pharo-dev] Parallel Port

2017-06-11 Thread olivier auverlot
Hi, Sorry, I can't help. It's not the same problem as us. We work with the serial port to communicate with Arduino. Best regards Olivier :) 2017-06-10 20:38 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: > I have forwarded your email to olivier Auverlot because he was > fig

Re: [Pharo-dev] How to use the serial port on MacOS X?

2017-03-13 Thread olivier auverlot
nts/AppNotes/AN_ > 134_FTDI_Drivers_Installation_Guide_for_MAC_OSX.pdf > > or using a non-FTDI serial adpator. > > cheers -ben > > > On Mon, Mar 13, 2017 at 12:21 AM, olivier auverlot < > olivier.auver...@gmail.com> wrote: > >> Hi, >> >> I try to

[Pharo-dev] 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;

Re: [Pharo-dev] Talk at Google Devdays BE accepted

2016-10-07 Thread olivier auverlot
Cool  Le 7 oct. 2016 14:04, "p...@highoctane.be" a écrit : > Title is Material Design Lite in Pharo. > > Phil >

Re: [Pharo-dev] new pharo cheatsheet

2016-04-09 Thread olivier auverlot
@cyril +1 Le 9 avr. 2016 10:56 AM, "Cyril Ferlicot D." a écrit : > Le 08/04/2016 22:08, J.F. Rick a écrit : > > It looks good. I might mention that most data structures are 1 indexed > > as most other languages tend to be 0 indexed and that throws people new > > to the

Re: [Pharo-dev] new pharo cheatsheet

2016-04-09 Thread olivier auverlot
I think that it could be interesting to use it also on a simple HTML page for the Pharo web site. This document can be put in the main menu ("Beginners" ?) just before "Documentation". It's really cool to have a synthesis document for the newcomers. 2016-04-09 8:09 GMT+02:00 Ben Coman

Re: [Pharo-dev] Sounds like Goodies

2016-01-14 Thread olivier auverlot
ench & English), * Soundex2 (French & English), * Phonex, * Nysiis Olivier 2016-01-14 9:48 GMT+01:00 Guillaume Larcheveque < guillaume.larcheve...@gmail.com>: > For Soundex, I am quite sure that Olivier Auverlot implemented it in > Pharo, maybe also the other ones. > &

[Pharo-dev] Using Pharo with Debian 8 64 bits

2015-10-07 Thread olivier auverlot
Hi, I just tried to use Pharo 4 in graphical mode with Debian Jessy 64 bits. The last version of this Linux distribution needs some operations to running Pharo. I think that could be interesting to share my configuration work. - unzip the Pharo4 archive, - sudo dpkg --add-architecture i386 -

Re: [Pharo-dev] Looking for a way to build SQL query

2015-09-03 Thread olivier auverlot
Hi Stef, I have not knowledge about a framework to build SQL queries from Pharo syntax. However, Garage provides a solution to build easily SQL query with arguments. Take a look at https://guillep.github.io/DBXTalk/garage/prepared_statements.html Olivier :-) 2015-09-03 11:45 GMT+02:00 Peter

[Pharo-dev] 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-dev] [Pharo-users] Syslog client

2015-03-31 Thread olivier auverlot
, Mar 31, 2015 at 4:46 AM, olivier auverlot olivier.auver...@gmail.com wrote: 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-dev] Prepared Statements on PostgresV2?

2015-01-11 Thread olivier auverlot
go for postgresql, I think I should like it too, I created a table once and did a select with it (haha) Regards, Alain Le 11/01/2015 12:20, olivier auverlot a écrit : Developping the database protocols in Pharo is simply the best solution because Pharo is a cross-plateforms solution

[Pharo-dev] PNG in Artefact

2015-01-11 Thread olivier auverlot
I improved Artefact this morning and added the support for PNG files. It's now possible to use PDFPngElement to include a PNG (untransparent) in a PDF file produced by Artefact. https://sites.google.com/site/artefactpdf/ Best regards Olivier ;-)

Re: [Pharo-dev] PNG in Artefact

2015-01-11 Thread olivier auverlot
In fact, the PNG is converted to JPEG image before to be included in the PDF file. But the conversion process doesn't support transparency and sets a black background. I think that is a limitation in the JPEG writer but someone have perhaps an idea to fix it. Olivier ;-) 2015-01-11 21:11

Re: [Pharo-dev] Prepared Statements on PostgresV2?

2015-01-10 Thread olivier auverlot
SQL support is very poor in Pharo and many improvements are necessary. PostgresV2 is actually probably the best solution available because it is written only in Pharo and works on many platforms. The framework does the work but it's a limited solution. Olivier ;-) 2015-01-10 10:09 GMT+01:00

[Pharo-dev] Voyage,Mongo and Seaside...

2014-11-25 Thread olivier auverlot
Where must i initialize a mongo connection in a Seaside application when I use Voyage ? My application use the singleton mode of Voyage. What is the good place to create the singleton ? * in the initialize class method of mySeaside root WAComponent (It will called one time when Seaside

Re: [Pharo-dev] ANNC: QR Code (v.2)

2014-10-08 Thread Olivier Auverlot
Le 7 oct. 2014 à 13:54, J.F. Rick a écrit : Well, the QRCode natively just has a bitmap form. The little server app requests that form (perhaps with a border, mirrored, reversed, etc.) and then magnifies it and converts it to a PNG. So, putting the result in a PDF is as trivial or as hard

Re: [Pharo-dev] Current maintainer of PharoExtras/LDAP?

2014-07-17 Thread Olivier Auverlot
the best LDAP you want :) Make sure that everything work well and suits your needs. I'm not sure that current design is good. At least when olivier auverlot showed to me I was skeptical about the chapter we/he wrote on it. In addition ... as far as I can see the current package is Pharo only

Re: [Pharo-dev] Current maintainer of PharoExtras/LDAP?

2014-07-17 Thread Olivier Auverlot
, namingContexts ...) CU, Udo amazing !!! On 17.07.2014 09:30, Olivier Auverlot wrote: LDAP is so important. Improving support for Active Directory and SSL is really a good idea. I used the framework in many projects with Pharo 1.3 and 2.0. It works very well. But I'm hitting

Re: [Pharo-dev] Fwd: Request

2014-02-14 Thread olivier auverlot
Hi Guido, You can try Faster than Light. This is a pool connection to open multiple sockets. The project is on Smalltalkhub ( http://smalltalkhub.com/#!/~RMoD/FasterThanLight). It works with Pharo 2.0, not tested with 3.0 Olivier ;-) 2014-02-13 15:20 GMT+01:00 b...@openinworld.com: Guido

Re: [Pharo-dev] out of scope for two weeks

2014-01-03 Thread olivier auverlot
Look after yourself Olivier :-) Le 3 janv. 2014 17:10, Stéphane Ducasse stephane.duca...@inria.fr a écrit : hi guys my doc stopped me because I’m exhausted so see you in two weeks. Stef

Re: [Pharo-dev] [ANN] PunQLite - a new NoSQL wrapper for Pharo

2013-12-23 Thread olivier auverlot
Really cool. That seems very simple to use :-) 2013/12/24 Masashi UMEZAWA masashi.umez...@gmail.com Hi all, I've developed PunQLite. UnQLite NoSQL database binding for Pharo. https://github.com/mumez/PunQLite http://smalltalkhub.com/#!/~MasashiUmezawa/PunQLite UnQLite is a fast,

Re: [Pharo-dev] How to delete an obsolete class ?

2013-10-14 Thread Olivier Auverlot
reference that is not related to the explorer itself and try to find why it is not garbage-collected. Cheers, -- Pavel 2013/10/10 Olivier Auverlot olivier.auver...@gmail.com: Hi Pavel, Thanks for your response. I tryed this morning and in fact, the obsolete class has not instances

Re: [Pharo-dev] How to delete an obsolete class ?

2013-10-10 Thread Olivier Auverlot
default obsoleteClasses collect: #allSubInstances. SystemNavigation default obsoleteClasses first allSubInstances first pointersTo. etc... Good hunt -- Pavel 2013/10/9 Olivier Auverlot olivier.auver...@gmail.com: Hi, In my project, my code has a strange behavior when I'm reading all

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: Please contributors fill up this form...

2013-10-10 Thread Olivier Auverlot
PharoContributor new name: 'Olivier Auverlot'; id: 'olivierauverlot'; email: 'olivier.auver...@gmail.com'; description: 'Artefact,PROXimity'; yourself

[Pharo-dev] How to delete an obsolete class ?

2013-10-09 Thread Olivier Auverlot
Hi, In my project, my code has a strange behavior when I'm reading all subclasses of an another class. The following code must visit all the subclasses of PVEStatus but I get a bad result. PVEStatus allSubclasses do: [ :statusDatatype |

[Pharo-dev] New project announcement: PROXimity

2013-10-03 Thread Olivier Auverlot
Hi, I just started since 3 days to work on a new framework for Pharo. It's named PROXimity. The goal of this framework is to control a Proxmox virtualization solution with Pharo. Proxmox uses a REST API. With Zinc and STON, it's very easy to give orders as creating a virtual machine,

Re: [Pharo-dev] New project announcement: PROXimity

2013-10-03 Thread Olivier Auverlot
, Christophe. [1] : http://jclouds.incubator.apache.org/ Le 3 oct. 2013 à 08:06, Olivier Auverlot a écrit : Hi, I just started since 3 days to work on a new framework for Pharo. It's named PROXimity. The goal of this framework is to control a Proxmox virtualization solution with Pharo

Re: [Pharo-dev] LDAP - licensing....

2013-09-28 Thread Olivier Auverlot
Yes, as Stef says, I use LDAPlayer everyday at work and it run fine :-) Some month ago, I wrote a draft of an article about LDAPlayer. If you read french, you can download it from http://perso.numericable.fr/~oauverlo/pharo/ldap.pdf The article isn't completed but contains some informations.

Re: [Pharo-dev] Barcodes

2013-06-22 Thread Olivier Auverlot
Woohoo ! Le 22 juin 2013 à 01:05, Stephan Eggermont a écrit : Guillaume wrote: I prefer the first one, creating a separate package depending on both. Done merged. Now there is an ArteBar package in Artefact. Configuration not changed. Stephan

Re: [Pharo-dev] Barcodes

2013-06-21 Thread Olivier Auverlot
me too :) Le 21 juin 2013 à 16:39, Guillaume Larcheveque a écrit : I prefer the first one, creating a separate package depending on both. 2013/6/21 Stephan Eggermont step...@stack.nl I've committed and merged. That introduces a dependency on Barcode in Artefact. Would you prefer: -

Re: [Pharo-dev] Barcodes

2013-06-20 Thread Olivier Auverlot
the FreeType TTF font in Pharo. Just needs to be present on the end-user's pc. A typical PDF reader will do fallbacks as necessary if not present. (not tackled fully embedded fonts yet). Regards, Gary - Original Message - From: Olivier Auverlot To: Pharo Development List Sent: Wednesday

Re: [Pharo-dev] Barcodes

2013-06-20 Thread Olivier Auverlot
Very cool !!! Le 20 juin 2013 à 13:41, Stephan Eggermont a écrit : So, this kind-of works. Both Artefact and Barcode repositories are not writable, so here is an artefact package that depends on barcode. ean13Test: aStream drawing an EAN13 | pdfdoc aPage barcode

Re: [Pharo-dev] Barcodes

2013-06-18 Thread Olivier Auverlot
Hi Torsten, Artefact don't support TTF fonts for the moment but it's planned in futures versions. Best regards Olivier :-) Le 14 juin 2013 à 16:16, Milan Mimica a écrit : You just need a TTF font. Does Artefact support TTF? hpdf does. On 14 June 2013 13:58, Torsten Bergmann

Re: [Pharo-dev] Barcodes

2013-06-18 Thread Olivier Auverlot
with something else first. Unlike PNG and GIF, which assume WHITE. -Chris On Tue, Jun 18, 2013 at 1:44 AM, Olivier Auverlot olivier.auver...@gmail.com wrote: Hi Torsten, Artefact don't support TTF fonts for the moment but it's planned in futures versions. Best regards Olivier

Re: [Pharo-dev] Release Artefact 1.0, the PDF framework

2013-06-05 Thread Olivier Auverlot
Agree with Stef. We have worked in the context of the 2.0 and next versions. Olivier ;-) Le 5 juin 2013 à 09:04, Stéphane Ducasse a écrit : Sabine please do not use 1.4 it is more than one year old now. Do not expect support on it. We improved radically Pharo since then. Stef On Jun

Re: [Pharo-dev] Release Artefact 1.0, the PDF framework

2013-06-05 Thread Olivier Auverlot
at 9:10 AM, Olivier Auverlot olivier.auver...@gmail.com wrote: Agree with Stef. We have worked in the context of the 2.0 and next versions. Olivier ;-) Le 5 juin 2013 à 09:04, Stéphane Ducasse a écrit : Sabine please do not use 1.4 it is more than one year old now. Do not expect