Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Karlsruhe, Germany
- Sign in to view email
- https://os.phil-opp.com
Pinned
1,864 contributions in the last year
Contribution activity
November 2019
- phil-opp/tera Rust
- phil-opp/toolchain TypeScript
Created a pull request in getzola/zola that received 6 comments
Write files using `create_new` option to avoid accidental overwrites
The previously used File::create silently overwrites existing files, which causes problems e.g. when two pages accidentally specify the same path. …
+2
−3
•
6
comments
Created an issue in getzola/zola that received 6 comments
page.translations contains unrelated pages
Bug Report
I tried getting the translated versions of a page through:
{% for translation in page.translations %} {{ translation.title }} {{ transla…
6
comments