[Pharo-users] Re: [Pharo-dev] Pharo VM Release - v9.0.11

2022-01-13 Thread Tudor Girba
Awesome work! Thank you, Tudor > On Jan 13, 2022, at 5:44 PM, teso...@gmail.com wrote: > > Hello, > I have released a new version of the Pharo VM for Pharo 9 and Pharo 10. > This VM is accessible right now from Zero-Conf, updating it in the Pharo > Launcher or using the usual downloads (as

[Pharo-users] Re: [Pharo-dev] [ANN] Pharo 9 released!

2021-07-16 Thread Tudor Girba
Congratulations! Tudor > On Jul 15, 2021, at 11:14 AM, Esteban Lorenzano wrote: > > Dear World and dynamic language lovers: > > The time has come for Pharo 9 ! > > Pharo is a pure object-oriented programming language and a powerful > environment, focused on simplicity and immediate feedback

[Pharo-users] Re: [Pharo-dev] StackVM for M1 ready

2021-02-17 Thread Tudor Girba
Awesome news! Thank you for all this work! Doru > On Feb 16, 2021, at 8:38 PM, Stéphane Ducasse > wrote: > > Hello happy Pharoers > > Today we could access our building where the M1 machine is and Pablo packaged > it > so that you can test the first version. > > Pablo wrote a little blog

[Pharo-users] Re: Can a class be not equal to itself?

2020-12-31 Thread Tudor Girba
Hi Konrad, Could it be that you have overridden = on the class side of your class? Otherwise, I do not see how this can happen. Cheers, Tudor > On Dec 31, 2020, at 12:19 PM, Konrad Hinsen > wrote: > > Hi everyone, > > > It's been a while since I have encountered mysterious behavior in Ph

[Pharo-users] Re: [Pharo-dev] [ANN] New Pharo VM released (v8.6.1)

2020-11-03 Thread Tudor Girba
Great work! Thanks, Tudor > On Nov 2, 2020, at 4:48 PM, teso...@gmail.com wrote: > > Hi, > this is an announcement of a new release of the Pharo VM. This > new version is available to be downloaded through get-pharo scripts > and through the Pharo Launcher. From the Pharo Launcher, remember

Re: [Pharo-users] CV/OCR Library

2020-09-01 Thread Tudor Girba
Hi, Indeed, we have an integration for OpenCV here: https://github.com/feenkcom/gt4opencv Cheers, Doru > On Aug 31, 2020, at 4:14 PM, Stéphane Ducasse > wrote: > > I know that there is an openCV binding by https://twitter.com/DmitryMatveev > You have a binding in GT too. > > >> On 31 Au

Re: [Pharo-users] glamorous toolkit & pharo

2020-07-12 Thread Tudor Girba
ro for GT? Any place to find more information on this? > > Cheers, > > Offray > > On 7/07/20 4:06 p. m., Tudor Girba wrote: >> Hi, >> >> As Glamorous Toolkit gets closer to being released, we get quite a number of >> questions on various channels about its r

[Pharo-users] glamorous toolkit & pharo

2020-07-07 Thread Tudor Girba
Hi, As Glamorous Toolkit gets closer to being released, we get quite a number of questions on various channels about its relationship with Pharo. Glamorous Toolkit is built with Pharo. It is unlikely that we would have been able to produce it in any other language within the constraints we face

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

2019-03-17 Thread Tudor Girba
Hi, Is anyone aware of RDF or JSON-LD support in Pharo? Cheers, Doru -- www.feenk.com "Innovation comes in the least expected form. That is, if it is expected, it already happened."

Re: [Pharo-users] Can't addChild:

2019-02-25 Thread Tudor Girba
Hi, addChild: expects a BlElement not a canvas. A BlElement draws on a canvas object that is passed to it. SpartaCanvas is an abstract class. If you want to instantiate a canvas, pick one of the subclasses. For example, for MozCanvas, see MozExamples. Cheers, Tudor > On Feb 25, 2019, at 4:

[Pharo-users] firebase client in pharo?

2019-02-22 Thread Tudor Girba
Hi, Did anyone worked on connecting Pharo with Firebase? Cheers, Doru -- www.feenk.com "Quality cannot be an afterthought."

Re: [Pharo-users] Bloc Tutorial

2019-02-17 Thread Tudor Girba
Hi, The simplest thing is to take a fresh image, in a fresh directory and rerun the Metacello script. Let us know how it works. Cheers, Doru > On Feb 18, 2019, at 12:28 AM, horrido wrote: > > So how do I force Iceberg to reload? > > > Andrei Chis wrote >> If you use repositories that start

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

2019-02-12 Thread Tudor Girba
Thanks a lot for doing this! It is of great help to know that we can reliably work with Postgres. Cheers, Doru > On Feb 12, 2019, at 3:22 PM, Sven Van Caekenberghe wrote: > > Hi, > > There is a new release of P3, the modern, lean and mean PostgreSQL client for > Pharo. > > https://github.c

Re: [Pharo-users] PetitParser question

2019-01-30 Thread Tudor Girba
Great. I am happy you found a solution :) Cheers, Doru > On Jan 30, 2019, at 3:37 PM, Konrad Hinsen wrote: > > Tudor Girba writes: > >> Would this not work: > > It works. And as much as I hate to admit it, my version of yesterday was > very similar except

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Tudor Girba
Hi, > On Jan 29, 2019, at 7:04 PM, Konrad Hinsen wrote: > > Tudor Girba writes: > >> But, does it solve your problem? > > Not yet. Not sure it will. Would this not work: p := (#digit asPParser separatedBy: ($+ asPParser / $- asPParser) trim) ==> [

Re: [Pharo-users] PetitParser question

2019-01-29 Thread Tudor Girba
Hi, > On Jan 29, 2019, at 6:31 PM, Konrad Hinsen wrote: > > Hi Doru, > > Thanks for pointing out the use case in XML, which gave me an > opportunity to play around with this with almost no > effort. Unfortunately there seems to be a bug in how PPXmlParser > constructs the PPFailure message > (

Re: [Pharo-users] PetitParser question

2019-01-27 Thread Tudor Girba
Hi Konrad, A somewhat similar issue is present in an XML grammar: the closing element must match the opening element. In PPXmlGrammar, you have a condition that matches it and throws a failure otherwise: element "[39] element::= EmptyElemTag | STag content ETag"

[Pharo-users] pharo announcement in heise.de

2019-01-24 Thread Tudor Girba
Hi. I just stumbled across this: https://www.heise.de/developer/meldung/Programmiersprache-Pharo-7-0-tauscht-zahlreiche-Komponenten-aus-4285162.html Very cool :) Doru -- www.feenk.com "You can inspect and adapt only what is explicit."

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 7.0 released!

2019-01-22 Thread Tudor Girba
Great work! Thanks everyone for all the effort! Doru > On Jan 22, 2019, at 2:36 PM, Esteban Lorenzano wrote: > > Pharo 7.0 released! > === > > Dear World and dynamic language lovers: > > The time has come for Pharo 7.0! > > Pharo is a pure object-oriented programming language a

Re: [Pharo-users] #select was sent to nil

2019-01-16 Thread Tudor Girba
Thanks for looking into this problem! Doru > On Jan 16, 2019, at 10:57 AM, Andrei Chis wrote: > > The bug seems to have been introduce in > Pharo7.0-SNAPSHOT.build.102.sha.3f660fc.arch.64bit by merging the pull > request https://github.com/pharo-project/pharo/pull/1847 > > On Wed, Jan 16, 2

Re: [Pharo-users] Search in settings borwser

2019-01-13 Thread Tudor Girba
ou update your installed image to the latest GToolkit > version? > > Btw, the Memory game build for Bloc has some issues with latest Bloc > animation, and may be text, not sure. May be worth fixing. > > Thanks > > Hilaire > > Le 13/01/2019 à 15:55, Tudor Girba a écri

Re: [Pharo-users] Search in settings borwser

2019-01-13 Thread Tudor Girba
Hi, Thanks for raising the issue. It was due to an incorrectly defined property. It’s fixed in the latest GToolkit version: https://github.com/feenkcom/gtoolkit/issues/100 Cheers, Doru > On Jan 13, 2019, at 2:18 PM, Hilaire wrote: > > Hi, > > In latest P7 with GToolkit loaded, when perform

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

2019-01-09 Thread Tudor Girba
Perfect. Then I will continue in our repo and we see later. Doru > On Jan 9, 2019, at 9:36 PM, Sven Van Caekenberghe wrote: > > > >> On 7 Jan 2019, at 20:30, Tudor Girba wrote: >> >> Excellent. >> >> In the meantime, we extended GT4P3 a b

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

2019-01-07 Thread Tudor Girba via Pharo-users
t; schemas >> tables >> contents (listDatabases is not so > useful since you can only connect to 1 database at a time). > >> On 6 Jan 2019, at 00:01, Tudor Girba wrote: >> >> And with a little more code, we now have a dedicated Playground form snippet >>

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

2019-01-05 Thread Tudor Girba
And with a little more code, we now have a dedicated Playground form snippet that opens the database connection without requiring any Pharo code. Cheers, Doru > On Jan 5, 2019, at 12:02 AM, Tudor Girba wrote: > > You can now query a Postgres database from the new GT. The initia

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

2019-01-04 Thread Tudor Girba
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, 2018, at 12:33 PM, Sven Van Caekenberghe wrote: > > Hi, > > I created a new release of P3, the modern, lean

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

2019-01-01 Thread Tudor Girba via Pharo-users
--- Begin Message --- Very cool. Thanks! Doru > On Dec 31, 2018, at 12:33 PM, 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: >

Re: [Pharo-users] [Pharo-dev] New book: Pharo with Style

2019-01-01 Thread Tudor Girba via Pharo-users
--- Begin Message --- Nice work. Doru > On Dec 30, 2018, at 10:13 PM, Stephane Ducasse > wrote: > > Hello Fellow Pharoers > > I'm happy to announce a new little book to improve the culture around Pharo. > I will revise it in the future so you can feel free to send feedback > and pull reques

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

2019-01-01 Thread Tudor Girba via Pharo-users
--- Begin Message --- Hi, A separate editor is needed when the markup has little resemblance with the output, which is the case for HTML. In this case, bidirectional editing, as shown in Sketch-n-Sketch, is indeed a very nice thing. However, in the case of Documenter and the Pillar markup the o

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

2018-12-29 Thread Tudor Girba
old GT > will expect from upcoming versions of new (non alpha) GT regarding > compatibility, open processes, visions and so on. Hopefully we will > reach that place together. I do not think a new piece of code should be called a fork. At this point in time, GT and everything it comes w

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

2018-12-29 Thread Tudor Girba
Hi Offray, I believe I replied to all your emails. If I missed one, please point me to it. Cheers, Doru > On Dec 28, 2018, at 5:12 PM, Offray Vladimir Luna Cárdenas > wrote: > > > On 28/12/18 8:03, Tudor Girba wrote: >>> On Dec 28, 2018, at 1:08 PM, Kjell G

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

2018-12-28 Thread Tudor Girba
> On Dec 28, 2018, at 1:08 PM, Kjell Godo wrote: > > WOW :) What part of it do you like? Cheers, Doru > On Thu, Dec 20, 2018 at 01:57 Tudor Girba wrote: > Hi Luke, > > I am happy this looks exciting :). > > About the confusion part: The Glamorous Toolkit

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

