Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-30 Thread Guillaume Poirier-Morency
I get an error from waf saying something about a missing feature. You can test it by building the code from the genie-example branch. I will try to run an isolated sample just to make sure. By the way, I am working toward a beta release as I feel that we now have all the necessary feature to make

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-30 Thread Al Thomas
> From: Guillaume Poirier-Morency > Sent: Tuesday, 30 June 2015, 17:22 > Subject: Re: [Vala] Need some feedback for Valum, a web micro-framework! > > -framework/valum/blob/master/examples/app/main.gs ). >> > The Genie example is broken >> [indent=2] >> namespace ValumGenie.TestApp >>init >

Re: [Vala] Need some feedback for Valum, a web micro-framework!

2015-06-30 Thread Guillaume Poirier-Morency
Le lundi 29 juin 2015 à 22:37 +, Al Thomas a écrit : > From: Guillaume Poirier-Morency > > Sent: Saturday, 27 June 2015, 16:35 > > Subject: Re: [Vala] Need some feedback for Valum, a web micro > > -framework! > > > > Modules is just a pattern to simplify and decouple an application > > in >

Re: [Vala] Generating JSON in Vala

2015-06-30 Thread Guillaume Poirier-Morency
It looks like an interesting approach to generate immuable JSON right from the Vala code. You should also look into GObject serialization, which is a real kicker. If you could generate an arbitrary Object with crafted runtime properties, your tool would be slightly more powerful. Json.gobject_ser

[Vala] Generating JSON in Vala

2015-06-30 Thread Nick Watts
A couple of days ago, someone named Grindhold sent a message asking about generating JSON easily for a web app backend. I'd been pondering for a while how to do this in clean, concise way wrapping varargs around json-glib for syntactic sugar. Tonight I finally sat down and banged out a proof of c

Re: [Vala] Diagram rendering via Clutter

2015-06-30 Thread Daniel Brendle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/30/2015 12:44 PM, Козлов Кирилл wrote: > Hello, > > Please give me an advice on what Clutter objects should be used > for implementing diagram editor. Objects on the diagram can be > connected via lines, can be moved, deleted (like it's done