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

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

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

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

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

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

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

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

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

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

<    4   5   6   7   8   9