Re: [Pharo-users] Standalone HTML Model

2017-09-08 Thread Sven Van Caekenberghe
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

[Pharo-users] STON: Skip Inst Var

2017-09-08 Thread Sean P. DeNigris
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

Re: [Pharo-users] Spec "bindings"

2017-09-08 Thread Rob Rothwell
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

[Pharo-users] Standalone HTML Model

2017-09-08 Thread Sean P. DeNigris
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

Re: [Pharo-users] Pharo 6.0 Generating Ruby-on-Rails Applications

2017-09-08 Thread p...@highoctane.be
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

Re: [Pharo-users] Pharo 6.0 Generating Ruby-on-Rails Applications

2017-09-08 Thread Peter Fisk
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

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-08 Thread Peter Uhnák
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

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-08 Thread Ben Coman
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

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-08 Thread Tim Mackinnon
It’s always handy to put a

Re: [Pharo-users] Pharo 6.0 Generating Ruby-on-Rails Applications

2017-09-08 Thread p...@highoctane.be
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

Re: [Pharo-users] Usability issues with Calypso

2017-09-08 Thread kmo
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

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-08 Thread Ben Coman
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

Re: [Pharo-users] Teapot and Websockets

2017-09-08 Thread Georges
I added two methods: Teapot>>WS: patternActionAssoc self addRouteMethod: (TeaMethodMatcher exactly: #GET) pattern: patternActionAssoc key action: (ZnWebSocketDelegate map: patternActionAssoc key to: patternActionAssoc value) ZnWebSocketDeleg

Re: [Pharo-users] BlockStyler: Make Blocks more recognizable in source code

2017-09-08 Thread Alistair Grant
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