Vasil Rangelov

Results 135 comments of Vasil Rangelov

Ooooohhh.... OK, today I also tried to clear my downloads folder, and now indeed, I get "Missing files", and can't install the appliance. When I download the image into my...

OK, I'm starting to think then that the gns3a file should include both the uncompressed and compressed file size and checksums, so that either one can be used if available....

But what if the original (uncompressed) itself can be directly downloaded as well? Wouldn't that force a duplication of the first location? Or are download_url and direct_download_url still allowed outside...

So force duplication in that scenario? f.e. ``` json { "filename": "openwrt-15.05-x86-kvm_guest-combined-ext4.img", "version": "15.05", "md5sum": "c8f2635f1cc637b20bbf2fccefb77a1a", "filesize": 55050240, "locations": [ { "filename": "openwrt-15.05-x86-kvm_guest-combined-ext4.img", "md5sum": "c8f2635f1cc637b20bbf2fccefb77a1a", "filesize": 55050240, "download_url": "http://downloads.openwrt.org/chaos_calmer/15.05/x86/kvm_guest/", "direct_download_url":...

> Consensus: Driving consensus in the internet is like herding cats. :) Historically speaking, from what I've observed as a user watching standard committee public transcripts, it seems the easiest...

I would really like this to be merged as well... From what I can see, the file "test/tsConfigIncremental/gulptask.js" is triggered for all TS versions, but since there is no tsbuildinfo...

Hmm... it looks like tsbuildinfo contains full paths, which is why the paths from my PC leaked into the test baseline for this... oops. And I'm not sure what's going...

BTW, I tried to actually use this, and there's a problem with it - if the tsconfig.json does not define an outFile, no buildinfo is emitted. If you use tsc...

In my app, each task has a start date and time (of the first occurrence), a duration, and a recurrence rule. The scenario is attaching notes to a particular occurrence...

I know that's the command, but it fails when dependencies are not satisfied... I mean, having just Python 3.4 gives an error about VC++ 10.0 missing, which is really Visual...