[Pharo-users] Pharo 7 - New Iceberg feedback

2018-05-22 Thread Tim Mackinnon
Hi - last night we managed to explore the new contribution process as well as the new iceberg ui at the U.K. Smalltalk meetup last night. Not many had seen it before so it was a good test run. As an initial comment - we need to invest a small amount of time to get the right docs in places you e

Re: [Pharo-users] [Errors] email on error?

2018-05-18 Thread Tim Mackinnon
Rather than email you could possibly hook in something like datadog or Pingdom if you expose some metric - to get a timely alert. Equally you could perhaps trap something in Pharo and write out a fuel file to an s3 bucket - with s3 you can then trigger an event and they have tools you can use t

Re: [Pharo-users] Showing Keyboard events as Pharo goes weird when using an RD client for OSX

2018-05-18 Thread Tim Mackinnon
) Tim Sent from my iPhone > On 18 May 2018, at 12:00, Tim Mackinnon wrote: > > Hi - I’m wondering if anyone has any experience using Pharo in a Remote > Desktop environment? > > Ive been experimenting with MacInCloud.com and running Pharo there - however > I’ve noticed

[Pharo-users] Showing Keyboard events as Pharo goes weird when using an RD client for OSX

2018-05-18 Thread Tim Mackinnon
Hi - I’m wondering if anyone has any experience using Pharo in a Remote Desktop environment? Ive been experimenting with MacInCloud.com and running Pharo there - however I’ve noticed that while it appears to run (and it reasonably performant) after a few seconds/minutes (I can’t quite work out

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-16 Thread Tim Mackinnon
nice test report? I just spotted Seaside isn’t loading cleanly with my RegEx setup - but its crude. This has been very fruitful BTW , thanks Tim Sent from my iPhone Sent from my iPhone > On 16 May 2018, at 19:54, Sean P. DeNigris wrote: > > Tim Mackinnon wrote >> the use

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-16 Thread Tim Mackinnon
interested in both your thoughts though - and by no means is this a citicism of SmalltalkCI or Gitlab-Smalltalk-CI - both of which help the community (and me) immensely through providing great examples and knowledgable people in this stuff. Tim > On 16 May 2018, at 02:50, Sean P. DeNigris wrote:

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-15 Thread Tim Mackinnon
with the assets that you have? I’l have to go back and look again. Tim > On 15 May 2018, at 14:25, Sean P. DeNigris wrote: > > Tim Mackinnon wrote >> But I don’t understand how it works on Gitlab > > The gitlab-smalltalk-ci project performs three roles: > 1. The glue w

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
> > hi Tim, > > you cannot use vm “I” (for Itimer) with iceberg. This timer will kill the SSH > sockets. > you need the “threaded” VM (which is the default, for obvious reasons :P). > > cheers, > Esteban > >> On 15 May 2018, at 12:18, Tim Mackinnon > <mailto:t

[Pharo-users] How does iceberg handle caching of packages with different versions?

2018-05-15 Thread Tim Mackinnon
Hi - while I’ve been trying to troubleshoot my tonel build woes - I noticed something that might be a potential problem with baselines not loading the correctly specified version. I was having no luck with GitHub:/repo references (see other thread on this), eg: spec baseline: 'WillowBootstra

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
ription: Binary data build.sh Description: Binary data BaselineOfPagerDuty.class.st Description: Binary data On 15 May 2018, at 09:36, Tim Mackinnon <tim@testit.works> wrote:Hi - I’ll extract the log files when I’m at my desk I can possibly make the pipeline public so you can better see it

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-15 Thread Tim Mackinnon
> > [1] > https://github.com/travis-ci/travis-build/blob/51ebd738f537a82874b03cb964ecabc042e83aac/lib/travis/build/script/smalltalk.rb#L15-L16 > > <https://github.com/travis-ci/travis-build/blob/51ebd738f537a82874b03cb964ecabc042e83aac/lib/travis/build/script/smalltalk.rb#L15-L16> >

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
Hi - I’ll extract the log files when I’m at my desk I can possibly make the pipeline public so you can better see it - and it’s a relatively simple app so maybe it can shed some light (although I’m still not ruling out my own stupidity yet). It’s a Pharo 6.1 64 bit image - download on build, ap

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
gofer: Its very weird - and much harder than I was expecting it all to be (hence the renewed interest in Smalltalk CI). Saying this - what I’m trying to do should be dead easy. Tim > On 14 May 2018, at 22:38, Sean P. DeNigris wrote: > > Tim Mackinnon wrote >> may take another loo

[Pharo-users] Smalltalk CI on Gitlab

2018-05-14 Thread Tim Mackinnon
builds successfully - how does it deploy (hence my pipeline question). I’m lost - but curious, as maybe I can save time on what I’m doing (writing more apps vs pissing around with missing infrastructure). Tim > On 14 May 2018, at 22:38, Sean P. DeNigris <mailto:s...@clipperadams.com>> wrote:

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
the model of Gitlab’s one stop shop - and I was interested in simplifying it from what I did for PharoLambda - but its been a bit more painful than I had expected. Tim > On 14 May 2018, at 18:09, Tim Mackinnon wrote: > > Hmmm - will have to try that again - I seemed to get an error - m

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hmmm - will have to try that again - I seemed to get an error - maybe this is just a Pharo 7 thing? It had previously been simpler and more reliable to just run a simple gitlab ci pipeline - but yeah maybe I should reconsider that... > On 14 May 2018, at 16:59, Peter Uhnák wrote: > > Metacell

[Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hi - I converted my project to tonel, and am looking to hook it up to my gitlab pipeline, and for older projects I had a run.st script that did: Metacello new baseline: 'WillowPagerDuty'; repository: ‘filetree://../src'; load. I get a not found error when I run that

Re: [Pharo-users] Metacello load in code vs. Iceberg menu install? Can you automate remote loading?

2018-05-10 Thread Tim Mackinnon
t; On 10 May 2018, at 01:26, Gabriel Cotelli wrote: > > I think you can use: > Metacello new > baseline: 'PagerDuty'; > repository: 'gitlab://macta/WillowPagerDuty:master/source'; > load. > > or something like that > > On Wed, May

Re: [Pharo-users] Serializing Excpetion with Fuel on the production and opening debugger on the dev machine - hot to? [Pharo 5]

2018-05-10 Thread Tim Mackinnon
ger openOn: ((Process forContext: materializedContext priority: Processor userInterruptPriority) newDebugSessionNamed: sessionName startedAt: materializedContext). Tim Sent from my iPhone > On 10 May 2018, at 12:41, Tim Mac

Re: [Pharo-users] Serializing Excpetion with Fuel on the production and opening debugger on the dev machine - hot to? [Pharo 5]

2018-05-10 Thread Tim Mackinnon
PharoLambda does this - I’m not near a computer to extract the code, but if you need it quickly you should find it easily - there is a class method on Lambda - something like debugSavedS3 which shows how to read in a file (from S3) and then launch a debugger. Tim Sent from my iPhone > On 10 M

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
Done (although possibly we should note to use git and not iceberg to merge the branch?) > On 10 May 2018, at 01:54, Bernardo Ezequiel Contreras > wrote: > > > > On Wed, May 9, 2018 at 9:36 PM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > > I also w

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
o-vcs/tonel/blob/master/MigrateFromFileTree.md > <https://github.com/pharo-vcs/tonel/blob/master/MigrateFromFileTree.md> > > in my pet projects. hope this helps. > > On Wed, May 9, 2018 at 8:22 PM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > Hmmm - I don’t think I’ve f

[Pharo-users] Metacello load in code vs. Iceberg menu install? Can you automate remote loading?

2018-05-09 Thread Tim Mackinnon
Hi - I’m trying to automate the deployment of a seaside image to Digital Ocean. I was following the Enterprise Pharo booklet - and its a bit out of date, but I wanted to do the bit about taking a clean image and then loading in my project which I’ve stored in Git using Iceberg. So on the comman

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
format - so how did they do it? I tried using git on the command line to add .properties file there - but not sure it did anything? Tim > On 9 May 2018, at 15:21, Tim Mackinnon wrote: > > Ah - I missed that piece of information - could that be put on the iceberg > readme.md? In

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
ot the algorithm already. I am dreadful as to when I >> will need to do it again. Takes lots of time and nerves. >> >> Herby >> >> On May 9, 2018 11:54:56 AM GMT+02:00, Tim Mackinnon wrote: >>> Hi guys - With all the talk about iceberg changes, I’ve stayed

[Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
Hi guys - With all the talk about iceberg changes, I’ve stayed away from it for a bit (6 months) - but downloaded a new 6.1 image a few weeks ago and went to version some stuff yesterday into a new project. Iceberg seems a bit more stable - but it still seems to write out individual methods as

Re: [Pharo-users] Why no collect:ifNone: ?

2018-05-01 Thread Tim Mackinnon
You can learn so much from these innocent questions Maximiliano pointed out that there is a difference between #sum and a method I never noticed #sumNumbers, the latter would avoided my problem too... Sent from my iPhone > On 30 Apr 2018, at 23:00, Tim Mackinnon wrote: > > Yep -

Re: [Pharo-users] Why no collect:ifNone: ?

2018-04-30 Thread Tim Mackinnon
)) asHours ]. Oops - thanks for being my sound board. Tim > On 30 Apr 2018, at 22:02, Francisco Garau wrote: > > > Have you tried #inject:into: ? Looks like what are needing here > > - Francisco > > >> On 30 Apr 2018, at 19:37, Tim Mackinnon wrote: >>

