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

2015-06-30 Thread Guillaume Poirier-Morency
ct: 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 > > >

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] >> nam

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 an

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

2015-06-29 Thread Al Thomas
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 >reusable pieces, so I have never thought about hot plugging

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

2015-06-28 Thread Guillaume Poirier-Morency
Here it is: http://valum-framework.readthedocs.org/en/latest/recipes/json.html Enjoy! 2015-06-27 11:44 GMT-04:00 Guillaume Poirier-Morency < guillaumepoiriermore...@gmail.com>: > Le samedi 27 juin 2015 à 12:51 +0200, Daniel Brendle a écrit : > > Hi, Gillaume > > > > I discovered valum in the tre

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

2015-06-27 Thread Guillaume Poirier-Morency
Le samedi 27 juin 2015 à 12:51 +0200, Daniel Brendle a écrit : > Hi, Gillaume > > I discovered valum in the trending projects list of github a few > months ago. The first thought was "oh wow, i could write my future > web > backends in Vala; how cool is that?" directly followed by the > remembran

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

2015-06-27 Thread Guillaume Poirier-Morency
Le samedi 27 juin 2015 à 11:51 +, Al Thomas a écrit : > > > > From: Guillaume Poirier-Morency > Sent: Saturday, 27 June 2015, 3:37 > Subject: [Vala] Need some feedback for Valum, a web micro-framework! > > I am working on a web micro-framework this summer

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

2015-06-27 Thread Al Thomas
From: Guillaume Poirier-Morency Sent: Saturday, 27 June 2015, 3:37 Subject: [Vala] Need some feedback for Valum, a web micro-framework! I am working on a web micro-framework this summer as part of an academic project. I plan to release a stable and production-ready version by the end of

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

2015-06-27 Thread Daniel Brendle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/27/2015 01:23 PM, Al Thomas wrote: > I was intending to use json-glib ( > http://www.valadoc.org/#!wiki=json-glib-1.0/index )for a project. > What are the problems with it? Thanks, Al Wow! I completely overlooked the methods gvariant_serializ

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

2015-06-27 Thread Al Thomas
From: Daniel Brendle Sent: Saturday, 27 June 2015, 11:51 Subject: Re: [Vala] Need some feedback for Valum, a web micro-framework! Is there some way of conveniently marshalling/unmarshalling JSON in Vala? By convenient i mean an programming-effort comparable to pythons json.loads() or

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

2015-06-27 Thread Daniel Brendle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Gillaume I discovered valum in the trending projects list of github a few months ago. The first thought was "oh wow, i could write my future web backends in Vala; how cool is that?" directly followed by the remembrance of how painful it is to pa

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

2015-06-26 Thread Guillaume Poirier-Morency
Hi everyone! I am working on a web micro-framework this summer as part of an academic project. I plan to release a stable and production-ready version by the end of this summer and use it to build an application. The repository is hosted on GitHub: https://github.com/valum-framework/valum You m