Re: need some advice on how to do this

2018-11-20 Thread Libman
I couldn't reproduce the problem, neither on nim v0.19.0 release nor today's #devel, running under Ubuntu 18-10. For my test I created two basic download loop daemons: **dlHttpClient.nim** using Nim stdlib as above - import os, times, httpClient var client =

Re: need some advice on how to do this

2018-11-19 Thread Araq
Please give us a program that we can reproduce the problem with.

Re: need some advice on how to do this

2018-11-18 Thread yglukhov
Sounds like a bug, but... How high is high? What is the size of the file? What's your os? Have you tested with nim devel version?

need some advice on how to do this

2018-11-18 Thread tsuki
Hi everyone! I'm new to nim and have a question about this So I have this server on my network that has an encoded video that I download whenever it changes to my device. i used to have a python script that does this, but decided to do it in a new language just for fun. so far I really like