Re: [Pharo-dev] Sharing/Versioning Data

2014-06-28 Thread Hernán Morales Durand
Have a look at ConfigurationOfNacl in doits category, I've used Dropbox to download resource files to a directory. Hernán 2014-06-29 0:22 GMT-03:00 Sean P. DeNigris : > How do we do this now with MC? Are there options other than "encode in > string > returned by method" like I've seen done for

Re: [Pharo-dev] Sharing/Versioning Data

2014-06-28 Thread Guillermo Polito
With Martin we started on friday to sketch a kind of resource manager with an internal file system. Our idea is to plug a resource manager to each package and then serialize a fuel file of it inside the mc package. But we just started it... On Sun, Jun 29, 2014 at 5:22 AM, Sean P. DeNigris wrot

Re: [Pharo-dev] TaskIT Revealed

2014-06-28 Thread Tudor Girba
Hi, This sounds very nice! I am trying to give it a shot, but I encounter a DNU for BlockClosure>>asTask. I have loaded the latest code from all packages, but this method is not defined. Cheers, Doru On Mon, Jun 23, 2014 at 7:32 AM, Santiago Bragagnolo < santiagobragagn...@gmail.com> wrote: >

[Pharo-dev] Sharing/Versioning Data

2014-06-28 Thread Sean P. DeNigris
How do we do this now with MC? Are there options other than "encode in string returned by method" like I've seen done for image data? My use case is that I have a very static domain, and so doesn't require user changes. I think the easiest way to distribute it would be to edit the data on a dev im

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > we are on github I don't think that code mirrored by a robot tells us much about the potential impact of using GitHub the way it was designed - discussions directly in commit diffs; integration of issues, commits, users; a real depiction of who contributed what and

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread Sean P. DeNigris
EstebanLM wrote > - better visibility +1. I found an online tool that analyzes a person's programming contributions that described me as (paraphrase): "a Javascript expert who dabbles in Smalltalk" or some such nonsense, because it could see my (very) few Amber contributions on GitHub, but was bl

Re: [Pharo-dev] Pharo and Amber relationship

2014-06-28 Thread Sean P. DeNigris
kilon alios wrote > One of things that very much annoy me with Amber is its installation , if > Pharo is installation heaven because it does not need an install , > installation of Amber is far from ideal especially if you are not familiar > with web dev Have you checked it out lately? The current

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread p...@highoctane.be
You just got me convinced to go with Thierry's tooling... Phil Le 28 juin 2014 17:13, "Johan Brichau" a écrit : > Stef, all, > > First, you need to know how to work with git and understand the > vocabulary. Otherwise, you _will_ get confused, and probably get disgusted. > So, beware... git was m

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread Johan Brichau
Stef, all, First, you need to know how to work with git and understand the vocabulary. Otherwise, you _will_ get confused, and probably get disgusted. So, beware... git was made for and by linux people, which is all I am going to say about that... In my experience, tools always help and I can r

Re: [Pharo-dev] [Pharo4] Slots: Code Generation and an Example

2014-06-28 Thread Tudor Girba
This is really brilliant! Doru On Sat, Jun 28, 2014 at 9:34 AM, stepharo wrote: > This is so cool. I remember when we played one afternoon in 2008 to see > if this interplay would work. > > Stef > > > > On 27/6/14 10:19, Marcus Denker wrote: > > Hi, > > So now Opal delegates code generation f

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread Dale Henrichs
Stef, Git is not perfect. Monticello is not perfect. Metacello is not perfect. GitHub is not perfect. Git and Github brings some things to the table that make Monticello and Metacello and collaborative development in Smalltalk better... Half of Metacello - the bit where you must "manually" recor

Re: [Pharo-dev] [Pharo4] Slots: Code Generation and an Example

2014-06-28 Thread Ben Coman
Marcus Denker wrote: What this means is that for someone who wants to implement a slot, you do not have to deal with bytecode at all. This is very cool. Thanks Marcus. I look forward to playing with it. Here is a simple Slot: Slot subclass: #TestSlot instanceVariableNames: 'val

Re: [Pharo-dev] Spec TreeModel

