Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-07 Thread Sven Van Caekenberghe
> On 8 Feb 2018, at 08:16, Stephan Eggermont wrote: > > Juraj Kubelka > wrote: >> I am not sure if we understand each other. >> The example: >> >> morph := 'Hello' asMorph. >> morph on: #mouseUp send: #traceCr: to: morph. >> morph openInWindow >>

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Stephan Eggermont
Ben Coman wrote: > Such a custom solution is easy, but I've thought that something similar out > of the box > with a GUI tool to manage it would be valuable to many. > Definitely Stephan

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-07 Thread Stephan Eggermont
Juraj Kubelka wrote: > I am not sure if we understand each other. > The example: > > morph := 'Hello' asMorph. > morph on: #mouseUp send: #traceCr: to: morph. > morph openInWindow > > does not work for me. Actually I have not found a code that triggers > #mouseUp

Re: [Pharo-users] Generate equality

2018-02-07 Thread Hernán Morales Durand
Hi Herbert, How the "generate equality" behavior would be the default? Mechanically = non-interactive? Cheers, Hernán 2018-02-07 13:10 GMT-03:00 Herbert Vojčík : > Hi! > > Do you think it would be reasonable to have, a la "generate accessors" / > "generate initialize

[Pharo-users] [Newb Question] Single Nautilus window?

2018-02-07 Thread Animosity
Is there a way to direct all Browse requests (context menu, Browse buttons in other dialogs, etc.) to a single Nautilus window instead of opening up a new one for each request? Thank you in advance. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Ben Coman
On 8 February 2018 at 03:26, Esteban A. Maringolo wrote: > Thank you. It looks really nice. I enjoy every time I see Pharo integrated > with a "regular" tool for Devops. > > The only thing that concerns me is whether we should have a credentials > manager of some sort, I

Re: [Pharo-users] Workspace/Playground behavior change for unknown "bindings"?

2018-02-07 Thread Holger Freyther
> On 7. Feb 2018, at 08:58, Marcus Denker wrote: > > Ok, pull request for Pharo7: > > https://github.com/pharo-project/pharo/pull/806 > > we should add that to Pharo6, too (Slice is already in the inbox) > lovely! Thank you!

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Peter Uhnák
> Do you send the stack? yes, there is also option to send variable values, but it is not implemented yet > The only thing that concerns me is whether we should have a credentials manager of some sort, I cannot stop worrying about saving the username and password in plaintext, not only for

Re: [Pharo-users] Generate equality

2018-02-07 Thread Richard Sargent
On Wed, Feb 7, 2018 at 12:51 PM, Herbert Vojčík wrote: > > > Esteban A. Maringolo wrote: > >> I wouldn't start a flamewar on this, but being able to separate >> equality and identity is important. >> >> Otherwise we should have to remove #= or #== since of either is >>

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Herbert Vojčík
Peter Uhnák wrote: I guess the subject should say [ANN] too... :) On Tue, Feb 6, 2018 at 10:55 PM, Peter Uhnák > wrote: Hi, I've made an experimental SDK for sentry.io to track errors in end-user installations.

Re: [Pharo-users] Generate equality

2018-02-07 Thread Herbert Vojčík
Esteban A. Maringolo wrote: I wouldn't start a flamewar on this, but being able to separate equality and identity is important. Otherwise we should have to remove #= or #== since of either is redundant. :) If you're dealing with ORM having a good implementation of #= is important, since you

Re: [Pharo-users] Generate equality

2018-02-07 Thread Esteban A. Maringolo
I wouldn't start a flamewar on this, but being able to separate equality and identity is important. Otherwise we should have to remove #= or #== since of either is redundant. :) If you're dealing with ORM having a good implementation of #= is important, since you might have several instances

Re: [Pharo-users] Generate equality

2018-02-07 Thread Norbert Hartl
I think that implementing = and hash is almost always wrong. So I guess the answer is no :) Norbert > Am 07.02.2018 um 17:10 schrieb Herbert Vojčík : > > Hi! > > Do you think it would be reasonable to have, a la "generate accessors" / > "generate initialize method", a

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Esteban A. Maringolo
Thank you. It looks really nice. I enjoy every time I see Pharo integrated with a "regular" tool for Devops. The only thing that concerns me is whether we should have a credentials manager of some sort, I cannot stop worrying about saving the username and password in plaintext, not only for

Re: [Pharo-users] Neural Network - Handwritten Digit Recognition

2018-02-07 Thread Stephane Ducasse
Cool! I set it up so that each time people commit it will build automatically. Now alex did not commit anything yet but it would be great to have something about your approach. Here is the link https://github.com/SquareBracketAssociates/Booklet-IA-Neurons I can give you commit rights. Stef On

Re: [Pharo-users] [ANN] sentry.io (OSS error tracking platform) SDK

2018-02-07 Thread Stephane Ducasse
Nice :) Do you send the stack? Stef On Tue, Feb 6, 2018 at 10:55 PM, Peter Uhnák wrote: > I guess the subject should say [ANN] too... :) > > > On Tue, Feb 6, 2018 at 10:55 PM, Peter Uhnák wrote: > >> Hi, >> >> I've made an experimental SDK for sentry.io

Re: [Pharo-users] Generate equality

