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 <d

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! > > >

[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] [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

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

2017-08-30 Thread Tim Mackinnon
ce truncateTo: loc) trimRight. ^RBParser parseMethod: reducedSrc onError: [ ^RBParser parseExpression: reducedSrc onError: [^nil. This forces the ast to be exactly what I would expect - but I’m wondering if I am missing something obvious? Tim

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

2017-09-09 Thread Tim Mackinnon
n do. I've rewritten it about 3 times already ;) Tim Sent from my iPhone > On 9 Sep 2017, at 08:42, Marcus Denker <marcus.den...@inria.fr> wrote: > > there is #parseFaultyMethod:, too. We use RBParser for syntax highlighting. > > We do already have “senders” and “implementor

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 <tim@testit.works> 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 ) - b

Re: [Pharo-users] Usability issues with Calypso

2017-09-06 Thread Tim Mackinnon
with that bit - so I'm using both browsers at the moment. Tim Sent from my iPhone > On 6 Sep 2017, at 10:45, Denis Kudriashov <dionisi...@gmail.com> wrote: > > Hi Tim. > > Sorry for late response. During Esug I am a bit out of mails. > > About saving method problem it i

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

2017-09-07 Thread Tim Mackinnon
check?). Tim

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 <tim@testit.works> wrote: > > Hi there - I’ve been running in a 6.1 64bit

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

2017-09-07 Thread Tim Mackinnon
- as we type a lot (even though we have simple syntax) - and having efficient tools takes away the friction. Next on my hit list, it add the same support to the refactoring tools - which while sophisticated are so clunky in use when compared to IntelliJ. Tim > On 7 Sep 2017, at 08:02, Thie

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

2017-09-07 Thread Tim Mackinnon
ses this, but it seems like it happens. tim > On 7 Sep 2017, at 19:53, Tim Mackinnon <tim@testit.works> 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

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 <tim@testit.works> 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 - h

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

2017-09-10 Thread Tim Mackinnon
into those? Tim P.s. while taking about the debugger - does anyone else find the current keyboard shortcuts for over, into, through a real nuisance? They aren’t consistent between all 3, or easily pressable e.g. Into = cmd+e, over = cmd+shift+o, cmd+shift+t I don’t mind holding cmd-shift with my left

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

2017-09-10 Thread Tim Mackinnon
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, Tim Mackinnon <tim@testit.works> wrote: &g

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

2017-09-10 Thread Tim Mackinnon
with what I know is happening? If I use Suggestions, Break it seems to work correctly (apart from the Step Through I mentioned in another thread). Tim

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

2017-09-12 Thread Tim Mackinnon
That makes sense - but in a practical usability sense its broken - it doesn’t give me a useful breakpoint to step through code where I expect. Should I raise a Fogbugz for this? Or should we just remove this feature if we can’t do it right? Tim > On 12 Sep 2017, at 11:09, Nicolai H

Re: [Pharo-users] Minimizing an Application

2017-08-21 Thread Tim Mackinnon
rip dead code" tool, that does a similar thing in reverse - which is equally a decent way of approaching the problem and can lead to even tinier results. Tim Sent from my iPhone > On 21 Aug 2017, at 21:25, horrido <horrido.hobb...@gmail.com> wrote: > > I received t

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

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

2017-08-26 Thread Tim Mackinnon
to come together. Tim Sent from my iPhone > On 26 Aug 2017, at 14:59, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > > > 2017-08-26 14:46 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>: >> >> 2017-08-26 14:31 GMT+02:00 Tim Mackinnon <ti

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

2017-08-26 Thread Tim Mackinnon
idea is to make it easy to experiment - and that's the cool bit. That's where we thrive. Tim Sent from my iPhone > On 26 Aug 2017, at 18:38, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > > > 2017-08-26 15:44 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>:

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 <horrido.hobb...@gmail.com> wrote: > > Oh, cool! I didn't realize that. (I've never had a need to look at Settings.) > > Thanks.

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 <hann

Re: [Pharo-users] Dark Mode

