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 be generated, the following er
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 :
> I have forwarded your email to olivier Auverlot because he was
> fighting to get Ardui
es/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 tr
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
Cool 😃
Le 7 oct. 2016 14:04, "p...@highoctane.be" a écrit :
> Title is Material Design Lite in Pharo.
>
> Phil
>
@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 language.
> >
>
> I use Pha
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 :
> On Sa
x (French & 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.
&
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
- sud
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 Uhn
client for Pharo!
> >
> > On Tue, 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 ;-)
> >
>
>
>
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 ;-)
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 GMT+01:0
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 ;-)
I'm a fan)
> but I'll 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 si
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 steph
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 initiali
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 h
gt;
> Just a summary (omitting some bits and pieces like fetching RootDSEs,
> 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
>
r submitting them to a maintainer
>> (who?).
>
> I gave you access to the PharoExtras repo.
> Just add tests and build 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 auve
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 :
> Guido Chari wrote:
>
>>
Look after yourself
Olivier :-)
Le 3 janv. 2014 17:10, "Stéphane Ducasse" a
écrit :
> hi guys
>
> my doc stopped me because I’m exhausted so see you in two weeks.
>
> Stef
>
Really cool. That seems very simple to use :-)
2013/12/24 Masashi UMEZAWA
> 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, lightweight, portable, embe
On: SystemNavigation default
>> obsoleteClasses first.
>>
>> Look at every 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 :
PharoContributor new
name: 'Olivier Auverlot';
id: 'olivierauverlot';
email: 'olivier.auver...@gmail.com';
description: 'Artefact,PROXimity';
yourself
; SystemNavigation default obsoleteClasses collect: #allSubInstances.
>
> SystemNavigation default obsoleteClasses first allSubInstances first
> pointersTo.
>
> etc...
>
> Good hunt
> -- Pavel
>
> 2013/10/9 Olivier Auverlot :
>> Hi,
>>
>>
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 |
(aRawSt
can define more cloud providers.
>
> Regards,
> 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
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, managi
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. I
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
>
>
>
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
> I've committed and merged.
> That introduces a dependency on Barcode in Artefact.
> Would you prefer:
> - creating a s
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 bar
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
&
ng JPEG's in Pharo, it assumes that the
> background is BLACK if it isn't isn't specifically painted with something
> else first. Unlike PNG and GIF, which assume WHITE.
>
> -Chris
>
>
> On Tue, Jun 18, 2013 at 1:44 AM, Olivier Auverlot
> wrote:
> H
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 wrote:
>
> On Wed, Jun 5, 2013 at 9:10 AM, Olivier Auverlot
> 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
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
> O
38 matches
Mail list logo