Sebastian Wilzbach
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)  (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:  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...