[Pharo-users] Finder blows me away again

2019-05-30 Thread Ben Coman
Just sharing... I wondered if there was a better way of converting an array of strings into one string than doing this... x := #( '++' '||' '++') . x flatCollect: [ :c | c ] but it was awkward copying the array twice into Finder. So I wondered if it could do variable assignment, and it can!!

Re: [Pharo-users] Bloc of code in tiers programming language

2019-05-16 Thread Ben Coman
On Fri, 17 May 2019 at 01:21, Brainstorms wrote: > I beg your pardon.. and thank you for being the first to draw my attention > to > the fact that the phrase (a common enough American colloquialism) is > actually a logical fallacy. Until now, it's been strictly idiomatic to me. > > And thank

Re: [Pharo-users] Pharo download with wget

2019-05-14 Thread Ben Coman
What distribution are you using? (i.e. /etc/lsb-release) possibily related... http://forum.world.st/Can-t-load-libgit2-in-7-0-on-some-major-Linux-distros-td5061780.html http://forum.world.st/What-s-wrong-with-latest-Pharo-td5097766i20.html#a5098825 cheers, Ben On Wed, 15 May 2019 at 03:20,

Re: [Pharo-users] Where does Pharo run?

2019-05-13 Thread Ben Coman
On Fri, 10 May 2019 at 02:33, Steve Zara wrote: > > I have some projects that I am thinking of using Pharo for - going back > to Smalltalk after decades away! However, I need to know that Pharo is > available on the platforms I am writing for: > > Is Pharo available for Linux on 32-bit and

Re: [Pharo-users] GSoC 2019 introducing my project: Next Generation of Unit Testing

2019-05-11 Thread Ben Coman
On Fri, 10 May 2019 at 18:13, Dayne Lorena Guerra Calle wrote: > > Hello Everyone, > > My name is Dayne, I'm a final-year computer science student in Bolivia and I > have been selected with my project as one of the students for this GSOC. > > First I will work in DrTests: > DrTests project aims

Re: [Pharo-users] GSoC 2019 Introduction myself

2019-05-11 Thread Ben Coman
On Fri, 10 May 2019 at 10:33, EVELYN CUSI LOPEZ wrote: > > Hello, everybody. > > My name is Evelyn, I'm 24 years old. I'm a last year student at the Mayor de > San Simon University in Bolivia, I'm currently doing my degree project to get > my professional degree. My proposal for "Better and

Re: [Pharo-users] Fwd: introducing my GSoC project - Improving Code Completion

2019-05-11 Thread Ben Coman
Hi Myroslava, Thanks for being the first GSoC participant to introduce yourself. It can be tough stepping into a new community. In the past I've felt some disconnect from GSoC participants where most of the communication occurs between participants and their mentors, while actually the aim of

Re: [Pharo-users] Smalltalk tutorial is broken

2019-05-10 Thread Ben Coman
On Sat, 11 May 2019 at 07:33, horrido wrote: > > <http://forum.world.st/file/t128560/ProfStef.gif> Looks good. cheers -ben > > > Ben Coman wrote > > A picture is worth a thousand words. What it needs is an animated GIF > > on loop demonstrating what to do. &

Re: [Pharo-users] Smalltalk tutorial is broken

2019-05-10 Thread Ben Coman
A picture is worth a thousand words. What it needs is an animated GIF on loop demonstrating what to do. cheers -ben On Fri, 10 May 2019 at 21:32, Richard Kenneth Eng wrote: > > So say many visitors to https://amber-lang.net/learn.html. > > The problem is this: visitors are failing to read and

Re: [Pharo-users] [Pharo-dev] Explaining Spec2 and why Bloc is on the roadmap

2019-05-03 Thread Ben Coman
Thanks for the background info Steph. On Thu, 2 May 2019 at 17:28, ducasse wrote: > Spec 2.0 revisits fundamentally Spec. > - adds much better layouts (we will deprecate the interpreter design) A very long time ago that I was debugging a Spec app was that debugging INTO the framework

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-30 Thread Ben Coman
On Tue, 30 Apr 2019 at 17:44, Stephan Eggermont wrote: > > TedVanGaalen wrote: > > Crying victory too soon: > > Alas, it happened again pharo screen frozen, > > partly drawn, when going to full screen > > ( see image.) > > frustrating. > > The strange thing however: > > the Seaside/Zinc server

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini -also in 7.03

2019-04-28 Thread Ben Coman
On Sun, 28 Apr 2019 at 17:33, Stephan Eggermont wrote: > > TedVanGaalen wrote: > > Hi Stephan > > yes, you wrote that already before, but > > which specific VM from files.pharo.org? there are many. > > TedvG > > Please compare if you have the same results I had as I described in the > issue >

Re: [Pharo-users] Pharo 7.0.3 dialog information at startup

