Reggae binary backend: build your project with a D compiled executable

2015-06-06 Thread Atila Neves via Digitalmars-d-announce
Original discussion: http://forum.dlang.org/post/ranqlmrjornlvopsu...@forum.dlang.org Now, with the `-b binary` option, reggae creates an executable called build in the build directory (i.e. wherever the CWD was when calling the tool) that knows how to build the project. If needed, there is

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-06-05 14:57, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. Although Markdown's goal is to be readable in its plain text source code, it still allows many situations in which the source is misleading or difficult to

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-06-05 03:45, Vladimir Panteleev wrote: It's doable but just seems a little overkill to me. Every time I looked into implementing OAuth I was swamped by how overly complicated it was (or maybe I just never found a succint-enough description). What about hooking up Github accounts or

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-06-04 17:04, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of new posts and replies

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-06-05 03:37, Vladimir Panteleev wrote: Except for the bold part, believe it or not, it's exactly the same font as we use on dlang.org, size and all (Verdana 14px). And as for the bold part, it doesn't look so bad on Windows, so what does that say about the famed OS X font rendering? :D

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Andrei Alexandrescu via Digitalmars-d-announce
Before I forget: avatar photo covers text. http://imgur.com/8r679dX -- Andrei

Simple http client Dlang library

2015-06-06 Thread kryszczyniak via Digitalmars-d-announce
Hello! I've created AllUCanGET, a very simple D2 http client library which you could use instead of std.net.curl module to make http connections. You can find the library with more information here: a href=http://allucanget.diaboli.pl/;http://allucanget.diaboli.pl//a.

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-06 Thread ketmar via Digitalmars-d-announce
On Sat, 06 Jun 2015 20:07:20 +, Atila Neves wrote: Original discussion: http://forum.dlang.org/post/ranqlmrjornlvopsu...@forum.dlang.org Now, with the `-b binary` option, reggae creates an executable called build in the build directory (i.e. wherever the CWD was when calling the

Re: Simple http client Dlang library

2015-06-06 Thread ketmar via Digitalmars-d-announce
On Sat, 06 Jun 2015 22:20:19 +, kryszczyniak wrote: Hello! I've created AllUCanGET, a very simple D2 http client library which you could use instead of std.net.curl module to make http connections. You can find the library with more information here: a

Re: Reggae binary backend: build your project with a D compiled executable

2015-06-06 Thread Mike via Digitalmars-d-announce
On Saturday, 6 June 2015 at 20:07:22 UTC, Atila Neves wrote: Original discussion: http://forum.dlang.org/post/ranqlmrjornlvopsu...@forum.dlang.org Now, with the `-b binary` option, reggae creates an executable called build in the build directory (i.e. wherever the CWD was when calling the

Re: forum.dlang.org, version 2 (BETA)

2015-06-06 Thread Mattcoder via Digitalmars-d-announce
On Saturday, 6 June 2015 at 16:02:23 UTC, Andrei Alexandrescu wrote: Before I forget: avatar photo covers text. http://imgur.com/8r679dX -- Andrei I think it's otherwise! :) Matheus.