[Pharo-users] Why no collect:ifNone: ?

2018-04-30 Thread Tim Mackinnon
Hi - I hit a small bug in my lunch experiments with Willow where I wanted to sum up a collection of support hours. I was collect: in the hours worked and hadn’t accounted for an empty collection. When I went to do it I was surprised there isn’t a concept of #collect:ifNone: that mirrors someth

Re: [Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-26 Thread Tim Mackinnon
; It's not particular to Epicea. There should be a better management of > Undeclareds in general in all Pharo. > > On Thu, Apr 26, 2018 at 8:44 AM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > That should be “re-saved “ it, the issue went away. > >

Re: [Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-25 Thread Tim Mackinnon
That should be “re-saved “ it, the issue went away. Sent from my iPhone > On 25 Apr 2018, at 23:43, Tim Mackinnon wrote: > > Hi - I think I had this issue a long while back, but I just hit it again > (desperately trying to get back into Pharo again)… > > I was trying out

[Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-25 Thread Tim Mackinnon
Hi - I think I had this issue a long while back, but I just hit it again (desperately trying to get back into Pharo again)… I was trying out Willow - and had a method like this: initializeContainerView | behaviorDetails scopeSelection | behaviorDetails := IdentifiedWebView

Re: [Pharo-users] How do you store and manage small programs?

2017-11-27 Thread Tim Mackinnon
Wow - I never noticed that extension - that’s amazing. > On 27 Nov 2017, at 10:56, p...@highoctane.be wrote: > > QuickAccess is also a great option. > > https://pharoweekly.wordpress.com/2015/11/06/quickaccess/ > > > On Mon, Nov 27, 2

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-23 Thread Tim Mackinnon
I think the days of running this stuff yourselves are disappearing… I think many OSS projects rely on SAS for this now - outsource it. We already do Travis - and maybe can leverage that more (but it seems a bit cumbersome) - OR there are fuller service solutions like what AWS does, or GitLab CI

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-21 Thread Tim Mackinnon
I would agree that grey is better than red - but I personally think we’re being too pedantic on this - particularly when doing TDD and coding in the debugger. If I’m writing straight forward tests and like to see a red failure (either by deliberately returning false, or a subclass responsibility

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-14 Thread Tim Mackinnon
ur it > green. The code doesn't actually work. > > > On Fri, Nov 10, 2017 at 11:29 AM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > My specific usecase is from a pragmatic TDD perspective - failing test, in > the debugger you fix the test and press proceed - e

Re: [Pharo-users] QCMagritte on Github

2017-11-14 Thread Tim Mackinnon
I’ll agree that YAML is not an ideal syntax - but I have to also add that I wasn’t that impressed with Travis either, and reading between the lines its the combo of both that might be catching you out. Even with a few glitches, I’ve been impressed with GitLab although the team I worked with rec

Re: [Pharo-users] Open Debugger, Save and Quit

2017-11-13 Thread Tim Mackinnon
Hi Sean - not sure if this is exactly what you are after, but there is a method in the debugger that is invoked when you need to debug, you can override this and Fuel out the debug context to a file (or I guess even a variable in the image if you are also saving the image when it gets an error).

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-10 Thread Tim Mackinnon
Sorry "immediately running again to get red " should have been "to get green" Tim Sent from my iPhone > On 10 Nov 2017, at 19:29, Tim Mackinnon wrote: > > immediately running again to get red

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-10 Thread Tim Mackinnon
My specific usecase is from a pragmatic TDD perspective - failing test, in the debugger you fix the test and press proceed - expecting green. Getting red, and then immediately running again to get red takes away from our story of love coding and loving your debugger - and even Cassie me to mistr

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
s false or craps out. Strange it would vary in 6.1 - but I'll check. Tim Sent from my iPhone Sent from my iPhone > On 9 Nov 2017, at 19:54, Denis Kudriashov wrote: > > In Pharo 7 it works. > > 2017-11-09 18:29 GMT+01:00 Tim Mackinnon : >> Thanks for looking at thi

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
onisi...@gmail.com>>: > Hi Tim. > > Fix is here > 20661-Fixing-test-from-debugger-should-mark-test-as-green-when-proceed > <https://github.com/pharo-project/pharo/pull/456> . > Thank's for reporting. It forces me to fix. I always noticed it but never >

[Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
Hi - I really like the build in test runner in the Pharo browsers, and I was preparing a talk to show how great TDD is in Pharo and how we aren’t ashamed of our debugger when testing (it augments the experience in fact - letting you poke around and get your thoughts straight). However - if I pi

Re: [Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-07 Thread Tim Mackinnon
hs now and I know I’m > not the only one… can you send a way to reproduce your problem so I can take > a look? > > Esteban > > >> On 6 Nov 2017, at 12:11, Tim Mackinnon > <mailto:tim@testit.works>> wrote: >> >> Hi - does Iceberg work on a 64bit

[Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-06 Thread Tim Mackinnon
Hi - does Iceberg work on a 64bit image yet? I’ve not tried in a while, and was surprised when I went to get a new image via the command line that I am getting the error: LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks I can see a post by Alistair in Jun asking about this, and it seems

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Ha -actually looking more closely at your photo, it looks like your are doing it in pharo and I’m guessing are bored in a presentation (looking at the background) and recreating the slides from that presentation in Block (on the sly?)…nice Tim > On 3 Nov 2017, at 11:33, Tim Mackinnon wr

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Nov 2017, at 11:11, stephan wrote: > > On 01-11-17 19:35, Tim Mackinnon wrote: >> Hi - has anyone made anything where you can create a full screen >> presentation in Pharo with slides with some large text, bullet points and >> embedded pictures - but then it’s a facade t

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-02 Thread Tim Mackinnon
ped test first). > I'm not sure that I will have the time to get a look. > > > Stef > >> On Wed, Nov 1, 2017 at 7:35 PM, Tim Mackinnon wrote: >> Hi - has anyone made anything where you can create a full screen >> presentation in Pharo with slides with some

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-01 Thread Tim Mackinnon
tirely on Morphic , again should > not take you more than two hours total together with content creation. > TextMorph should be more than enough. > > I would have said use Pillar but in this case it’s an overkill and Pillar > does not allow for the precise positioning of images like

[Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-01 Thread Tim Mackinnon
Hi - has anyone made anything where you can create a full screen presentation in Pharo with slides with some large text, bullet points and embedded pictures - but then it’s a facade that lets you evaluate items in the slide or jump to any code mentioned? Sort of like what Alan Kay does in the e

Re: [Pharo-users] UK Smalltalk User Group Meeting - Monday, October 30th - PharoLambda: Smalltalk running serverless on AWS

2017-10-30 Thread Tim Mackinnon
these old ideas… not sure if there are any video of this in action to inspire people. Anyway - not sure if any of this is useful to anyone reading, but it may be a reminder to me of things to follow up on. Tim > On 27 Oct 2017, at 17:58, Tim Mackinnon wrote: > > Thanks Sean - hoping to

Re: [Pharo-users] Read-only images / how to deploy new image as fast as possible?

2017-10-28 Thread Tim Mackinnon
Hi Herby - for #1, yes you can do that (I do this in PharoLambda) - there was a snippet from Sven on how to do it (you need to override 2 classes I seem to recall) , if you search in the archives you should find it. I'm not near a computer to give you the exact bit - but if you can't find it I'

Re: [Pharo-users] UK Smalltalk User Group Meeting - Monday, October 30th - PharoLambda: Smalltalk running serverless on AWS

2017-10-27 Thread Tim Mackinnon
we’ll share the results here. Tim NOTE for anyone that is coming and is reading this: We’ve had to change the venue to the pub around the corner - The Crown Tavern. > On 27 Oct 2017, at 16:31, Sean P. DeNigris wrote: > > Tim Mackinnon wrote >> Tim Mackinnon will show… >

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-10-25 Thread Tim Mackinnon
Phil presented an Xmpp integration at Pharo days - I understood that was a common comms mechanism too. Tim Sent from my iPhone > On 25 Oct 2017, at 20:39, Stephane Ducasse wrote: > > Hi andrew > > I think that Avi did a package about BDD (but I thought it was special > binary trees) so this

Re: [Pharo-users] Smalltalk Argument

2017-10-19 Thread Tim Mackinnon
I'm sure this comes up with many less main stream languages - I think there is a strong argument (particularly if we get the GitHub piece operating smoothly) that the language is so simple that what you creating is domain understanding (not language/tools prowess). Any good developer (particula

Re: [Pharo-users] Smalltalk gets a reference in fastcompany Kay interview

2017-09-20 Thread Tim Mackinnon
Yes I also used the one time email link or the iPhone app as I don't use Facebook or a google login either. Sent from my iPhone > On 20 Sep 2017, at 02:54, Holger Freyther wrote: > > >> On 20. Sep 2017, at 06:43, Offray wrote: > > Hey! > > > >> Its a shame nog being able to read the arti

Re: [Pharo-users] "Leaking" CommandLineHandler when running headless image

2017-09-19 Thread Tim Mackinnon
There was a long post from Guille about how to sort this. It had to do with altering the priority of shutdown code - I'm not sure if we resolved it, but we should go back and see as it was well reasoned. Tim Sent from my iPhone > On 19 Sep 2017, at 14:20, Denis Kudriashov wrote: > > Hi. >

[Pharo-users] Smalltalk gets a reference in fastcompany Kay interview

2017-09-17 Thread Tim Mackinnon
Interesting (although I found slightly rambling) interview with Alan Kay about personal computing. But Smalltalk does get a link. https://medium.com/fast-company/the-father-of-mobile-computing-is-not-impressed-9ab25dfff0c Tim Sent from my iPhone

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Tim Mackinnon
ote: > > > > 2017-09-11 1:26 GMT+02:00 Tim Mackinnon <mailto:tim@testit.works>>: > While I’m on a debugger trip… anyone else also notice that the Suggestions, > Break once debug option acts weirdly? I seem to get a debugger but it halts > several lines after

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-10 Thread Tim Mackinnon
t reparsing an error if it seems simple enough (like when you are working on statement in the middle of code and have just broken that one line). I'll try it for a few days and then maybe you might be interested in having a look? Tim Sent from my iPhone > On 9 Sep 2017, at 12:53, T

[Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-10 Thread Tim Mackinnon
While I’m on a debugger trip… anyone else also notice that the Suggestions, Break once debug option acts weirdly? I seem to get a debugger but it halts several lines after where I have said, and if I start stepping the debugger seems to jump to funny places and show values that don’t line up wit

[Pharo-users] Pharo 6.1 debugger - doesn't always step/step through reliably?

2017-09-10 Thread Tim Mackinnon
Has anyone else noticed that if you are stepping through code - the into and through operations don’t always step into or step through? I’ve been debugging some RBParser code to understand how it works and I notice that when I try to step through #intersectsInterval: anInterval in the chains of

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-09 Thread Tim Mackinnon
ine, looks for spaces and feeds that > word into the “senders of”.. > > So to make this work better we need to combine both approaches and deal > better with the Error Node content. > (e.g. trying to fix it and re-parse or just use the dumb “get the work under > the cursor” way as

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-08 Thread Tim Mackinnon
It’s always handy to put a

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-07 Thread Tim Mackinnon
o make them a bit more useful. Tim > On 7 Sep 2017, at 14:39, Tim Mackinnon wrote: > > Thanks Thierry - I’ve been noodling in the background and next I hit the > question of “comments” - which I found RB does handle… and then as per your > point - how to skip past an error and

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
his, but it seems like it happens. tim > On 7 Sep 2017, at 19:53, Tim Mackinnon wrote: > > Answering my own question - I tried the Process browser and tried suspending > a few processes and then found a debug window that when closed fixed the > problem. > > > Tim &g

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
Answering my own question - I tried the Process browser and tried suspending a few processes and then found a debug window that when closed fixed the problem. Tim > On 7 Sep 2017, at 19:46, Tim Mackinnon wrote: > > Hi there - I’ve been running in a 6.1 64bit image for a few days

[Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
Hi there - I’ve been running in a 6.1 64bit image for a few days - doing a few experiments at lunch times, debugging things etc. I have had a few infinite loops that I’ve had to Cmd-. Out of and clean up lots of windows (whoever came up with the close all windows to right is a star!). Anyway,

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-07 Thread Tim Mackinnon
rry Goubier wrote: > > Hi Tim, > > 2017-09-01 13:39 GMT+02:00 Tim Mackinnon <mailto:tim@testit.works>>: > Thanks Thierry - this is proving an interesting problem domain ... > > I too am using #bestNodeFor: although I don't find it always gives the best > node

Re: [Pharo-users] Usability issues with Calypso

2017-09-06 Thread Tim Mackinnon
o. > But general Idea is to redo all these commands with Commander. So it is todo. > It is not complex task. And it will be available soon. > Now it is already possible to define shortcuts for missing source code > refactorings. So if you need some concrete command we can add it ver

Re: [Pharo-users] Usability issues with Calypso

2017-09-05 Thread Tim Mackinnon
and no nag prompt. Tim Sent from my iPhone Sent from my iPhone > On 3 Sep 2017, at 22:25, Tim Mackinnon wrote: > > Ah - you are right that rename is in there (I’d never noticed it was in the > suggestions menu - which I find a confusingly named sub-menu ) - but I am &

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-04 Thread Tim Mackinnon
Interesting, but how is it that Ctrl-B works for Browse and is also a meta key for Ctrl-B + Ctlr+N? I think there is a a way to support both - whether its worth it is another question (and I suspect the complication of supporting it might not be worthwhile, and some of the old key combinations l

Re: [Pharo-users] Usability issues with Calypso

2017-09-03 Thread Tim Mackinnon
Calypso right? Tim > On 3 Sep 2017, at 17:24, Denis Kudriashov wrote: > > Hi Tim. > > No. It is available by cmd+r and from suggestions menu like in Nautilus. But > maybe I do not know other place which you use for this > > 2017-09-03 17:03 GMT+02:00 Tim Mackinnon

Re: [Pharo-users] Usability issues with Calypso

2017-09-03 Thread Tim Mackinnon
Hi Denis - I just noticed that the source refactoring menu is missing in Calypso as well? (So you can’t rename a temp for example). Tim > On 2 Sep 2017, at 10:30, Denis Kudriashov wrote: > > Hi > > 2017-09-01 14:26 GMT+02:00 kmo mailto:vox...@gmail.com>>: > I have been keen to use Calypso (I

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-01 Thread Tim Mackinnon
er, the RBParser can't do that > unless you add the necessary entry points by hand and hack around the error > handling, because most of the parse attempts end on an error (as they should). > > Regards, > > Thierry > > 2017-09-01 8:50 GMT+02:00 Tim Mackinnon : >

Re: [Pharo-users] Bitbucket CI

2017-09-01 Thread Tim Mackinnon
Hi Sean - haven't looked at BitBucket specifically, but these days they all seem to use a yaml config file. If you want something custom, look at the one I use in PharoLambda - it's using GitLab (which also has private repos), but I suspect BitBucket is probably similar. I don't use SmalltalkC

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-08-31 Thread Tim Mackinnon
Aug 2017, at 19:11, Marcus Denker wrote: > > >> On 31 Aug 2017, at 19:07, Stephane Ducasse wrote: >> >> On Wed, Aug 30, 2017 at 9:50 PM, Tim Mackinnon wrote: >>> I’m looking for some feedback on the usage of >>> RBParser>>#parseMethod:onError:. &g

[Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-08-30 Thread Tim Mackinnon
I’m looking for some feedback on the usage of RBParser>>#parseMethod:onError:. I am looking at ways of improving the way we edit code - and making things work (as least for me - but maybe for everyone) a bit more like IntelliJ where they have some great code operations and very good keyboard su

Re: [Pharo-users] Dark Mode

2017-08-28 Thread Tim Mackinnon
I found the place to adjust this - but I need to debug it as it seems my change also effects the colour used to highlight selected text (which is weird). If you modify the following method (possibly in a subclass), I found this helped - but haven’t figured out why text highlight colour would be

Re: [Pharo-users] How do I get at the Morphic halos in Pharo 6.0?

2017-08-28 Thread Tim Mackinnon
On OSX, you hold the Shift and Alt keys and then click on something. I think on windows its probably Shift+Alt or Shift+Ctrl. The in-image help explains this under - Pharo Environment Help - Keyboard Shortcuts - Visual Exploration. Tim > On 28 Aug 2017, at 13:33, H. Hirzel wrote: > > On 8/

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Tim Mackinnon
It's also a single click in the Welcome screen - which is maybe too obvious ;) Tim Sent from my iPhone > On 27 Aug 2017, at 03:17, horrido wrote: > > Oh, cool! I didn't realize that. (I've never had a need to look at Settings.) > > Thanks. > > > > -- > View this message in context: > http

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
d overlaid with lines > clearly showing what has been expanded (for that "context" thing). > > Regards, > > Thierry > >> >> 2017-08-26 14:59 GMT+02:00 Thierry Goubier : >>> >>> >>> 2017-08-26 14:46 GMT+02:00 Denis Kudriash

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
e starting to come together. Tim Sent from my iPhone > On 26 Aug 2017, at 14:59, Thierry Goubier wrote: > > > > 2017-08-26 14:46 GMT+02:00 Denis Kudriashov : >> >> 2017-08-26 14:31 GMT+02:00 Tim Mackinnon : >>> Denis - that's a very cool idea if I&#x

Re: [Pharo-users] [Moose-dev] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
Guys - this is absolutely astounding. 6 months ago I tagged a tweet with #pharoproject about why we put up with static source code when we can do so much more, and I'm stunned that in literally months this is a evolving around us. This community is awesome! Tim Sent from my iPhone > On 26 A

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

2017-08-25 Thread Tim Mackinnon
I don't think it's just on Mac Mini - my MacBook Pro late 13" 2016 retina will show similar symptoms if I try and resize the window to full screen (not the maximise button, but try and drag the bottom corner of the world to the last 5-10 pixels at the bottom of the screen). I think Ted noticed

Re: [Pharo-users] Minimizing an Application

2017-08-25 Thread Tim Mackinnon
Mariano's PhD was on this - as mentioned it to me a few weeks ago. This was one of the reasons for building fuel - to enable this sort of thing on top - and he proved it worked. Dimitrus - the idea is to I have a small core that loads quick and then less used elements can be paged in when neede

Re: [Pharo-users] Minimizing an Application

2017-08-21 Thread Tim Mackinnon
There has been a lot of great work on this front on the Pharo side from the "team" and PharoLambda has made use of it (although it's a tiny project). My footprint is ~22mb including vm & image. And leaving out sources. The ./scripts directory has the example of how to do it, along side the .git

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-08-18 Thread Tim Mackinnon
Aug 2017, at 13:53, Marcus Denker wrote: > > >> On 18 Aug 2017, at 13:08, Tim Mackinnon > <mailto:tim@testit.works>> wrote: >> >> Thanks Marcus - and definitely we all appreciate that its holiday season and >> that a lot of this is driven by community and

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-08-18 Thread Tim Mackinnon
Thanks Marcus - and definitely we all appreciate that its holiday season and that a lot of this is driven by community and people donating their free time. I’m still a bit unclear on the moving parts. To paraphrase what you have said: We start each yearly cycle with a X.0 new release. Then there

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-17 Thread Tim Mackinnon
Actually it looks like that extra 1.5mb is not worth having as It seems that something does end up using the class organisation and so it must recompute when the image is launched. Tim > On 17 Aug 2017, at 13:07, Tim Mackinnon wrote: > > Just thought I would report back a bit mor

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-17 Thread Tim Mackinnon
nipulating code - that I don’t think Protocols are used?). So I’m now at 21mb. Tim > On 16 Aug 2017, at 10:53, Guillermo Polito wrote: > > > > On Wed, Aug 16, 2017 at 11:46 AM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > Hi, tracing through your changes - it

Re: [Pharo-users] Encoding Login information in your image (safely)

2017-08-16 Thread Tim Mackinnon
bles on the beanstalk. > > When running locally, the credentials are in the environment on my machine. > >> On Aug 16, 2017, at 9:55 AM, Tim Mackinnon wrote: >> >> Hi - I’m struggling to find something that I saw that discussed this issue >> kind of. >&g

[Pharo-users] Encoding Login information in your image (safely)

2017-08-16 Thread Tim Mackinnon
Hi - I’m struggling to find something that I saw that discussed this issue kind of. In my image (its actually a headless one - but this could apply to a fat image too) - I build an application that needs access to a service (in this case an S3 bucket). The AWS library I’m using (but others ar

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

2017-08-16 Thread Tim Mackinnon
Actually this reminds me of a similar problem I’ve seen on my MacBook Pro (retina) - if I stretch the desktop to try and use the full space of the screen (not maximising it) I have on occasion frozen - however its not actually frozen it seems that drawing on screen has stopped, and if I resize

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
gt; "MethodDictionary" 2872 + > "IdentitySet" 12781 + > "OrderedCollection" 4398 + > "Set" 2959 + > "Dictionary" 1997 + > "IdentityDictionary"

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
h | each become: String new ]. > > And this may break some code if you're using non-ascii characters: > Unicode classPool at: #GeneralCategory put: nil. > Unicode classPool at: #DecimalProperty put: nil. > > > > On Wed, Aug 16, 2017 at 10:07 AM, Tim Mackinnon <mailto:tim

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
the non aggressive > one, ChangeSets and MC stuff) on each of the images we produce and not just > the latest one. > >> On Wed, Aug 16, 2017 at 8:35 AM, Tim Mackinnon wrote: >> Yes you were on to something there (and at the same time, by poking around >> with #pointe

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-15 Thread Tim Mackinnon
> > Just a hunch: could you inspect ur MethodChangeRecord instances ? > > Le mar. 15 août 2017 à 23:55, Tim Mackinnon a écrit : >> A weird observation - is it possible that source code is being stored in the >> image as strings somehow? When I do >> >>

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-15 Thread Tim Mackinnon
re is a quick 4mb win by simply nil’ing out some obvious things. (This doesn’t of course help with a default minimal image - but maybe a few tricks for packaging and deploying something). Tim > On 15 Aug 2017, at 22:26, Tim Mackinnon wrote: > > Hi Guille/Ben - I got a quick moment

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-15 Thread Tim Mackinnon
On 15 Aug 2017, at 08:02, Guillermo Polito wrote: > > > > On Mon, Aug 14, 2017 at 4:42 PM, Tim Mackinnon <mailto:tim@testit.works>> wrote: > Hi Guille - just running SpaceTally on my dev image to get a feel for it. It > turns out that in the minimal images you’ve

<    1   2   3   4   5   6   7   8   >