excellent jannik
you should publish it in the metacello repository
on squeaksource metacelloRepository
on ss3 metaRepoForPharo20
and add the catalog metadata.
Stef
On 16 Dec 2013, at 22:45, jannik.laval wrote:
> Hi,
>
> I continue to develop Phratch, the port of Scratch in Ph
On 17 Dec 2013, at 03:53, Esteban A. Maringolo wrote:
> This still puzzles me though:
>
> (TimeStamp fromUnixTime: 1387243991) "Ctrl+P" '16 December 2013 12:0-26:0-49
> am'
>
>
> Esteban A. Maringolo
I do not get the strange output, with or without the asUTC.
(TimeStamp fromUnixTime: 13872
This still puzzles me though:
(TimeStamp fromUnixTime: 1387243991) "Ctrl+P" '16 December 2013 12:0-26:0-49 am'
Esteban A. Maringolo
Nevermind.
I had a wrong time zone for my new development environment in Ubuntu
13.10 (I migrated from Win7).
I did change the time zone of the Ubuntu machine AND also the
PostgreSQL database, but I didn't restart Pharo. Once Pharo was
restarted, everything got in sync again.
Being 23:50 (local
I'm getting the following this Unix time from a REST API:
Unix Time: 1387243991
Which is the following GMT: Tue, 17 Dec 2013 01:33:11 GMT
And localized: 12/16/2013 22:33:11 GMT-3
So far, so good.
If I parse it with ZTimestamp it parses properly (kudos svc):
(ZTimestamp fromUnixTime: 1387243991)
Very nice indeed !
On 16 Dec 2013, at 22:45, jannik.laval wrote:
> Hi,
>
> I continue to develop Phratch, the port of Scratch in Pharo.
> Phratch is a visual programming language on top of Pharo.
>
> There are lots of new features:
>
> - Settings
> - FileSystems
> - Metacello
> - integration
Hi,
I continue to develop Phratch, the port of Scratch in Pharo.
Phratch is a visual programming language on top of Pharo.
There are lots of new features:
- Settings
- FileSystems
- Metacello
- integration of BYOB (allows to build your own blocks)
- integration of Color and Files
- a lot of new
Is anyone using zeroMQ with pharoor knows what is the status of zeroMQ support?
thanks,
Norbert