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

2019-07-17 Thread Steve Quezadas
Oh, I see. Ok, I am somewhat new to pharo smalltalk so I'm getting used to the paradigm. Thank you. The best way to learn is to "do". I can learn a lot by trying to figure out ways around unexpected behavior. On Tue, Jul 16, 2019 at 5:39 PM Ben Coman wrote: > I'm not familiar with Spec but I'll

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Noury Bouraqadi
Cyril, Thanks for doing this. I'll use it in PharoJS. We have HTML files that are used to run tests. We also need to know where to export JS files generated from Pharo code. Noury IceTipRepositoriesModel new repositories detect: [: repo | repo name = #PharoJS]. > On 17 Jul 2019, at 17:09, Cyr

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Cyril Ferlicot
On Wed, Jul 17, 2019 at 4:59 PM Alexandre Bergel via Pharo-users wrote: > > Thanks Cyril, > > This look awesome. A quick question: to access external resources, I usually > use the expression (that you provide me some times ago) > > repo := (IceRepository registry detect: [ :each | each includesP

Re: [Pharo-users] [ANN] TinyLogger

2019-07-17 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Pretty cool! I love the way you document your application. Very effective! Alexandre > On Jul 16, 2019, at 4:16 PM, Cyril Ferlicot D. > wrote: > > Hi, > > Some time ago I released the first stable version of a project of mine: > TinyLogger. I announced it on Twitter but

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Thanks Cyril, This look awesome. A quick question: to access external resources, I usually use the expression (that you provide me some times ago) repo := (IceRepository registry detect: [ :each | each includesPackageNamed: 'GeneticAlgorithm' ] ifNone: [ self error: 'Pleas

[Pharo-users] Question about Artifact and Especial Characters

2019-07-17 Thread Juan Pablo Sandoval Alcocer
Hi, We are using Artifact for automatically creating pdf invoices. It was working well so far, until we realize a problem with especial characters, for instance "Zarić". When some special characters are used, our script generate a white pdf as invoice :(. We tried to fix this using different cha

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

2019-07-17 Thread Peter Kenny
Ben Coman wrote > I'm not familiar with Spec but I'll have a go... > > On Wed, 17 Jul 2019 at 07:03, Steve Quezadas < > steveeq1@ > > wrote: > >> On Tue, Jul 16, 2019 at 7:43 AM Ben Coman < > btc@ > > wrote: >>> >>> On Tue, 16 Jul 2019 at 12:49, Steve Quezadas < > steveeq1@ > > wrote: >>> >

[Pharo-users] ESUG19: Camp Smalltalk 24/25 August

2019-07-17 Thread Marcus Denker
As usual at ESUG, we will be holding an informal „Camp Smalltalk“ the weekend before the conference. The idea is to meet, hack, discuss. - location: ZWEIDENKER, Luxemburger Str. 72, 50674 Köln (see https://zweidenker.de/kontakt/ ) - dates & times:

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Otto Behrens
Thanks a lot! this is great functionality. Otto On Tue, Jul 16, 2019 at 10:08 PM Cyril Ferlicot D. wrote: > 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 reposito

Re: [Pharo-users] [ANN] Pharo TechTalk July 18th

2019-07-17 Thread Marcus Denker
This is tomorrow > On 11 Jul 2019, at 11:33, Marcus Denker wrote: > > A regular chat about Pharo. Happens on Discord. > > Topic: How to report and fix bugs for Pharo. In a live coding session, we > will together have a look at some simple fixes for Pharo8 and learn how to > report bugs and do

Re: [Pharo-users] [ANN] GitBridge

2019-07-17 Thread Konrad Hinsen
Am 16.07.19 um 22:07 schrieb Cyril Ferlicot D.: 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. Excellent - that's a functionalit