2017-08-28 Thread Tim Mackinnon
Border new color: self borderColor lighter lighter lighter; width: 2. aWindow borderStyle: aStyle. Tim On 28 Aug 2017, at 01:08, PBKResearch <pe...@pbkresearch.co.uk <mailto:pe...@pbkresearch.co.uk>> wrote: > Dimitris >

Re: [Pharo-users] Minimizing an Application

2017-08-25 Thread Tim Mackinnon
, Calypso ...) would seem more urgent. Tim Sent from my iPhone > On 25 Aug 2017, at 08:47, Dimitris Chloupis <kilon.al...@gmail.com> wrote: > > I still dont know what opening has to do with transmitting, even when you do > it remotely , a socket / websocket connection shou

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

2017-08-25 Thread Tim Mackinnon
ticed similar in that it looks frozen but it's actually the screen not redrawing as you can fiddle to get it back (can't recall what I did - maybe drag a window on top?) Tim Sent from my iPhone Sent from my iPhone > On 25 Aug 2017, at 05:55, john pfersich <jpfers...@gmail.com> wrote

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

2017-09-01 Thread Tim Mackinnon
lt to follow what's calling what. Tim Sent from my iPhone > On 1 Sep 2017, at 09:18, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > Hi Tim, > > The RB ast has a specific method for finding the right node: in AltBrowser, I > use ast bestNodeFor: aTarget select

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

2017-09-04 Thread Tim Mackinnon
like Ctrl-B and Ctrl-N might need deprecating as there are meta key equivalents as when I looked through the existing code it is quite complicated and in need of a cleanup). Tim > On 4 Sep 2017, at 10:52, Torsten Bergmann <asta...@gmx.de> wrote: > > Hi Hannes, > > The

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 <dionisi...@gmail.com> wrote: > > Hi > > 2017-09-01 14:26 GMT+02:00 kmo <vox.

Re: [Pharo-users] Usability issues with Calypso

2017-09-03 Thread Tim Mackinnon
is not in Calypso right? Tim > On 3 Sep 2017, at 17:24, Denis Kudriashov <dionisi...@gmail.com> 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:0

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

2017-09-01 Thread Tim Mackinnon
e a decent cheap strategy. I don't know if our parser is able to recover from simple errors and just have error nodes in the ast, and whether the #bestNodeFor method then ignored error nodes... this is what I think Dolphin used to do. Tim Sent from my iPhone > On 31 Aug 2017, at 19:11,

Re: [Pharo-users] Bitbucket CI

2017-09-01 Thread Tim Mackinnon
SmalltalkCI, just a plain set of build steps, but that's also another option if you are building multiple platforms on your CI. Tim Sent from my iPhone Sent from my iPhone > On 1 Sep 2017, at 06:31, Sean P. DeNigris <s...@clipperadams.com> wrote: > > I know we have Travis support for

Re: [Pharo-users] Smalltalk Argument

2017-10-19 Thread Tim Mackinnon
forgotten most of it) and was stunned that I was productive in that team after 1 day once they showed me how to inspect items in the UI and navigate to tests. I've never encountered that on a project before. Tim Sent from my iPhone > On 19 Oct 2017, at 08:04, Paulo R. Dellani &l

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,

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

2017-11-23 Thread Tim Mackinnon
- but they will take time to migrate to. Tim > On 23 Nov 2017, at 12:18, Christophe Demarey <christophe.dema...@inria.fr> > wrote: > >> >> Le 23 nov. 2017 à 12:34, Norbert Hartl <norb...@hartl.name> a écrit : >> >> >> &g

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

2017-11-10 Thread Tim Mackinnon
and moment of doubt. A button to rerun the whole lot, or automatically rerun, or just run it would work for me. Tim Sent from my iPhone > On 10 Nov 2017, at 17:56, Richard Sargent > <richard.sarg...@gemtalksystems.com> wrote: > > That would be fine. > The point is that, wit

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 <tim@testit.works> wrote: > > immediately running again to get red

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

2017-11-13 Thread Tim Mackinnon
and then creating the debugger in a different image) - but I could imagine you doing this for what you want? If you need specific code I can dig it out for you tonight. Tim > On 12 Nov 2017, at 23:15, Sean P. DeNigris <s...@clipperadams.com> wrote: > > Sean P. DeNigris wrote &

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

