Re: [Vala] The future of Vala

2016-09-14 Thread jezra
ation is an necessity. In this regard, what can I do to help get the documentation to be usable? jezra ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] getting the valadoc.org documentation on a local server

2013-12-16 Thread jezra
the valadoc.org documentation on a local server Hey Jezra, Please do not use wget. You wouldn't like the result. On Mon, Dec 16, 2013 at 3:46 AM, jezra je...@jezra.net wrote: I have searched on valadoc.org and https://wiki.gnome.org/Projects/Vala but can not find

Re: [Vala] getting the valadoc.org documentation on a local server

2013-12-15 Thread jezra
My previous attempt to harvest the documentation included using wget. Unfortunately I don't recall why it didn't work for me, nor do I remember which flags I used with wget. I am currently trying again with 'wget -rk http://valadoc.org' jezra On Sat, 14 Dec 2013 21:39:39 +0200 Tal Hadad tal

[Vala] getting the valadoc.org documentation on a local server

2013-12-14 Thread jezra
Hello, Quite often, I travel to an area with no internet and do a bit of code hacking and I would really like to be able to have the valadoc.org documentation available on my development machine. Is there an easy way to get the documentation? Jezra Web: http://www.jezra.net Status: http

Re: [Vala] printing int64 value to standard output

2012-05-14 Thread jezra
On Mon, 14 May 2012 14:14:47 -0400 D.H. Bahr db...@uci.cu wrote: Thanks!! El lun, 14-05-2012 a las 10:20 -0700, Abhijit Hoskeri escribió: On Mon, May 14, 2012 at 10:09 AM, D.H. Bahr db...@uci.cu wrote: Hello there, how can I print an int64 variable to stdout?? int64 timestamp =

Re: [Vala] howto invoke an external process

2012-02-17 Thread jezra
On Fri, 17 Feb 2012 12:43:42 -0500 D.H. Bahr db...@uci.cu wrote: Hello everyone, this is my first email to the list. I've been looking at Vala for a while now, and I like all I see. I just a have a question right now: Is it possible to spawn an external process from Vala code in a manner

[Vala] Closure problem in Gtk.AccelGroup

2010-06-11 Thread jezra lickter
()? jezra ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] internalization

2010-02-04 Thread jezra lickter
On Thu, 4 Feb 2010 21:47:39 +0100 Tadej Borovšak tadeb...@gmail.com wrote: Hello. so..I ask u if exist a good and possibly simple guide about the gettext and vala. if u can link a guide:))) I started playing with Vala some time ago and in order to speed-up the learning process, I

Re: [Vala] removing an element from a list

2009-08-31 Thread jezra lickter
On Mon, 31 Aug 2009 03:07:57 +0200 Jiří Zárevúcky zarevucky.j...@gmail.com wrote: On 08/31/2009 03:05 AM, Jiří Zárevúcky wrote: On 08/31/2009 02:10 AM, jezra lickter wrote: The word test is not removed from the list. Am I doing something wrong, and is there a better way to do what I need

[Vala] removing an element from a list

2009-08-30 Thread jezra lickter
, word ); } stdout.printf(\n); } The word test is not removed from the list. Am I doing something wrong, and is there a better way to do what I need? jezra ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo

[Vala] reading and writing binary data

2009-01-26 Thread jezra lickter
reading and writing binary data would be greatly appreciated. jezra ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-23 Thread jezra
On Thu, Jan 22, 2009 at 11:20 PM, lariamat interfl...@gmx.net wrote: Hi Jezra Also foreach is now working with recent vala for null-terminated arrays. As you are just using and approving the gnet bindings you could post the working vapi to the mailing list or attach it to a bugzilla report

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-22 Thread jezra
or a problem with copying string arrays of unkown length or some sort of programmer error that I'm overlooking. Any suggestions would be greatly appreciated. jezra ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-22 Thread jezra
On Thu, Jan 22, 2009 at 1:59 PM, Frederik scumm_fr...@gmx.net wrote: jezra wrote: I can now compile without error, but when I try to read the length of the header_fields variable, I get a -1. Yes, that's because it's a null terminated array and has no length information. But just recently

[Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread jezra
\n,response_code); //how does the data in the header_fields get iterated? } I can get the data from the fields as a string but I want to get the data as a string[] so that I can iterate over the data. Does anyone have any suggestions? Thanks for your time, Jezra

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread jezra
On Wed, Jan 21, 2009 at 1:05 PM, Frederik scumm_fr...@gmx.net wrote: jezra wrote: I can get the data from the fields as a string but I want to get the data as a string[] so that I can iterate over the data. Does anyone have any suggestions? Thanks for your time, Jezra Hi, it's a bug