2018-12-28 Thread Tudor Girba
ignored for layout > purposes. > - Nodes can be compound shapes i.e. colored opcode and optionally fused > immediate operands in white. > - Each node is an object that can be selected and inspected in the next > miller column. > > Can this be done in the new framework with

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

2018-12-28 Thread Tudor Girba
Hi, Thanks for the feedback! I am happy you like the new possibilities and that you see the incentives to move to the new world :). The inspector part is working quite well. The main reason we call it an alpha is because of the missing pieces to get to a full environment. You noticed the issu

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

2018-12-21 Thread Tudor Girba
nt it will > reach the beta status, where users like myself can use it smoothly and build > on GT's promises and interesting features. > > Cheers, > > Offray >> On 21/12/18 10:59, Luke Gorrie wrote: >> On Thu, 20 Dec 2018 at 10:58, Tudor Girba wrote: >>

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

2018-12-21 Thread Tudor Girba
And here is the tweet I was mentioning: https://twitter.com/feenkcom/status/1075011040373551104?s=21 Cheers, Doru -- www.feenk.com "Every thing has its own flow." > On 21 Dec 2018, at 21:32, Tudor Girba wrote: > > Hi, > > Thanks for detailing your thoughts. >

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

2018-12-21 Thread Tudor Girba
that perspective, but even if you do not spend much time programming in Pharo, you can still take advantage for the user point of view as described above :). Is this answer better? Cheers, Doru > On Dec 21, 2018, at 4:59 PM, Luke Gorrie wrote: > > On Thu, 20 Dec 2018 at 10:58, Tu

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

