super!
> On 2 Mar 2017, at 01:51, monty wrote:
>
> Very nice!
>
>> Sent: Wednesday, March 01, 2017 at 3:32 PM
>> From: "Torsten Bergmann"
>> To: "Pharo Development List" , "Any question
>> about pharo is welcome"
>> Subject: [Pharo-users] [ANN] Regex Tester Tool for Pharo
>> is a good idea
>
> On 1 Mar 2017, at 22:40, stepharong wrote:
>
>
> And I think that his remark makes sense. I was wondering if we should not
> ressurect
> the RePlugin to make sure that users can use perlish regexp and do not feel
> that our world is strange.
+1
On Thu, Mar 02, 2017 at 09:20:12AM +0100, Esteban Lorenzano wrote:
>
> > On 1 Mar 2017, at 22:40, stepharong wrote:
> >
> >
> > And I think that his remark makes sense. I was wondering if we should not
> > ressurect
> > the RePlugin to make sure that users can use perlish regexp and do not fee
> Am 02.03.2017 um 09:54 schrieb Peter Uhnak :
>
> On Thu, Mar 02, 2017 at 09:20:12AM +0100, Esteban Lorenzano wrote:
>>
>>> On 1 Mar 2017, at 22:40, stepharong wrote:
>>>
>>>
>>> And I think that his remark makes sense. I was wondering if we should not
>>> ressurect
>>> the RePlugin to make
We spoke briefly on Tuesday. I need to take a look (also at his EMF generator)
and see how the tools could benefit from each other. I think it could simplify
some of my code or streamline the use of it.
(Also I have about a billion code generators at the moment with small
differences... so I wi
Hi.
Look also on these projects (in order from low level to high):
- http://smalltalkhub.com/#!/~Pharo/TCPServer.
- http://smalltalkhub.com/#!/~Pharo/Basys
- http://smalltalkhub.com/#!/~Pharo/Seamless
2017-02-28 18:27 GMT+01:00 Benoit St-Jean via Pharo-users <
pharo-users@lists.pharo.org>:
>
>
>
Marcus, I should be there between 10 and 10:30. I will call you when I arrive,
your number is still +33 6 17 43 75 42 ?
I will need to leave early though :-( I think 3PM at the latest …
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please
see http://emailcharter.or
Whoops … many many apologies! This was supposed to go directly to Marcus.
Jetlag is a b*tch.
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please
see http://emailcharter.org .
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD and RyCh labs - Computer Science Depa
2017-03-01 5:09 GMT+01:00 Evan Donahue :
> Hi,
>
> Depending on what exactly you are doing, you could either use or look at
> the
> source of:
>
> http://smalltalkhub.com/#!/~EvanDonahue/P2P
>
I look at P2P code. It is very close to my Basys framework. If you
interesting to compare look at doc
ht
2017-03-01 4:39 GMT+01:00 Juraj Kubelka :
> There is a Trantor project where you could learn from:
> http://smalltalkhub.com/#!/~EvanDonahue/Trantor
> You can check an example here: TRNLog exampleOpenChatWithUserIdUsing
> Trantor
> But you are going to be more interested in testing: TrantorNodeTes
I copied the example from Zodiac. Changed to my credentials and got a simple
message mailed out successfully.
Then I tried changing to an html message:
| mailMessage |
mailMessage := MailMessage empty.
mailMessage setField: 'subject' toString: 'Mail Test'.
mailMessage body: (MIMEDocument
Gah - nabble rendered my source. It was supposed to show a string with an
anchor tag embedded in it :-(
--
View this message in context:
http://forum.world.st/GMail-example-html-tp4936801p4936805.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On Thu, Mar 2, 2017 at 3:49 PM, Serge Stinckwich wrote:
> Dear all,
>
> please find below more information about the GSOC 2017 program.
>
> Among the changes for 2017 that we should pay attention, two are quite
> important:
>
> - Students can only be accepted into GSoC 2 times. Google Admins will
Hi,
is there a way of customizing what should be copied during veryDeepCopy?
For example I want to clone my (domain) model tree, however the objects
have Announcers which I do not want to copy.
Alternative is of course to implement the copying behavior by myself, but I
feel like veryDeepCopy sho
On 07/02/17 07:13, Esteban Lorenzano wrote:
>
>> On 6 Feb 2017, at 21:41, Cyril Ferlicot D. wrote:
>>
>> Le 06/02/2017 à 21:31, Benoit St-Jean via Pharo-users a écrit :
>>
>>
>> Hi!
>>
>> IIRC, the windows VM will need some more time to be ready. Only Linux
>> and OSX ones are usable at the momen
Hi.
Look how Morph implements it. Morphs customize it a lot
2017-03-02 16:08 GMT+01:00 Peter Uhnák :
> Hi,
>
> is there a way of customizing what should be copied during veryDeepCopy?
>
> For example I want to clone my (domain) model tree, however the objects
> have Announcers which I do not wan
Hi Raffaello,
Reportedly, the VM without the JIT (pure interpreter, also called PharoS or
StackVM) works on windows 64 and FFI works with it if the VM compiled with
clang but not with gcc. There is no configuration for Pharo right now. It
should not be hard to add a pharo configuration to have the
Thanks Clément for the useful overview.
Raffaello
On 02/03/17 16:51, Clément Bera wrote:
> Hi Raffaello,
>
> Reportedly, the VM without the JIT (pure interpreter, also called PharoS
> or StackVM) works on windows 64 and FFI works with it if the VM compiled
> with clang but not with gcc. There
Hi,
When iterating, with Smalltalk selectors, an object persisted in a
repository, some of its attributes (I guess because root for other
collection) are not resolved as expected at iteration. The Smalltalk
iteration does not work, returning empty result.
Fetching the whole model in memory will b
Hi Ben,
Thanks for the pointers. I hadn't found all.
For the moment, I try mainly to find a usable firmata protocol.
Best regards
Olivier ;-)
2017-03-02 6:52 GMT+01:00 Ben Coman :
> On Thu, Mar 2, 2017 at 5:31 AM, olivier auverlot
> wrote:
> >
> > Hi,
> >
> > Since some weeks, I do some exper
Advice for Students interested in Google Summer of Code...
This is the time of year when a lot of questions coming to the discuss list
are about "How do I get started?"". Here is some step by step advice that
should help.
1. *Read the entire g.co/gsoc site; the whole site and the linked
materials
I implemented our own copier based on how Morph does it, with our own
copy/deep selectors.
The copier has the option of which classes to copy and which to use
the same (it is, no copy).
There is no other available option that I'm aware of.
Esteban A. Maringolo
2017-03-02 12:25 GMT-03:00 Denis
Problem seems related to object identity, which imply a primitive call
in Object>== message. Si I guess it may not let a chance to Voyage to
resolve to the the real object but stay at it 'proxy-oid-whatever' stuff.
Non working code looks like:
myObjectInRepo select: [ :each |
someObjects inclu
Hi Hilaire,
I do not understand well your problem. Which query do you want to implement?
cheers!
Esteban
> On 2 Mar 2017, at 21:32, Hilaire wrote:
>
> Problem seems related to object identity, which imply a primitive call
> in Object>== message. Si I guess it may not let a chance to Voyage to
Thanks, I'll look at those.
Peter
On Thu, Mar 02, 2017 at 05:20:25PM -0300, Esteban A. Maringolo wrote:
> I implemented our own copier based on how Morph does it, with our own
> copy/deep selectors.
> The copier has the option of which classes to copy and which to use
> the same (it is, no copy).
25 matches
Mail list logo