Re: [Vala] Is it possible in Vala to part-download remote file ?

2018-01-26 Thread Marcin Lewandowski
See documentation of libsoup library. You can do all sorts of requests out there. If the server supports Range HTTP headers you will be able to fetch file from any point. Marcin Dnia sob., sty 27, 2018 o 07:26, Manish Jain napisaƂ: > Hi All, I am fairly new to Vala

Re: [Vala] Package `Gee-0.8' not found

2018-01-26 Thread Ralf Ganswindt
Thank you, that was the missing info. I figured out the proper name for the ubuntu repository to get the -dev package and voila the .gir file appeared where it should. I looked through the vala directories and found it under /usr/share/vala/vapi/, but valac still couldn't find it until I copied

[Vala] Is it possible in Vala to part-download remote file ?

2018-01-26 Thread Manish Jain
Hi All, I am fairly new to Vala and am loving the way it is documented. For a start-up project, I am trying to create a dual-threaded downloader which downloads a remote file in two segments, each on a separate thread. One thread downloads the first half of the file, and the other thread

Re: [Vala] Newbie help requested for scrolling a TextView

2018-01-26 Thread Manish Jain
On 01/25/18 18:04, Manish Jain wrote: > > > On 01/25/18 16:11, Al Thomas wrote: >> > On Thursday, 25 January 2018, 01:00:05 GMT, Manish Jain >> wrote: >> >> > Despite a lot of effort to write an event handler, I still cannot get >> > the scale to tell the view to

Re: [Vala] Package `Gee-0.8' not found

2018-01-26 Thread Ulink
Hi Ralf, > $ valac --pkg Gee-0.8 list.vala use "valac --pkg gee-0.8 list.vala" (case sensitive). Additionally, install Gee for ubuntu this way: sudo apt install libgee-0.8-dev ___ vala-list mailing list vala-list@gnome.org