Nick Treleaven

Results 66 issues of Nick Treleaven

For https://dlang.org/library/index.html The package doc link should be shown first in the left column. The std.algorithm package link is underneath all the submodule items *of other packages* - underneath std.windows.syserror....

enhancement

ddox: > alias noreturn = Nn; https://dlang.org/library-prerelease/object/noreturn.html The source code is: > alias noreturn = typeof(*null); ddoc shows: > alias noreturn = noreturn;

See https://issues.dlang.org/show_bug.cgi?id=20976 https://dlang.org/library/std/functional/pipe.html

https://issues.dlang.org/show_bug.cgi?id=21494 `std.file.` is missing from `write` and `remove`, so the example won't compile.

https://issues.dlang.org/show_bug.cgi?id=23849

**To Reproduce** ```c++ main: () = { i := 0; p: std::unique_ptr; while i < 3 next i++ { std::cout

bug

I built digger from git f2aeac45252e15b01afedb842b3faddf4c83989a. Windows 8 Digger v3.0.6 - a D source code building and archaeology tool ``` $ dmd --version DMD32 D Compiler v2.098.1-dirty ``` The last...

It would be nice to allow selecting the part of a message to reply to and having only that text quoted when clicking reply. Otherwise you have to manually remove...

On mobile it seems there's no way to mark a post as unread (as the virtual keyboard only appears when editing text). There could be a link under 'Reply' on...

I didn't realize you can get an RSS feed of new posts in a group. Although at the moment the feed is empty, maybe because (posting to) the forum is...