2019-04-24 Thread Ben Coman
On Wed, 24 Apr 2019 at 19:14, Trussardi Dario Romano wrote: > > Ciao, > > i download the last Pharo 70 image ( on Ubuntu 16.04 LTS system ) > > with the commannd: wget -O- https://get.pharo.org/64/70+vm | bash > > > When i launch the relative ./pharo-ui > > after the opening the Pharo window >

Re: [Pharo-users] how to model this a better way

2019-04-24 Thread Ben Coman
On Wed, 24 Apr 2019 at 16:52, Richard O'Keefe wrote: > The one method needed to solve the problem is 18 lines. > The test code, including all available test cases, is 27 > lines, of which 18 lines is the test data. Tests were > needed primarily to sort out what the problem actually *was*; >

Re: [Pharo-users] how to model this a better way

2019-04-23 Thread Ben Coman
On Mon, 22 Apr 2019 at 23:15, Richard O'Keefe wrote: > > I already discoursed on this at some length. > (1) In my own answer, I used code to map direction names to vectors. > But the Dictionary answers are absolutely fine. > (2) I pointed out that there are ALREADY "turn left" and "turn

Re: [Pharo-users] glamorous toolkit forum/maillist

2019-04-19 Thread Ben Coman
On Sat, 20 Apr 2019 at 05:51, Steve Quezadas wrote: > Forgive my ignorance, but what is Discord? > Click the link near the top of page... http://pharo.org/community cheers -ben >

Re: [Pharo-users] how to model this a better way

2019-04-18 Thread Ben Coman
On Fri, 19 Apr 2019 at 01:33, Roelof Wobben wrote: > > oke > > Maybe I understand something not right, > > Lets say we have this scenario. > > Robot is on position (0,0) > now it turns left so the robot faces East I think the required method was mentioned previously, but here is how to discover

Re: [Pharo-users] how to model this a better way

2019-04-18 Thread Ben Coman
>> e.g. if you align the compass with a Cartesian plane, 0@1 is North, 0@-1 is >> South, 1@0 is East, and -1@0 is West. On Fri, 19 Apr 2019 at 01:01, Roelof Wobben wrote: > > yep, I have read that one > but I never gets a answer how I can "convert" a point to something like > north, east

Re: [Pharo-users] Why are package tags not proper sub-packages?

