Re: [Pharo-users] Bloc installation on Linux [WAS: Re: About implementing a "Mini Pillar" in-image renderer for Pharo ...]

2017-11-16 Thread Peter Uhnák
> Please also note that the rendering on Linux is not using Moz2D so it will not be as beautiful as in pictures. The reason for this is that there are external dependencies that are required and we would need help to figure that setup. Note that cairo is not shipped with linux Pharo either. So you

Re: [Pharo-users] Timespan translateToUTC problematic

2017-11-16 Thread Peter Uhnák
I find the concept of translating TZ of a Date silly. The real bug imho should be that it prints both time and TZ this is Date, not DateAndTime. Peter On Thu, Nov 16, 2017 at 8:23 PM, Pavel Krivanek wrote: > I openend an issue: https://pharo.fogbugz.com/f/cases/20700/ > translateToUTC-does-

Re: [Pharo-users] Binary (external) objects

2017-11-16 Thread Hans N Beck
Hi, thx for the hints :) But to be sure that we are talking about the same: the Foreign Mock-up Interface and FMU works like this: you have an SDK generating an interface description (the FMI) and an d some kind of binary object (the FMU). Any simulation tool supporting this standard can do

Re: [Pharo-users] Stream API

2017-11-16 Thread Prof. Andrew P. Black
> On 14 Nov 2017, at 16:49 , Denis Kudriashov wrote: > > > squares := (1 to: 1000) ~> #squared map ~> 1000 take ~> Set. > fileIn readStream ~> #isSeparator filter ~> fileOut writeStream. I’ve actually done something very similar for collections in Grace, except that I use >> as the operator s

Re: [Pharo-users] FFI 64 bit libClang issue on Sierra.

2017-11-16 Thread Todd Blanchard
Right, so I have my own debug VM (64 bit Pharo Cog) and a debug version of libclang. I can attach with lldb and set a breakpoint on clang_getRangeStart Then I debug the test that gets diagnostics and I see that the CXSourceRange has data. Then I step into 'range start' and I land in my breakpo

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-16 Thread Mariano Martinez Peck
On Thu, Nov 16, 2017 at 6:27 PM, Stephane Ducasse wrote: > Hi mariano > > pay attention to really use the version of guillermo because he was > fixing some bugs. > > Hi Stef, Well, in general the idea is to use the "upstream" project and not personal forks. As far as I am aware of, I have merged

[Pharo-users] Pharo 6.1-64 on Ubuntu 17.10 (Artful Aardvark)

2017-11-16 Thread Richard A. O'Keefe
The "Welcome to Pharo6.1" window has a navbar on the left starting with "Welcome to Pharo 6.1" and ending with "Getting Help". 3rd to last is "Using Eternal Packages", which should read "External".

Re: [Pharo-users] Bloc installation on Linux [WAS: Re: About implementing a "Mini Pillar" in-image renderer for Pharo ...]

2017-11-16 Thread Tudor Girba
Hi Offray, Please do not forget to try and let us know if it works now. Cheers, Doru > On Nov 15, 2017, at 9:20 AM, Tudor Girba wrote: > > Hi Offray, > > Alex took a look at your specific distro and he found and fixed your issue. > > Please try again installing GT/Bloc from scratch in a fr

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-16 Thread Stephane Ducasse
Hi mariano pay attention to really use the version of guillermo because he was fixing some bugs. Stef On Wed, Nov 15, 2017 at 3:15 AM, Mariano Martinez Peck wrote: > If this is a problem with OSSubprocess I am happy to help it debug it, but > please share with me the exact steps to reproduce it

Re: [Pharo-users] Binary (external) objects

2017-11-16 Thread Ben Coman
Another effort leveraging FFI is CPPBridge... http://forum.world.st/ANN-CPPBridge-One-Ring-to-rule-them-ALL-td4922275.html#a4922298 and TalkFFI (this announcement for Pharo 4) http://forum.world.st/TalkFFI-automatic-FFI-generation-for-Pharo-td4662239.html cheers -ben On 17 November 2017 at 02:55

Re: [Pharo-users] [Pharo-dev] [ANN] Willow 4.0.0 released!

2017-11-16 Thread Ben Coman
On 16 November 2017 at 22:44, Gabriel Cotelli wrote: > Hi, > > We're happy to announce the general availability of Willow and it's > related projects in the Web Stack ecosystem hosted at > https://github.com/ba-st/. > > Willow is a Web Interaction Library that eases the burden of creating > AJAX-

Re: [Pharo-users] Timespan translateToUTC problematic

2017-11-16 Thread Pavel Krivanek
I openend an issue: https://pharo.fogbugz.com/f/cases/20700/translateToUTC-does-not-work-on-Month-and-Year Thank you for reporting -- Pavel 2017-11-16 18:36 GMT+01:00 Trussardi Dario Romano < dario.trussa...@tiscali.it>: > Ciao, > > i have a Pharo 4.0 image run on macbook with time zone

Re: [Pharo-users] Binary (external) objects

