Sebastian Wilzbach

Results 539 comments of Sebastian Wilzbach

That's probably because a different Docker image is used for this: https://github.com/dlang-tour/core-dreg

or at the left and right side (like Git Books does) ![image](https://cloud.githubusercontent.com/assets/4370550/15797222/05877bb6-2a11-11e6-974f-1fc29b3785d4.png) (Screenshot from: http://rustbyexample.com/hello/print.html)

With our current low load of PRs it's imho easier to just use the GH feature to clone the PR directly from upstream, e.g. > `~/.gitconfig` ``` [alias] pr =...

Rust uses Git Book which also has this nice grouping: ![image](https://cloud.githubusercontent.com/assets/4370550/15797215/ce3606c8-2a10-11e6-8bdd-c5b7a4024409.png) http://rustbyexample.com/hello.html

Unfortunately not really. Well I guess we have to throw away most parts of the dlang menu css, but apart from the mobile view, it shouldn't be that difficult. Most...

> The previous version of dlang.org had vetical sidebar, btw. There are a couple of pages still online with it, e.g. http://erdani.com/d/ (but of course we should go for a...

I just gave this a quick try and I think it will get a bit messy, because we have to hack the CSS ourselves, but it seems doable :) Open...

The idea is that once we have loaded a page, we could start to download the text of the chapter to ensure that scrolling and swiping is fast. Same goes...

The server reply is: ```json { "statusMessage":"Invalid UTF-8 sequence (at index 1)", "statusDebugMessage":"Invalid UTF sequence: 80x - Invalid UTF-8 sequence (at index 1)" } ``` The frontend should definitely display...

FYI: https://github.com/dlang-tour/core/pull/673, but I don't like the solution there. The problem can be reproduced locally easily: ```d void main(string[] args) { import std.stdio; // but not extended ASCII string line...