2017-11-14 Thread Tim Mackinnon
if you are doing TDD. Tim > On 10 Nov 2017, at 19:45, Richard Sargent > <richard.sarg...@gemtalksystems.com> wrote: > > I hear you and I understand your pain. > > However, if you corrected the problem, not by a code change, but by playing > in the object's inspect

Re: [Pharo-users] QCMagritte on Github

2017-11-14 Thread Tim Mackinnon
with recently found that CircleCI was more to their liking. In both cases you have much more control about what is going on. It may be that you need something a bit more heavy duty - and it might be worth checking out some of the alternatives. Tim > On 10 Nov 2017, at 18:20, Stephane Duca

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

2017-11-21 Thread Tim Mackinnon
this the other way around - but I’m a more optimistic guy. This said - maybe we make it an option (or an easy code switch) - I’d default it to the optimistic TDD mode personally. My CI server will give me the full lowdown. Tim > On 15 Nov 2017, at 21:50, Sean P. DeNigris <s...@clipperadams.com&

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

2017-11-03 Thread Tim Mackinnon
Stef has started doing). I wanted to be able to evaluate expressions in this text to show things in a presentation, and possibly embed methods etc. As everyone has said, its not rocket science but there is a bit to get right (and doing it in Bloc is actually a very good idea BTW). Tim > On 3

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 &

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

2017-11-01 Thread Tim Mackinnon
in time for my presentation. But am curious if we have something. (For bonus points, GT-Spotter stuff would work in it over top of the presentation to demonstrate simple things) Tim

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

2017-11-01 Thread Tim Mackinnon
has already done it. Tim Sent from my iPhone > On 1 Nov 2017, at 20:57, Dimitris Chloupis <kilon.al...@gmail.com> wrote: > > Well technically this is easy to do with Morphic. Probably Spec 2. Doing it > from inside the Pharo window will give you the ability to demons

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

2017-11-02 Thread Tim Mackinnon
TextMorph seems broken in Pharo6 in that halos won't let you edit text (walkback) and halos won't let you set text size or bold (they do nothing)? Which is a shame for this kind application - but with Bric maybe it's expected? Anyway - this gives me a head start. Tim Sent from my iPhone > O

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
the src field empty and it then seemed to put an entry into Iceberg but then a Fetch gave me the same error? Tim > On 7 Nov 2017, at 11:46, Esteban Lorenzano <esteba...@gmail.com> wrote: > > iceberg should work on 64bits, both on Pharo7 and Pharo6. > I’ve been using it exclusive

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

2017-11-09 Thread Tim Mackinnon
or something? Tim

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

2017-11-09 Thread Tim Mackinnon
be worth rolling back this change for now. We should fix it though - and the answer must be in the area you have identified. tim > On 9 Nov 2017, at 12:43, Denis Kudriashov <dionisi...@gmail.com> wrote: > > And now it is in latest Pharo > > 2017-11-09 12:16 GMT+01:00 Deni

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

2017-11-09 Thread Tim Mackinnon
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 <dionisi...@gmail.com> wrote: > > In Pharo 7 it works. > > 2017-11-09 18:29 GMT+01:00 Tim Mackinnon <tim@testit.works

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

2017-11-06 Thread Tim Mackinnon
inadvertently try to use it? Tim

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 <stepharo.s...@gmail.com> wrote: > > Hi andrew > > I think that Avi did a package abo

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

2017-10-30 Thread Tim Mackinnon
of 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 <tim@testit.works> wrote: > &

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

2018-05-14 Thread Tim Mackinnon
makes it much easier to write generic scripts to run in CI projects without having to reference branch names to build things (as its simply the source in you git directory that you want to build locally ) Tim

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 <tim@testit.works> wrote: > > Hmmm - will have to try that again -

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

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

2018-05-14 Thread Tim Mackinnon
ecting 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 <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> may take another look at SmalltalkCI - the troub

