Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread Ali Çehreli via Digitalmars-d-announce
On 01/17/2015 10:24 AM, Fatih Kadir Akin wrote: > I met the language yesterday, I wrote the package yesterday :) I'm in awe! :) Ali

Re: Deadcode: A code editor in D

2015-01-18 Thread Piotrek via Digitalmars-d-announce
On Friday, 16 January 2015 at 21:19:08 UTC, Jonas Drewsen wrote: I have been working on an editor written in D for use with D for some time now and have made a blog post about it. Any feedback or suggestions are welcome. http://deadcodedev.steamwinter.com Thanks Jonas Hi, This is an impres

Re: Heady House Hunting with D

2015-01-18 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/18/15 5:06 AM, Mengu wrote: On Saturday, 17 January 2015 at 21:41:15 UTC, Andrei Alexandrescu wrote: On 1/17/15 12:18 PM, Meta wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new hous

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Sunday, 18 January 2015 at 13:06:06 UTC, Mengu wrote: On Saturday, 17 January 2015 at 21:41:15 UTC, Andrei Alexandrescu wrote: On 1/17/15 12:18 PM, Meta wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Friday, 16 January 2015 at 20:20:56 UTC, Vladimir Panteleev wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward

Re: Heady House Hunting with D

2015-01-18 Thread Philpax via Digitalmars-d-announce
On Friday, 16 January 2015 at 18:44:47 UTC, Robert M. Münch wrote: On 2015-01-14 03:46:38 +, Philpax said: I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhere else yet, so I'm looking forward to what the D community has to say!

Re: Heady House Hunting with D

2015-01-18 Thread Mengu via Digitalmars-d-announce
On Saturday, 17 January 2015 at 21:41:15 UTC, Andrei Alexandrescu wrote: On 1/17/15 12:18 PM, Meta wrote: On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote: Hey everyone, I recently wrote a blog post about how I used D/vibe.d to help find a new house. I haven't publicized it anywhe

Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread via Digitalmars-d-announce
On Saturday, 17 January 2015 at 18:24:52 UTC, Fatih Kadir Akin wrote: First, creating temporary files with predictable names is a bad idea, because it opens the door for symlink attacks. Unfortunately, I don't know of an alternative way to do this safely using only the standard library; it se

Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-01-17 19:24, Fatih Kadir Akin wrote: TypeScript compiler doesn't accept stdin pipes, I tried using Unix fifo but since I'm not an Unix expert, couldn't figure it out. The last thing was using a temporary file -- which also sounds not good to me :) How about embedding the TypeScript com