2017-11-16 Thread Todd Blanchard
UFFI (Universal Foreign Function Interface) is pretty good. It is how we access things like sqlite, cairo, and some other native frameworks. There is work going on to make it more automatic by leveraging libclang to parse headers and automate a lot of the grunt work. Search the list for FFI i

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-16 Thread Alistair Grant
Hi Sean & Mariano, On 16 November 2017 at 00:21, Sean P. DeNigris wrote: > Alistair Grant wrote >> I'm glad (and relieved :-)) to hear that it is working. >> >> Would you mind sending the modified command path that you're using so >> I can update the code? (I guess that it is just removing the >

[Pharo-users] Timespan translateToUTC problematic

2017-11-16 Thread Trussardi Dario Romano
Ciao, i have a Pharo 4.0 image run on macbook with time zone is set to Rome +1 UTC . When i send the translateToUTC to Date instance it is ok: Date today > 2017-11-16T00:00:00+01:00 Date today translateToUTC > 2017-11-16T00:00:

Re: [Pharo-users] Anybody in this group in Bangalore or India

2017-11-16 Thread Sanjay Minni
Thanks, I will reach out, Will request for a post in the blog when I have got something up Sanjay Stephane Ducasse-3 wrote > Thanks for the information. Let us know how to help you. > Do you want me to post this on the Pharo weekly blog? > > Stef > > > On Sun, Nov 12, 2017 at 1:14 PM, Sanjay

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread Denis Kudriashov
2017-11-16 17:11 GMT+01:00 henry : > Have you seen ParrotTalk? > > http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz > > > Requiring > > http://www.squeaksource.com/Cryptography/Cryptography-HenryHouse.113.

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread henry
Have you seen ParrotTalk? http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mczRequiring http://www.squeaksource.com/Cryptography/Cryptography-HenryHouse.113.mcz http://www.squeaksource.com/Cryptography/Crypto

[Pharo-users] Binary (external) objects

2017-11-16 Thread Hans N Beck
Hi, is it possible - at least in theory - to build a VM such that Pharo could handle binary objects ? For example, there may be objects written in C, in Golang, Lisp... you could load the objects into to image, you would see their methods as all other Smalltalk Code, with the difference that yo

[Pharo-users] [ANN] Willow 4.0.0 released!

2017-11-16 Thread Gabriel Cotelli
Hi, We're happy to announce the general availability of Willow and it's related projects in the Web Stack ecosystem hosted at https://github.com/ba-st/. Willow is a Web Interaction Library that eases the burden of creating AJAX-based web applications. The project goals are: - Provide a Smallt

Re: [Pharo-users] UFFI C basic types passed-by-reference for output

2017-11-16 Thread Ben Coman
On 15 November 2017 at 20:47, Esteban Lorenzano wrote: > > > On 15 Nov 2017, at 09:36, Ben Coman wrote: > > > > > On 15 November 2017 at 17:27, Esteban Lorenzano > wrote: > >> >> >> > On 15 Nov 2017, at 02:05, Ben Coman wrote: >> > >> > What is the recommended way for a C basic type to be >> p

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Norbert Hartl
I just skimmed at it and found that piece Back to the Future Everybody has heard of Smalltalk. This venerable programming language has had a long and illustrious history . It was the first programming languag

Re: [Pharo-users] Exchanging information between 2 pharo applications (2 images running on two different computers)

2017-11-16 Thread Ben Coman
On 26 October 2017 at 18:37, Dimitris Chloupis wrote: > Nothing complex about two images exchanging messages, its not even complex > to transmit objects via fuel, you even transmit a debugger or any part of > the live environment or even make an "internet" of images that join objects > together.

Re: [Pharo-users] Pharo-Chrome (was: Soup bug(fix))

2017-11-16 Thread Mariano Martinez Peck
On Wed, Nov 15, 2017 at 7:04 PM, Sean P. DeNigris wrote: > Alistair Grant wrote > > Sorry for making you do all the work > > Not at all; happy to help. It takes a village! BTW I tracked it down to the > spaces in the command path. IIRC from my OSP hacking days, it probably has > something to do w

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Ben Coman
I liked it. Actually I thought it was Richard's most balanced piece to date - except the poke in the cl paragraph. Something softer like "Pharo might not be right for you, but its worth taking a look at" would be better. And for spreading the word, perhaps controversy is better than being ignore

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread Denis Kudriashov
Ok, I try answer your original question: 2017-11-12 10:47 GMT+01:00 Cédrick Béler : > > My objective is to have several images running (one representing one app > belonging to one or more singular entity realm). > > Lets say image A1, A2, A3 belongs to Alice. And image B1, B2, … to Bob. > > They e

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Serge Stinckwich
And can you remove this sentence: ​​ Pharo is being used to fight Ebola : http://ummisco.github.io/kendrick/ ​You cite my research work about KENDRICK, a domain-specific language built in order to analyze epidemiological models. Thank you for the link, but we never fight Ebola ... We only partici

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Pavel Krivanek
Please, please, please, stop to write such kind of articles. You are doing a really bad service to us. You can help to Pharo in many other ways. You will not convince people to use Pharo by spitting on everything else. One fixed typo has incomparably bigger value than blogpost like this. -- Pavel