[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 <s...@clipperadams.com > <mailto:s..

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

2018-05-09 Thread Tim Mackinnon
as files which I thought had been changed? Am I doing something wrong - or do i need to set something? Tim Sent from my iPhone

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

2018-05-09 Thread Tim Mackinnon
Ah - I missed that piece of information - could that be put on the iceberg readme.md? In fact - I’ll submit a pr so you can keep motoring on getting it all to work (I really want a stable git environment - we are getting sooo close). Tim > On 9 May 2018, at 11:34, Esteban Lorenzano <

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

2018-04-26 Thread Tim Mackinnon
Yep - its that one. Needs fixing as it had me scratching my head in the wrong place … its a bit out of my league. But we are hoping to see if we can fix a few bugs at the next UK Smalltalk meeting. Tim > On 26 Apr 2018, at 08:28, Guillermo Polito <guillermopol...@gma

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 <vonbecm...@gmail.com> > wrote: > > > > On Wed, May 9, 2018 at 9:36 PM, Tim Mackinnon <tim@testit.works > <mailto

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

2018-05-09 Thread Tim Mackinnon
that make it difficult to fathom what is going on. It would be great to put them together so others can avoid the lost hours. Tim > On 10 May 2018, at 00:33, Bernardo Ezequiel Contreras <vonbecm...@gmail.com> > wrote: > > Tim, i've used the following script > > https://gi

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 <tim@testit.works> wrote: > > Ah - I missed that piece of information - could that be put on the icebe

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

2018-05-09 Thread Tim Mackinnon
t seems to work, so I’m a bit confused about what is going on? Tim

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

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
: ((Process forContext: materializedContext priority: Processor userInterruptPriority) newDebugSessionNamed: sessionName startedAt: materializedContext). Tim Sent from my iPhone > On 10 May 2018, at 12:41, Tim Mackinnon &

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

2018-05-10 Thread Tim Mackinnon
This was indeed the answer - use the gitlab protocol and specify a branch e.g. Iceberg enableMetacelloIntegration: true. Metacello new baseline: 'PagerDuty'; repository: ‘gitlab:// <mailto:g...@gitlab.com>macta/WillowPagerDuty:master/src'; load. Thanks Gaby Tim > On 10 May 20

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-15 Thread Tim Mackinnon
already is a CI with the concept of jobs - just not Smalltalk ones. At its best - how does SmalltalkCI function - I never quite understood the pipeline when checked years ago. Tim > On 15 May 2018, at 09:09, Fabio Niephaus <li...@fniephaus.com> wrote: > > Hi Tim,

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

2018-05-18 Thread Tim Mackinnon
if it then preserves this behaviour). Ulimately I was hoping to have an easy portable Pharo environment to sneakily take on holiday via an iPad. The approach is to try and compile Pharo for iOS (I did it a long time ago, but it was a pain - whereas a remote server seemed like a neat solution). Tim Sent from

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

2018-05-15 Thread Tim Mackinnon
(the iTimer VM was something I picked up from PharoLambda - as you really can’t control that environment at all - but it doesn’t run Iceberg). I’ll make that correction and try again. Thanks, Tim > On 15 May 2018, at 12:28, Esteban Lorenzano <esteba...@gmail.com > <mailto:esteba...@gmail

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

2018-05-15 Thread Tim Mackinnon
-cache and reran it - it then correctly showed me errors referencing v8 again. Is this a known problem? Tim

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

2018-05-15 Thread Tim Mackinnon
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 - and it’s a re

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 <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> But I don’t understand how it works on Gitlab > > The gitlab-smalltalk-ci project performs three

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-16 Thread Tim Mackinnon
gh - 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 <s...@clipperadams.com> wrote: > > T

[Pharo-users] Pharo 7 - New Iceberg feedback

2018-05-22 Thread Tim Mackinnon
specific login (that doesn’t use 2fa). - I’ll look at how to add that tweak and send a PR. Tim Sent from my iPhone

[Pharo-users] Why doesn't Pharo 7 Iceberg write changes to the git filesystem as you go?

2018-05-22 Thread Tim Mackinnon
not code (Which I’m guess happens briefly when you click commit?). I’m curious now to understand the tradeoffs. Tim p.s. it is very nice for small private projects, to use a git client on your phone - edit a method or two on the train, commit your changes and then see your CI build the results