2018-12-20 Thread Tudor Girba
On Dec 19, 2018, at 2:09 PM, Luke Gorrie wrote: > > On Fri, 14 Dec 2018 at 05:13, Tudor Girba wrote: > Please do let us know what you think .. and, of course, what you feel. > > I'm feeling excited and confused :). > > Excited because I love seeing all these ne

Re: [Pharo-users] [ANN] JSON schema implementation

2018-11-23 Thread Tudor Girba
Nice work! Thanks! Doru > On Nov 22, 2018, at 5:56 PM, Norbert Hartl wrote: > > JSONSchema > === > > This is an implementation of JSON Schema for the pharo language. It is used > to define the structure and values of a JSON string and to validate it. The > schema itself can be extern

[Pharo-users] ToManyRelationSlot variant with an ordered collection?

2018-11-10 Thread Tudor Girba
Hi, The current implementation of ToManyRelationSlot is based on a RelationSet which holds the items in a Set. Is there an implementation that holds the items in an ordered collection? Cheers, Doru -- www.feenk.com "Some battles are better lost than fought."

Re: [Pharo-users] New convenience method: ZnClient>>forJsonREST

2018-11-07 Thread Tudor Girba
This is nice! Doru > On Nov 7, 2018, at 5:36 PM, Sven Van Caekenberghe wrote: > > Hi, > > I added a new convenience method to Zinc HTTP Components: > ZnClient>>forJsonREST. This configures a ZnClient (HTTP client) to talk to > standard JSON REST web services. Here are a couple of examples:

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo v7.0.0-rc1 released!

