[Pharo-dev] Re: FFI help with *** pointers to get font family list

2022-01-31 Thread Martin Dias
On Sat, Jan 29, 2022 at 9:15 PM Stewart MacLean wrote: > > Hi Martin, > > Thanks for the reply - in fact those methods have just been recently added by > Esteban who very kindly sent me the answers! Ah! great :D Are you working in the same or a different repo? Martín > > Cheers, > Stewart > >

[Pharo-dev] Re: ZTimestamp now has nanosecond precision

2022-01-31 Thread stephane ducasse
> On 31 Jan 2022, at 12:09, Sven Van Caekenberghe > wrote: > > Hi Stef, > > ZTimestamp is meant to be used as an alternative/replacement for DateAndTime. > That means that if you need a timestamp representation for which you would > normally use DateAndTime, you can use no

[Pharo-dev] Re: ZTimestamp now has nanosecond precision

2022-01-31 Thread Sven Van Caekenberghe
Hi Stef, ZTimestamp is meant to be used as an alternative/replacement for DateAndTime. That means that if you need a timestamp representation for which you would normally use DateAndTime, you can use now ZTimestamp. It is more efficient as it is half as large in memory and most operations are f