Re: [Pharo-users] Code completion in Pharo?

2018-05-25 Thread Tim Mackinnon
and dare I say fun... and this is why we love Smalltalk and Pharo , they are so malleable. Tim Sent by iPhone Sent from my iPhone > On 25 May 2018, at 02:12, andreo <andrzej.ols...@gmail.com> wrote: > > Dear Pharoers, > > I'm just starting out with Pharo 6.1, and I

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 <tim@testit.works> 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 -

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

2018-05-18 Thread Tim Mackinnon
to alert and or email (Ive not tried this - other than write to an s3 bucket - but I saw an AWS presentation on all there cloud tools and it looked straight forward) . Tim Sent from my iPhone > On 18 May 2018, at 18:33, Peter Uhnák <i.uh...@gmail.com> wrote: > > Hi Sergio

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

2018-05-15 Thread Tim Mackinnon
, applied to Ubuntu 17.10 (the same happens with 16.04). Tim The initial error is: Starting Load Script... > Configure Load caches... > Loading Projects... Fetched -> BaselineOfPagerDuty-tonel.1 --- tonel:///builds/macta/WillowPagerDuty/src --- tonel:///builds/macta/WillowPagerDuty/s

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-16 Thread Tim Mackinnon
a 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 <s...@clipperadams.com> wrote: > > Tim

Re: [Pharo-users] [Ann] Some new iceberg videos

2018-05-23 Thread Tim Mackinnon
to contribute to pharo (in general). By the way - this video - https://www.youtube.com/watch?v=c0IgIT2s6Js=youtu.be <https://www.youtube.com/watch?v=c0IgIT2s6Js=youtu.be> has a very low quality compare to the others. I think maybe a setting was wrong when it was uploaded? Tim > On 23

Re: [Pharo-users] Pharo 7 - New Iceberg feedback

2018-05-22 Thread Tim Mackinnon
018, at 16:18, Sven Van Caekenberghe <s...@stfx.eu> wrote: > > Hi Tim, > > Thanks for the detailed/constructive feedback. I am sure it will be helpful. > > Sven > >> On 22 May 2018, at 17:15, Tim Mackinnon <tim@testit.works> wrote: >> >> Hi -

Re: [Pharo-users] Why doesn't Pharo 7 Iceberg write changes to the git filesystem as you go?

2018-05-22 Thread Tim Mackinnon
er, but you saw this, right ? > > https://github.com/pharo-vcs/iceberg/wiki/Iceberg-glossary > >> On 22 May 2018, at 17:23, Tim Mackinnon <tim@testit.works> wrote: >> >> Hi - when trying out the new Iceberg with a bunch of developers and >> explaining the ch

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-11 Thread Tim Mackinnon
at format. So saying it shouldn’t matter does not make it > better. If you work with mongo DB you will see the same that for some queries > you have to provide proper order of keys. > > Norbert > >>> On 8 June 2018 at 00:16, Tim Mackinnon wrote: >>> Thanks guys - it

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-11 Thread Tim Mackinnon
on a class and my methods can be safely clean). Appreciate the commentary on this, it’s been a useful exercise. Tim Sent from my iPhone > On 11 Jun 2018, at 08:02, Norbert Hartl wrote: > > > >> Am 11.06.2018 um 08:55 schrieb Richard O'Keefe : >> >> The order of key

Re: [Pharo-users] more on "can't get keyboard shortcuts to work on Mac"

2018-06-07 Thread Tim Mackinnon
Yes they all work for me too - so we ‘re a bit confused by what your reporting Greg, as they should all work on a Mac. I’m sure we can help you get to the bottom of it. Tim Sent from my iPhone > On 7 Jun 2018, at 06:39, Paul DeBruicker wrote: > > oh and a typo. Which should

[Pharo-users] Why do #select:thenXxx methods not return their result

2018-06-07 Thread Tim Mackinnon
Hi - are the methods like #select:thenCollect: frowned upon? They seem quite readable , however in using them I’ve noticed that unlike the core methods they done return the result of evaluation (they are missing a ^). This is a shame, but possibly an oversight? Tim Sent from my iPhone