2018-11-07 Thread Tudor Girba
Excellent! Doru > On Nov 5, 2018, at 4:11 PM, Esteban Lorenzano wrote: > > Greetings! > > I’m announcing today we reach Pharo 7.0.0-rc1! > > This is the first step to release a definitive version, and while we will > continue integrating bug fixes, API change Pull Requests will be delayed

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Tudor Girba
omments to clarify that. > > Cheers, > -- Pavel > > út 23. 10. 2018 v 14:41 odesílatel Tudor Girba napsal: > Hi, > > Ok. > > So, as Ring2 is not in Pharo 7 and all Ring classes in Pharo 7 are > deprecated, should we still use them, or is it desired to load Ring2

Re: [Pharo-users] ring deprecation in pharo 7

2018-10-23 Thread Tudor Girba
s Pavel's Ring2 > https://github.com/pavel-krivanek/ring2 > > Peter > > On Fri, Oct 19, 2018 at 10:56 PM Tudor Girba wrote: > Hi, > > Ring seems to be deprecated in Pharo 7. Is there something else it will be > replaced with? > > In particular, I am lo

[Pharo-users] ring deprecation in pharo 7

2018-10-19 Thread Tudor Girba
Hi, Ring seems to be deprecated in Pharo 7. Is there something else it will be replaced with? In particular, I am looking for the correct class that should correspond to RGMethodDefinition. Cheers, Doru -- www.feenk.com "Value is always contextual."

Re: [Pharo-users] [vwnc] Parsing in Smalltalk

2018-10-04 Thread Tudor Girba
Hi, Interesting experiment. Thanks for sharing! I assume that you tried the original PetitParser. PetitParser2 offers the possibility to optimize the parser (kind of a compilation), and this provides a significant speedup: https://github.com/kursjan/petitparser2 Would you be interested in tryi

Re: [Pharo-users] GLM: preserving columns width in tables // getting the actual column

2018-10-04 Thread Tudor Girba
Hi, There is no built-in support for something like this. You would have to change the internal logic of the TablePresentation renderer. Cheers, Doru > On Oct 4, 2018, at 7:16 PM, Arturo Zambrano wrote: > > Hi All, > I would like to preserve the width of columns for tables after a user has

Re: [Pharo-users] GTDocument how to

2018-09-28 Thread Tudor Girba
Hi, Please load the whole GT. Also, in the meantime we switched to Tonel which should speedup the loading time significantly. Cheers, Doru > On Sep 28, 2018, at 7:53 PM, Tim Mackinnon wrote: > > When I installed GTDocumenter into a clean P61 image it took a really long > time (like 20+ mins

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-17 Thread Tudor Girba
pillar’)) Cheers, Doru > On Sep 16, 2018, at 11:08 AM, Hilaire wrote: > > Le 16/09/2018 à 08:00, Tudor Girba a écrit : >> The examples are found in methods annotated with . What do you >> mean that "Several examples are not actionable”? Could you provide examples >

Re: [Pharo-users] [Demo] Creating Bloc Widgets in Pharo

2018-09-16 Thread Tudor Girba
It is tested in 6.1. It theoretically should be loadable in 7, too. Cheers, Doru > On Sep 17, 2018, at 8:44 AM, Norbert Hartl wrote: > > Is Bloc still 6.1 only or can it be tried in pharo 7? > > Norbert > >> Am 17.09.2018 um 06:56 schrieb Tudor Girba : &g

Re: [Pharo-users] [Demo] Creating Bloc Widgets in Pharo

2018-09-16 Thread Tudor Girba
Indeed, it is ready. Thanks a lot for playing with it. This is some very cool job! Cheers, Doru > On Sep 16, 2018, at 9:08 PM, stephan wrote: > > Bloc has improved a lot in the past year. It is ready for your experiments. > Here is one of mine: > > https://github.com/StephanEggermont/Prese

Re: [Pharo-users] To get started with Gtoolkit and bloc

2018-09-15 Thread Tudor Girba
Hi, Thanks for trying. The examples are found in methods annotated with . What do you mean that "Several examples are not actionable”? Could you provide examples of that to find out what the problem is? Cheers, Doru > On Sep 15, 2018, at 10:10 AM, Hilaire wrote: > > Play a bit with the exa

Re: [Pharo-users] [Moose-dev] [cormas-dev] Pharo eye-candy: Domain-Specific Modeling and Simulation