2018-02-07 Thread Stephane Ducasse
Noury proposed a traits for that long time ago and it looked smart. I do not remember where. On Wed, Feb 7, 2018 at 5:10 PM, Herbert Vojčík wrote: > Hi! > > Do you think it would be reasonable to have, a la "generate accessors" / > "generate initialize method", a "generate

Re: [Pharo-users] Pillar script evaluation generating a screenshot

2018-02-07 Thread Stephane Ducasse
Hi Juraj I do not know it on top of my head. I will check ... For example you get a stream in which you can work [[[eval=true stream nextPutAll: '__WfManagedObject comment:__ ' ; nextPutAll: WfManagedObject comment; cr; lf. ]]] Now I would like to get automatically some png.

Re: [Pharo-users] Generate equality

2018-02-07 Thread Herbert Vojčík
This does not look like the answer to my question. :-/ Ok, to rephrase: Would you find it useful to have "generate equality" which generates #= and #hash for a class? Herby P.S.: I know there is "generate accessors". I mentioned it as "a thing which is there, and from which one can get

Re: [Pharo-users] Generate equality

2018-02-07 Thread Peter Uhnák
> generate accessors there is option to generate accessors (right click on class)... but I find it rarely useful after initial setup (having accessors for all instance variables is rarely needed, and it is annoying to uncheck all the time). In the latter scenario I have a small hack (startup

[Pharo-users] Generate equality

2018-02-07 Thread Herbert Vojčík
Hi! Do you think it would be reasonable to have, a la "generate accessors" / "generate initialize method", a "generate equality" thingie that would generate #= and #hash for the method, mechanically? Just created a new "piece of data" class and felt like it would be helpful. Herby

Re: [Pharo-users] How can a Morph display a context menu on a mouse click?

2018-02-07 Thread Juraj Kubelka
Hi Stephan, > El 05-02-2018, a las 11:27, Stephan Eggermont escribió: > > Juraj Kubelka > wrote: >>> morph := 'Hello' asMorph. >>> morph on: #mouseUp send: #traceCr: to: morph. >>> morph openInWindow. >>> >> >> This does not work for me either. >>

Re: [Pharo-users] From Roassal RTView to html

2018-02-07 Thread Alexandre Bergel
Thanks Andrei for your effort Cheers, Alexandre > On Feb 6, 2018, at 5:23 PM, Andrei Stebakov wrote: > > As soon as I removed @ RTDraggable, it fixed the problem, silly me :) > > On Feb 6, 2018 2:57 PM, "Andrei Stebakov" wrote: > I debugged the

Re: [Pharo-users] [Wanted] Welcome email for Newsletter

2018-02-07 Thread Sven Van Caekenberghe
Hello and Welcome to Pharo ! You just subscribed to the Pharo Newsletter mailing list. Each week you will receive an update on what is going on in the Pharo community. An archive of past posting can be found at http://newsletter.pharo.org Our main website [ https://pharo.org ] is the

Re: [Pharo-users] [Wanted] Welcome email for Newsletter

2018-02-07 Thread Marcus Denker
Thanks, I will use that. Marcus > On 7 Feb 2018, at 10:03, John Pfersich wrote: > > mininal should be minimal > > Sent from my iPad > For encrypted mail use jgpfers...@protonmail.com > Get a free account at ProtonMail.com > >> On Feb 7, 2018, at 00:32, Sven Van

Re: [Pharo-users] Workspace/Playground behavior change for unknown "bindings"?

2018-02-07 Thread Marcus Denker
> On 7 Feb 2018, at 09:58, Marcus Denker wrote: > > Ok, pull request for Pharo7: > > https://github.com/pharo-project/pharo/pull/806 > > > we should add that to Pharo6, too (Slice is already in the inbox) >

Re: [Pharo-users] [Wanted] Welcome email for Newsletter

2018-02-07 Thread John Pfersich
mininal should be minimal Sent from my iPad For encrypted mail use jgpfers...@protonmail.com Get a free account at ProtonMail.com > On Feb 7, 2018, at 00:32, Sven Van Caekenberghe wrote: > > mininal

Re: [Pharo-users] Workspace/Playground behavior change for unknown "bindings"?

2018-02-07 Thread Marcus Denker
Ok, pull request for Pharo7: https://github.com/pharo-project/pharo/pull/806 we should add that to Pharo6, too (Slice is already in the inbox) Marcus > On 7 Feb 2018, at 09:37, Norbert Hartl wrote: > >

Re: [Pharo-users] Workspace/Playground behavior change for unknown "bindings"?

2018-02-07 Thread Norbert Hartl
Haha, same annoyance to me when I demonstrate. Norbert > Am 06.02.2018 um 22:35 schrieb Holger Freyther : > > Hey, > > I recently showed Pharo to a friend and one thing I like doing is to open a > playground/workspace and then write and execute: > > > Person new

Re: [Pharo-users] [Wanted] Welcome email for Newsletter

2018-02-07 Thread Sven Van Caekenberghe
> On 7 Feb 2018, at 08:29, Marcus Denker wrote: > > Hi, > > As you know, we have a monthly Pharo newsletter which goes out to >2000 > subscribers > each month. It is growing steadily. > > The platform we use (Mailchimp) allows for a “Welcome Mail” to be send for >