Re: [Pharo-users] Is it bad to have an order NeoJsonObject?

2018-06-07 Thread Tim Mackinnon
(a headless cms) and the order of your content when rendering it on a page(generically) is obviously important. Tim Sent from my iPhone > On 7 Jun 2018, at 07:46, Sven Van Caekenberghe wrote: > > > >> On 7 Jun 2018, at 08:16, Norbert Hartl wrote: >> >> >> >

Re: [Pharo-users] Pharo 6, bad debugger behaviour

2018-06-08 Thread Tim Mackinnon
work well). Also my image recovers fine when I shut down the debuggers. Interested in others experience and I guess I should try and use 7 more to see if it’s there too. Tim Sent from my iPhone Sent from my iPhone >> On 8 Jun 2018, at 13:10, Esteban A. Maringolo wrote: >> >>

[Pharo-users] Pharo 6, bad debugger behaviour

2018-06-08 Thread Tim Mackinnon
this (and not other smalltalks). Should I report this? Tim Sent from my iPhone

Re: [Pharo-users] Pharo 6, bad debugger behaviour

2018-06-08 Thread Tim Mackinnon
I should also mention these extra debuggers don’t have the stack either, just a single dnu method. Tim Ps thank god for close windows to right. ... Sent from my iPhone > On 8 Jun 2018, at 12:30, Tim Mackinnon wrote: > > Hi, I’ve noticed lately when using a reasonably recent Pharo

Re: [Pharo-users] Pharo 6, bad debugger behaviour

2018-06-08 Thread Tim Mackinnon
Ah that’s interesting- it’s happened to me 4 or 5 tines in the last 2 days. Recent enough that maybe I can figure out a test case I’ll try. Sent from my iPhone > On 8 Jun 2018, at 18:57, Steven Costiou wrote: > > Concerning the bug 22085, i commented on fogbuzz: > >> I believe it is

[Pharo-users] Understanding ZnJSONReader mapping?

2018-06-07 Thread Tim Mackinnon
missing an important concept? Tim Sent from my iPhone

Re: [Pharo-users] Understanding ZnJSONReader mapping?

2018-06-07 Thread Tim Mackinnon
define in your Prismic page type, but their values are then a standard format (almost) - so maybe those I can usefully map? Or maybe I just stick to dictionaries and plough on. Tim page: { --heading: { type: "StructuredText" --value: [ --{ type: "heading1"

Re: [Pharo-users] Understanding ZnJSONReader mapping?

2018-06-07 Thread Tim Mackinnon
- but they are horrid, filled with tons on instanceof crap... I’ve gotten reasonably far but as the structures can be recursive for a cms, I think I can do much better somehow. Tim Sent from my iPhone > On 7 Jun 2018, at 21:44, Esteban A. Maringolo wrote: > >> On 07/06/2018 17:21, T

Re: [Pharo-users] Why doesn't Iceberg checkin other assets (scripts) but does check them out?

2018-06-14 Thread Tim Mackinnon
Ooooh - I didn’t know about #addToIndex: that sounds like a possible workaround to my problem (but not a generic solution though). BTW - I don’t want this to be a criticism, I’m loving the tools and their possibilities! Tim Sent from my iPhone > On 14 Jun 2018, at 09:36, Peter Uhnák wr

Re: [Pharo-users] Why doesn't Iceberg checkin other assets (scripts) but does check them out?

2018-06-14 Thread Tim Mackinnon
ay-xxx directories (the .ph files) as there is often useful playground stuff I’d like to access on my home computer. We can’t do that easily at the moment either. Tim Sent from my iPhone > On 14 Jun 2018, at 09:12, Guillermo Polito wrote: > > Just to complement Esteban's answer: > >

Re: [Pharo-users] Iceberg - finding deleted classes, reverting versions?

2018-06-14 Thread Tim Mackinnon
could restore a tonel file - would iceberg then recognise it to bring it back in, or Would I need to use some filestream foo to do that (as this would at least be a viable workaround for now)? Tim Sent from my iPhone Sent from my iPhone > On 14 Jun 2018, at 08:52, Guillermo Polito wr

<    1   2   3   4   5   6   7   8   >