2018-09-06 Thread Tudor Girba
th the Bloc version of GT. > > > > On Thu, Sep 6, 2018 at 8:24 PM Tudor Girba wrote: > Nice job! > > Doru > > > > > On Sep 6, 2018, at 8:10 PM, Nick Papoylias wrote: > > > > Some of this tech, will soon make it to Cormas ;) > > >

Re: [Pharo-users] [Moose-dev] [cormas-dev] Pharo eye-candy: Domain-Specific Modeling and Simulation

2018-09-06 Thread Tudor Girba
Nice job! Doru > On Sep 6, 2018, at 8:10 PM, Nick Papoylias wrote: > > Some of this tech, will soon make it to Cormas ;) > > So we can work together to make it even better ! > > Best, > > Nick > > On Thu, Sep 6, 2018 at 7:59 PM Hernán Morales Durand > wrote: > Impressive work! > > Cong

Re: [Pharo-users] [Moose-dev] feenk log

2018-08-17 Thread Tudor Girba
gt; I would like to able to have pluggable binding so that we can have emacs like > ctrl a / ctrle … > > Stef > >> On 17 Aug 2018, at 06:47, Tudor Girba wrote: >> >> Hi, >> >> We again got carried away and forgot to update the world about what is up

[Pharo-users] feenk log

2018-08-16 Thread Tudor Girba
Hi, We again got carried away and forgot to update the world about what is up in our corner. Here is a summary: -- Bloc & Brick -- - Text editor stability has been significantly improved - Improved support for selection in the text editor - Support for typical editing keybindings (copy, cut, pa

Re: [Pharo-users] [Moose-dev] Moose Java AST?

2018-07-31 Thread Tudor Girba
Hi, There is one in the SmaCC that ships with Moose: JavaParser. Cheers, Doru > On Jul 31, 2018, at 10:44 AM, Peter Uhnák wrote: > > Hi, > > is there a Java AST parser in Pharo? > > I imagine that jdt2famix must have something inside, but as far as I > understand, it just extracts some in

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tudor Girba
Hi Tim, Thanks a lot for the detailed comments! More inline. > On Jun 26, 2018, at 2:57 PM, Tim Mackinnon wrote: > > Hi Doru - I’ll comment inline below: > >> On 26 Jun 2018, at 13:05, Tudor Girba wrote: >> >> Hi, >> >>> On Jun 26, 2018, at 1:

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tudor Girba
Hi, > On Jun 26, 2018, at 1:16 PM, Tim Mackinnon wrote: > > Hi guys - not sure how many people noticed this, but at the end of the > tutorial for gtDocumentor, there is a section on Examples as Documentation. Thanks for going through the tutorial. Quick questions: - how did it feel to go throu

Re: [Pharo-users] [Moose-dev] [ann] gt documenter

2018-06-26 Thread Tudor Girba
y something broke in the sequence of events. > > Tim > >> On 26 Jun 2018, at 06:02, Tudor Girba wrote: >> >> Hi, >> >> It looks like something broke in your Bloc. You can reset Bloc from the >> world menu / Bloc / Reset Bloc. Please let me know

Re: [Pharo-users] [Moose-dev] [ann] gt documenter

2018-06-25 Thread Tudor Girba
t;>> diagramming bit) >>> >>> Guys this is really impressive! >>> >>> 2 things I noticed when going through the example in a new Pharo 6.1 image >>> (with the latest Iceberg) - >>> >>> 1) The example "IceRepository reposit

Re: [Pharo-users] [ANN] GNU Dr. Geo release 18.06

2018-06-22 Thread Tudor Girba
This is great work! Thanks a lot for pushing this. I know it was not the smoothest transition for you, but I think it is a win-win for everyone. Cheers, Tudor > On Jun 22, 2018, at 12:16 PM, Hilaire wrote: > > We are please to announce the Dr. Geo release 18.06. It follows the release > 17.

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Tudor Girba
Hi, Indeed. Something went amiss in this email exchange. But, I really do not think that you are in disagreement. Cheers, Doru > On Jun 19, 2018, at 4:09 PM, Christophe Demarey > wrote: > > Hi Norbert, > >> Le 19 juin 2018 à 14:06, Norbert Hartl a écrit : >> >> I have no use for an envi

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Tudor Girba
Great work! Doru > On Jun 19, 2018, at 3:55 PM, Christophe Demarey > wrote: > > Hi all, > > I just released PharoLauncher 1.2. It includes a new windows installer that > you can use without administrator privileges as well as binary signing for OS > X and Windows. Also, Pharo Launcher is n

Re: [Pharo-users] [ann] gt documenter