2019-04-18 Thread Ben Coman
On Wed, 17 Apr 2019 at 05:53, Tim Mackinnon wrote: > Does anyone remember why we decided to consider package tags (as in: > Kernel-BasicObjects) not fully fledged sub-packages? > > The implication here is that extension methods can’t live on the tag (they > live on the parent package - in the

Re: [Pharo-users] Richard Kenneth Eng is NOT Mr. Smalltalk

2019-04-12 Thread Ben Coman
I'm currently travelling behind the Great Firewall of China with limited Internet so I may not be able to respond promptly. I saw the thread re-developing but only managed to get a private comment through to Richard. First, I need to apologize to Michael and the community for not yet doing what

Re: [Pharo-users] What's wrong with latest Pharo?

2019-04-03 Thread Ben Coman
On Wed, 3 Apr 2019 at 05:09, Richard O'Keefe wrote: > I just did a complete reinstall of Ubuntu 18.4 on this > laptop yesterday, > > and it did not come with any version of curl. > What do you mean? Under WSL I have installed Ubuntu 18.4 and for... $ apt-cache search libcurl | less I see

Re: [Pharo-users] How to generically find methods in class hierarchies? (Aka narrow spotter?)

2019-03-30 Thread Ben Coman
On Sat, 30 Mar 2019 at 20:25, Tim Mackinnon wrote: > You - know, this has made me realise that I don’t understand the > difference between #messages and #implementors in Spotter? In my haste I’ve > always jumped on the latter (as its first in the spotter list) - and > implementors has much more

Re: [Pharo-users] How to generically find methods in class hierarchies? (Aka narrow spotter?)

2019-03-29 Thread Ben Coman
On Sat, 30 Mar 2019 at 07:46, Tim Mackinnon wrote: > I’m wondering if there are better ways of finding things that I am missing. > > In another thread I was asking about how to wrap the lookup of an item at > an index in a collection. > > I had browsed the collection hierarchy and not seen

Re: [Pharo-users] Easiest way to wrap around the indexed value in a list (mod doesn't quite work)

2019-03-29 Thread Ben Coman
t; #(1 2 3 4) atWrap: 5 => 1 > > As seen here, the method is inherited by Array, so it should do all you > want. > > HTH > > Peter > > --- > > Marcus Denker-4 wrote > >> On 29 Mar 2019, at 14:24, Ben Coman > >> I believe there have been som

Re: [Pharo-users] Easiest way to wrap around the indexed value in a list (mod doesn't quite work)

2019-03-29 Thread Ben Coman
On Fri, 29 Mar 2019 at 18:57, Tim Mackinnon wrote: > Hi Peter - yes of course you are right that its malleable, I guess I’m > often suprised about the things we leave out and then discover weird things > we’ve put in. > > I had a quick look at LinkedList (I should have thought of that) - I might

Re: [Pharo-users] Resolving DNS in-image

2019-03-29 Thread Ben Coman
On Fri, 29 Mar 2019 at 18:08, Sven Van Caekenberghe wrote: > Holger, > > I'll write most of my comments inline. > > Yesterday I moved my code to https://github.com/svenvc/NeoDNS using Tonel > format, to make it a bit easier to consume. I also did a couple of minor > updates while going over the

Re: [Pharo-users] Text presenter autosave features

2019-03-29 Thread Ben Coman
No guarantees, but it might help if you provided a detailed recipe for anyone to reproduce this. cheers -ben On Fri, 29 Mar 2019 at 00:24, Offray Vladimir Luna Cárdenas < offray.l...@mutabit.com> wrote: > Hi, > > Just a remainder if anyone can help with this... > > Thanks, > > Offray > > On

Re: [Pharo-users] Test skip isn't working?

2019-03-18 Thread Ben Coman
This is a tough one to consider. Dennis's position seems very reasonable, but that Vitor got stuck is an indication of something missing. Just one other option occurs to me, that a notification pops up saying "force run skipped method", but I'm not even sure that would be beneficial. cheers -ben

Re: [Pharo-users] rdf and/or json-ld

2019-03-17 Thread Ben Coman
On Mon, 18 Mar 2019 at 04:09, Tudor Girba wrote: > Hi, > > Is anyone aware of RDF or JSON-LD support in Pharo? > Not yet in Pharo, but maybe supporting Christian to port his RDF library ( https://wiki.pdftalk.de/doku.php?id=rdf) could be an option... > I did a tool for porting PDFtalk from VW

Re: [Pharo-users] json parse problem

2019-03-16 Thread Ben Coman
#url cheers -ben I need that because I need that line and then the tiles part which is also > a collection and then the url part which also is a part of a collection > > Roelof > > > > Op 16-3-2019 om 16:24 schreef Ben Coman: > > > > On Sat, 16 Mar 201

Re: [Pharo-users] json parse problem

2019-03-16 Thread Ben Coman
use #detect: instead of #select: which returns the first matched item rather than a collection so you wont need (imageUrl1 at: 1) part. cheers -ben > > Roelof > > > > Op 16-3-2019 om 01:04 schreef Ben Coman: > > > > On Sat, 16 Mar 2019 at 04:21, Roelof Wob

Re: [Pharo-users] Why doesn't collection have #excludes (the mirror of includes)?

2019-03-16 Thread Ben Coman
On Sat, 16 Mar 2019 at 17:05, Tim Mackinnon wrote: > These are all good suggestions guys - but don’t you find it odd that there > isn’t the mirror function #excludes: which would make all of them read more > naturally? > > I know we can’t have all combinations- but this one really struck me as >

Re: [Pharo-users] Why doesn't collection have #excludes (the mirror of includes)?

2019-03-15 Thread Ben Coman
On Sat, 16 Mar 2019 at 06:33, Tim Mackinnon wrote: > Hi - in my quest to understand the edgier details of Pharo (and Smalltalk) > - and driven by fresh thoughts of completing exercism exercises - I was > surprised to find that there is no #excludes: operation on collection to > mirror the

Re: [Pharo-users] json parse problem

2019-03-15 Thread Ben Coman
On Sat, 16 Mar 2019 at 04:21, Roelof Wobben wrote: > Hello, > > I try to parse a json that differs some times > > after parsing with neojson I see something like this > > "an Array(a Dictionary('height'->3640 'name'->'z0' 'tiles'->an Array(a >

Re: [Pharo-users] Per project code formatting settings and policy

2019-03-15 Thread Ben Coman
On Fri, 15 Mar 2019 at 15:56, Holger Freyther wrote: > Hi! > > I found myself doing codereview and commenting on style (e.g. missing > indention). It seems like a task that can be easily automated and in fact > we have RBFormmatter/BlueInk to do it. > > What I didn't see is if a project can

[Pharo-users] PharoLauncher Baseline Templates

2019-03-12 Thread Ben Coman
Recently I was asked about moving personal projects between images to keep up with latest Pharo 8 development version. My suggestion was of course creating a Baseline to load into each fresh Image. This morning I was contemplating that further and what would be cool is in PharoLauncher being

Re: [Pharo-users] complex json parsing.

2019-03-12 Thread Ben Coman
On Wed, 13 Mar 2019 at 04:59, Roelof Wobben wrote: > Op 11-3-2019 om 00:03 schreef Ben Coman: > > getMoreData "or a better name of your own" > | url json artObjectJson | > url := 'https://www.rijksmuseum.nl/api/nl/collection/' , > objectN

Re: [Pharo-users] complex json parsing.

2019-03-12 Thread Ben Coman
On Wed, 13 Mar 2019 at 02:10, Roelof Wobben wrote: > Op 12-3-2019 om 18:46 schreef Ben Coman: > > Then in Playground do... > collectionUrl := ' > https://www.rijksmuseum.nl/api/nl/collection?key=14OGzuak=json=schilderij=True > '. > json := NeoJSONReader fr

Re: [Pharo-users] complex json parsing.

2019-03-12 Thread Ben Coman
On Wed, 13 Mar 2019 at 00:43, Roelof Wobben wrote: > I did try to make this idea work but now im complete lost. > > Right now the collection that should contain the objectNumbers is total empty > anyone who can see where I went wrong. > > I included my code so far. A few things... !Paintings

Re: [Pharo-users] Hmmm sending at:put: to an undefined object (nil) gives a confusing error message

2019-03-12 Thread Ben Coman
On Tue, 12 Mar 2019 at 21:56, Marcus Denker wrote: > > Hi, > > Yes, I do not like it… I think it is there so that you can just make a > variable subclass and at: / at:put: will work without > having to re-implement them… So we should consider... * how often are variable subclasses created ? by

Re: [Pharo-users] [ANN] Minimal telepharo

2019-03-12 Thread Ben Coman
On Tue, 12 Mar 2019 at 19:37, Norbert Hartl wrote: > > I’m working on having a telepharo image based on the pharo minimal image. > With the help of pavel and Allex I prepared a usable artefact on github that > can be used. Both images are based on Pharo8. > > The release file > >

Re: [Pharo-users] complex json parsing.

2019-03-11 Thread Ben Coman
On Mon, 11 Mar 2019 at 14:35, Roelof Wobben wrote: > Op 11-3-2019 om 00:03 schreef Ben Coman: > > collectionUrl := > > ' > https://www.rijksmuseum.nl/api/nl/collection?key=14OGzuak=json=schilderij=True > '. > > json := NeoJSONReader fromString: (ZnEasy get:

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 23:19, Ben Coman wrote: > > Now to mold the IDE to your domain... > using Spotter to browser gtInspector* methods, a promising find is... > AbstractFileReference>>gitInspectorJpegIn: > from which I produced... > > Painting >&

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 23:40, Roelof Wobben wrote: > Op 10-3-2019 om 16:19 schreef Ben Coman: > > > > On Sun, 10 Mar 2019 at 17:55, Roelof Wobben wrote: > >> I could do something like this : >> >> getImages >> | json numbers json2 | >>

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 17:55, Roelof Wobben wrote: > I could do something like this : > > getImages > | json numbers json2 | > json := NeoJSONReader > fromString: > (ZnEasy > get: > ' >

Re: [Pharo-users] complex json parsing.

2019-03-09 Thread Ben Coman
On Sun, 10 Mar 2019 at 04:55, Roelof Wobben wrote: > Hello, > > I try to make a app which displays images from a external api . > > I was hoping I could do it with only 1 json parsing but to get the right > size of images I need more then 1 > > Right now I have two classes with fromJson methods

Re: [Pharo-users] Pharo and FPGA

2019-03-09 Thread Ben Coman
not quite what you asked, but... apart from their size, one advantage of FPGAs and Arduino & ESP32 microprocessors over purpose CPUs is providing deterministic real-time latency (i.e. sensor inputs controlling motors). For that domain a strong contender in a Pi-like format is the Programmable

Re: [Pharo-users] pharo launcher chrash

2019-03-09 Thread Ben Coman
t; > > *https://www.dropbox.com/s/5mwwaxwsy4we841/Pharo.image?dl=0 > <https://www.dropbox.com/s/5mwwaxwsy4we841/Pharo.image?dl=0> * > if you need also the sources I can provide it also. > > Roelof > > Op 9-3-2019 om 13:55 schreef Ben Coman: > > The most I can

Re: [Pharo-users] pharo launcher chrash

2019-03-09 Thread Ben Coman
The most I can tell is this seems significant... Stack backtrace: [65942944] signalSemaphore + 0xd64 in ProcessWrapperPlugin.DLL [659422CA] signalSemaphore + 0x6ea in ProcessWrapperPlugin.DLL Smalltalk stack dump: 0x11f8f84 M ProcessWrapper>finalize 0x8cb4fb0: a(n) ProcessWrapper 0x11f8fa0 M

Re: [Pharo-users] ldap, Pier3 & git migration

2019-03-08 Thread Ben Coman
On Fri, 8 Mar 2019 at 22:59, Albrecht Baur via Pharo-users < pharo-users@lists.pharo.org> wrote: > sorry for double posting in dev and users ... > > I pushed it to > > https://github.com/pharo-contributions/LDAP > > There it fits better (and we have the 'pharo' at least inside the path...) > The

Re: [Pharo-users] How exactly is "share repositories between images" supposed to work without tripping each other up?

2019-03-06 Thread Ben Coman
On Thu, 7 Mar 2019 at 02:16, Esteban Maringolo wrote: > I couldn't find a "simple enough" solution to deal with that, so I > moved to emulated Linux [1]. > > I don't know if the long file path is a limitation of Windows itself or > libgit2. > Its a combination, but for our purposes the

[Pharo-users] Changes between two different classes

2019-03-04 Thread Ben Coman
Say I duplicate Class A as Class B then modify some methods in Class B. Is there some way to use the DIff or Changes tools to compare Class A and Class B ? cheers -ben

[Pharo-users] Exercism / Ring

2019-03-04 Thread Ben Coman
For Pharo track on https://exercism.io it may be useful for mentors to be able to review submitted solutions without disturbing their live image, and I wonder if Ring could be useful? Looking at Slide 30 here... https://www.slideshare.net/esug/metamodeling-of-custom-pharo-images it seems that

Re: [Pharo-users] http://planet.smalltalk.org ?

2019-03-03 Thread Ben Coman
On Mon, 4 Mar 2019 at 09:24, Benoit St-Jean via Pharo-users < pharo-users@lists.pharo.org> wrote: > The smalltalk.org domain was registered to Peter William Lount. I've > worked with him at some point. Maybe I could ask him if he plans to do > anything with planet.smalltalk.org at all (we are

Re: [Pharo-users] [Pharo-dev] looking for an author of a Beginning Pharo or related

2019-03-02 Thread Ben Coman
Cool. Thx Stef On Sat, 2 Mar 2019 at 15:27, Stéphane Ducasse wrote: > Ok I will contact the editor telling that there are some wishes from the > community to do something. > After we can brainstorm on what should be purpose and outline. > > Stef > > On 1 Mar 2019, at 18

Re: [Pharo-users] [Pharo-dev] looking for an author of a Beginning Pharo or related

2019-03-01 Thread Ben Coman
Obviously its good to be circumspect at such an earlier stage, but I can imagine a few "good" editors who publishing a book would really lend some legitimacy and exposure to Pharo. That would be overall beneficial even if the book is not free. Stef, I am interested to know more. cheers -ben On

Re: [Pharo-users] Richard Kenneth Eng is NOT Mr. Smalltalk

2019-03-01 Thread Ben Coman
Hi Michael, Thanks for your thoughtful followup. On Fri, 1 Mar 2019 at 19:59, Michael Zeder wrote: > > I have carefully thought about, if I should really go publicly against one > person within the community, and to start this "tirade", including the > possibility that this causes an

Re: [Pharo-users] image / software update

2019-02-24 Thread Ben Coman
> Le 24/02/2019 à 07:14, Ben Coman a écrit : > > to Bootstrapping with Continuous Integration & Testing. Each Pharo > > build starts with a completely empty Image. On Sun, 24 Feb 2019 at 16:25, Hilaire wrote: > > Hi Ben, > > As you mention bootstrap... >

Re: [Pharo-users] image / software update

2019-02-23 Thread Ben Coman
On Sun, 24 Feb 2019 at 13:46, Sanjay Minni wrote: > Hi, > > IIRC > there used to be an option in earlier versions to update the image ... > broadly it would get the latest version of all installed packages. > > has that been done away with. > Thats right. Pharo has moved away from Continuous

Re: [Pharo-users] JSON keys not quoted?

2019-02-22 Thread Ben Coman
Just curiousity... Is an idempotent round trip required/expected ? cheers -ben On Sat, 23 Feb 2019 at 05:24, Sven Van Caekenberghe wrote: > Good catch. > > Indeed, JSON keys have to be strings. > > The question is, should the writer convert them for you, or should you > simply not use them ? >

Re: [Pharo-users] Windows 64bit, long filename issue but after a second load, how to categorise and report this?

2019-02-21 Thread Ben Coman
On Thu, 21 Feb 2019 at 20:36, Tim Mackinnon wrote: > We noticed a weird problem when testing the pharo exercism project. > > When loading on Windows10 in a fresh 64bit image with the following > evaluate in the playground: > > Metacello new > baseline: 'Exercism'; > repository:

Re: [Pharo-users] Stability of Pharo 7 vs 6?

2019-02-16 Thread Ben Coman
I'm not on a Mac to test, but it might be worth browsing the top few of these.. https://github.com/search?o=desc=can%27t+allocate+region+securely=created=Issues cheers -ben On Sat, 16 Feb 2019 at 20:10, Tim Mackinnon wrote: > I’ve actually being using both - but 32bit has generally been

Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-16 Thread Ben Coman
Le 16/02/2019 à 07:23, Ben Coman a écrit : > Its hard to determine what is wrong from the screen shot. > I'm probably not the one able to provide an answer, > but anyway... can you provide steps-to-reproduce in a fresh Image? On Sat, 16 Feb 2019 at 16:49, Hilaire wrote:

Re: [Pharo-users] Monticello diff between image and tonel repo

2019-02-15 Thread Ben Coman
Its hard to determine what is wrong from the screen shot. I'm probably not the one able to provide an answer, but anyway... can you provide steps-to-reproduce in a fresh Image? cheers -ben On Sat, 16 Feb 2019 at 06:13, Hilaire wrote: > Hi, > > I think I already report it but I still see this

Re: [Pharo-users] Iceberg working with forks - can it be easier?

2019-02-15 Thread Ben Coman
On Sat, 16 Feb 2019 at 02:06, Tim Mackinnon wrote: > Hi guys - I’ve spent a few hours scratching my head trying to understand > why some of my Pull Requests to a project I had forked kept showing my > previous commits when I thought I was all caught up. > > It suddenly dawned on me, that when I

Re: [Pharo-users] [ANN] Pharo Launcher 1.6 released

2019-02-11 Thread Ben Coman
On Mon, 11 Feb 2019 at 18:19, Christophe Demarey < christophe.dema...@inria.fr> wrote: > Hi Ben, > > Le 8 févr. 2019 à 15:23, Ben Coman a écrit : > > > > On Fri, 1 Feb 2019 at 21:28, Christophe Demarey < > christophe.dema...@inria.fr> wrote: > >> H

Re: [Pharo-users] Running test

2019-02-09 Thread Ben Coman
On Sun, 10 Feb 2019 at 00:59, Hilaire wrote: > Guys, I am voiceless but thanks for your feedback! > > Regarding some of your feedbacks (plugin error with libgit), I have > doubt about this Mac OS VM[1]. Will you be kind enough to confirm this > VM works on your system? So I can stand on a solid

[Pharo-users] 2d array gtInspectorPresentationOrder::

2019-02-08 Thread Ben Coman
What are the options for the Inspector to show a 3 x 3 array. For example... a := Array2D rows: 3 columns: 3 tabulate: [:r :c | (r * 10) + c ]. a inspect. cheers -ben

Re: [Pharo-users] [ANN] Pharo Launcher 1.6 released

2019-02-08 Thread Ben Coman
On Fri, 1 Feb 2019 at 21:28, Christophe Demarey wrote: > Hi all, > > Pharo Launcher 1.6 has just been released! It is available from > http://pharo.org/download. > > This new version introduces two major changes: > >- the list of template sources is now externalized as a Ston file. >

Re: [Pharo-users] Github pharo-* organizations

2019-02-05 Thread Ben Coman
On Tue, 5 Feb 2019 at 20:59, Esteban Lorenzano wrote: > > > On 5 Feb 2019, at 13:49, Ben Coman wrote: > > On 5 Feb 2019, at 02:42, Pierce Ng wrote: > > Hi all, > > Is there a definitive list of all the pharo-* organizations on GH? Like > pharo-rdbms, pharo-n

Re: [Pharo-users] Github pharo-* organizations

2019-02-05 Thread Ben Coman
On 5 Feb 2019, at 02:42, Pierce Ng wrote: Hi all, Is there a definitive list of all the pharo-* organizations on GH? Like pharo-rdbms, pharo-nosql, pharo-vcs, ... Or, a way to query GH to find out? Pierce On Tue, 5 Feb 2019 at 15:52, Esteban Lorenzano wrote: > Hi, > > Naming the teams

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-04 Thread Ben Coman
On Mon, 4 Feb 2019 at 01:58, magicspeller wrote: > Ben Coman wrote > > On Sun, 3 Feb 2019 at 19:54, Sven Van Caekenberghe > > > sven@ > > > wrote: > >> > >> You are on Windows, are there any other Windows users that can confirm > >> t

Re: [Pharo-users] Slots doc

2019-02-03 Thread Ben Coman
On Sun, 3 Feb 2019 at 17:50, Todd Blanchard via Pharo-users < pharo-users@lists.pharo.org> wrote: > Seems like an opportunity...I have no idea what the addition of slots does > but I would like to learn. > > On Feb 3, 2019, at 1:33 AM, ducasse wrote: > > Hello, > > Where I can find documentation

Re: [Pharo-users] Learn Pharo - Not Working

2019-02-03 Thread Ben Coman
On Sun, 3 Feb 2019 at 08:31, magicspeller wrote: > > Can you tell me why you don't have to select "ProfStef go." before right > clicking it. I had gotten the impression that to execute any Smalltalk > statement you always have to select it first. > In general you are correct, but newcomers are

Re: [Pharo-users] Fwd: startup error in windows 10

2019-01-30 Thread Ben Coman
carving up that space looking for patterns. I've seen graphics issues arising only on specific video cards before. cheers -ben > > Hilaire > > Le 28/01/2019 à 23:34, Ben Coman a écrit : > > To provide the best chance for someone to help, can you provide: > > * base Image v

Re: [Pharo-users] Fwd: startup error in windows 10

2019-01-28 Thread Ben Coman
To provide the best chance for someone to help, can you provide: * base Image version * vm version * systeminfo.exe (stripped of personally identifying data) * with dates added to hotfixes from ( https://www.tenforums.com/tutorials/5472-view-windows-update-history-windows-10-a.html ) * video

Re: [Pharo-users] What's wrong?

2019-01-28 Thread Ben Coman
Its not something that I had a clue about. thanks for the update. cheers -ben On Mon, 28 Jan 2019 at 16:40, eftomi wrote: > OK, I solved the problem with a complete wipe out of Pharo from the system > and fresh install. Pharo stored the run-time information in a separate > image > folder even

Re: [Pharo-users] [VIDEO TUTORIAL] How to use external code editors to code in Pharo

2019-01-26 Thread Ben Coman
On Sun, 27 Jan 2019 at 02:01, eftomi wrote: > > you can use it with the keyboard. > > Using it, you do not require the mouse. > > And, in addition, you do not need to remember complicated shortcuts: > > Calypso and the tools of Pharo will > never be covered with shortcuts… > > there are too many

Re: [Pharo-users] Pharo 7 image does not load

2019-01-23 Thread Ben Coman
On Wed, 23 Jan 2019 at 11:56, sergio ruiz wrote: > > I have been working in my image all day today, and it was working great. > > This evening, when I went to fire it up, it appears to start, but I am not > seeing the image running. The icon hangs, and it does nothing. > > Here is an my

Re: [Pharo-users] Transforming objects

2019-01-16 Thread Ben Coman via Pharo-users
--- Begin Message --- On Wed, 16 Jan 2019 at 17:16, Loïc Pagès wrote: > Dear Pharo users, > > I develop software dedicated to the simulation of plant development and > 3D architecture. > > In the past, I used Java, but I am very interested in translating code > in Pharo. I appreciated very much

Re: [Pharo-users] A volunteer is desperately needed

2019-01-15 Thread Ben Coman
Hi Richard, I like the way you've persevered to get it to this stage, so I'll be glad to pitch in now that its got some physicality to the project. I'm not currently familiar with Bloc and Woden. They are systems I've been wanting to learn more about but I've not had a "need" to drive me to it.

Re: [Pharo-users] Pier CMS

2019-01-15 Thread Ben Coman via Pharo-users
--- Begin Message --- On Tue, 15 Jan 2019 at 22:49, Pierce Ng via Pharo-users < pharo-users@lists.pharo.org> wrote: > On Tue, Jan 15, 2019 at 09:08:43AM -0500, Richard Kenneth Eng wrote: > > I'm looking at Pier CMS and it appears to require (32-bit) Pharo 1.3. > Since > > I'm running 64-bit Pharo

Re: [Pharo-users] Library to use multi-core in Pharo?

2019-01-09 Thread Ben Coman via Pharo-users
--- Begin Message --- On Thu, 10 Jan 2019 at 00:19, Alexandre Bergel via Pharo-users < pharo-users@lists.pharo.org> wrote: > Hi! > > Is there an effort to easily use multi-core or native processes in Pharo? > I am thinking about a library that offer a construct like: > > future := Runner

Re: [Pharo-users] Discord Server invite is now private because of spammer

2019-01-05 Thread Ben Coman via Pharo-users
--- Begin Message --- On Sun, 6 Jan 2019 at 00:00, Dimitris Chloupis via Pharo-users < pharo-users@lists.pharo.org> wrote: > Hello people , as you may or may not be aware we have a spammer that posts > links to sexual content sites. This is of course an unacceptable situation > so I had to delete

Re: [Pharo-users] [ANN] P3 version 1.1

2019-01-04 Thread Ben Coman
very cool. thanks Doru & team. cheers -ben On Sat, 5 Jan 2019 at 07:02, Tudor Girba wrote: > You can now query a Postgres database from the new GT. The initial code is > available here: > https://github.com/feenkcom/gt4p3 > > It currently looks like this: > > Cheers, > Doru > > > > On Dec 31,

Re: [Pharo-users] Updating singletons

2019-01-03 Thread Ben Coman
On Thu, 3 Jan 2019 at 20:01, Konrad Hinsen via Pharo-users < pharo-users@lists.pharo.org> wrote: > Dear Pharo experts, > > I am wondering if there is a good way to deal with singleton objects > whose value needs to be updated following changes in the code that > initializes it. > > Following the

Re: [Pharo-users] [ANN] P3 version 1.1

2018-12-31 Thread Ben Coman
On Mon, 31 Dec 2018 at 19:34, Sven Van Caekenberghe wrote: > Hi, > > I created a new release of P3, the modern, lean and mean PostgreSQL client > for Pharo. > > https://github.com/svenvc/P3 > > Version 1.1 contains the following changes: > > - added support for Postgres Extended Query protocol

Re: [Pharo-users] rotating a morph through messaging

2018-12-30 Thread Ben Coman
On Mon, 31 Dec 2018 at 04:24, Steve Quezadas wrote: > > I am experimenting with pharo right now, particularly with Morphs. The > weird thing is that some morphs can have a rotation halo and others do not. > > This has a "rotate halo": > bar := EllipseMorph new. > bar openInWorld. > > This does

Re: [Pharo-users] how to use indexes to copy a substring out of a string

2018-12-30 Thread Ben Coman
On Sun, 30 Dec 2018 at 17:53, Roelof Wobben via Pharo-users < pharo-users@lists.pharo.org> wrote: > Op 30-12-2018 om 02:14 schreef Ben Coman: > > 'abcdefg' asArray overlappingPairsRemainderCollect: [ :a :b :rem | { > a.b.rem } ] > > This was deliberately only half a so

Re: [Pharo-users] how to use indexes to copy a substring out of a string

2018-12-29 Thread Ben Coman
On Sun, 30 Dec 2018 at 00:29, Roelof Wobben wrote: > Hello, > > Still working on AdventOfCode > > I'm struggling to see how this can be solved. > > Now, a nice string is one with all of the following properties: > >- It contains a pair of any two letters that appears at least twice in >

Re: [Pharo-users] (no subject)

2018-12-28 Thread Ben Coman
On Fri, 28 Dec 2018 at 16:30, Konrad Hinsen wrote: > Richard Sargent writes: > > > I understand your desire to utilize the existing Smalltalk mechanisms. > But, > > I think the most important thing is modelling consistency. > > > > What are the behaviours you expect from Expression,

Re: [Pharo-users] Teapot and SSL

2018-12-22 Thread Ben Coman
On Sat, 22 Dec 2018 at 23:57, horrido wrote: > > Why does the forum editor add those stupid anchor tags without permission??? I'm not clear what you are referring to. Which anchor tags? cheers -ben

Re: [Pharo-users] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-21 Thread Ben Coman
On Sat, 22 Dec 2018 at 06:03, Offray Vladimir Luna Cárdenas wrote: > > Hi, > > I share your feeling of wonder and also concern Luke. > > In my case, I used (old) GT tools to prototype Grafoscopio and now that the > PhD thesis is practically done and only dissertation is pending, I would like >

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Ben Coman
On Sat, 22 Dec 2018 at 04:42, horrido wrote: > > Okay, I will dispense with the self-signed certificate and purchase a > commercial one, say, from Comodo (PositiveSSL). My web host uses "Lets Encrypt" https://www.dreamhost.com/hosting/ssl-tls-certificates/ I haven't looked into it deeply, but

Re: [Pharo-users] voygae on P7 install problens on Windows

2018-12-16 Thread Ben Coman
On Mon, 17 Dec 2018 at 03:25, Roelof Wobben wrote: > Hello > > Are there more people who cannot install voyage on Windows > I see a message that the name is too long > Could you clarify this last statement... > where pharo works on the root > Did you mean you are already running pharo from

Re: [Pharo-users] some help to find the bug

2018-12-16 Thread Ben Coman
On Sun, 16 Dec 2018 at 19:57, Roelof Wobben wrote: > Op 16-12-2018 om 12:34 schreef Ben Coman: > > > > On Sun, 16 Dec 2018 at 02:37, Roelof Wobben wrote: > >> Hello, >> >> I have this code : >> https://gist.github.com/RoelofWobben/7c08680797d1d9f844

Re: [Pharo-users] some help to find the bug

2018-12-16 Thread Ben Coman
On Sun, 16 Dec 2018 at 02:37, Roelof Wobben wrote: > Hello, > > I have this code : > https://gist.github.com/RoelofWobben/7c08680797d1d9f84436653a0e4edd3b > as my solution to a AoC challenge. > > > But the last test `testIsNice` is still outputting the wrong output. > The right output is :

Re: [Pharo-users] Submitting HTML Forms

2018-12-12 Thread Ben Coman
On Thu, 13 Dec 2018 at 00:27, horrido wrote: > Okay, I managed to hack together a solution from the example. It's not > pretty > but it seems to work. I needed to remain within the Teapot framework. > > However, I have a question regarding the ZnEntityTooLarge exception. How > can > I capture it

Re: [Pharo-users] good game plan for AoC2015 day 4

2018-12-12 Thread Ben Coman
On Wed, 12 Dec 2018 at 19:10, Richard O'Keefe wrote: > PS: converting the result of MD5 hashMessage: to hex is a total waste of > time. > Just ask: > - is the first byte zero? > - is the second byte zero? > - is the third byte less than 16? > Good point. cheers -ben > > On Thu, 13 Dec 2018

Re: [Pharo-users] chooseExistingFileReference:extensions:path:preview returning wrong FileReference?

2018-12-11 Thread Ben Coman
https://pharo.fogbugz.com On Wed, 12 Dec 2018 at 01:54, Arturo Zambrano wrote: > Should I report a bug? If so please send me the link to thw issue tracker > > On Tue, 11 Dec 2018, 13:05 Sven Van Caekenberghe, wrote: > >> I confirm that this does indeed seem to be a problem, weird. >> >> > On

<    1   2   3   4   5   6   7   8   9   10   >