Sven I know what Ston is :)
Now Pillar dev used Ston as input and it works. Then with some hooks they
let the user convert the strings
into specific objects and this is ok.
Now I want to add export in Ston and for configurations I need to control
for the application and not as a ston object the va
We do not work with fileouts :)
You should produce packages with also a configuration and published them on
smalltalkhub or git and
in the MetaRepository.
You can also add package comments
On Sat, Jun 3, 2017 at 10:29 PM, Steffen Märcker wrote:
> Dear all,
>
> attached are updated file-outs. I f
About NG this is strange but may be we were working on an old VW version.
- I can help producing a nice document :)
>>
>
> Do you mean like the booklets published over the last weeks? This would be
> great.
>
yes now I do not want to help promoting a syntax that alienates me (and
others because o
Hi Steffen
> The short answer is that the compact notation turned out to work much better
> for me in my code, especially, if multiple transducers are involved. But
> that's my personal taste. You can choose which suits you better. In fact,
>
> 1000 take.
>
> just sits on top and simply calls
>
I do not know that by default.
Especially since the drag and drop is when the mous is inside.
this is anice scenario for bloc :)
On Sun, Jun 4, 2017 at 2:51 PM, Peter Uhnak wrote:
> Hi,
>
> is it possible to tell windows to "snap" to other windows when dragging?
>
> So e.g. when I am dragging Pla
Komitter could indeed help you, see
https://www.peteruhnak.com/blog/2016/08/12/fine-grained-committing-and-extending-nautilus/
Peter
On Mon, Jun 05, 2017 at 08:27:23AM +0200, serge.stinckw...@gmail.com wrote:
> Kommiter available in default image allows you do cherry pick quite easily.
>
> Envo
Coupling this with Olek's work on the DataFrame could really come handy.
Phil
On Mon, Jun 5, 2017 at 9:14 AM, Stephane Ducasse
wrote:
> Hi Steffen
>
>
> > The short answer is that the compact notation turned out to work much
> better
> > for me in my code, especially, if multiple transducers ar
Why don't you simply pass the class and use that class in your MovieLister?
MovieLister new
finderClass: MySuperCoolFinderClass
...
MovieLister finder
finderClass new .
What is wrong with that.
If you do not want to have a reference at runtime to a Finder then you
need to use ann
:)
little improvements one at a time but many many many times :)
On Sat, Jun 3, 2017 at 3:32 PM, Sean P. DeNigris wrote:
> Either I died and went to heaven, or my Pharo 6 image just ported all my
> deprecated methods auto-magically. Very cool! Thanks!!!
>
>
>
> -
> Cheers,
> Sean
> --
> View
Hi,
Loading XPath from the catalog browser into the latest image raises a warning
that there are unresolved references, and that the package depends on the
following classes: XMLHighlighter, XMLHighlighterDefaults,
GLMXMLHighlighterTextStylerDecorator.
The regular XPath works fine ignoring t
Thanks for the answer Ben and Stephane.
I already read A Mentoring Course on Smalltalk, Valloud, there is nothing
there I could use in this case :( . I will look after for The Design
Patterns Smalltalk Companion. Most of the sources provided I already know
of or went in the same lines lines of wha
Hi,
Maybe what I'm doing in Grafoscopio could help.
I have a %metadata node which contains all configuration options for the
production of the document (as shown in the image below). Exporting a
document consist in looking for these nodes while traversing the
notebook tree and applying that optio
On Tue, Jun 6, 2017 at 1:26 AM, Vitor Medina Cruz
wrote:
> Thanks for the answer Ben and Stephane.
>
> I already read A Mentoring Course on Smalltalk, Valloud, there is nothing
> there I could use in this case :( . I will look after for The Design
> Patterns Smalltalk Companion. Most of the sourc
Hi offray
Thanks but pillar ha a conf since several years and it is working well. Now
I'm revisiting the implementation of cocoon
because I want to have it simpler independent of magritte and better tested.
Now I just want to add a new functionality to output a configuration file
from the
objects
Tx ben.
When I see all this complexity for something that looks not that complex: I
prefer to pass the class and get done.
May be I missed something obvious... but when I see something too complex I
start to get worried.
I think that thinking about the contract between classes at runtime is
import
Ok Stef. Happy that we're exploring different paths ;-).
Cheers,
Offray
On 05/06/17 13:56, Stephane Ducasse wrote:
> Hi offray
>
> Thanks but pillar ha a conf since several years and it is working
> well. Now I'm revisiting the implementation of cocoon
> because I want to have it simpler indep
I definitely will check Komitter and I can use and fallback to Ben's
method. Thank you to all of you.
On Mon, Jun 5, 2017 at 12:58 AM, Peter Uhnak wrote:
> Komitter could indeed help you, see https://www.peteruhnak.com/
> blog/2016/08/12/fine-grained-committing-and-extending-nautilus/
>
> Peter
I found this StackOverflow question:
https://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files/14747328
and this older forum thread:
https://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg21170.html
I'm using Pharo5.0 and ne
Thanks, it should be fixed now.
Sent: Monday, June 05, 2017 at 6:50 AM
From: "Henrik Nergaard"
To: "Any question about pharo is welcome" , "mon...@programmer.net"
Subject: XPath has unresolved dependencies
Hi,
Loading XPath from the catalog browser into the latest image raises a warnin
On Tue, Jun 6, 2017 at 5:11 AM, Stephane Ducasse
wrote:
> Tx ben.
> When I see all this complexity for something that looks not that complex:
> I prefer to pass the class and get done.
> May be I missed something obvious... but when I see something too complex
> I start to get worried.
>
> I thin
I had my changes and sources files in the bundle but has their write
permission removed, and that causes the error. Simply deploying the tool
without the changes file seems to fix it. Pharo5 doesn't complain if the
changes file isn't there.
However, without the sources file, I get this warning tha
I'm confused. I see the latest news and documentation about Bloc. Is Brick
now dead and Bloc the default? I thought Brick was a layer on top of Bloc
and Spec was layer on top on Brick? What is the direction now?
Brad Selfridge
-
Brad Selfridge
--
View this message in context:
http://forum
On Thu, Jun 1, 2017 at 5:06 PM, Rajula Vineet
wrote:
> Hi all,
>
> It has been about three weeks, I started working on my GSoC project. The
> first task I am working on is the new implementation for Current Working
> Directory. I have written the new implementation. Currently, I am testing
> the
Slant has a question/poll out there
It's at
https://www.slant.co/topics/25/~best-programming-language-to-learn-first?utm_source=Slant&utm_campaign=digest&utm_medium=email&utm_content=questions
Let's pile on it!
Sent from my iPhone
* Bloc - low level library (think basic shapes, rectangles, ...)
* Brick - widget library on top of Bloc akin to the widget part of Morphic
(buttons, checkboxes, ...)
* Spec - UI framework with adaptable backend; currently using Morphic as a
backend, however once Bloc/Brick matures, Bloc/Brick wi
25 matches
Mail list logo