2018-06-19 Thread Tudor Girba
uch > integral part of the font rendering capabilities of Documenter I > couldn't find any place in its documentation dealing with Moz2D as > prerequisite and addressing its installation. > > Cheers, > > Offray > > > On 19/06/18 03:04, Tudor Girba wrote: >> Hi

Re: [Pharo-users] [ann] gt documenter

2018-06-19 Thread Tudor Girba
Hi Offray, Would you be able to retry the installation as mentioned below, and let us know if you still encounter issues? Cheers, Doru > On Jun 16, 2018, at 8:24 PM, Tudor Girba wrote: > > Hi, > > If Moz2D is installed, the fonts should work fine. > > Can you please

Re: [Pharo-users] Windows installation broken?

2018-06-18 Thread Tudor Girba
Hi Herbert, I too invite you to reconsider your language. Please stick to arguments. This is a public forum and its communication hygiene depends on everyone’s behavior. Now, tackling your point: in this specific case, even your argument is incorrect. Nobody is forcing you to do anything. Pharo

Re: [Pharo-users] [Moose-dev] [ann] gt documenter

2018-06-18 Thread Tudor Girba
plement IDE for writing documents, navigation, > refactorings? (senders, renames should find all places in documents) > > 2018-06-13 21:57 GMT+01:00 Tudor Girba : > Hi, > > We are happy to announce a new leap of GToolkit Documenter, the tool for > manipulating live docum

Re: [Pharo-users] [ann] gt documenter

2018-06-16 Thread Tudor Girba
x package > manager has been a real asset in our workshops in multiple Unix > environments, including Mac and several Gnu/Linux flavors, so maybe it > can help with Moz2D engine and fonts integration). > > Cheers, > > Offray > > > On 15/06/18 00:56, Tudor Girba wr

Re: [Pharo-users] [Pharo-dev] @pharoproject: > 2000 followers

2018-06-16 Thread Tudor Girba
Great news! Doru > On Jun 15, 2018, at 11:11 AM, Marcus Denker wrote: > > @pharoproject on twitter now has >2000 followers: > https://twitter.com/pharoproject -- www.tudorgirba.com www.feenk.com "Yesterday is a fact. Tomorrow is a possibility. Today is a challenge."

Re: [Pharo-users] [ann] gt documenter

2018-06-14 Thread Tudor Girba
t; > Cheers, > > Offray > > On 13/06/18 15:57, Tudor Girba wrote: >> Hi, >> >> We are happy to announce a new leap of GToolkit Documenter, the tool for >> manipulating live documents directly in the development environment: >> https://github.com/feenkc

[Pharo-users] [ann] gt documenter

2018-06-13 Thread Tudor Girba
Hi, We are happy to announce a new leap of GToolkit Documenter, the tool for manipulating live documents directly in the development environment: https://github.com/feenkcom/gtoolkit-documenter Documenter is part of the second generation GToolkit project, it is based on Bloc and works with the

[Pharo-users] metacello and github under a custom domain

2018-06-03 Thread Tudor Girba
Hi, I am working with a GitHub enterprise installation that resides under a custom domain (e.g., github.example.com). I can clone the repository using Iceberg and ssh: g...@github.example.com:user/repo.git How can I tell Metacello to load a baseline from that repository? Cheers, Doru -- ww

Re: [Pharo-users] [Pharo-dev] Pharo 10th Anniversary

2018-05-30 Thread Tudor Girba
+1 Happy anniversary! :) Doru > On May 30, 2018, at 10:10 AM, Sven Van Caekenberghe wrote: > > Hi, > > This short post by Stéphane Ducasse is worth sharing: > > https://pharoweekly.wordpress.com/2018/05/29/pharo-got-10-years/ > > Congratulation ! > > Sven > > -- > Sven Van Caekenberghe

[Pharo-users] feenk log

2018-05-25 Thread Tudor Girba
Hi, We were a bit silent the last couple of months. Quite a bit happened in the meantime, so here is a summary (for more fine grained announcements, you can follow us on Twitter): Bloc - Scrolling. We finally have a good scrolling support: https://twitter.com/feenkcom/status/99169046

Re: [Pharo-users] Personal Programming onPharo

2018-05-08 Thread Tudor Girba
Hi, First, I concur with what Norbert said. @Trygve: Could you describe what you would need in more details? Cheers, Doru > On May 8, 2018, at 9:57 AM, Norbert Hartl wrote: > > > >> Am 08.05.2018 um 08:30 schrieb Trygve Reenskaug : >> >> Norbert, >> I stand corrected because I have not fo

Re: [Pharo-users] #ast vs. #parseTree

2018-05-03 Thread Tudor Girba
How about: #newAst & #cachedAst? Cheers, Doru > On May 3, 2018, at 9:30 AM, Guillermo Polito > wrote: > > method newAst ? > > On Wed, May 2, 2018 at 11:03 PM, Bernardo Ezequiel Contreras > wrote: > a "parse tree" is not equal to an "ast"(abstract syntax tree) > but its difficult to find a