2014-06-28 Thread Yuriy Tymchuk
That’s really cool. If we can work together it will be nice. Because I have a couple of ideas how to fix the problem I’ve describer, but I don’t know what you think about this and how I can contribute. Uko On 28 Jun 2014, at 09:40, stepharo wrote: > For your info, I'm slowly going all the po

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread Sebastian Sastre
On Jun 28, 2014, at 5:10 AM, stepharo wrote: > And this is why when esteban is telling that this is what newbies expect I > cannot believe such kind of statements > because there are simply bullshit. :) Hey Stef, we can believe that is bullshit all we want and at the end of the day this is wha

Re: [Pharo-dev] GUI question

2014-06-28 Thread Alain Plantec
On 28 juin 2014, at 09:45, stepharo wrote: > >> Hi all, >> >> is there a rationale for the world menu on left mouse button only in Pharo >> 4? (and world contents on the right mouse button) > > Simplifying mouseDown: following the cleaning made on Bloc by alain. > It was strange to have two

Re: [Pharo-dev] Contact of HwaJong Oh

2014-06-28 Thread NISHIHARA Satoshi
or follow on twitter and send message. https://twitter.com/Daliot 2014-06-28 17:27 GMT+09:00 Max Leske : > Copied from one of his messages on the list: daliot...@gmail.com > > > On 28.06.2014, at 09:56, stepharo wrote: > >> Hi guys >> >> I'm looking for the email of HwaJong Oh. Does anybody of yo

Re: [Pharo-dev] Contact of HwaJong Oh

2014-06-28 Thread Max Leske
Copied from one of his messages on the list: daliot...@gmail.com On 28.06.2014, at 09:56, stepharo wrote: > Hi guys > > I'm looking for the email of HwaJong Oh. Does anybody of you have it? > > Stef >

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread stepharo
thanks Now is there a tutorial? Beause http://forum.world.st/Pharo-git-td4693999.html scared me. On 27/6/14 15:53, Goubier Thierry wrote: Le 26/06/2014 19:11, Yuriy Tymchuk a écrit : I can only suggest you to read my blogpost about configurations and versioning: http://sleepycoders.blogs

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread stepharo
I use git for my books. Now the simple fact that a tool has to help me to do simple action is a sign of strange design. This is the same as Java design and eclipse. When you code without eclipse you will a real pain :) I found the git API far to low level from my developer perspective and this i

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread stepharo
Esteban My old age taught me to be suspicious when everything is so black and white. I do not think that everything will be so nice. And for me git is not github. Stef On 26/6/14 20:52, Esteban Lorenzano wrote: On 26 Jun 2014, at 14:56, Sven Van Caekenberghe wrote: On 26 Jun 2014, at 19:0

Re: [Pharo-dev] How to get started with Git and Pharo?

2014-06-28 Thread stepharo
thank dale. I'm using thunderbid and sometimes I have some mails that I do not see and I have to query explicitly. I will read this full thread and the doc. stef On 26/6/14 19:07, Dale Henrichs wrote: Stef, My introduction to git came largely from reading "A successful Git branching model"[

[Pharo-dev] Contact of HwaJong Oh

2014-06-28 Thread stepharo
Hi guys I'm looking for the email of HwaJong Oh. Does anybody of you have it? Stef

Re: [Pharo-dev] GUI question

2014-06-28 Thread stepharo
Hi all, is there a rationale for the world menu on left mouse button only in Pharo 4? (and world contents on the right mouse button) Simplifying mouseDown: following the cleaning made on Bloc by alain. It was strange to have two different ways to show the list of windows and also wht left a

Re: [Pharo-dev] Spec TreeModel

2014-06-28 Thread stepharo
For your info, I'm slowly going all the polymorph widget examples and truning them into single example to identify what are the widgets that we should - improve - remove Having 3 versions of the same is killing us. Ben fixed a lot of problems like merging multi/single selection but ther

Re: [Pharo-dev] [Pharo4] Slots: Code Generation and an Example

2014-06-28 Thread stepharo
This is so cool. I remember when we played one afternoon in 2008 to see if this interplay would work. Stef On 27/6/14 10:19, Marcus Denker wrote: Hi, So now Opal delegates code generation for read and write to the Slot meta objects. The methods called are #emitValue: and #emitStore:, the pa