dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
119 stars 48 forks source link

webinterface: fix gist user discovery requests #760

Open ljmf00 opened 3 years ago

ljmf00 commented 3 years ago

Since URL.path.bySegment returns [, run-dlang, <gist-id>] when the request path is /run-dlang/<gist-id>, first value should be discarded if empty.

Signed-off-by: Luís Ferreira contact@lsferreira.net


Fixes #739 .

ljmf00 commented 3 years ago

@wilzbach can you review this?

Imperatorn commented 1 year ago

@wilzbach can you review this?

Sadly, @wilzbach isn't maintaining this anymore.

ljmf00 commented 1 year ago

@wilzbach can you review this?

Sadly, @wilzbach isn't maintaining this anymore.

Perhaps, someone else can review this.

ljmf00 commented 1 year ago

Could you get rid of the unrelated whitespace changes ?

I'll checkout this locally as soon as I have some time.