Re: [Pharo-users] Showcasing Pharo, Roassal and Grafoscopio at re:publica 2018

2018-04-27 Thread Tudor Girba
Excellent! Doru > On Apr 26, 2018, at 3:57 PM, Offray Vladimir Luna Cárdenas > wrote: > > Hi, > > I will be showcasing Pharo, Roassal and Grafoscopio at re:publica 2018, > next week. As you may know, re:publica[2] is one of the most important > and visible media & digital culture conventions

Re: [Pharo-users] [ANN] Agile Artificial Intelligence: Programming Neural Networks in Pharo

2018-04-18 Thread Tudor Girba
Nice :) Doru > On Apr 18, 2018, at 2:53 PM, Alexandre Bergel wrote: > > Hi! > > It is now time to share an early version of a new book. > https://agileartificialintelligence.github.io > > Feedback is very welcome. > > Kind regards, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:

Re: [Pharo-users] Playground and Smalltalk script

2018-04-17 Thread Tudor Girba
> Ok, got it. > > And what about no dive-in if there is no search in that context. Will it be > consistent with the overall behavior of Spotter? > > > Le 17/04/2018 à 19:37, Tudor Girba a écrit : >> In your case, if you dive in an .st file, the Spotter will try to s

Re: [Pharo-users] Playground and Smalltalk script

2018-04-17 Thread Tudor Girba
t; activated after all. > > The Ctrl-Right dives in still produces empty frame. Is it because dive-in has > no operation on .st scripts? > > Thanks > > Hilaire > > > Le 17/04/2018 à 11:34, Tudor Girba a écrit : >> Indeed, the preview is deactivated by def

Re: [Pharo-users] Playground and Smalltalk script

2018-04-17 Thread Tudor Girba
Hi, I did try out. Indeed, the preview is deactivated by default. Please use Ctrl+P for toggling preview. Ctrl+Right dives in the object. If you want to script it, take a look at: GTSpotter class>>#exampleWithPreview Cheers, Doru > On Apr 17, 2018, at 10:49 AM, HilaireFernandes wrote: > > O

Re: [Pharo-users] Playground and Smalltalk script

2018-04-16 Thread Tudor Girba
Hi, The preview happens with Ctrl+p (or clicking on the large gray arrow that goes out of the window frame). Ctrl+Right goes inside the selected object and tries to search there. Cheers, Doru > On Apr 16, 2018, at 9:34 PM, Hilaire wrote: > > The issue can be seen in the built at > https://w

Re: [Pharo-users] QRCode - A thank you note

2018-04-14 Thread Tudor Girba
Hi Sven, Thanks a lot for the positive message! Indeed, it is a much needed perspective, and I am sure there are many other similar examples. Btw, nice work, too :). Cheers, Doru > On Apr 13, 2018, at 8:47 PM, Sven Van Caekenberghe wrote: > > Hi, > > Given that the mailing lists are ofte

Re: [Pharo-users] [Moose-dev] Re: [ann] gt diagrammer

2018-04-08 Thread Tudor Girba
of an element independent from the element itself, and we want to be able to do that per element instance, not per type, and not as a global behavior (like in the current theme). Cheers, Doru > Cheers, > > Hernán > > > > > 2018-04-07 13:39 GMT-03:00 Tudor

[Pharo-users] [ann] gt diagrammer

2018-04-07 Thread Tudor Girba
Hi, We are happy to announce an initial version of GT Diagrammer, an engine for constructing diagrams interactively. This is the newest addition to the next generation GT built on Bloc. It looks like this: https://twitter.com/feenkcom/status/976341449267531776 We chose to work on Diagramm

Re: [Pharo-users] [Pharo-dev] PharoDays: 14/15 June 2018

2018-03-23 Thread Tudor Girba
Hi, Unfortunately, those dates do not work well for me. it would be hard for me to get there on those days. Cheers, Doru > On Mar 23, 2018, at 11:21 AM, Stephane Ducasse > wrote: > > Hi All > > We would like to organise PharoDays the 14 and 15 June. Could you tell us > if you see big probl

Re: [Pharo-users] Disabling GTSpotter dive in

2018-03-19 Thread Tudor Girba
re will be no further steps, and sometimes the result is > simply empty (in which case I might still want to show that there are zero > children). > > Thanks, > Peter > > On Sun, Mar 18, 2018 at 10:01 PM, Tudor Girba wrote: > Hi, > > I am not sure I under

Re: [Pharo-users] Disabling GTSpotter dive in

