There is ZnHtmlOutputStream, not really a DSL, but it might help.
> On 9 Sep 2017, at 00:15, Sean P. DeNigris wrote:
>
> I'd like to create HTML via a DSL, like Seaside's canvas builder, but without
> loading a whole web framework. Any ideas?
>
>
>
> -
> Cheers,
> Sean
> --
> Sent from: h
I was migrating some data from Pharo 4 to Pharo 6.1 and fell over the fact
that FileSystem has a #workingDirectory instVar in the source, but not in
the target. I ended up monkey patching STON until the objects were loaded
and then reverting, but is there a way to skip an inst var via the proper
ST
On Fri, Sep 8, 2017 at 1:24 AM, Stephane Ducasse
wrote:
> I like the idea about your extension.
> We should really get it so that we understand it.
>
I published some experiments on smalltalkhub in a project called
"Spec-Bindings" (owner RobRothwell) that loads into a clean 6.1-64 image.
It jus
I'd like to create HTML via a DSL, like Seaside's canvas builder, but without
loading a whole web framework. Any ideas?
-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Nice. I'll definitely have a look because I need to prototype something
quite domain heavy and it may help a lot.
Phil
On Fri, Sep 8, 2017 at 5:09 PM, Peter Fisk wrote:
> Hi Phil,
>
> I already have PHP support for CodeIgniter and Laravel.
>
> Adding support for Zend Framework might take a day
Hi Phil,
I already have PHP support for CodeIgniter and Laravel.
Adding support for Zend Framework might take a day or so to implement.
Any framework which supports MVC and AJAX should be fairly easy to integrate
(eg Python/Django, NodeJS/Adonis, etc). The main difference amongst the
frameworks
This has happen during e.g. failed compilation.
Object compile: '^^'.
On Fri, Sep 8, 2017 at 3:01 PM, Ben Coman wrote:
>
>
> On Fri, Sep 8, 2017 at 2:46 AM, Tim Mackinnon wrote:
>
>> Hi there - I’ve been running in a 6.1 64bit image for a few days - doing
>> a few experiments at lunch times, d
On Fri, Sep 8, 2017 at 2:46 AM, Tim Mackinnon wrote:
> Hi there - I’ve been running in a 6.1 64bit image for a few days - doing a
> few experiments at lunch times, debugging things etc. I have had a few
> infinite loops that I’ve had to Cmd-. Out of and clean up lots of windows
> (whoever came u
It’s always handy to put a
Peter,
How hard would it be to generate other languages? e.g. PHP for Zend
Framework 2.
Best,
Phil
On Sep 7, 2017 14:54, "Peter Fisk" wrote:
> Hi everyone, The RailsExpress.com website will be updated over the coming
> days to reflect what I am currently working on in Pharo 6.0. I have found
If Tim had not posted this comment - "I love the fact you can move to a new
method with unsaved changes and no nag prompt".- I would never have known
that it was possible to do this. Since I always save my methods before
moving on I had never experienced this behaviour.
I think this is an another
On Tue, Sep 5, 2017 at 5:41 PM, H. Hirzel wrote:
> On 9/5/17, Torsten Bergmann wrote:
> >>How can I de-activate the ctrl-D shortcut for the Desktop manager for
> >>the time being?
> >
> > By not using DesktopManager.
>
> Sure...
>
> What I was asking for: How can I use it _without_ the ctrl-D sh
I added two methods:
Teapot>>WS: patternActionAssoc
self
addRouteMethod: (TeaMethodMatcher exactly: #GET)
pattern: patternActionAssoc key
action: (ZnWebSocketDelegate map: patternActionAssoc key to:
patternActionAssoc value)
ZnWebSocketDeleg
Hi Manuel,
Thanks very much for making this available and taking the trouble to get
it working with the light theme as well.
On Fri, Sep 08, 2017 at 06:37:12AM +, Cyril Ferlicot wrote:
>
> On jeu. 7 sept. 2017 at 18:16, Manuel Leuenberger
> wrote:
>
> Well, it has something similar no
14 matches
Mail list logo