Re: [Pharo-users] Testing "Weekly Digest" for GitHub

2019-07-16 Thread Marcus Denker
Hi, This seems to have been caused by a faulty config (I really hate YAML…). I changed it *and* put the day to be saturday, as they seem to have run into rate limiting for the API on Sundays in the past. So hopefully this will work saturday again. Marcus > On 15 Jul 2019, at 11:19, Ma

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Ben Coman
I'm not familiar with Spec but I'll have a go... On Wed, 17 Jul 2019 at 07:03, Steve Quezadas wrote: > On Tue, Jul 16, 2019 at 7:43 AM Ben Coman wrote: >> >> On Tue, 16 Jul 2019 at 12:49, Steve Quezadas wrote: >> > >> > I am running through the "Spec UI Framework" tutorial, and in it has a >>

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Steve Quezadas
Ok, I filed out and it exported the file 'WidgetClassList.st' . This is the contents of the file: 'From Pharo7.0.3 of 12 April 2019 [Build information: Pharo-7.0.3+build.158.sha.0903ade8a6c96633f07e0a7f1baa9a5d48cfdf55 (64 Bit)] on 16 July 2019 at 3:58:28.785036 pm'! ComposablePresenter subclass:

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Le 16/07/2019 à 23:05, Christopher Fuhrman a écrit : > Very cool! I think the quickstart section would benefit from an example > such as loading icons or a test resource (mse file for moose).  > I'll add it to my todo ;) > Also, can you explain how updating a Readme.md would work using > GitBrid

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Christopher Fuhrman
Very cool! I think the quickstart section would benefit from an example such as loading icons or a test resource (mse file for moose). Also, can you explain how updating a Readme.md would work using GitBridge? I assume it would be modified with a text editor in Pharo then Iceberg will see the chan

Re: [Pharo-users] [ANN] GitBridge

2019-07-16 Thread Tomohiro Oda
Cyril, Awesome! I've been wanting to make something like this for my project. Great thanks! --- tomo 2019年7月17日(水) 5:07 Cyril Ferlicot D. : > > Hi! > > Today I released the v1 of a project I wanted to do since a long time: > GitBridge. > > The goal of the project is to easily access external reso

[Pharo-users] [ANN] TinyLogger

2019-07-16 Thread Cyril Ferlicot D.
Hi, Some time ago I released the first stable version of a project of mine: TinyLogger. I announced it on Twitter but I forgot to announce it here :) I started this project because at some point I had an urgent need of a simple logger and at that time beacon was broken. :( I had no time to check

[Pharo-users] [ANN] GitBridge

2019-07-16 Thread Cyril Ferlicot D.
Hi! Today I released the v1 of a project I wanted to do since a long time: GitBridge. The goal of the project is to easily access external resources stored in the git repository of the project and other information. For more infos check the Quick start or documentation present at: https://github

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread PBKResearch
Steve How did you get the source code for the examples? Pages 12-13 of the "Spec UI Framework" booklet give the code for the methods of class WidgetClassList, and there we find: WidgetClassList >> whenSelectedItemChanged: aBlock list whenSelectedItemChanged: aBlock This looks very much

Re: [Pharo-users] "whenSelectedItemChanged:" in Spec

2019-07-16 Thread Ben Coman
On Tue, 16 Jul 2019 at 12:49, Steve Quezadas wrote: > > I am running through the "Spec UI Framework" tutorial, and in it has a widget > class inherited from "ComposablePresenter" (ComposablePresenter subclass: > #WidgetClassList). But for some reason the "whenSelectedItemChanged:" method > call