2018-03-18 Thread Tudor Girba
Hi, I am not sure I understand the issue. Can you re-explain it please? Cheers, Doru > On Mar 16, 2018, at 8:02 AM, Peter Uhnák wrote: > > correction: spotterForRenderingShapesFor: is not in Pharo 6.1 (it's added by > Roassal2GT) > > On Fri, Mar 16, 2018 at 8:01 AM, Peter Uhnák wrote: > H

Re: [Pharo-users] confusion about GTFilter hierarchy and GTFilterSubstring

2018-03-16 Thread Tudor Girba
Hi, I am not sure I understand the confusion. The filter is a strategy used to select objects. GTFilterSubstring filters based on finding the input string as a substring in the string representation of the objects. You do not see a difference because by default, the logic is a substring matchi

Re: [Pharo-users] Ever growing image

2018-03-13 Thread Tudor Girba
Thanks! Doru > On Mar 13, 2018, at 8:24 PM, Guillermo Polito > wrote: > > I'll take a look at this from tomorrow morning till the end of the week. > > On Tue, Mar 13, 2018 at 7:22 PM, Stephane Ducasse > wrote: > Hilaire > > I do not have the answer and I do not know but you should have a

Re: [Pharo-users] Help Petit Parse

2018-03-13 Thread Tudor Girba
That is indeed the solution. Doru > On Mar 13, 2018, at 6:16 AM, Holger Freyther wrote: > > > >> On 12. Mar 2018, at 23:07, Pau Guillot wrote: >> >> (#word asParser , #digit asParser plus flatten ==> [:node | node second]) >> star parse: 'A123A123'. >> -> #('123' '123') > > (((#word asPa

Re: [Pharo-users] Something is happening...

2018-03-13 Thread Tudor Girba
This might be how super linear growth feels like once you pass the bending point. Doru > On Mar 13, 2018, at 8:27 AM, Marcus Denker wrote: > > Hi, > > There is something odd happening… or better: There is *a lot* happening. > > Just one example: for the Newsletter, the original idea was to

[Pharo-users] feenk log

2018-03-11 Thread Tudor Girba
Hi, Here is an update of the work on Bloc, Brick and GT. As always, please do let us know what you think. Bloc: - Improved the deletion in the text editor and covered the scenarios with examples - Worked on the text selection. Still work needed for selection to be production ready: https://twi

Re: [Pharo-users] [ANN] Cruiser: A Pharo app packager

2018-03-08 Thread Tudor Girba
Very cool. Thanks! Doru > On Mar 8, 2018, at 8:29 PM, > wrote: > > Hi Pharoers! > > I pleased to announce you the first release of Cruiser: a tool to package > your Pharo applications. The idea is to quickly convert an application from a > development environment to a production one. A p

Re: [Pharo-users] [Pharo-dev] [Issue Tracker] lots of "auto close" happening

2018-03-03 Thread Tudor Girba
Thanks a lot for this! Doru > On Mar 2, 2018, at 7:01 PM, Marcus Denker wrote: > > Hello, > > As you might now, we automatically close issue tracker entries after 1 year > of in-activity. > Due to two factors (the job doing it not working since 1 month *and* now > being 1 year > after we st

Re: [Pharo-users] adding 1 year to the date - bug?

2018-02-26 Thread Tudor Girba
+1 Doru > On Feb 26, 2018, at 10:54 AM, Norbert Hartl wrote: > > Forgot to say that this is something you can experience quite often. To me > the problem is that 1 year gives a duration immediately. It should work as > all units that 1 year is a unit of magnitude 1 and unit year. If you appl

Re: [Pharo-users] Pharo and Moose lectures in Serbia

2018-02-19 Thread Tudor Girba
Excellent! Doru > On Feb 18, 2018, at 9:26 PM, Stephane Ducasse wrote: > > Hi > > just a little mail to announce that next week I will give some > lectures at the University of Novi sad on Pharo and Moose. > I hope that we will have some serbian pharoers soon. > > Stef > -- www.tudorgirba.c

Re: [Pharo-users] GT Documenter status

2018-02-08 Thread Tudor Girba
Hi, Thanks for the report. Unfortunately, I do not see the screenshot. Can you resend it? If you installed the code using your script, you should gotten Moz2D as well. Doru > On Feb 8, 2018, at 7:59 PM, Peter H. Meadows via Pharo-users > wrote: > > > From: "Peter H. Meadows" > Subject: G

Re: [Pharo-users] [Moose-dev] feenk log

2018-01-21 Thread Tudor Girba
Hi, > On Jan 21, 2018, at 10:37 PM, Ben Coman wrote: > > On 21 January 2018 at 23:55, Tudor Girba wrote: >> Hi, >> >> There is a difference in performance. The Announcement is slower (about 2-3x >> slower). However, for 1M events the difference is measured

  1   2   3   4   5   6   7   8   9   >